diff --git a/Bitmaps/freaknet.org/bitmaps/README b/Bitmaps/freaknet.org/bitmaps/README new file mode 100644 index 0000000..de6e790 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/README @@ -0,0 +1,26 @@ +These are the pertinent bitmaps from Mike Hawleys tape +given to me. + +I have converted them into X bitmap format. + +Peter Collinson Dec 1988 + +Here is the original contents of this file: + +Here is a vast library of pictures for the Sun II. +Most are bitmaps (in Bitmap (5) format) and can be edited +using "be". +The origin of many of these pictures is lost to antiquity. +Credit and blame belongs to Luca Cardelli (Bell Labs), +Sam Leffler, and Michael Hawley (Lucasfilm). + +bmenu bitmaps used in Bitmap menus. +cameo happy faces +cursor bitmaps that make good mouse cursors +face cheerful faces +frame bitmaps which make nice animation frames +icon bitmaps used as program icons +large large bitmaps +layout random pictures produced by "layout". +portrait even more smiling, happy faces +texture bitmaps that make nice background textures diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/index.html b/Bitmaps/freaknet.org/bitmaps/bmenu/index.html new file mode 100644 index 0000000..f691055 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/index.html @@ -0,0 +1,41 @@ + + + + Index of /martin/tape/stuff/bitmaps/bmenu + + +

Index of /martin/tape/stuff/bitmaps/bmenu

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]blit1988-12-18 21:11 285  
[   ]copy1988-12-18 21:11 285  
[   ]cursor1988-12-18 21:11 291  
[   ]dither1988-12-18 21:11 291  
[   ]erase1988-12-18 21:11 288  
[   ]exit1988-12-18 21:11 285  
[   ]floyd1988-12-18 21:11 288  
[   ]grid1988-12-18 21:11 285  
[   ]help1988-12-18 21:11 285  
[   ]invert1988-12-18 21:11 291  
[   ]move1988-12-18 21:11 285  
[   ]nogrid1988-12-18 21:11 291  
[   ]quit1988-12-18 21:11 952  
[   ]read1988-12-18 21:11 285  
[   ]reflx1988-12-18 21:11 288  
[   ]refly1988-12-18 21:11 288  
[   ]reshape1988-12-18 21:11 294  
[   ]rotminus1988-12-18 21:11 297  
[   ]rotplus1988-12-18 21:11 294  
[   ]shearx1988-12-18 21:11 291  
[   ]sheary1988-12-18 21:11 291  
[   ]stretch1988-12-18 21:11 294  
[   ]threshold1988-12-18 21:11 300  
[   ]write1988-12-18 21:11 288  
[   ]xblocks1988-12-18 21:11 294  
[   ]yblocks1988-12-18 21:11 294  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/read b/Bitmaps/freaknet.org/bitmaps/bmenu/read new file mode 100644 index 0000000..1a8371b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/read @@ -0,0 +1,21 @@ +#define read_width 16 +#define read_height 16 +static char read_bits[] = { +0x00, 0x00, +0xf0, 0x7f, +0xf8, 0x5f, +0x18, 0x88, +0x00, 0x84, +0x01, 0x84, +0x03, 0x86, +0x83, 0x8f, +0x46, 0x54, +0x2c, 0x28, +0x18, 0x08, +0x10, 0x08, +0x20, 0x04, +0xc0, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/reflx b/Bitmaps/freaknet.org/bitmaps/bmenu/reflx new file mode 100644 index 0000000..b525394 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/reflx @@ -0,0 +1,21 @@ +#define reflx_width 16 +#define reflx_height 16 +static char reflx_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xfe, 0x7f, +0x01, 0x80, +0x01, 0x88, +0x03, 0xcc, +0x3d, 0xba, +0xe1, 0x81, +0xa1, 0x80, +0xa1, 0x80, +0x22, 0x41, +0x3c, 0x3a, +0x00, 0x0c, +0x00, 0x08, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/refly b/Bitmaps/freaknet.org/bitmaps/bmenu/refly new file mode 100644 index 0000000..e9bb489 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/refly @@ -0,0 +1,21 @@ +#define refly_width 16 +#define refly_height 16 +static char refly_bits[] = { +0xc0, 0x1f, +0x20, 0x24, +0x10, 0x22, +0x10, 0x22, +0x10, 0x22, +0xf0, 0x23, +0x00, 0x21, +0xc0, 0x21, +0x20, 0x21, +0x10, 0x22, +0x08, 0x24, +0x1c, 0x2e, +0x10, 0x22, +0x10, 0x22, +0x20, 0x24, +0xc0, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/reshape b/Bitmaps/freaknet.org/bitmaps/bmenu/reshape new file mode 100644 index 0000000..c918bc3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/reshape @@ -0,0 +1,21 @@ +#define reshape_width 16 +#define reshape_height 16 +static char reshape_bits[] = { +0xc2, 0xff, +0x07, 0x80, +0x0e, 0x80, +0x1c, 0x80, +0xb8, 0x80, +0xf0, 0x80, +0xe1, 0x80, +0xf1, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/rotminus b/Bitmaps/freaknet.org/bitmaps/bmenu/rotminus new file mode 100644 index 0000000..b9089c2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/rotminus @@ -0,0 +1,21 @@ +#define rotminus_width 16 +#define rotminus_height 16 +static char rotminus_bits[] = { +0x00, 0x00, +0x20, 0x00, +0x30, 0x00, +0xe8, 0x0f, +0x04, 0x10, +0x02, 0x20, +0x02, 0x20, +0x04, 0x20, +0xe8, 0x21, +0x30, 0x21, +0x20, 0x21, +0x00, 0x21, +0x00, 0x21, +0x00, 0x3f, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/rotplus b/Bitmaps/freaknet.org/bitmaps/bmenu/rotplus new file mode 100644 index 0000000..d34a19d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/rotplus @@ -0,0 +1,21 @@ +#define rotplus_width 16 +#define rotplus_height 16 +static char rotplus_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xfc, 0x07, +0x04, 0x08, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0xfc, 0x10, +0x80, 0x10, +0x80, 0x10, +0xe0, 0x70, +0x40, 0x20, +0x80, 0x10, +0x00, 0x09, +0x00, 0x06, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/shearx b/Bitmaps/freaknet.org/bitmaps/bmenu/shearx new file mode 100644 index 0000000..8abc9c2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/shearx @@ -0,0 +1,21 @@ +#define shearx_width 16 +#define shearx_height 16 +static char shearx_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xc0, 0xff, +0x00, 0x00, +0xf0, 0x3f, +0x00, 0x00, +0xfc, 0x0f, +0x00, 0x00, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/sheary b/Bitmaps/freaknet.org/bitmaps/bmenu/sheary new file mode 100644 index 0000000..d7a4bf2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/sheary @@ -0,0 +1,21 @@ +#define sheary_width 16 +#define sheary_height 16 +static char sheary_bits[] = { +0x10, 0x00, +0x10, 0x00, +0x50, 0x00, +0x50, 0x00, +0x50, 0x01, +0x50, 0x01, +0x50, 0x05, +0x50, 0x05, +0x50, 0x05, +0x50, 0x05, +0x40, 0x05, +0x40, 0x05, +0x00, 0x05, +0x00, 0x05, +0x00, 0x04, +0x00, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/stretch b/Bitmaps/freaknet.org/bitmaps/bmenu/stretch new file mode 100644 index 0000000..02617b8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/stretch @@ -0,0 +1,21 @@ +#define stretch_width 16 +#define stretch_height 16 +static char stretch_bits[] = { +0x00, 0x00, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x00, 0x00, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/threshold b/Bitmaps/freaknet.org/bitmaps/bmenu/threshold new file mode 100644 index 0000000..ec61cc4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/threshold @@ -0,0 +1,21 @@ +#define threshold_width 16 +#define threshold_height 16 +static char threshold_bits[] = { +0x50, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x50, 0x01, +0xa8, 0x02, +0x54, 0x05, +0xac, 0x06, +0x54, 0x05, +0xac, 0x06, +0x54, 0x05, +0xa8, 0x02, +0xf0, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/write b/Bitmaps/freaknet.org/bitmaps/bmenu/write new file mode 100644 index 0000000..98d2b6c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/write @@ -0,0 +1,21 @@ +#define write_width 16 +#define write_height 16 +static char write_bits[] = { +0x0f, 0x00, +0x3f, 0x00, +0xd6, 0x00, +0xac, 0x01, +0x48, 0x03, +0x98, 0x06, +0x30, 0x05, +0x60, 0x0d, +0x40, 0x0a, +0xc0, 0x1a, +0x80, 0x15, +0x00, 0x1b, +0x00, 0x2e, +0x08, 0x38, +0xdd, 0x60, +0x77, 0xdf, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/xblocks b/Bitmaps/freaknet.org/bitmaps/bmenu/xblocks new file mode 100644 index 0000000..57b06d5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/xblocks @@ -0,0 +1,21 @@ +#define xblocks_width 16 +#define xblocks_height 16 +static char xblocks_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xff, 0x03, +0x49, 0x02, +0x49, 0x92, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, +0x80, 0x00, +0x80, 0x03, +0xfe, 0x0f, +0x80, 0x03, +0x80, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/bmenu/yblocks b/Bitmaps/freaknet.org/bitmaps/bmenu/yblocks new file mode 100644 index 0000000..87f0f57 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/bmenu/yblocks @@ -0,0 +1,21 @@ +#define yblocks_width 16 +#define yblocks_height 16 +static char yblocks_bits[] = { +0x80, 0x07, +0x84, 0x04, +0x84, 0x04, +0x84, 0x07, +0x84, 0x04, +0x84, 0x04, +0x84, 0x07, +0x9f, 0x04, +0x8e, 0x04, +0x8e, 0x07, +0x04, 0x00, +0x04, 0x00, +0x00, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/aim b/Bitmaps/freaknet.org/bitmaps/cursor/aim new file mode 100644 index 0000000..f578c52 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/aim @@ -0,0 +1,21 @@ +#define aim_width 16 +#define aim_height 16 +static char aim_bits[] = { +0x0f, 0x78, +0x01, 0x40, +0x01, 0x40, +0x01, 0x40, +0x00, 0x00, +0x80, 0x00, +0x80, 0x00, +0xe0, 0x03, +0x80, 0x00, +0x80, 0x00, +0x00, 0x00, +0x01, 0x40, +0x01, 0x40, +0x01, 0x40, +0x0f, 0x78, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/aim_n b/Bitmaps/freaknet.org/bitmaps/cursor/aim_n new file mode 100644 index 0000000..036f2f0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/aim_n @@ -0,0 +1,21 @@ +#define aim_n_width 16 +#define aim_n_height 16 +static char aim_n_bits[] = { +0x00, 0x00, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0x7e, 0x7e, +0x7e, 0x7e, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0xfe, 0x7f, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/aim_p b/Bitmaps/freaknet.org/bitmaps/cursor/aim_p new file mode 100644 index 0000000..6a14a67 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/aim_p @@ -0,0 +1,21 @@ +#define aim_p_width 16 +#define aim_p_height 16 +static char aim_p_bits[] = { +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x81, 0x81, +0x81, 0x81, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/angle b/Bitmaps/freaknet.org/bitmaps/cursor/angle new file mode 100644 index 0000000..a7304cc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/angle @@ -0,0 +1,21 @@ +#define angle_width 16 +#define angle_height 16 +static char angle_bits[] = { +0xff, 0x00, +0x01, 0x00, +0x01, 0x00, +0x01, 0x00, +0x01, 0x00, +0x01, 0x00, +0x01, 0x00, +0x01, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_c1move b/Bitmaps/freaknet.org/bitmaps/cursor/arr_c1move new file mode 100644 index 0000000..b319648 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_c1move @@ -0,0 +1,21 @@ +#define arr_c1move_width 16 +#define arr_c1move_height 16 +static char arr_c1move_bits[] = { +0x01, 0x00, +0x03, 0x00, +0x07, 0x00, +0x0f, 0x00, +0x1f, 0x00, +0x3f, 0x00, +0x7f, 0x00, +0x0f, 0x00, +0x1b, 0x00, +0x19, 0x00, +0x30, 0x00, +0xf0, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0xf0, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur1 b/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur1 new file mode 100644 index 0000000..eb1a3c7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur1 @@ -0,0 +1,21 @@ +#define arr_cur1_width 16 +#define arr_cur1_height 16 +static char arr_cur1_bits[] = { +0x01, 0x00, +0x03, 0x00, +0x07, 0x00, +0x0f, 0x00, +0x1f, 0x00, +0x3f, 0x00, +0x0f, 0x00, +0x1b, 0x00, +0x19, 0x00, +0x30, 0x00, +0x30, 0x00, +0x60, 0x00, +0x60, 0x00, +0xc0, 0x00, +0xc0, 0x00, +0x80, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur2 b/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur2 new file mode 100644 index 0000000..80360c5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_cur2 @@ -0,0 +1,21 @@ +#define arr_cur2_width 16 +#define arr_cur2_height 16 +static char arr_cur2_bits[] = { +0x01, 0x00, +0x03, 0x00, +0x07, 0x00, +0x0f, 0x00, +0x1f, 0x00, +0x3f, 0x00, +0x7f, 0x00, +0x0f, 0x00, +0x1b, 0x00, +0x19, 0x00, +0x30, 0x00, +0x30, 0x00, +0x60, 0x00, +0x60, 0x00, +0xc0, 0x00, +0xc0, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_curled b/Bitmaps/freaknet.org/bitmaps/cursor/arr_curled new file mode 100644 index 0000000..de1ce70 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_curled @@ -0,0 +1,21 @@ +#define arr_curled_width 16 +#define arr_curled_height 16 +static char arr_curled_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x40, 0x00, +0x60, 0x80, +0x70, 0xc0, +0x3c, 0xe0, +0xff, 0x7f, +0xff, 0x7f, +0x3c, 0xe0, +0x70, 0xc0, +0x60, 0x80, +0x40, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_dfat b/Bitmaps/freaknet.org/bitmaps/cursor/arr_dfat new file mode 100644 index 0000000..1a7cd2b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_dfat @@ -0,0 +1,21 @@ +#define arr_dfat_width 16 +#define arr_dfat_height 16 +static char arr_dfat_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x0f, 0xf0, +0x01, 0x80, +0x02, 0x40, +0x04, 0x20, +0x08, 0x10, +0x10, 0x08, +0x20, 0x04, +0x40, 0x02, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_double b/Bitmaps/freaknet.org/bitmaps/cursor/arr_double new file mode 100644 index 0000000..1676aa5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_double @@ -0,0 +1,21 @@ +#define arr_double_width 16 +#define arr_double_height 16 +static char arr_double_bits[] = { +0x80, 0x00, +0xc0, 0x01, +0xe0, 0x03, +0xf0, 0x07, +0xf8, 0x0f, +0xc0, 0x01, +0xc0, 0x01, +0xc0, 0x01, +0xc0, 0x01, +0xc0, 0x01, +0xc0, 0x01, +0xf8, 0x0f, +0xf0, 0x07, +0xe0, 0x03, +0xc0, 0x01, +0x80, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_from b/Bitmaps/freaknet.org/bitmaps/cursor/arr_from new file mode 100644 index 0000000..fbd93a3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_from @@ -0,0 +1,21 @@ +#define arr_from_width 16 +#define arr_from_height 16 +static char arr_from_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x1f, 0x0c, +0x3f, 0x00, +0xff, 0x25, +0xfe, 0x00, +0xfc, 0x80, +0xfe, 0x00, +0xff, 0x25, +0x3f, 0x00, +0x1f, 0x0c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_into b/Bitmaps/freaknet.org/bitmaps/cursor/arr_into new file mode 100644 index 0000000..c6a12ee --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_into @@ -0,0 +1,21 @@ +#define arr_into_width 16 +#define arr_into_height 16 +static char arr_into_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x15, 0x0c, +0x00, 0x1c, +0x41, 0x3f, +0x00, 0x7f, +0x04, 0xff, +0x00, 0x7f, +0x41, 0x3f, +0x00, 0x1c, +0x15, 0x0c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_move b/Bitmaps/freaknet.org/bitmaps/cursor/arr_move new file mode 100644 index 0000000..bf9181b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_move @@ -0,0 +1,21 @@ +#define arr_move_width 16 +#define arr_move_height 16 +static char arr_move_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x03, +0x00, 0x07, +0x00, 0x0f, +0xfe, 0x1f, +0xfe, 0x3b, +0x06, 0x70, +0x06, 0xe0, +0x06, 0x70, +0xfe, 0x3b, +0xfe, 0x1f, +0x00, 0x0f, +0x00, 0x07, +0x00, 0x03, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_turn b/Bitmaps/freaknet.org/bitmaps/cursor/arr_turn new file mode 100644 index 0000000..a28ee5b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_turn @@ -0,0 +1,21 @@ +#define arr_turn_width 16 +#define arr_turn_height 16 +static char arr_turn_bits[] = { +0x00, 0x00, +0x20, 0x00, +0x30, 0x00, +0xe8, 0x0f, +0x04, 0x10, +0x02, 0x20, +0x02, 0x20, +0x04, 0x20, +0xe8, 0x21, +0x30, 0x21, +0x20, 0x21, +0x00, 0x21, +0x00, 0x21, +0x00, 0x3f, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_wdouble b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wdouble new file mode 100644 index 0000000..f775245 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wdouble @@ -0,0 +1,21 @@ +#define arr_wdouble_width 16 +#define arr_wdouble_height 16 +static char arr_wdouble_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x30, 0x0c, +0x28, 0x14, +0xe4, 0x27, +0x02, 0x40, +0x01, 0x80, +0x01, 0x80, +0x02, 0x40, +0xe4, 0x27, +0x28, 0x14, +0x30, 0x0c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_wfat b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wfat new file mode 100644 index 0000000..d30157a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wfat @@ -0,0 +1,21 @@ +#define arr_wfat_width 16 +#define arr_wfat_height 16 +static char arr_wfat_bits[] = { +0x80, 0x01, +0x40, 0x02, +0x20, 0x04, +0x10, 0x08, +0x08, 0x10, +0x04, 0x20, +0x02, 0x40, +0x01, 0x80, +0x0f, 0xf0, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arr_wrap b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wrap new file mode 100644 index 0000000..2e99937 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arr_wrap @@ -0,0 +1,21 @@ +#define arr_wrap_width 16 +#define arr_wrap_height 16 +static char arr_wrap_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xfe, 0x7f, +0x01, 0x80, +0x01, 0x88, +0x03, 0xcc, +0x3d, 0xba, +0xe1, 0x81, +0xa1, 0x80, +0xa1, 0x80, +0x22, 0x41, +0x3c, 0x3a, +0x00, 0x0c, +0x00, 0x08, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_1fat b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_1fat new file mode 100644 index 0000000..4911e67 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_1fat @@ -0,0 +1,21 @@ +#define arrb_1fat_width 16 +#define arrb_1fat_height 16 +static char arrb_1fat_bits[] = { +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xfc, 0x3f, +0xf8, 0x1f, +0xf0, 0x0f, +0xe0, 0x07, +0xc0, 0x03, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_double b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_double new file mode 100644 index 0000000..5c6ba85 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_double @@ -0,0 +1,21 @@ +#define arrb_double_width 16 +#define arrb_double_height 16 +static char arrb_double_bits[] = { +0x80, 0x01, +0xc0, 0x03, +0xe0, 0x07, +0xf0, 0x0f, +0xf8, 0x1f, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xf8, 0x1f, +0xf0, 0x0f, +0xe0, 0x07, +0xc0, 0x03, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_fat b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_fat new file mode 100644 index 0000000..abc04b3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_fat @@ -0,0 +1,21 @@ +#define arrb_fat_width 16 +#define arrb_fat_height 16 +static char arrb_fat_bits[] = { +0x40, 0x00, +0x60, 0x00, +0x70, 0x00, +0xf8, 0xff, +0xfc, 0xff, +0xfe, 0xff, +0xff, 0xff, +0xff, 0xff, +0xfe, 0xff, +0xfc, 0xff, +0xf8, 0xff, +0x70, 0x00, +0x60, 0x00, +0x40, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_med b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_med new file mode 100644 index 0000000..b47d16f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_med @@ -0,0 +1,21 @@ +#define arrb_med_width 16 +#define arrb_med_height 16 +static char arrb_med_bits[] = { +0x80, 0x01, +0xc0, 0x03, +0xe0, 0x07, +0xf0, 0x0f, +0xf8, 0x1f, +0xfc, 0x3f, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_turn b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_turn new file mode 100644 index 0000000..4ef00bf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_turn @@ -0,0 +1,21 @@ +#define arrb_turn_width 16 +#define arrb_turn_height 16 +static char arrb_turn_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x20, 0x00, +0x30, 0x00, +0xf8, 0x0f, +0xfc, 0x1f, +0x0e, 0x18, +0xfc, 0x1b, +0xf8, 0x1b, +0x30, 0x1b, +0x20, 0x1b, +0x00, 0x1b, +0x00, 0x1f, +0x00, 0x1f, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrb_wrap b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_wrap new file mode 100644 index 0000000..a97e08d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrb_wrap @@ -0,0 +1,21 @@ +#define arrb_wrap_width 16 +#define arrb_wrap_height 16 +static char arrb_wrap_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xfc, 0x3f, +0xfe, 0x7f, +0xff, 0xf7, +0xfd, 0xb3, +0xc3, 0xc5, +0xdf, 0xfe, +0x5d, 0xbf, +0x93, 0xc7, +0x1f, 0xff, +0x1e, 0x7e, +0x00, 0x0c, +0x00, 0x08, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrow b/Bitmaps/freaknet.org/bitmaps/cursor/arrow new file mode 100644 index 0000000..90cbd95 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrow @@ -0,0 +1,21 @@ +#define arrow_width 16 +#define arrow_height 16 +static char arrow_bits[] = { +0xfc, 0x00, +0xf8, 0x00, +0xf0, 0x00, +0xf8, 0x00, +0xdc, 0x00, +0x8e, 0x00, +0x07, 0x00, +0x03, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrow_b b/Bitmaps/freaknet.org/bitmaps/cursor/arrow_b new file mode 100644 index 0000000..205bb17 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrow_b @@ -0,0 +1,21 @@ +#define arrow_b_width 16 +#define arrow_b_height 16 +static char arrow_b_bits[] = { +0x18, 0x00, +0x18, 0x00, +0x3c, 0x00, +0x3c, 0x00, +0x7e, 0x00, +0x7e, 0x00, +0xff, 0x00, +0xdb, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrow_blit b/Bitmaps/freaknet.org/bitmaps/cursor/arrow_blit new file mode 100644 index 0000000..e76730a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrow_blit @@ -0,0 +1,21 @@ +#define arrow_blit_width 16 +#define arrow_blit_height 16 +static char arrow_blit_bits[] = { +0xff, 0x01, +0x7f, 0x00, +0x1f, 0x00, +0x3f, 0x00, +0x7f, 0x00, +0xfb, 0x00, +0xf3, 0x01, +0xe1, 0x03, +0xc1, 0x07, +0x80, 0x0f, +0x00, 0x1f, +0x00, 0x3e, +0x00, 0x7c, +0x00, 0xf8, +0x00, 0x70, +0x00, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/arrowscroll b/Bitmaps/freaknet.org/bitmaps/cursor/arrowscroll new file mode 100644 index 0000000..96ab9c2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/arrowscroll @@ -0,0 +1,21 @@ +#define arrowscroll_width 16 +#define arrowscroll_height 16 +static char arrowscroll_bits[] = { +0x00, 0x00, +0x30, 0x00, +0x78, 0x00, +0xfc, 0x0c, +0xfe, 0x0d, +0xff, 0x0d, +0x30, 0x0c, +0x30, 0x0c, +0x30, 0x0c, +0x30, 0x0c, +0xb0, 0xff, +0xb0, 0x7f, +0x30, 0x3f, +0x00, 0x1e, +0x00, 0x0c, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bell b/Bitmaps/freaknet.org/bitmaps/cursor/bell new file mode 100644 index 0000000..604f14b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bell @@ -0,0 +1,21 @@ +#define bell_width 16 +#define bell_height 16 +static char bell_bits[] = { +0xf7, 0xef, +0xff, 0xff, +0xff, 0xff, +0xf7, 0xef, +0xe7, 0xe7, +0xf8, 0x1f, +0xf8, 0x1f, +0xfc, 0x3f, +0xfc, 0x3f, +0xfc, 0x3f, +0xfc, 0x3f, +0xfc, 0x3b, +0xfc, 0x37, +0xfe, 0x77, +0xff, 0xef, +0x70, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bigcheck b/Bitmaps/freaknet.org/bitmaps/cursor/bigcheck new file mode 100644 index 0000000..13a9fe7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bigcheck @@ -0,0 +1,21 @@ +#define bigcheck_width 16 +#define bigcheck_height 16 +static char bigcheck_bits[] = { +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bitblit b/Bitmaps/freaknet.org/bitmaps/cursor/bitblit new file mode 100644 index 0000000..2f0698d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bitblit @@ -0,0 +1,21 @@ +#define bitblit_width 16 +#define bitblit_height 16 +static char bitblit_bits[] = { +0x00, 0x00, +0x7f, 0xfe, +0x41, 0xaa, +0x7f, 0xfe, +0x41, 0xa9, +0x07, 0xf3, +0xf1, 0xa5, +0x17, 0xe8, +0x11, 0xa8, +0xf7, 0xe5, +0x01, 0xa3, +0x7f, 0xf9, +0x41, 0xaa, +0x7f, 0xfe, +0x41, 0xaa, +0x7f, 0xfe, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/blackborder b/Bitmaps/freaknet.org/bitmaps/cursor/blackborder new file mode 100644 index 0000000..a4f1cfa --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/blackborder @@ -0,0 +1,21 @@ +#define blackborder_width 16 +#define blackborder_height 16 +static char blackborder_bits[] = { +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/blah b/Bitmaps/freaknet.org/bitmaps/cursor/blah new file mode 100644 index 0000000..7aacc62 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/blah @@ -0,0 +1,21 @@ +#define blah_width 16 +#define blah_height 16 +static char blah_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xe0, 0x03, +0x38, 0x7e, +0x8c, 0xc7, +0x84, 0x70, +0x46, 0x18, +0x02, 0x0c, +0x02, 0x04, +0x02, 0x06, +0x06, 0x03, +0xfc, 0x01, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/blip b/Bitmaps/freaknet.org/bitmaps/cursor/blip new file mode 100644 index 0000000..a2647bd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/blip @@ -0,0 +1,8 @@ +#define blip_width 3 +#define blip_height 3 +static char blip_bits[] = { +0x02, +0x07, +0x02, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/boobs b/Bitmaps/freaknet.org/bitmaps/cursor/boobs new file mode 100644 index 0000000..a4eb964 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/boobs @@ -0,0 +1,17 @@ +#define boobs_width 17 +#define boobs_height 12 +static char boobs_bits[] = { +0x04, 0x80, 0x00, +0x02, 0x81, 0x01, +0x02, 0x02, 0x01, +0x22, 0x02, 0x01, +0x06, 0x22, 0x01, +0x0c, 0x03, 0x01, +0xf0, 0x87, 0x00, +0x00, 0x78, 0x00, +0x00, 0x00, 0x00, +0x00, 0x00, 0x00, +0x00, 0x00, 0x00, +0x00, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/boot b/Bitmaps/freaknet.org/bitmaps/cursor/boot new file mode 100644 index 0000000..4bf98e2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/boot @@ -0,0 +1,21 @@ +#define boot_width 16 +#define boot_height 16 +static char boot_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xff, 0x00, +0xff, 0x00, +0x7e, 0x00, +0x7e, 0x00, +0x7e, 0x00, +0x7e, 0x00, +0x7e, 0x15, +0xfe, 0x7f, +0xfe, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x92, 0x24, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/boundarypad b/Bitmaps/freaknet.org/bitmaps/cursor/boundarypad new file mode 100644 index 0000000..dcc254d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/boundarypad @@ -0,0 +1,21 @@ +#define boundarypad_width 16 +#define boundarypad_height 16 +static char boundarypad_bits[] = { +0xf0, 0xff, +0xf0, 0xff, +0x30, 0xc0, +0x30, 0xc0, +0x30, 0xc0, +0x3f, 0xc0, +0x3f, 0xc0, +0x30, 0xc0, +0x30, 0xc0, +0x30, 0xc0, +0xf0, 0xff, +0xf0, 0xff, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/brain b/Bitmaps/freaknet.org/bitmaps/cursor/brain new file mode 100644 index 0000000..3ea839a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/brain @@ -0,0 +1,21 @@ +#define brain_width 16 +#define brain_height 16 +static char brain_bits[] = { +0xf8, 0x07, +0x04, 0x08, +0xfa, 0x17, +0x0d, 0x2c, +0x05, 0x28, +0x05, 0x28, +0x05, 0x2f, +0x8d, 0x41, +0xd9, 0x80, +0x72, 0xf0, +0x04, 0x20, +0x08, 0x3c, +0x08, 0x20, +0x10, 0x20, +0x30, 0x10, +0xc0, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/btllogo b/Bitmaps/freaknet.org/bitmaps/cursor/btllogo new file mode 100644 index 0000000..79443fa --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/btllogo @@ -0,0 +1,21 @@ +#define btllogo_width 16 +#define btllogo_height 16 +static char btllogo_bits[] = { +0xe0, 0x07, +0xf8, 0x1f, +0x1c, 0x38, +0x86, 0x61, +0xe6, 0x67, +0xf3, 0xcf, +0x33, 0xcc, +0x33, 0xcc, +0x33, 0xcc, +0x1b, 0xd8, +0xfb, 0xdf, +0xfa, 0x5f, +0x86, 0x61, +0x1c, 0x38, +0xf8, 0x1f, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/buddah b/Bitmaps/freaknet.org/bitmaps/cursor/buddah new file mode 100644 index 0000000..766d3aa --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/buddah @@ -0,0 +1,21 @@ +#define buddah_width 16 +#define buddah_height 16 +static char buddah_bits[] = { +0xc0, 0x03, +0x20, 0x04, +0x20, 0x04, +0xa0, 0x05, +0x10, 0x08, +0x48, 0x12, +0x44, 0x22, +0x24, 0x24, +0x24, 0x24, +0x08, 0x10, +0x10, 0x08, +0x28, 0x14, +0x04, 0x20, +0x04, 0x20, +0xf8, 0x1f, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bulb b/Bitmaps/freaknet.org/bitmaps/cursor/bulb new file mode 100644 index 0000000..2e96541 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bulb @@ -0,0 +1,21 @@ +#define bulb_width 16 +#define bulb_height 16 +static char bulb_bits[] = { +0xc4, 0x47, +0x30, 0x18, +0x0a, 0xa0, +0x84, 0x42, +0x44, 0x45, +0x44, 0x44, +0x8a, 0xa2, +0x10, 0x11, +0x24, 0x49, +0x52, 0x95, +0x48, 0x25, +0x44, 0x45, +0xd0, 0x16, +0x40, 0x05, +0xc0, 0x06, +0x80, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bullseye b/Bitmaps/freaknet.org/bitmaps/cursor/bullseye new file mode 100644 index 0000000..4044ca0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bullseye @@ -0,0 +1,21 @@ +#define bullseye_width 16 +#define bullseye_height 16 +static char bullseye_bits[] = { +0xe0, 0x03, +0xf0, 0x07, +0x18, 0x0c, +0x0c, 0x18, +0x06, 0x30, +0x03, 0x60, +0xc3, 0x61, +0xc3, 0x61, +0xc3, 0x61, +0x03, 0x60, +0x06, 0x30, +0x0c, 0x18, +0x18, 0x0c, +0xf0, 0x07, +0xe0, 0x03, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bunny b/Bitmaps/freaknet.org/bitmaps/cursor/bunny new file mode 100644 index 0000000..0cad0f7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bunny @@ -0,0 +1,21 @@ +#define bunny_width 16 +#define bunny_height 16 +static char bunny_bits[] = { +0x00, 0x00, +0x00, 0x44, +0x00, 0xee, +0x00, 0xee, +0x00, 0xee, +0x00, 0xee, +0x00, 0x6c, +0x00, 0x38, +0xe0, 0x7c, +0xf0, 0xbd, +0xf8, 0xff, +0xfa, 0xff, +0xff, 0x7f, +0xff, 0x3f, +0xff, 0xff, +0xfa, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/bunnyface b/Bitmaps/freaknet.org/bitmaps/cursor/bunnyface new file mode 100644 index 0000000..59d50b0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/bunnyface @@ -0,0 +1,21 @@ +#define bunnyface_width 16 +#define bunnyface_height 16 +static char bunnyface_bits[] = { +0x00, 0x00, +0x04, 0x40, +0x0e, 0xe0, +0x1e, 0xf0, +0x3e, 0xf8, +0x72, 0x9c, +0xc0, 0x06, +0x80, 0x03, +0xc0, 0x07, +0xe0, 0x0f, +0x70, 0x1d, +0xf0, 0x1e, +0x60, 0x0d, +0xc0, 0x06, +0x80, 0x03, +0x80, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/caret b/Bitmaps/freaknet.org/bitmaps/cursor/caret new file mode 100644 index 0000000..7651f1e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/caret @@ -0,0 +1,21 @@ +#define caret_width 16 +#define caret_height 16 +static char caret_bits[] = { +0x08, 0x00, +0x1c, 0x00, +0x1c, 0x00, +0x36, 0x00, +0x36, 0x00, +0x63, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/carnegie b/Bitmaps/freaknet.org/bitmaps/cursor/carnegie new file mode 100644 index 0000000..9373c75 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/carnegie @@ -0,0 +1,21 @@ +#define carnegie_width 16 +#define carnegie_height 16 +static char carnegie_bits[] = { +0x80, 0x80, +0xbf, 0x7e, +0xa1, 0x62, +0xe1, 0x53, +0x81, 0x48, +0x81, 0x47, +0xc7, 0x76, +0xa4, 0x15, +0xff, 0xff, +0xd4, 0x12, +0xb7, 0x71, +0xf1, 0x40, +0x89, 0x40, +0xe5, 0x43, +0xa3, 0x42, +0xbf, 0x7e, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/champagne b/Bitmaps/freaknet.org/bitmaps/cursor/champagne new file mode 100644 index 0000000..610c19b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/champagne @@ -0,0 +1,21 @@ +#define champagne_width 16 +#define champagne_height 16 +static char champagne_bits[] = { +0x00, 0x06, +0x00, 0x06, +0x18, 0x30, +0x98, 0x31, +0x80, 0x01, +0x00, 0x00, +0xfc, 0x3f, +0xf8, 0x1f, +0xf0, 0x0f, +0xe0, 0x07, +0xc0, 0x03, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0xf0, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/charbox b/Bitmaps/freaknet.org/bitmaps/cursor/charbox new file mode 100644 index 0000000..f0a7270 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/charbox @@ -0,0 +1,21 @@ +#define charbox_width 16 +#define charbox_height 16 +static char charbox_bits[] = { +0x00, 0x00, +0xf0, 0x1f, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0xf0, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/check b/Bitmaps/freaknet.org/bitmaps/cursor/check new file mode 100644 index 0000000..4c0e74b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/check @@ -0,0 +1,21 @@ +#define check_width 16 +#define check_height 16 +static char check_bits[] = { +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0xf0, 0xf0, +0xf0, 0xf0, +0xf0, 0xf0, +0xf0, 0xf0, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0xf0, 0xf0, +0xf0, 0xf0, +0xf0, 0xf0, +0xf0, 0xf0, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cinco b/Bitmaps/freaknet.org/bitmaps/cursor/cinco new file mode 100644 index 0000000..9d0777d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cinco @@ -0,0 +1,21 @@ +#define cinco_width 16 +#define cinco_height 16 +static char cinco_bits[] = { +0x00, 0x00, +0xfe, 0x7f, +0x1e, 0x54, +0x9e, 0x6c, +0x5e, 0x55, +0x9e, 0x6c, +0x5e, 0x55, +0x1e, 0x6c, +0xfe, 0x7f, +0x02, 0x00, +0x3a, 0x38, +0x0a, 0x08, +0x3a, 0x3b, +0x42, 0x40, +0x3a, 0x38, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/circle b/Bitmaps/freaknet.org/bitmaps/cursor/circle new file mode 100644 index 0000000..64ce1c0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/circle @@ -0,0 +1,21 @@ +#define circle_width 16 +#define circle_height 16 +static char circle_bits[] = { +0xe0, 0x07, +0x18, 0x18, +0x04, 0x20, +0x02, 0x40, +0x02, 0x40, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x02, 0x40, +0x02, 0x40, +0x04, 0x20, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/circlebig b/Bitmaps/freaknet.org/bitmaps/cursor/circlebig new file mode 100644 index 0000000..f216928 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/circlebig @@ -0,0 +1,37 @@ +#define circlebig_width 32 +#define circlebig_height 32 +static char circlebig_bits[] = { +0x00, 0xf8, 0x1f, 0x00, +0x00, 0x07, 0xe0, 0x00, +0xc0, 0x00, 0x00, 0x03, +0x20, 0x00, 0x00, 0x04, +0x10, 0x00, 0x00, 0x08, +0x08, 0x00, 0x00, 0x10, +0x04, 0x00, 0x00, 0x20, +0x04, 0x00, 0x00, 0x20, +0x02, 0x00, 0x00, 0x40, +0x02, 0x00, 0x00, 0x40, +0x02, 0x00, 0x00, 0x40, +0x02, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x80, +0x02, 0x00, 0x00, 0x40, +0x02, 0x00, 0x00, 0x40, +0x02, 0x00, 0x00, 0x40, +0x04, 0x00, 0x00, 0x20, +0x04, 0x00, 0x00, 0x20, +0x08, 0x00, 0x00, 0x10, +0x10, 0x00, 0x00, 0x08, +0x20, 0x00, 0x00, 0x04, +0xc0, 0x00, 0x00, 0x03, +0x00, 0x07, 0xe0, 0x00, +0x00, 0xf8, 0x1f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cleanup b/Bitmaps/freaknet.org/bitmaps/cursor/cleanup new file mode 100644 index 0000000..1ede532 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cleanup @@ -0,0 +1,21 @@ +#define cleanup_width 16 +#define cleanup_height 16 +static char cleanup_bits[] = { +0x60, 0x00, +0x30, 0x00, +0x10, 0xf0, +0x30, 0x0c, +0xe0, 0x07, +0xc0, 0x07, +0x00, 0x04, +0x01, 0x04, +0x03, 0xe2, +0x02, 0x22, +0x06, 0x12, +0x0f, 0x09, +0x1f, 0x05, +0x3c, 0x05, +0x70, 0x0d, +0x00, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/clock b/Bitmaps/freaknet.org/bitmaps/cursor/clock new file mode 100644 index 0000000..c6141c4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/clock @@ -0,0 +1,21 @@ +#define clock_width 16 +#define clock_height 16 +static char clock_bits[] = { +0xc0, 0x03, +0x2c, 0x04, +0xec, 0x07, +0xc8, 0x03, +0xe8, 0x0f, +0x18, 0x14, +0x04, 0x2a, +0x04, 0x2b, +0x82, 0x51, +0xc2, 0x50, +0xc2, 0x50, +0x82, 0x51, +0x04, 0x29, +0x04, 0x38, +0x1e, 0x7e, +0xe6, 0x6f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/club b/Bitmaps/freaknet.org/bitmaps/cursor/club new file mode 100644 index 0000000..df0223f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/club @@ -0,0 +1,21 @@ +#define club_width 16 +#define club_height 16 +static char club_bits[] = { +0xc0, 0x01, +0xe0, 0x03, +0xf0, 0x07, +0xf0, 0x07, +0xf0, 0x07, +0xe0, 0x03, +0xdc, 0x1d, +0xbe, 0x3e, +0xff, 0x7f, +0x7f, 0x7f, +0xff, 0x7f, +0xbe, 0x3e, +0x9c, 0x1c, +0xc0, 0x01, +0xc0, 0x01, +0xe0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cockmouse b/Bitmaps/freaknet.org/bitmaps/cursor/cockmouse new file mode 100644 index 0000000..d4a1565 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cockmouse @@ -0,0 +1,21 @@ +#define cockmouse_width 16 +#define cockmouse_height 16 +static char cockmouse_bits[] = { +0x00, 0x01, +0x20, 0x02, +0xff, 0x67, +0xfa, 0xbf, +0xfc, 0x9f, +0xe8, 0x8f, +0xd0, 0x47, +0x20, 0x42, +0x40, 0x41, +0x80, 0x00, +0x80, 0x00, +0x80, 0x00, +0x80, 0x00, +0x80, 0x00, +0x80, 0x00, +0xf0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/coffeecup b/Bitmaps/freaknet.org/bitmaps/cursor/coffeecup new file mode 100644 index 0000000..d3b4eb0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/coffeecup @@ -0,0 +1,21 @@ +#define coffeecup_width 16 +#define coffeecup_height 16 +static char coffeecup_bits[] = { +0x80, 0x00, +0x00, 0x07, +0x00, 0x08, +0xc0, 0x07, +0x20, 0x00, +0xf0, 0x07, +0x48, 0x3c, +0xf8, 0x47, +0x08, 0x58, +0x08, 0x58, +0x08, 0x40, +0x08, 0x3c, +0x18, 0x08, +0xf6, 0x37, +0x02, 0x20, +0xfc, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/confirm b/Bitmaps/freaknet.org/bitmaps/cursor/confirm new file mode 100644 index 0000000..a0f177c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/confirm @@ -0,0 +1,21 @@ +#define confirm_width 16 +#define confirm_height 16 +static char confirm_bits[] = { +0x00, 0x70, +0xe0, 0xf8, +0xc0, 0xe8, +0xce, 0xf6, +0xdf, 0x73, +0xdb, 0x31, +0xdb, 0x03, +0xdf, 0x36, +0xee, 0x3f, +0x00, 0x00, +0x00, 0x80, +0x00, 0xc0, +0x29, 0x65, +0xc6, 0x3c, +0xc6, 0x18, +0x29, 0x09, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/confirm1 b/Bitmaps/freaknet.org/bitmaps/cursor/confirm1 new file mode 100644 index 0000000..6ef6b5d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/confirm1 @@ -0,0 +1,21 @@ +#define confirm1_width 16 +#define confirm1_height 16 +static char confirm1_bits[] = { +0x00, 0x70, +0xe0, 0xf8, +0xc0, 0xc8, +0xce, 0xe6, +0xdf, 0x73, +0xdb, 0x31, +0xdb, 0x03, +0xdf, 0x36, +0xce, 0x36, +0x00, 0x00, +0x20, 0x00, +0x31, 0x00, +0x59, 0x92, +0x8f, 0x61, +0x87, 0x61, +0x43, 0x92, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/confirm2 b/Bitmaps/freaknet.org/bitmaps/cursor/confirm2 new file mode 100644 index 0000000..33d7199 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/confirm2 @@ -0,0 +1,21 @@ +#define confirm2_width 16 +#define confirm2_height 16 +static char confirm2_bits[] = { +0x00, 0x70, +0xe0, 0xf8, +0xc0, 0xc8, +0xce, 0xe6, +0xdf, 0x73, +0xdb, 0x31, +0xdb, 0x03, +0xdf, 0x36, +0xce, 0x36, +0x00, 0x00, +0x00, 0x08, +0x40, 0x0c, +0x49, 0x96, +0xc6, 0x63, +0xc6, 0x61, +0xc9, 0x90, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/copier b/Bitmaps/freaknet.org/bitmaps/cursor/copier new file mode 100644 index 0000000..6e450de --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/copier @@ -0,0 +1,21 @@ +#define copier_width 16 +#define copier_height 16 +static char copier_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x02, +0x00, 0x04, +0x00, 0x08, +0x00, 0x10, +0xf8, 0x7f, +0x08, 0xc4, +0x6e, 0xc4, +0x0f, 0xc4, +0x08, 0x44, +0xf8, 0x7f, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/copydisk b/Bitmaps/freaknet.org/bitmaps/cursor/copydisk new file mode 100644 index 0000000..b8299e5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/copydisk @@ -0,0 +1,21 @@ +#define copydisk_width 16 +#define copydisk_height 16 +static char copydisk_bits[] = { +0x77, 0x57, +0x55, 0x55, +0x51, 0x27, +0x55, 0x21, +0x77, 0x21, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x73, 0x57, +0x25, 0x31, +0x25, 0x32, +0x25, 0x54, +0x73, 0x57, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/corner b/Bitmaps/freaknet.org/bitmaps/cursor/corner new file mode 100644 index 0000000..a993e8e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/corner @@ -0,0 +1,21 @@ +#define corner_width 16 +#define corner_height 16 +static char corner_bits[] = { +0xff, 0xff, +0xff, 0x7f, +0xff, 0x3f, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x07, 0x00, +0x03, 0x00, +0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cross_n b/Bitmaps/freaknet.org/bitmaps/cursor/cross_n new file mode 100644 index 0000000..e94c760 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cross_n @@ -0,0 +1,21 @@ +#define cross_n_width 16 +#define cross_n_height 16 +static char cross_n_bits[] = { +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x80, 0x01, +0x80, 0x01, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, +0x7f, 0xfe, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cross_p b/Bitmaps/freaknet.org/bitmaps/cursor/cross_p new file mode 100644 index 0000000..7950769 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cross_p @@ -0,0 +1,21 @@ +#define cross_p_width 16 +#define cross_p_height 16 +static char cross_p_bits[] = { +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x7f, 0xfe, +0x7f, 0xfe, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/crosshairs b/Bitmaps/freaknet.org/bitmaps/cursor/crosshairs new file mode 100644 index 0000000..523f17c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/crosshairs @@ -0,0 +1,21 @@ +#define crosshairs_width 16 +#define crosshairs_height 16 +static char crosshairs_bits[] = { +0xc0, 0x03, +0xf0, 0x0f, +0x98, 0x19, +0x8c, 0x31, +0x86, 0x61, +0x82, 0x41, +0x83, 0xc1, +0x7f, 0xfe, +0x7f, 0xfe, +0x83, 0xc1, +0x82, 0x41, +0x86, 0x61, +0x8c, 0x31, +0x98, 0x19, +0xf0, 0x0f, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cue b/Bitmaps/freaknet.org/bitmaps/cursor/cue new file mode 100644 index 0000000..a926c2c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cue @@ -0,0 +1,21 @@ +#define cue_width 16 +#define cue_height 16 +static char cue_bits[] = { +0x6f, 0x3d, +0x63, 0x1d, +0x63, 0x0d, +0xef, 0x3d, +0x00, 0x00, +0x08, 0x41, +0x88, 0x71, +0xc8, 0x61, +0x8c, 0x71, +0x08, 0x79, +0x0c, 0x71, +0x8f, 0x79, +0xce, 0x61, +0x08, 0x41, +0x8c, 0x71, +0x08, 0x41, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cup1 b/Bitmaps/freaknet.org/bitmaps/cursor/cup1 new file mode 100644 index 0000000..fbf5509 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cup1 @@ -0,0 +1,21 @@ +#define cup1_width 16 +#define cup1_height 16 +static char cup1_bits[] = { +0x00, 0x00, +0x80, 0x03, +0x00, 0x04, +0xe0, 0x03, +0x10, 0x00, +0xe0, 0x07, +0xf8, 0x3f, +0x08, 0x40, +0x08, 0x58, +0x08, 0x58, +0x08, 0x40, +0x08, 0x3c, +0x18, 0x08, +0xf0, 0x07, +0x00, 0x00, +0xfc, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/cup2 b/Bitmaps/freaknet.org/bitmaps/cursor/cup2 new file mode 100644 index 0000000..ef62213 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/cup2 @@ -0,0 +1,21 @@ +#define cup2_width 16 +#define cup2_height 16 +static char cup2_bits[] = { +0x00, 0x00, +0xc0, 0x01, +0x20, 0x00, +0xc0, 0x07, +0x00, 0x08, +0xe0, 0x07, +0xf8, 0x3f, +0x08, 0x40, +0x08, 0x58, +0x08, 0x58, +0x08, 0x40, +0x08, 0x3c, +0x18, 0x08, +0xf0, 0x07, +0x00, 0x00, +0xfc, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dead b/Bitmaps/freaknet.org/bitmaps/cursor/dead new file mode 100644 index 0000000..285972e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dead @@ -0,0 +1,21 @@ +#define dead_width 16 +#define dead_height 16 +static char dead_bits[] = { +0xe0, 0x07, +0x18, 0x18, +0x04, 0x20, +0x02, 0x40, +0x12, 0x48, +0x11, 0x88, +0x7d, 0xbe, +0x11, 0x88, +0x11, 0x88, +0x01, 0x80, +0x01, 0x80, +0x02, 0x40, +0xe2, 0x47, +0x04, 0x20, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/deadflower b/Bitmaps/freaknet.org/bitmaps/cursor/deadflower new file mode 100644 index 0000000..0a96eec --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/deadflower @@ -0,0 +1,21 @@ +#define deadflower_width 16 +#define deadflower_height 16 +static char deadflower_bits[] = { +0xff, 0xff, +0x01, 0x80, +0x0f, 0x80, +0x9d, 0x87, +0xf9, 0x8c, +0x61, 0x9c, +0x31, 0xbe, +0x11, 0x9c, +0x39, 0x88, +0x69, 0x80, +0xc9, 0x80, +0x09, 0x80, +0x09, 0x80, +0x09, 0x80, +0x09, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/deadmouse b/Bitmaps/freaknet.org/bitmaps/cursor/deadmouse new file mode 100644 index 0000000..4bfece0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/deadmouse @@ -0,0 +1,21 @@ +#define deadmouse_width 16 +#define deadmouse_height 16 +static char deadmouse_bits[] = { +0x00, 0x00, +0x80, 0x28, +0x45, 0x10, +0x82, 0x00, +0x00, 0x00, +0x00, 0x10, +0x00, 0x20, +0x00, 0x41, +0x20, 0x82, +0xff, 0x87, +0xfa, 0x8f, +0xfc, 0x7f, +0xe8, 0x0f, +0xc0, 0x07, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/diagmouse b/Bitmaps/freaknet.org/bitmaps/cursor/diagmouse new file mode 100644 index 0000000..bf25db4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/diagmouse @@ -0,0 +1,21 @@ +#define diagmouse_width 16 +#define diagmouse_height 16 +static char diagmouse_bits[] = { +0x00, 0x20, +0x00, 0x20, +0x00, 0x18, +0x00, 0x04, +0x00, 0x04, +0x00, 0x04, +0x00, 0x04, +0xe0, 0x03, +0xf0, 0x01, +0xf6, 0x01, +0x7c, 0x01, +0x74, 0x00, +0x5c, 0x00, +0x0c, 0x00, +0x04, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice1 b/Bitmaps/freaknet.org/bitmaps/cursor/dice1 new file mode 100644 index 0000000..8ac2203 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice1 @@ -0,0 +1,21 @@ +#define dice1_width 16 +#define dice1_height 16 +static char dice1_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x7f, 0xfe, +0x7f, 0xfe, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice2 b/Bitmaps/freaknet.org/bitmaps/cursor/dice2 new file mode 100644 index 0000000..71d39b0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice2 @@ -0,0 +1,21 @@ +#define dice2_width 16 +#define dice2_height 16 +static char dice2_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xf3, 0xff, +0xf3, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xcf, +0xff, 0xcf, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice3 b/Bitmaps/freaknet.org/bitmaps/cursor/dice3 new file mode 100644 index 0000000..5b23b69 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice3 @@ -0,0 +1,21 @@ +#define dice3_width 16 +#define dice3_height 16 +static char dice3_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xcf, +0xff, 0xcf, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x7f, 0xfe, +0x7f, 0xfe, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xff, +0xf3, 0xff, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice4 b/Bitmaps/freaknet.org/bitmaps/cursor/dice4 new file mode 100644 index 0000000..dc8b181 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice4 @@ -0,0 +1,21 @@ +#define dice4_width 16 +#define dice4_height 16 +static char dice4_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice5 b/Bitmaps/freaknet.org/bitmaps/cursor/dice5 new file mode 100644 index 0000000..ff36624 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice5 @@ -0,0 +1,21 @@ +#define dice5_width 16 +#define dice5_height 16 +static char dice5_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x7f, 0xfe, +0x7f, 0xfe, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dice6 b/Bitmaps/freaknet.org/bitmaps/cursor/dice6 new file mode 100644 index 0000000..3e5c292 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dice6 @@ -0,0 +1,21 @@ +#define dice6_width 16 +#define dice6_height 16 +static char dice6_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xcf, +0xf3, 0xcf, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/die b/Bitmaps/freaknet.org/bitmaps/cursor/die new file mode 100644 index 0000000..072a4a6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/die @@ -0,0 +1,21 @@ +#define die_width 16 +#define die_height 16 +static char die_bits[] = { +0xfe, 0x7f, +0x01, 0x80, +0x01, 0x80, +0x31, 0x8c, +0x31, 0x8c, +0x01, 0x80, +0x01, 0x80, +0x31, 0x8c, +0x31, 0x8c, +0x01, 0x80, +0x01, 0x80, +0x31, 0x8c, +0x31, 0x8c, +0x01, 0x80, +0x01, 0x80, +0xfe, 0x7f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/digitalwatch b/Bitmaps/freaknet.org/bitmaps/cursor/digitalwatch new file mode 100644 index 0000000..7c492ad --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/digitalwatch @@ -0,0 +1,21 @@ +#define digitalwatch_width 16 +#define digitalwatch_height 16 +static char digitalwatch_bits[] = { +0x08, 0x08, +0x08, 0x08, +0xfc, 0x1f, +0xfe, 0x3f, +0xff, 0x7f, +0x03, 0x60, +0x35, 0xdb, +0x25, 0x4a, +0x35, 0x5b, +0x15, 0x52, +0x35, 0xdb, +0x03, 0x60, +0xff, 0x7f, +0xfe, 0x3f, +0xfc, 0x1f, +0x08, 0x08, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/domin1 b/Bitmaps/freaknet.org/bitmaps/cursor/domin1 new file mode 100644 index 0000000..2b3bc99 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/domin1 @@ -0,0 +1,21 @@ +#define domin1_width 16 +#define domin1_height 16 +static char domin1_bits[] = { +0x80, 0x00, +0xc0, 0x01, +0xc0, 0x01, +0xe1, 0x43, +0xe3, 0x63, +0xe7, 0x73, +0xf7, 0x77, +0xff, 0x7f, +0xff, 0x7f, +0xff, 0x7f, +0xff, 0x7f, +0xfe, 0x3f, +0xfc, 0x1f, +0xf0, 0x07, +0x80, 0x00, +0x80, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/domin2 b/Bitmaps/freaknet.org/bitmaps/cursor/domin2 new file mode 100644 index 0000000..f1d5ee8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/domin2 @@ -0,0 +1,21 @@ +#define domin2_width 16 +#define domin2_height 16 +static char domin2_bits[] = { +0x80, 0x01, +0xc0, 0x03, +0xe0, 0x07, +0xf0, 0x0f, +0xf0, 0x0f, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xfe, 0x7f, +0xfc, 0x3f, +0xfe, 0x7f, +0xfc, 0x3f, +0xf8, 0x1f, +0xb0, 0x0d, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/dont b/Bitmaps/freaknet.org/bitmaps/cursor/dont new file mode 100644 index 0000000..917669a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/dont @@ -0,0 +1,21 @@ +#define dont_width 16 +#define dont_height 16 +static char dont_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x04, 0x00, +0x04, 0x40, +0x04, 0x40, +0x66, 0xda, +0x95, 0x56, +0x95, 0x52, +0x95, 0x52, +0x66, 0xd2, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawbox b/Bitmaps/freaknet.org/bitmaps/cursor/drawbox new file mode 100644 index 0000000..0677950 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawbox @@ -0,0 +1,21 @@ +#define drawbox_width 16 +#define drawbox_height 16 +static char drawbox_bits[] = { +0xff, 0x03, +0xff, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0xff, 0x03, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawboxthumb b/Bitmaps/freaknet.org/bitmaps/cursor/drawboxthumb new file mode 100644 index 0000000..97c49b1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawboxthumb @@ -0,0 +1,21 @@ +#define drawboxthumb_width 16 +#define drawboxthumb_height 16 +static char drawboxthumb_bits[] = { +0xff, 0xff, +0xff, 0xff, +0x05, 0x80, +0x1d, 0x80, +0x7d, 0x80, +0xfd, 0x81, +0xfd, 0x87, +0xfd, 0x9f, +0xfd, 0x9f, +0xfd, 0x87, +0xfd, 0x81, +0x7d, 0x80, +0x1d, 0x80, +0x05, 0x80, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawcaret b/Bitmaps/freaknet.org/bitmaps/cursor/drawcaret new file mode 100644 index 0000000..2ce7c86 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawcaret @@ -0,0 +1,21 @@ +#define drawcaret_width 16 +#define drawcaret_height 16 +static char drawcaret_bits[] = { +0x10, 0x00, +0x38, 0x00, +0x38, 0x00, +0x6c, 0x00, +0x6c, 0x00, +0xc6, 0x00, +0xc6, 0x00, +0x83, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawcenter b/Bitmaps/freaknet.org/bitmaps/cursor/drawcenter new file mode 100644 index 0000000..0302356 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawcenter @@ -0,0 +1,21 @@ +#define drawcenter_width 16 +#define drawcenter_height 16 +static char drawcenter_bits[] = { +0x80, 0x01, +0x80, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x80, 0x01, +0x80, 0x01, +0xe3, 0xc7, +0xe3, 0xc7, +0x80, 0x01, +0x80, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x80, 0x01, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawdelwindow b/Bitmaps/freaknet.org/bitmaps/cursor/drawdelwindow new file mode 100644 index 0000000..ca2f48c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawdelwindow @@ -0,0 +1,21 @@ +#define drawdelwindow_width 16 +#define drawdelwindow_height 16 +static char drawdelwindow_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x19, 0x98, +0x31, 0x8c, +0x61, 0x86, +0xc1, 0x83, +0x81, 0x81, +0xc1, 0x83, +0x61, 0x86, +0x31, 0x8c, +0x19, 0x98, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawdoublearr b/Bitmaps/freaknet.org/bitmaps/cursor/drawdoublearr new file mode 100644 index 0000000..f2f5e62 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawdoublearr @@ -0,0 +1,21 @@ +#define drawdoublearr_width 16 +#define drawdoublearr_height 16 +static char drawdoublearr_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x30, 0x0c, +0x1c, 0x38, +0xff, 0xff, +0xff, 0xff, +0x1c, 0x38, +0x30, 0x0c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawgrid b/Bitmaps/freaknet.org/bitmaps/cursor/drawgrid new file mode 100644 index 0000000..71f80ca --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawgrid @@ -0,0 +1,21 @@ +#define drawgrid_width 16 +#define drawgrid_height 16 +static char drawgrid_bits[] = { +0xff, 0xff, +0x49, 0x92, +0x49, 0x92, +0xff, 0xff, +0x49, 0x92, +0x49, 0x92, +0xff, 0xff, +0x49, 0x92, +0x49, 0x92, +0xff, 0xff, +0x49, 0x92, +0x49, 0x92, +0xff, 0xff, +0x49, 0x92, +0x49, 0x92, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawhalfbox b/Bitmaps/freaknet.org/bitmaps/cursor/drawhalfbox new file mode 100644 index 0000000..ed1adbe --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawhalfbox @@ -0,0 +1,21 @@ +#define drawhalfbox_width 16 +#define drawhalfbox_height 16 +static char drawhalfbox_bits[] = { +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawidle b/Bitmaps/freaknet.org/bitmaps/cursor/drawidle new file mode 100644 index 0000000..5dff65d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawidle @@ -0,0 +1,21 @@ +#define drawidle_width 16 +#define drawidle_height 16 +static char drawidle_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0xff, 0x00, +0xff, 0x00, +0x18, 0x00, +0x18, 0x00, +0x18, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawmovewindow b/Bitmaps/freaknet.org/bitmaps/cursor/drawmovewindow new file mode 100644 index 0000000..dfd80ab --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawmovewindow @@ -0,0 +1,21 @@ +#define drawmovewindow_width 16 +#define drawmovewindow_height 16 +static char drawmovewindow_bits[] = { +0xff, 0xff, +0xff, 0xff, +0x03, 0xf0, +0x03, 0xfc, +0x03, 0xff, +0xc3, 0xff, +0xf3, 0xff, +0xff, 0xff, +0xff, 0xff, +0xf3, 0xff, +0xc3, 0xff, +0x03, 0xff, +0x03, 0xfc, +0x03, 0xf0, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawnewwindow b/Bitmaps/freaknet.org/bitmaps/cursor/drawnewwindow new file mode 100644 index 0000000..27629bd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawnewwindow @@ -0,0 +1,21 @@ +#define drawnewwindow_width 16 +#define drawnewwindow_height 16 +static char drawnewwindow_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawsplitwind b/Bitmaps/freaknet.org/bitmaps/cursor/drawsplitwind new file mode 100644 index 0000000..7aa4a5d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawsplitwind @@ -0,0 +1,21 @@ +#define drawsplitwind_width 16 +#define drawsplitwind_height 16 +static char drawsplitwind_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drawthumb b/Bitmaps/freaknet.org/bitmaps/cursor/drawthumb new file mode 100644 index 0000000..ff3850b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drawthumb @@ -0,0 +1,21 @@ +#define drawthumb_width 16 +#define drawthumb_height 16 +static char drawthumb_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x04, 0x00, +0x1c, 0x00, +0x7c, 0x00, +0xfc, 0x01, +0xfc, 0x07, +0xfc, 0x1f, +0xfc, 0x1f, +0xfc, 0x07, +0xfc, 0x01, +0x7c, 0x00, +0x1c, 0x00, +0x04, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drcelloff b/Bitmaps/freaknet.org/bitmaps/cursor/drcelloff new file mode 100644 index 0000000..adb8fa0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drcelloff @@ -0,0 +1,21 @@ +#define drcelloff_width 16 +#define drcelloff_height 16 +static char drcelloff_bits[] = { +0xff, 0xff, +0xff, 0xff, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0x03, 0xc0, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drcellon b/Bitmaps/freaknet.org/bitmaps/cursor/drcellon new file mode 100644 index 0000000..ffaf52c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drcellon @@ -0,0 +1,21 @@ +#define drcellon_width 16 +#define drcellon_height 16 +static char drcellon_bits[] = { +0xff, 0xff, +0xff, 0xff, +0x57, 0xd5, +0xab, 0xea, +0x57, 0xd5, +0xab, 0xea, +0x57, 0xd5, +0xab, 0xea, +0x57, 0xd5, +0xab, 0xea, +0x57, 0xd5, +0xab, 0xea, +0x57, 0xd5, +0xab, 0xea, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/drsplbox b/Bitmaps/freaknet.org/bitmaps/cursor/drsplbox new file mode 100644 index 0000000..1919667 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/drsplbox @@ -0,0 +1,21 @@ +#define drsplbox_width 16 +#define drsplbox_height 16 +static char drsplbox_bits[] = { +0xff, 0x03, +0xff, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0xff, 0x03, +0xff, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0x03, 0x03, +0xff, 0x03, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/earsmall b/Bitmaps/freaknet.org/bitmaps/cursor/earsmall new file mode 100644 index 0000000..6ca23ee --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/earsmall @@ -0,0 +1,19 @@ +#define earsmall_width 11 +#define earsmall_height 14 +static char earsmall_bits[] = { +0xf8, 0x01, +0x04, 0x03, +0x72, 0x06, +0x0a, 0x04, +0x02, 0x05, +0x34, 0x04, +0xa0, 0x04, +0x38, 0x06, +0x08, 0x03, +0xc6, 0x01, +0x72, 0x00, +0x11, 0x00, +0x1b, 0x00, +0x0e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/egg b/Bitmaps/freaknet.org/bitmaps/cursor/egg new file mode 100644 index 0000000..f78158b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/egg @@ -0,0 +1,21 @@ +#define egg_width 16 +#define egg_height 16 +static char egg_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xf0, 0x07, +0x2c, 0x1f, +0x26, 0x37, +0x92, 0x73, +0x93, 0x9b, +0x93, 0xdb, +0x93, 0xdb, +0x93, 0x9b, +0x92, 0x73, +0x26, 0x37, +0x2c, 0x1f, +0xf0, 0x07, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ellipse b/Bitmaps/freaknet.org/bitmaps/cursor/ellipse new file mode 100644 index 0000000..2beb33a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ellipse @@ -0,0 +1,21 @@ +#define ellipse_width 16 +#define ellipse_height 16 +static char ellipse_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xf8, 0x1f, +0x04, 0x20, +0x02, 0x40, +0x02, 0x40, +0x02, 0x40, +0x02, 0x40, +0x02, 0x40, +0x04, 0x20, +0xf8, 0x1f, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/eye b/Bitmaps/freaknet.org/bitmaps/cursor/eye new file mode 100644 index 0000000..1e408e0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/eye @@ -0,0 +1,21 @@ +#define eye_width 16 +#define eye_height 16 +static char eye_bits[] = { +0x00, 0x0c, +0x00, 0x06, +0x80, 0x03, +0xe0, 0x02, +0x38, 0x06, +0x0e, 0x07, +0x03, 0x07, +0x03, 0x07, +0x0e, 0x07, +0x38, 0x06, +0xe0, 0x02, +0x80, 0x03, +0x00, 0x06, +0x00, 0x04, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/eyeglasses b/Bitmaps/freaknet.org/bitmaps/cursor/eyeglasses new file mode 100644 index 0000000..e075102 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/eyeglasses @@ -0,0 +1,35 @@ +#define eyeglasses_width 30 +#define eyeglasses_height 30 +static char eyeglasses_bits[] = { +0x00, 0x00, 0x00, 0x00, +0xf0, 0x7f, 0x00, 0x00, +0xf8, 0x5f, 0x00, 0x00, +0x18, 0x88, 0x00, 0x00, +0x00, 0x84, 0x00, 0x00, +0x01, 0xa4, 0x00, 0x00, +0x03, 0x86, 0x00, 0x00, +0x83, 0x8f, 0x00, 0x00, +0x46, 0x54, 0x00, 0x00, +0x2c, 0x28, 0x00, 0x00, +0x18, 0x09, 0x00, 0x00, +0x10, 0x08, 0x00, 0x00, +0x20, 0x04, 0x00, 0x00, +0xc0, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/father b/Bitmaps/freaknet.org/bitmaps/cursor/father new file mode 100644 index 0000000..9045068 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/father @@ -0,0 +1,21 @@ +#define father_width 16 +#define father_height 16 +static char father_bits[] = { +0x00, 0xf8, +0x00, 0xc0, +0x00, 0xa0, +0xf0, 0x91, +0x0c, 0x9a, +0x02, 0x08, +0x9b, 0x09, +0x19, 0x13, +0x41, 0x10, +0x41, 0x10, +0xe1, 0x10, +0x09, 0x12, +0x12, 0x09, +0xe2, 0x08, +0x0c, 0x06, +0xf0, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/finger b/Bitmaps/freaknet.org/bitmaps/cursor/finger new file mode 100644 index 0000000..8c14cea --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/finger @@ -0,0 +1,23 @@ +#define finger_width 11 +#define finger_height 18 +static char finger_bits[] = { +0x20, 0x00, +0x50, 0x00, +0x50, 0x00, +0x50, 0x00, +0x50, 0x00, +0xd8, 0x00, +0x54, 0x01, +0x56, 0x03, +0x56, 0x05, +0x06, 0x05, +0x02, 0x04, +0x02, 0x04, +0x02, 0x04, +0x02, 0x04, +0x04, 0x02, +0x08, 0x01, +0x98, 0x01, +0x08, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/firecracker b/Bitmaps/freaknet.org/bitmaps/cursor/firecracker new file mode 100644 index 0000000..8aa97f7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/firecracker @@ -0,0 +1,21 @@ +#define firecracker_width 16 +#define firecracker_height 16 +static char firecracker_bits[] = { +0x40, 0x00, +0x08, 0x00, +0x02, 0x00, +0x40, 0x00, +0x14, 0x00, +0x40, 0x00, +0x0a, 0x00, +0xa0, 0x0f, +0x08, 0x10, +0x00, 0x20, +0x00, 0x20, +0xff, 0x27, +0x4f, 0x16, +0x27, 0x0f, +0x93, 0x07, +0xff, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/flag1 b/Bitmaps/freaknet.org/bitmaps/cursor/flag1 new file mode 100644 index 0000000..bfab3b5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/flag1 @@ -0,0 +1,21 @@ +#define flag1_width 16 +#define flag1_height 16 +static char flag1_bits[] = { +0xea, 0xf8, +0x55, 0x0f, +0xaa, 0xf0, +0x55, 0x1f, +0xaa, 0xe0, +0x55, 0x3f, +0xea, 0xc1, +0x3f, 0x7e, +0xf0, 0x83, +0x1f, 0xfc, +0xe0, 0x07, +0x3f, 0xf8, +0xc0, 0x0f, +0x7f, 0xf0, +0x80, 0x1f, +0xff, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/flag2 b/Bitmaps/freaknet.org/bitmaps/cursor/flag2 new file mode 100644 index 0000000..0bea7d0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/flag2 @@ -0,0 +1,21 @@ +#define flag2_width 16 +#define flag2_height 16 +static char flag2_bits[] = { +0x01, 0x00, +0x1d, 0x40, +0xeb, 0x79, +0x57, 0x4f, +0x6a, 0x70, +0x76, 0xcf, +0x8c, 0xb0, +0x64, 0xde, +0x9c, 0x62, +0xc8, 0x33, +0x28, 0x1f, +0x18, 0x00, +0x18, 0x00, +0x10, 0x00, +0x10, 0x00, +0x30, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/flower b/Bitmaps/freaknet.org/bitmaps/cursor/flower new file mode 100644 index 0000000..3d380ac --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/flower @@ -0,0 +1,21 @@ +#define flower_width 16 +#define flower_height 16 +static char flower_bits[] = { +0xff, 0xff, +0x81, 0x80, +0xc1, 0x81, +0xe1, 0x83, +0xc1, 0x81, +0x81, 0x80, +0x91, 0x80, +0xb1, 0x80, +0xe1, 0x88, +0xe1, 0x8c, +0xc1, 0x86, +0x81, 0x83, +0x81, 0x80, +0x81, 0x80, +0x81, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/frank b/Bitmaps/freaknet.org/bitmaps/cursor/frank new file mode 100644 index 0000000..45d31ea --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/frank @@ -0,0 +1,21 @@ +#define frank_width 16 +#define frank_height 16 +static char frank_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x50, 0x0a, +0xf0, 0x0f, +0x08, 0x10, +0x0a, 0x50, +0x0e, 0x70, +0x4a, 0x52, +0x10, 0x18, +0x90, 0x09, +0x10, 0x08, +0xd0, 0x0b, +0x20, 0x04, +0xc0, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ftpcursor b/Bitmaps/freaknet.org/bitmaps/cursor/ftpcursor new file mode 100644 index 0000000..eab71e2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ftpcursor @@ -0,0 +1,21 @@ +#define ftpcursor_width 16 +#define ftpcursor_height 16 +static char ftpcursor_bits[] = { +0x00, 0xfe, +0x3e, 0xfc, +0x02, 0xf8, +0x02, 0xf0, +0x0e, 0xe0, +0xe2, 0xc3, +0x82, 0x80, +0x82, 0x00, +0x80, 0x00, +0x81, 0x78, +0x83, 0x88, +0x87, 0x88, +0x0f, 0x78, +0x1f, 0x08, +0x3f, 0x08, +0x7f, 0x08, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq1 b/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq1 new file mode 100644 index 0000000..5ab4953 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq1 @@ -0,0 +1,21 @@ +#define ftpsq1_width 16 +#define ftpsq1_height 16 +static char ftpsq1_bits[] = { +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq2 b/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq2 new file mode 100644 index 0000000..d2e82b1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ftpsq2 @@ -0,0 +1,21 @@ +#define ftpsq2_width 16 +#define ftpsq2_height 16 +static char ftpsq2_bits[] = { +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0x00, 0xff, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, +0xff, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/george b/Bitmaps/freaknet.org/bitmaps/cursor/george new file mode 100644 index 0000000..84cde0e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/george @@ -0,0 +1,21 @@ +#define george_width 16 +#define george_height 16 +static char george_bits[] = { +0x4f, 0xf0, +0xa7, 0xef, +0x29, 0xd0, +0x11, 0xa0, +0x13, 0xa0, +0xe8, 0x39, +0x5a, 0x2b, +0x08, 0x22, +0x1f, 0xa7, +0x17, 0xa0, +0x17, 0xe7, +0x27, 0xf0, +0x4d, 0xb8, +0xde, 0x7f, +0x9f, 0xf1, +0x7f, 0xf2, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/getpoint b/Bitmaps/freaknet.org/bitmaps/cursor/getpoint new file mode 100644 index 0000000..c9686f8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/getpoint @@ -0,0 +1,19 @@ +#define getpoint_width 14 +#define getpoint_height 14 +static char getpoint_bits[] = { +0x06, 0x00, +0x09, 0x00, +0x09, 0x00, +0x06, 0x00, +0x10, 0x00, +0x60, 0x00, +0xe0, 0x01, +0xc0, 0x07, +0xc0, 0x01, +0x80, 0x02, +0x80, 0x04, +0x00, 0x08, +0x00, 0x10, +0x00, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ghost b/Bitmaps/freaknet.org/bitmaps/cursor/ghost new file mode 100644 index 0000000..83ca0ea --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ghost @@ -0,0 +1,21 @@ +#define ghost_width 16 +#define ghost_height 16 +static char ghost_bits[] = { +0x00, 0x00, +0x00, 0x0e, +0x0e, 0x11, +0x8a, 0x14, +0xda, 0x08, +0x72, 0xe4, +0x06, 0x9e, +0x3c, 0xc0, +0x30, 0x60, +0x18, 0x1e, +0x0c, 0x02, +0x06, 0x06, +0x02, 0x04, +0x7e, 0x0c, +0xc0, 0x0f, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/glasses b/Bitmaps/freaknet.org/bitmaps/cursor/glasses new file mode 100644 index 0000000..6605b55 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/glasses @@ -0,0 +1,21 @@ +#define glasses_width 16 +#define glasses_height 16 +static char glasses_bits[] = { +0x00, 0x00, +0xf0, 0x7f, +0xf8, 0x5f, +0x18, 0x88, +0x00, 0x84, +0x01, 0x84, +0x03, 0x86, +0x83, 0x8f, +0x46, 0x54, +0x2c, 0x28, +0x18, 0x08, +0x10, 0x08, +0x20, 0x04, +0xc0, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/goaway b/Bitmaps/freaknet.org/bitmaps/cursor/goaway new file mode 100644 index 0000000..d260e7c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/goaway @@ -0,0 +1,21 @@ +#define goaway_width 16 +#define goaway_height 16 +static char goaway_bits[] = { +0x80, 0x01, +0xc0, 0x03, +0xbc, 0x3d, +0x9c, 0x39, +0xbc, 0x3d, +0xf4, 0x2f, +0x62, 0x46, +0x3f, 0xfc, +0x3f, 0xfc, +0x62, 0x46, +0xf4, 0x2f, +0xbc, 0x3d, +0x9c, 0x39, +0xbc, 0x3d, +0xc0, 0x03, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/grab_closed b/Bitmaps/freaknet.org/bitmaps/cursor/grab_closed new file mode 100644 index 0000000..7a7d321 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/grab_closed @@ -0,0 +1,21 @@ +#define grab_closed_width 16 +#define grab_closed_height 16 +static char grab_closed_bits[] = { +0xe0, 0x07, +0xf0, 0x0f, +0x78, 0x1e, +0x38, 0x1c, +0x38, 0x1c, +0x3c, 0x3c, +0x3c, 0x3c, +0x9c, 0x39, +0x9c, 0x39, +0x1c, 0x38, +0x1c, 0x38, +0x1c, 0x38, +0x1c, 0x38, +0x38, 0x0c, +0x70, 0x0e, +0x60, 0x06, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/grab_open b/Bitmaps/freaknet.org/bitmaps/cursor/grab_open new file mode 100644 index 0000000..1f8d0d1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/grab_open @@ -0,0 +1,21 @@ +#define grab_open_width 16 +#define grab_open_height 16 +static char grab_open_bits[] = { +0xe0, 0x07, +0xf0, 0x0f, +0x3c, 0x3c, +0x0e, 0x70, +0x0f, 0xf0, +0x0f, 0xf0, +0x07, 0xe0, +0x87, 0xe1, +0x87, 0xe1, +0x07, 0xe0, +0x07, 0xe0, +0x0e, 0x70, +0x1c, 0x38, +0x18, 0x18, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/grapes b/Bitmaps/freaknet.org/bitmaps/cursor/grapes new file mode 100644 index 0000000..1fe3d8a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/grapes @@ -0,0 +1,21 @@ +#define grapes_width 16 +#define grapes_height 16 +static char grapes_bits[] = { +0x07, 0x00, +0xe1, 0xc0, +0xf5, 0x71, +0xf7, 0x1f, +0xf0, 0x1d, +0xee, 0x16, +0x1f, 0x3b, +0x9f, 0x7d, +0xff, 0x7d, +0x6e, 0x7d, +0x30, 0x39, +0x9e, 0x03, +0xdf, 0x57, +0xdf, 0x57, +0xdf, 0x27, +0x8e, 0x23, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/grid b/Bitmaps/freaknet.org/bitmaps/cursor/grid new file mode 100644 index 0000000..db3b85f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/grid @@ -0,0 +1,21 @@ +#define grid_width 16 +#define grid_height 16 +static char grid_bits[] = { +0x02, 0x02, +0xff, 0xff, +0x02, 0x02, +0x22, 0x22, +0x02, 0x02, +0xaa, 0xaa, +0x02, 0x02, +0x22, 0x22, +0x02, 0x02, +0xff, 0xff, +0x02, 0x02, +0x22, 0x22, +0x02, 0x02, +0xaa, 0xaa, +0x02, 0x02, +0x22, 0x22, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/groundhog b/Bitmaps/freaknet.org/bitmaps/cursor/groundhog new file mode 100644 index 0000000..53e3970 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/groundhog @@ -0,0 +1,21 @@ +#define groundhog_width 16 +#define groundhog_height 16 +static char groundhog_bits[] = { +0x80, 0x07, +0x70, 0x18, +0x0e, 0x20, +0x63, 0x40, +0xd7, 0x4c, +0x67, 0x90, +0x02, 0x90, +0x02, 0x88, +0x8c, 0x80, +0x74, 0x40, +0x08, 0x40, +0x10, 0x40, +0x20, 0x80, +0x50, 0x80, +0x50, 0x80, +0x88, 0x80, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/guillotine b/Bitmaps/freaknet.org/bitmaps/cursor/guillotine new file mode 100644 index 0000000..49268d5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/guillotine @@ -0,0 +1,21 @@ +#define guillotine_width 16 +#define guillotine_height 16 +static char guillotine_bits[] = { +0x10, 0x10, +0xf0, 0x1f, +0x10, 0x11, +0xf0, 0x1f, +0x90, 0x1f, +0x10, 0x1e, +0x10, 0x18, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0xf0, 0x1f, +0xf0, 0x1e, +0x70, 0x1c, +0xf0, 0x1e, +0xfc, 0x7f, +0xfc, 0x7f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/gun b/Bitmaps/freaknet.org/bitmaps/cursor/gun new file mode 100644 index 0000000..18fe2c2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/gun @@ -0,0 +1,21 @@ +#define gun_width 16 +#define gun_height 16 +static char gun_bits[] = { +0x00, 0x40, +0x00, 0x20, +0x00, 0x20, +0x00, 0x20, +0x03, 0x4c, +0xfe, 0x5f, +0x46, 0x30, +0xc6, 0x1f, +0xfe, 0x03, +0x5f, 0x01, +0x15, 0x01, +0xfb, 0x00, +0x15, 0x00, +0x1b, 0x00, +0x0e, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/halloween b/Bitmaps/freaknet.org/bitmaps/cursor/halloween new file mode 100644 index 0000000..5d89004 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/halloween @@ -0,0 +1,21 @@ +#define halloween_width 16 +#define halloween_height 16 +static char halloween_bits[] = { +0x00, 0x03, +0x80, 0x01, +0x80, 0x01, +0xb8, 0x0d, +0xf8, 0x3f, +0xfe, 0x7f, +0xce, 0xf3, +0xdf, 0xf7, +0x7f, 0xfe, +0xff, 0xfe, +0xff, 0xff, +0xce, 0x67, +0x1e, 0x70, +0x7c, 0x3d, +0xf0, 0x0f, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hand b/Bitmaps/freaknet.org/bitmaps/cursor/hand new file mode 100644 index 0000000..aa33db4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hand @@ -0,0 +1,21 @@ +#define hand_width 16 +#define hand_height 16 +static char hand_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xfc, 0x00, +0x02, 0x7f, +0x31, 0x81, +0x50, 0x7f, +0x50, 0x09, +0x48, 0x07, +0xc0, 0x04, +0xe1, 0x03, +0x22, 0x02, +0xfc, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hand_smalltalk b/Bitmaps/freaknet.org/bitmaps/cursor/hand_smalltalk new file mode 100644 index 0000000..a32ee47 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hand_smalltalk @@ -0,0 +1,21 @@ +#define hand_smalltalk_width 16 +#define hand_smalltalk_height 16 +static char hand_smalltalk_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xf8, 0x00, +0x04, 0x7f, +0x72, 0x43, +0x52, 0x3f, +0x4a, 0x09, +0xe6, 0x07, +0x3c, 0x03, +0xf8, 0x01, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/handbig b/Bitmaps/freaknet.org/bitmaps/cursor/handbig new file mode 100644 index 0000000..70f7a59 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/handbig @@ -0,0 +1,24 @@ +#define handbig_width 31 +#define handbig_height 19 +static char handbig_bits[] = { +0x80, 0x3f, 0x00, 0x00, +0x60, 0x50, 0x00, 0x00, +0x18, 0x80, 0xff, 0x3f, +0x06, 0x80, 0x08, 0x41, +0x01, 0x0f, 0x01, 0x40, +0x00, 0x08, 0x11, 0x22, +0x00, 0x12, 0xff, 0x1f, +0x00, 0x12, 0x41, 0x00, +0x00, 0x12, 0x41, 0x00, +0x00, 0x11, 0x21, 0x00, +0xc0, 0x30, 0x1d, 0x00, +0x00, 0xe8, 0x10, 0x00, +0x00, 0x04, 0x10, 0x00, +0x00, 0x0c, 0x08, 0x00, +0x01, 0xf8, 0x07, 0x00, +0x06, 0x0c, 0x04, 0x00, +0x0c, 0x04, 0x04, 0x00, +0x30, 0x0c, 0x02, 0x00, +0xe0, 0xf7, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/handbig_d b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_d new file mode 100644 index 0000000..4ac238a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_d @@ -0,0 +1,36 @@ +#define handbig_d_width 19 +#define handbig_d_height 31 +static char handbig_d_bits[] = { +0x10, 0x40, 0x00, +0x08, 0x80, 0x00, +0x08, 0x80, 0x01, +0x04, 0x00, 0x01, +0x04, 0x00, 0x02, +0x02, 0x00, 0x06, +0x02, 0x04, 0x04, +0x01, 0x04, 0x04, +0x11, 0x02, 0x04, +0xd1, 0x01, 0x04, +0x11, 0xb0, 0x07, +0x31, 0xe8, 0x02, +0xc3, 0x47, 0x04, +0x01, 0x4c, 0x04, +0x02, 0x48, 0x04, +0x0c, 0x48, 0x04, +0xf4, 0x47, 0x04, +0x44, 0x40, 0x02, +0x44, 0xc4, 0x01, +0x4c, 0x24, 0x00, +0x64, 0x1c, 0x00, +0x44, 0x02, 0x00, +0xc4, 0x01, 0x00, +0x44, 0x00, 0x00, +0x4c, 0x00, 0x00, +0x64, 0x00, 0x00, +0x44, 0x00, 0x00, +0x44, 0x00, 0x00, +0x44, 0x00, 0x00, +0x24, 0x00, 0x00, +0x18, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/handbig_l b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_l new file mode 100644 index 0000000..691be51 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_l @@ -0,0 +1,24 @@ +#define handbig_l_width 31 +#define handbig_l_height 19 +static char handbig_l_bits[] = { +0x00, 0x00, 0xfe, 0x00, +0x00, 0x00, 0x05, 0x03, +0xfe, 0xff, 0x00, 0x0c, +0x41, 0x88, 0x00, 0x30, +0x01, 0x40, 0x78, 0x40, +0x22, 0x44, 0x08, 0x00, +0xfc, 0x7f, 0x24, 0x00, +0x00, 0x41, 0x24, 0x00, +0x00, 0x41, 0x24, 0x00, +0x00, 0x42, 0x44, 0x00, +0x00, 0x5c, 0x86, 0x01, +0x00, 0x84, 0x0b, 0x00, +0x00, 0x04, 0x10, 0x00, +0x00, 0x08, 0x18, 0x00, +0x00, 0xf0, 0x0f, 0x40, +0x00, 0x10, 0x18, 0x30, +0x00, 0x10, 0x10, 0x18, +0x00, 0x20, 0x18, 0x06, +0x00, 0xc0, 0xf7, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/handbig_r b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_r new file mode 100644 index 0000000..896a960 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_r @@ -0,0 +1,24 @@ +#define handbig_r_width 31 +#define handbig_r_height 19 +static char handbig_r_bits[] = { +0x80, 0x3f, 0x00, 0x00, +0x60, 0x50, 0x00, 0x00, +0x18, 0x80, 0xff, 0x3f, +0x06, 0x80, 0x08, 0x41, +0x01, 0x0f, 0x01, 0x40, +0x00, 0x08, 0x11, 0x22, +0x00, 0x12, 0xff, 0x1f, +0x00, 0x12, 0x41, 0x00, +0x00, 0x12, 0x41, 0x00, +0x00, 0x11, 0x21, 0x00, +0xc0, 0x30, 0x1d, 0x00, +0x00, 0xe8, 0x10, 0x00, +0x00, 0x04, 0x10, 0x00, +0x00, 0x0c, 0x08, 0x00, +0x01, 0xf8, 0x07, 0x00, +0x06, 0x0c, 0x04, 0x00, +0x0c, 0x04, 0x04, 0x00, +0x30, 0x0c, 0x02, 0x00, +0xe0, 0xf7, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/handbig_u b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_u new file mode 100644 index 0000000..1d7ee4d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/handbig_u @@ -0,0 +1,36 @@ +#define handbig_u_width 19 +#define handbig_u_height 31 +static char handbig_u_bits[] = { +0x18, 0x00, 0x00, +0x24, 0x00, 0x00, +0x44, 0x00, 0x00, +0x44, 0x00, 0x00, +0x44, 0x00, 0x00, +0x64, 0x00, 0x00, +0x4c, 0x00, 0x00, +0x44, 0x00, 0x00, +0xc4, 0x01, 0x00, +0x44, 0x02, 0x00, +0x64, 0x1c, 0x00, +0x4c, 0x24, 0x00, +0x44, 0xc4, 0x01, +0x44, 0x40, 0x02, +0xf4, 0x47, 0x04, +0x0c, 0x48, 0x04, +0x02, 0x48, 0x04, +0x01, 0x4c, 0x04, +0xc3, 0x47, 0x04, +0x31, 0xe8, 0x02, +0x11, 0xb0, 0x07, +0xd1, 0x01, 0x04, +0x11, 0x02, 0x04, +0x01, 0x04, 0x04, +0x02, 0x04, 0x04, +0x02, 0x00, 0x06, +0x04, 0x00, 0x02, +0x04, 0x00, 0x01, +0x08, 0x80, 0x01, +0x08, 0x80, 0x00, +0x10, 0x40, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hanukah b/Bitmaps/freaknet.org/bitmaps/cursor/hanukah new file mode 100644 index 0000000..fe39839 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hanukah @@ -0,0 +1,21 @@ +#define hanukah_width 16 +#define hanukah_height 16 +static char hanukah_bits[] = { +0x81, 0x40, +0x85, 0x50, +0xd5, 0x55, +0xd5, 0x55, +0xd5, 0x55, +0xd5, 0x55, +0xd5, 0x55, +0xd5, 0x55, +0x5e, 0x3d, +0xf0, 0x07, +0x80, 0x00, +0xc0, 0x01, +0xc0, 0x01, +0xe0, 0x03, +0xf0, 0x13, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/heart b/Bitmaps/freaknet.org/bitmaps/cursor/heart new file mode 100644 index 0000000..4e7d2d8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/heart @@ -0,0 +1,21 @@ +#define heart_width 16 +#define heart_height 16 +static char heart_bits[] = { +0x70, 0x1c, +0xf8, 0x3e, +0xfc, 0x7e, +0xfc, 0x7f, +0xfc, 0x7f, +0xfc, 0x7f, +0xfc, 0x7f, +0xf8, 0x3f, +0xf8, 0x3f, +0xf0, 0x1f, +0xf0, 0x1f, +0xe0, 0x0f, +0xc0, 0x07, +0x80, 0x03, +0x00, 0x01, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/help b/Bitmaps/freaknet.org/bitmaps/cursor/help new file mode 100644 index 0000000..6d35a5b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/help @@ -0,0 +1,21 @@ +#define help_width 16 +#define help_height 16 +static char help_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x07, 0x07, +0x06, 0x06, +0xfe, 0x7e, +0xbe, 0xff, +0xf6, 0xdf, +0x36, 0xde, +0xf6, 0x7f, +0xff, 0x1f, +0x00, 0x3c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hook b/Bitmaps/freaknet.org/bitmaps/cursor/hook new file mode 100644 index 0000000..ac2ae43 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hook @@ -0,0 +1,21 @@ +#define hook_width 16 +#define hook_height 16 +static char hook_bits[] = { +0xf0, 0x0f, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0xc0, 0x01, +0xe0, 0x01, +0x70, 0x00, +0x38, 0x0c, +0x18, 0x1c, +0x18, 0x38, +0x18, 0x30, +0x18, 0x30, +0x38, 0x38, +0x70, 0x1c, +0xe0, 0x0f, +0xc0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hourglass b/Bitmaps/freaknet.org/bitmaps/cursor/hourglass new file mode 100644 index 0000000..e6b9a8d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hourglass @@ -0,0 +1,21 @@ +#define hourglass_width 16 +#define hourglass_height 16 +static char hourglass_bits[] = { +0xff, 0xff, +0x01, 0x80, +0x02, 0x40, +0x1c, 0x38, +0x78, 0x1e, +0xf0, 0x0d, +0xe0, 0x07, +0xc0, 0x03, +0x40, 0x02, +0xa0, 0x04, +0x10, 0x09, +0x88, 0x11, +0xc4, 0x23, +0xf2, 0x4f, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/hung b/Bitmaps/freaknet.org/bitmaps/cursor/hung new file mode 100644 index 0000000..8c94a3c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/hung @@ -0,0 +1,21 @@ +#define hung_width 16 +#define hung_height 16 +static char hung_bits[] = { +0x30, 0x00, +0xfc, 0x1f, +0xfc, 0x1f, +0xb0, 0x05, +0xf0, 0x04, +0x70, 0x04, +0x30, 0x0e, +0x30, 0x0a, +0x30, 0x0a, +0x30, 0x0e, +0x30, 0x04, +0x30, 0x00, +0x30, 0x00, +0x30, 0x00, +0xfc, 0x03, +0xfc, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ilovenewyork b/Bitmaps/freaknet.org/bitmaps/cursor/ilovenewyork new file mode 100644 index 0000000..0d596c1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ilovenewyork @@ -0,0 +1,21 @@ +#define ilovenewyork_width 16 +#define ilovenewyork_height 16 +static char ilovenewyork_bits[] = { +0xfe, 0xc6, +0x10, 0xee, +0x10, 0xfe, +0x10, 0x7c, +0x10, 0x38, +0x10, 0x10, +0xfe, 0x00, +0x00, 0x00, +0x86, 0x82, +0x86, 0x44, +0x8a, 0x28, +0x92, 0x10, +0xa2, 0x10, +0xc2, 0x10, +0xc2, 0x10, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/impossifork b/Bitmaps/freaknet.org/bitmaps/cursor/impossifork new file mode 100644 index 0000000..4ee2e5a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/impossifork @@ -0,0 +1,21 @@ +#define impossifork_width 16 +#define impossifork_height 16 +static char impossifork_bits[] = { +0x00, 0x01, +0x80, 0x02, +0x40, 0x02, +0x20, 0x09, +0x90, 0x14, +0x48, 0x12, +0x24, 0x49, +0xcc, 0xa4, +0x94, 0x92, +0x24, 0x49, +0x48, 0x24, +0x90, 0x12, +0x20, 0x09, +0x40, 0x05, +0x80, 0x03, +0x00, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html b/Bitmaps/freaknet.org/bitmaps/cursor/index.html new file mode 100644 index 0000000..b5b27ff --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]aim1988-12-18 21:11 282  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]angle1988-12-18 21:11 288  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrow1988-12-18 21:11 288  
[   ]arrow_b1988-12-18 21:11 294  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]bell1988-12-18 21:11 285  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bitblit1988-12-18 21:11 294  
[   ]blackborder1988-12-18 21:11 306  
[   ]blah1988-12-18 21:11 285  
[   ]blip1988-12-18 21:11 96  
[   ]boobs1988-12-18 21:11 308  
[   ]boot1988-12-18 21:11 285  
[   ]boundarypad1988-12-18 21:11 306  
[   ]brain1988-12-18 21:11 288  
[   ]btllogo1988-12-18 21:11 294  
[   ]buddah1988-12-18 21:12 291  
[   ]bulb1988-12-18 21:12 285  
[   ]bullseye1988-12-18 21:12 297  
[   ]bunny1988-12-18 21:12 288  
[   ]bunnyface1988-12-18 21:12 300  
[   ]caret1988-12-18 21:12 288  
[   ]carnegie1988-12-18 21:12 297  
[   ]champagne1988-12-18 21:12 300  
[   ]charbox1988-12-18 21:12 294  
[   ]check1988-12-18 21:12 288  
[   ]cinco1988-12-18 21:12 288  
[   ]circle1988-12-18 21:12 291  
[   ]circlebig1988-12-18 21:12 892  
[   ]cleanup1988-12-18 21:12 294  
[   ]clock1988-12-18 21:12 288  
[   ]club1988-12-18 21:12 285  
[   ]cockmouse1988-12-18 21:12 300  
[   ]coffeecup1988-12-18 21:12 300  
[   ]confirm1988-12-18 21:12 294  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm21988-12-18 21:12 297  
[   ]copier1988-12-18 21:12 291  
[   ]copydisk1988-12-18 21:12 297  
[   ]corner1988-12-18 21:12 291  
[   ]cross_n1988-12-18 21:12 294  
[   ]cross_p1988-12-18 21:12 294  
[   ]crosshairs1988-12-18 21:12 303  
[   ]cue1988-12-18 21:12 282  
[   ]cup11988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]dead1988-12-18 21:12 285  
[   ]deadflower1988-12-18 21:12 303  
[   ]deadmouse1988-12-18 21:12 300  
[   ]diagmouse1988-12-18 21:12 300  
[   ]dice11988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice61988-12-18 21:12 288  
[   ]die1988-12-18 21:12 282  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]domin11988-12-18 21:12 291  
[   ]domin21988-12-18 21:12 291  
[   ]dont1988-12-18 21:12 285  
[   ]drawbox1988-12-18 21:12 294  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawcenter1988-12-18 21:12 303  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drcellon1988-12-18 21:12 297  
[   ]drsplbox1988-12-18 21:12 297  
[   ]earsmall1988-12-18 21:12 271  
[   ]egg1988-12-18 21:12 282  
[   ]ellipse1988-12-18 21:12 294  
[   ]eye1988-12-18 21:12 282  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]father1988-12-18 21:12 291  
[   ]finger1988-12-18 21:12 317  
[   ]firecracker1988-12-18 21:12 306  
[   ]flag11988-12-18 21:12 288  
[   ]flag21988-12-18 21:12 288  
[   ]flower1988-12-18 21:12 291  
[   ]frank1988-12-18 21:12 288  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]george1988-12-18 21:12 291  
[   ]getpoint1988-12-18 21:12 271  
[   ]ghost1988-12-18 21:12 288  
[   ]glasses1988-12-18 21:12 294  
[   ]goaway1988-12-18 21:12 291  
[   ]grab_closed1988-12-18 21:12 306  
[   ]grab_open1988-12-18 21:12 300  
[   ]grapes1988-12-18 21:12 291  
[   ]grid1988-12-18 21:12 285  
[   ]groundhog1988-12-18 21:12 300  
[   ]guillotine1988-12-18 21:12 303  
[   ]gun1988-12-18 21:12 282  
[   ]halloween1988-12-18 21:13 300  
[   ]hand1988-12-18 21:13 285  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]handbig1988-12-18 21:13 561  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_u1988-12-18 21:13 681  
[   ]hanukah1988-12-18 21:13 294  
[   ]heart1988-12-18 21:13 288  
[   ]help1988-12-18 21:13 285  
[   ]hook1988-12-18 21:13 285  
[   ]hourglass1988-12-18 21:13 300  
[   ]hung1988-12-18 21:13 285  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]impossifork1988-12-18 21:13 306  
[   ]invert1988-12-18 21:13 291  
[   ]junction1988-12-18 21:13 297  
[   ]kitten1988-12-18 21:13 291  
[   ]libcursor1988-12-18 21:13 300  
[   ]log1988-12-18 21:13 282  
[   ]loupe1988-12-18 21:13 288  
[   ]magnify1988-12-18 21:13 294  
[   ]mayday1988-12-18 21:13 291  
[   ]mcsquare1988-12-18 21:13 297  
[   ]menu1988-12-18 21:13 285  
[   ]menu11988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu31988-12-18 21:13 288  
[   ]menu121988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu231988-12-18 21:13 291  
[   ]menu1231988-12-18 21:13 294  
[   ]microscope1988-12-18 21:13 303  
[   ]mike1988-12-18 21:13 381  
[   ]mit1988-12-18 21:13 282  
[   ]moon11988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon41988-12-18 21:13 288  
[   ]mortarboard1988-12-18 21:13 306  
[   ]mother1988-12-18 21:13 291  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]mouseblue1988-12-18 21:13 300  
[   ]mousered1988-12-18 21:13 297  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]news1988-12-18 21:13 285  
[   ]norges1988-12-18 21:13 291  
[   ]note1x11988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x81988-12-18 21:13 294  
[   ]note1x161988-12-18 21:13 297  
[   ]okay11988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay31988-12-18 21:13 880  
[   ]okraplant1988-12-18 21:13 300  
[   ]oldcar1988-12-18 21:13 291  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]oops1988-12-18 21:13 285  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pagefull1988-12-18 21:13 297  
[   ]palm1988-12-18 21:13 285  
[   ]para_move1988-12-18 21:13 300  
[   ]paragraph1988-12-18 21:13 300  
[   ]pen1988-12-18 21:13 282  
[   ]phone1988-12-18 21:13 288  
[   ]phonecall1988-12-18 21:13 300  
[   ]puf1988-12-18 21:13 282  
[   ]qmark11988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark31988-12-18 21:13 291  
[   ]racecar1988-12-18 21:13 294  
[   ]readthis1988-12-18 21:13 297  
[   ]receive1988-12-18 21:13 294  
[   ]rthumb1988-12-18 21:13 291  
[   ]saturn11988-12-18 21:13 294  
[   ]saturn21988-12-18 21:13 294  
[   ]scale1988-12-18 21:13 288  
[   ]scale11988-12-18 21:13 291  
[   ]scowl1988-12-18 21:13 288  
[   ]scroll1988-12-18 21:13 291  
[   ]sect_move1988-12-18 21:13 300  
[   ]section1988-12-18 21:13 294  
[   ]send1988-12-18 21:13 285  
[   ]settingsun1988-12-18 21:14 303  
[   ]sham1988-12-18 21:14 285  
[   ]shear1988-12-18 21:14 288  
[   ]ski1988-12-18 21:14 282  
[   ]skull1988-12-18 21:14 288  
[   ]sleeping1988-12-18 21:14 297  
[   ]smiley1988-12-18 21:14 291  
[   ]softball1988-12-18 21:14 297  
[   ]sokay11988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay31988-12-18 21:14 291  
[   ]spade1988-12-18 21:14 288  
[   ]stanford1988-12-18 21:14 297  
[   ]startrek1988-12-18 21:14 297  
[   ]stretch1988-12-18 21:14 294  
[   ]sun1988-12-18 21:14 282  
[   ]sunset1988-12-18 21:14 291  
[   ]sweep1988-12-18 21:14 288  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]target1988-12-18 21:14 291  
[   ]target11988-12-18 21:14 294  
[   ]target31988-12-18 21:14 294  
[   ]tex1988-12-18 21:14 282  
[   ]tex_icon1988-12-18 21:14 297  
[   ]text_large1988-12-18 21:14 303  
[   ]text_small1988-12-18 21:14 303  
[   ]thumb1988-12-18 21:14 288  
[   ]thumb11988-12-18 21:14 291  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]thumbsup1988-12-18 21:14 297  
[   ]tinymouse1988-12-18 21:14 300  
[   ]trashcan1988-12-18 21:14 297  
[   ]tree1988-12-18 21:14 285  
[   ]triangle1988-12-18 21:14 297  
[   ]turkey1988-12-18 21:14 291  
[   ]turnpage1988-12-18 21:14 621  
[   ]typebig1988-12-18 21:14 886  
[   ]typer1988-12-18 21:14 288  
[   ]typewriter1988-12-18 21:14 303  
[   ]unit1988-12-18 21:14 285  
[   ]vader1988-12-18 21:14 288  
[   ]vesuvius1988-12-18 21:14 297  
[   ]virus1988-12-18 21:14 288  
[   ]wakeup1988-12-18 21:14 291  
[   ]win_cur1988-12-18 21:14 294  
[   ]win_del1988-12-18 21:14 294  
[   ]yoda1988-12-18 21:14 285  
[   ]yum1988-12-18 21:14 282  
[   ]yumbig1988-12-18 21:14 883  
[   ]zot1988-12-18 21:14 282  
[   ]zzz11988-12-18 21:14 285  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=A new file mode 100644 index 0000000..c39cddd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=A @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]aim1988-12-18 21:11 282  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]angle1988-12-18 21:11 288  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrow1988-12-18 21:11 288  
[   ]arrow_b1988-12-18 21:11 294  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]bell1988-12-18 21:11 285  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bitblit1988-12-18 21:11 294  
[   ]blackborder1988-12-18 21:11 306  
[   ]blah1988-12-18 21:11 285  
[   ]blip1988-12-18 21:11 96  
[   ]boobs1988-12-18 21:11 308  
[   ]boot1988-12-18 21:11 285  
[   ]boundarypad1988-12-18 21:11 306  
[   ]brain1988-12-18 21:11 288  
[   ]btllogo1988-12-18 21:11 294  
[   ]buddah1988-12-18 21:12 291  
[   ]bulb1988-12-18 21:12 285  
[   ]bullseye1988-12-18 21:12 297  
[   ]bunny1988-12-18 21:12 288  
[   ]bunnyface1988-12-18 21:12 300  
[   ]caret1988-12-18 21:12 288  
[   ]carnegie1988-12-18 21:12 297  
[   ]champagne1988-12-18 21:12 300  
[   ]charbox1988-12-18 21:12 294  
[   ]check1988-12-18 21:12 288  
[   ]cinco1988-12-18 21:12 288  
[   ]circle1988-12-18 21:12 291  
[   ]circlebig1988-12-18 21:12 892  
[   ]cleanup1988-12-18 21:12 294  
[   ]clock1988-12-18 21:12 288  
[   ]club1988-12-18 21:12 285  
[   ]cockmouse1988-12-18 21:12 300  
[   ]coffeecup1988-12-18 21:12 300  
[   ]confirm1988-12-18 21:12 294  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm21988-12-18 21:12 297  
[   ]copier1988-12-18 21:12 291  
[   ]copydisk1988-12-18 21:12 297  
[   ]corner1988-12-18 21:12 291  
[   ]cross_n1988-12-18 21:12 294  
[   ]cross_p1988-12-18 21:12 294  
[   ]crosshairs1988-12-18 21:12 303  
[   ]cue1988-12-18 21:12 282  
[   ]cup11988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]dead1988-12-18 21:12 285  
[   ]deadflower1988-12-18 21:12 303  
[   ]deadmouse1988-12-18 21:12 300  
[   ]diagmouse1988-12-18 21:12 300  
[   ]dice11988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice61988-12-18 21:12 288  
[   ]die1988-12-18 21:12 282  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]domin11988-12-18 21:12 291  
[   ]domin21988-12-18 21:12 291  
[   ]dont1988-12-18 21:12 285  
[   ]drawbox1988-12-18 21:12 294  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawcenter1988-12-18 21:12 303  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drcellon1988-12-18 21:12 297  
[   ]drsplbox1988-12-18 21:12 297  
[   ]earsmall1988-12-18 21:12 271  
[   ]egg1988-12-18 21:12 282  
[   ]ellipse1988-12-18 21:12 294  
[   ]eye1988-12-18 21:12 282  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]father1988-12-18 21:12 291  
[   ]finger1988-12-18 21:12 317  
[   ]firecracker1988-12-18 21:12 306  
[   ]flag11988-12-18 21:12 288  
[   ]flag21988-12-18 21:12 288  
[   ]flower1988-12-18 21:12 291  
[   ]frank1988-12-18 21:12 288  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]george1988-12-18 21:12 291  
[   ]getpoint1988-12-18 21:12 271  
[   ]ghost1988-12-18 21:12 288  
[   ]glasses1988-12-18 21:12 294  
[   ]goaway1988-12-18 21:12 291  
[   ]grab_closed1988-12-18 21:12 306  
[   ]grab_open1988-12-18 21:12 300  
[   ]grapes1988-12-18 21:12 291  
[   ]grid1988-12-18 21:12 285  
[   ]groundhog1988-12-18 21:12 300  
[   ]guillotine1988-12-18 21:12 303  
[   ]gun1988-12-18 21:12 282  
[   ]halloween1988-12-18 21:13 300  
[   ]hand1988-12-18 21:13 285  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]handbig1988-12-18 21:13 561  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_u1988-12-18 21:13 681  
[   ]hanukah1988-12-18 21:13 294  
[   ]heart1988-12-18 21:13 288  
[   ]help1988-12-18 21:13 285  
[   ]hook1988-12-18 21:13 285  
[   ]hourglass1988-12-18 21:13 300  
[   ]hung1988-12-18 21:13 285  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]impossifork1988-12-18 21:13 306  
[   ]invert1988-12-18 21:13 291  
[   ]junction1988-12-18 21:13 297  
[   ]kitten1988-12-18 21:13 291  
[   ]libcursor1988-12-18 21:13 300  
[   ]log1988-12-18 21:13 282  
[   ]loupe1988-12-18 21:13 288  
[   ]magnify1988-12-18 21:13 294  
[   ]mayday1988-12-18 21:13 291  
[   ]mcsquare1988-12-18 21:13 297  
[   ]menu1988-12-18 21:13 285  
[   ]menu11988-12-18 21:13 288  
[   ]menu121988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu1231988-12-18 21:13 294  
[   ]menu21988-12-18 21:13 288  
[   ]menu31988-12-18 21:13 288  
[   ]menu231988-12-18 21:13 291  
[   ]microscope1988-12-18 21:13 303  
[   ]mike1988-12-18 21:13 381  
[   ]mit1988-12-18 21:13 282  
[   ]moon11988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon41988-12-18 21:13 288  
[   ]mortarboard1988-12-18 21:13 306  
[   ]mother1988-12-18 21:13 291  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]mouseblue1988-12-18 21:13 300  
[   ]mousered1988-12-18 21:13 297  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]news1988-12-18 21:13 285  
[   ]norges1988-12-18 21:13 291  
[   ]note1x11988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x161988-12-18 21:13 297  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x81988-12-18 21:13 294  
[   ]okay11988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay31988-12-18 21:13 880  
[   ]okraplant1988-12-18 21:13 300  
[   ]oldcar1988-12-18 21:13 291  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]oops1988-12-18 21:13 285  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pagefull1988-12-18 21:13 297  
[   ]palm1988-12-18 21:13 285  
[   ]para_move1988-12-18 21:13 300  
[   ]paragraph1988-12-18 21:13 300  
[   ]pen1988-12-18 21:13 282  
[   ]phone1988-12-18 21:13 288  
[   ]phonecall1988-12-18 21:13 300  
[   ]puf1988-12-18 21:13 282  
[   ]qmark11988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark31988-12-18 21:13 291  
[   ]racecar1988-12-18 21:13 294  
[   ]readthis1988-12-18 21:13 297  
[   ]receive1988-12-18 21:13 294  
[   ]rthumb1988-12-18 21:13 291  
[   ]saturn11988-12-18 21:13 294  
[   ]saturn21988-12-18 21:13 294  
[   ]scale1988-12-18 21:13 288  
[   ]scale11988-12-18 21:13 291  
[   ]scowl1988-12-18 21:13 288  
[   ]scroll1988-12-18 21:13 291  
[   ]sect_move1988-12-18 21:13 300  
[   ]section1988-12-18 21:13 294  
[   ]send1988-12-18 21:13 285  
[   ]settingsun1988-12-18 21:14 303  
[   ]sham1988-12-18 21:14 285  
[   ]shear1988-12-18 21:14 288  
[   ]ski1988-12-18 21:14 282  
[   ]skull1988-12-18 21:14 288  
[   ]sleeping1988-12-18 21:14 297  
[   ]smiley1988-12-18 21:14 291  
[   ]softball1988-12-18 21:14 297  
[   ]sokay11988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay31988-12-18 21:14 291  
[   ]spade1988-12-18 21:14 288  
[   ]stanford1988-12-18 21:14 297  
[   ]startrek1988-12-18 21:14 297  
[   ]stretch1988-12-18 21:14 294  
[   ]sun1988-12-18 21:14 282  
[   ]sunset1988-12-18 21:14 291  
[   ]sweep1988-12-18 21:14 288  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]target1988-12-18 21:14 291  
[   ]target11988-12-18 21:14 294  
[   ]target31988-12-18 21:14 294  
[   ]tex1988-12-18 21:14 282  
[   ]tex_icon1988-12-18 21:14 297  
[   ]text_large1988-12-18 21:14 303  
[   ]text_small1988-12-18 21:14 303  
[   ]thumb1988-12-18 21:14 288  
[   ]thumb11988-12-18 21:14 291  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]thumbsup1988-12-18 21:14 297  
[   ]tinymouse1988-12-18 21:14 300  
[   ]trashcan1988-12-18 21:14 297  
[   ]tree1988-12-18 21:14 285  
[   ]triangle1988-12-18 21:14 297  
[   ]turkey1988-12-18 21:14 291  
[   ]turnpage1988-12-18 21:14 621  
[   ]typebig1988-12-18 21:14 886  
[   ]typer1988-12-18 21:14 288  
[   ]typewriter1988-12-18 21:14 303  
[   ]unit1988-12-18 21:14 285  
[   ]vader1988-12-18 21:14 288  
[   ]vesuvius1988-12-18 21:14 297  
[   ]virus1988-12-18 21:14 288  
[   ]wakeup1988-12-18 21:14 291  
[   ]win_cur1988-12-18 21:14 294  
[   ]win_del1988-12-18 21:14 294  
[   ]yoda1988-12-18 21:14 285  
[   ]yum1988-12-18 21:14 282  
[   ]yumbig1988-12-18 21:14 883  
[   ]zot1988-12-18 21:14 282  
[   ]zzz11988-12-18 21:14 285  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=D b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=D new file mode 100644 index 0000000..47a338e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=M;O=D @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]zzz11988-12-18 21:14 285  
[   ]zot1988-12-18 21:14 282  
[   ]yumbig1988-12-18 21:14 883  
[   ]yum1988-12-18 21:14 282  
[   ]yoda1988-12-18 21:14 285  
[   ]win_del1988-12-18 21:14 294  
[   ]win_cur1988-12-18 21:14 294  
[   ]wakeup1988-12-18 21:14 291  
[   ]virus1988-12-18 21:14 288  
[   ]vesuvius1988-12-18 21:14 297  
[   ]vader1988-12-18 21:14 288  
[   ]unit1988-12-18 21:14 285  
[   ]typewriter1988-12-18 21:14 303  
[   ]typer1988-12-18 21:14 288  
[   ]typebig1988-12-18 21:14 886  
[   ]turnpage1988-12-18 21:14 621  
[   ]turkey1988-12-18 21:14 291  
[   ]triangle1988-12-18 21:14 297  
[   ]tree1988-12-18 21:14 285  
[   ]trashcan1988-12-18 21:14 297  
[   ]tinymouse1988-12-18 21:14 300  
[   ]thumbsup1988-12-18 21:14 297  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]thumb11988-12-18 21:14 291  
[   ]thumb1988-12-18 21:14 288  
[   ]text_small1988-12-18 21:14 303  
[   ]text_large1988-12-18 21:14 303  
[   ]tex_icon1988-12-18 21:14 297  
[   ]tex1988-12-18 21:14 282  
[   ]target31988-12-18 21:14 294  
[   ]target11988-12-18 21:14 294  
[   ]target1988-12-18 21:14 291  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]sweep1988-12-18 21:14 288  
[   ]sunset1988-12-18 21:14 291  
[   ]sun1988-12-18 21:14 282  
[   ]stretch1988-12-18 21:14 294  
[   ]startrek1988-12-18 21:14 297  
[   ]stanford1988-12-18 21:14 297  
[   ]spade1988-12-18 21:14 288  
[   ]sokay31988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay11988-12-18 21:14 291  
[   ]softball1988-12-18 21:14 297  
[   ]smiley1988-12-18 21:14 291  
[   ]sleeping1988-12-18 21:14 297  
[   ]skull1988-12-18 21:14 288  
[   ]ski1988-12-18 21:14 282  
[   ]shear1988-12-18 21:14 288  
[   ]sham1988-12-18 21:14 285  
[   ]settingsun1988-12-18 21:14 303  
[   ]send1988-12-18 21:13 285  
[   ]section1988-12-18 21:13 294  
[   ]sect_move1988-12-18 21:13 300  
[   ]scroll1988-12-18 21:13 291  
[   ]scowl1988-12-18 21:13 288  
[   ]scale11988-12-18 21:13 291  
[   ]scale1988-12-18 21:13 288  
[   ]saturn21988-12-18 21:13 294  
[   ]saturn11988-12-18 21:13 294  
[   ]rthumb1988-12-18 21:13 291  
[   ]receive1988-12-18 21:13 294  
[   ]readthis1988-12-18 21:13 297  
[   ]racecar1988-12-18 21:13 294  
[   ]qmark31988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark11988-12-18 21:13 291  
[   ]puf1988-12-18 21:13 282  
[   ]phonecall1988-12-18 21:13 300  
[   ]phone1988-12-18 21:13 288  
[   ]pen1988-12-18 21:13 282  
[   ]paragraph1988-12-18 21:13 300  
[   ]para_move1988-12-18 21:13 300  
[   ]palm1988-12-18 21:13 285  
[   ]pagefull1988-12-18 21:13 297  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]oops1988-12-18 21:13 285  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]oldcar1988-12-18 21:13 291  
[   ]okraplant1988-12-18 21:13 300  
[   ]okay31988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay11988-12-18 21:13 880  
[   ]note1x81988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x161988-12-18 21:13 297  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x11988-12-18 21:13 294  
[   ]norges1988-12-18 21:13 291  
[   ]news1988-12-18 21:13 285  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mousered1988-12-18 21:13 297  
[   ]mouseblue1988-12-18 21:13 300  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]mother1988-12-18 21:13 291  
[   ]mortarboard1988-12-18 21:13 306  
[   ]moon41988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon11988-12-18 21:13 288  
[   ]mit1988-12-18 21:13 282  
[   ]mike1988-12-18 21:13 381  
[   ]microscope1988-12-18 21:13 303  
[   ]menu231988-12-18 21:13 291  
[   ]menu31988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu1231988-12-18 21:13 294  
[   ]menu131988-12-18 21:13 291  
[   ]menu121988-12-18 21:13 291  
[   ]menu11988-12-18 21:13 288  
[   ]menu1988-12-18 21:13 285  
[   ]mcsquare1988-12-18 21:13 297  
[   ]mayday1988-12-18 21:13 291  
[   ]magnify1988-12-18 21:13 294  
[   ]loupe1988-12-18 21:13 288  
[   ]log1988-12-18 21:13 282  
[   ]libcursor1988-12-18 21:13 300  
[   ]kitten1988-12-18 21:13 291  
[   ]junction1988-12-18 21:13 297  
[   ]invert1988-12-18 21:13 291  
[   ]impossifork1988-12-18 21:13 306  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]hung1988-12-18 21:13 285  
[   ]hourglass1988-12-18 21:13 300  
[   ]hook1988-12-18 21:13 285  
[   ]help1988-12-18 21:13 285  
[   ]heart1988-12-18 21:13 288  
[   ]hanukah1988-12-18 21:13 294  
[   ]handbig_u1988-12-18 21:13 681  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig1988-12-18 21:13 561  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]hand1988-12-18 21:13 285  
[   ]halloween1988-12-18 21:13 300  
[   ]gun1988-12-18 21:12 282  
[   ]guillotine1988-12-18 21:12 303  
[   ]groundhog1988-12-18 21:12 300  
[   ]grid1988-12-18 21:12 285  
[   ]grapes1988-12-18 21:12 291  
[   ]grab_open1988-12-18 21:12 300  
[   ]grab_closed1988-12-18 21:12 306  
[   ]goaway1988-12-18 21:12 291  
[   ]glasses1988-12-18 21:12 294  
[   ]ghost1988-12-18 21:12 288  
[   ]getpoint1988-12-18 21:12 271  
[   ]george1988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]frank1988-12-18 21:12 288  
[   ]flower1988-12-18 21:12 291  
[   ]flag21988-12-18 21:12 288  
[   ]flag11988-12-18 21:12 288  
[   ]firecracker1988-12-18 21:12 306  
[   ]finger1988-12-18 21:12 317  
[   ]father1988-12-18 21:12 291  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]eye1988-12-18 21:12 282  
[   ]ellipse1988-12-18 21:12 294  
[   ]egg1988-12-18 21:12 282  
[   ]earsmall1988-12-18 21:12 271  
[   ]drsplbox1988-12-18 21:12 297  
[   ]drcellon1988-12-18 21:12 297  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawcenter1988-12-18 21:12 303  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]drawbox1988-12-18 21:12 294  
[   ]dont1988-12-18 21:12 285  
[   ]domin21988-12-18 21:12 291  
[   ]domin11988-12-18 21:12 291  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]die1988-12-18 21:12 282  
[   ]dice61988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice11988-12-18 21:12 288  
[   ]diagmouse1988-12-18 21:12 300  
[   ]deadmouse1988-12-18 21:12 300  
[   ]deadflower1988-12-18 21:12 303  
[   ]dead1988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]cup11988-12-18 21:12 285  
[   ]cue1988-12-18 21:12 282  
[   ]crosshairs1988-12-18 21:12 303  
[   ]cross_p1988-12-18 21:12 294  
[   ]cross_n1988-12-18 21:12 294  
[   ]corner1988-12-18 21:12 291  
[   ]copydisk1988-12-18 21:12 297  
[   ]copier1988-12-18 21:12 291  
[   ]confirm21988-12-18 21:12 297  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm1988-12-18 21:12 294  
[   ]coffeecup1988-12-18 21:12 300  
[   ]cockmouse1988-12-18 21:12 300  
[   ]club1988-12-18 21:12 285  
[   ]clock1988-12-18 21:12 288  
[   ]cleanup1988-12-18 21:12 294  
[   ]circlebig1988-12-18 21:12 892  
[   ]circle1988-12-18 21:12 291  
[   ]cinco1988-12-18 21:12 288  
[   ]check1988-12-18 21:12 288  
[   ]charbox1988-12-18 21:12 294  
[   ]champagne1988-12-18 21:12 300  
[   ]carnegie1988-12-18 21:12 297  
[   ]caret1988-12-18 21:12 288  
[   ]bunnyface1988-12-18 21:12 300  
[   ]bunny1988-12-18 21:12 288  
[   ]bullseye1988-12-18 21:12 297  
[   ]bulb1988-12-18 21:12 285  
[   ]buddah1988-12-18 21:12 291  
[   ]btllogo1988-12-18 21:11 294  
[   ]brain1988-12-18 21:11 288  
[   ]boundarypad1988-12-18 21:11 306  
[   ]boot1988-12-18 21:11 285  
[   ]boobs1988-12-18 21:11 308  
[   ]blip1988-12-18 21:11 96  
[   ]blah1988-12-18 21:11 285  
[   ]blackborder1988-12-18 21:11 306  
[   ]bitblit1988-12-18 21:11 294  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bell1988-12-18 21:11 285  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arrow_b1988-12-18 21:11 294  
[   ]arrow1988-12-18 21:11 288  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]angle1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim1988-12-18 21:11 282  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=A b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=A new file mode 100644 index 0000000..b5b27ff --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=A @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]aim1988-12-18 21:11 282  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]angle1988-12-18 21:11 288  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrow1988-12-18 21:11 288  
[   ]arrow_b1988-12-18 21:11 294  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]bell1988-12-18 21:11 285  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bitblit1988-12-18 21:11 294  
[   ]blackborder1988-12-18 21:11 306  
[   ]blah1988-12-18 21:11 285  
[   ]blip1988-12-18 21:11 96  
[   ]boobs1988-12-18 21:11 308  
[   ]boot1988-12-18 21:11 285  
[   ]boundarypad1988-12-18 21:11 306  
[   ]brain1988-12-18 21:11 288  
[   ]btllogo1988-12-18 21:11 294  
[   ]buddah1988-12-18 21:12 291  
[   ]bulb1988-12-18 21:12 285  
[   ]bullseye1988-12-18 21:12 297  
[   ]bunny1988-12-18 21:12 288  
[   ]bunnyface1988-12-18 21:12 300  
[   ]caret1988-12-18 21:12 288  
[   ]carnegie1988-12-18 21:12 297  
[   ]champagne1988-12-18 21:12 300  
[   ]charbox1988-12-18 21:12 294  
[   ]check1988-12-18 21:12 288  
[   ]cinco1988-12-18 21:12 288  
[   ]circle1988-12-18 21:12 291  
[   ]circlebig1988-12-18 21:12 892  
[   ]cleanup1988-12-18 21:12 294  
[   ]clock1988-12-18 21:12 288  
[   ]club1988-12-18 21:12 285  
[   ]cockmouse1988-12-18 21:12 300  
[   ]coffeecup1988-12-18 21:12 300  
[   ]confirm1988-12-18 21:12 294  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm21988-12-18 21:12 297  
[   ]copier1988-12-18 21:12 291  
[   ]copydisk1988-12-18 21:12 297  
[   ]corner1988-12-18 21:12 291  
[   ]cross_n1988-12-18 21:12 294  
[   ]cross_p1988-12-18 21:12 294  
[   ]crosshairs1988-12-18 21:12 303  
[   ]cue1988-12-18 21:12 282  
[   ]cup11988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]dead1988-12-18 21:12 285  
[   ]deadflower1988-12-18 21:12 303  
[   ]deadmouse1988-12-18 21:12 300  
[   ]diagmouse1988-12-18 21:12 300  
[   ]dice11988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice61988-12-18 21:12 288  
[   ]die1988-12-18 21:12 282  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]domin11988-12-18 21:12 291  
[   ]domin21988-12-18 21:12 291  
[   ]dont1988-12-18 21:12 285  
[   ]drawbox1988-12-18 21:12 294  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawcenter1988-12-18 21:12 303  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drcellon1988-12-18 21:12 297  
[   ]drsplbox1988-12-18 21:12 297  
[   ]earsmall1988-12-18 21:12 271  
[   ]egg1988-12-18 21:12 282  
[   ]ellipse1988-12-18 21:12 294  
[   ]eye1988-12-18 21:12 282  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]father1988-12-18 21:12 291  
[   ]finger1988-12-18 21:12 317  
[   ]firecracker1988-12-18 21:12 306  
[   ]flag11988-12-18 21:12 288  
[   ]flag21988-12-18 21:12 288  
[   ]flower1988-12-18 21:12 291  
[   ]frank1988-12-18 21:12 288  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]george1988-12-18 21:12 291  
[   ]getpoint1988-12-18 21:12 271  
[   ]ghost1988-12-18 21:12 288  
[   ]glasses1988-12-18 21:12 294  
[   ]goaway1988-12-18 21:12 291  
[   ]grab_closed1988-12-18 21:12 306  
[   ]grab_open1988-12-18 21:12 300  
[   ]grapes1988-12-18 21:12 291  
[   ]grid1988-12-18 21:12 285  
[   ]groundhog1988-12-18 21:12 300  
[   ]guillotine1988-12-18 21:12 303  
[   ]gun1988-12-18 21:12 282  
[   ]halloween1988-12-18 21:13 300  
[   ]hand1988-12-18 21:13 285  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]handbig1988-12-18 21:13 561  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_u1988-12-18 21:13 681  
[   ]hanukah1988-12-18 21:13 294  
[   ]heart1988-12-18 21:13 288  
[   ]help1988-12-18 21:13 285  
[   ]hook1988-12-18 21:13 285  
[   ]hourglass1988-12-18 21:13 300  
[   ]hung1988-12-18 21:13 285  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]impossifork1988-12-18 21:13 306  
[   ]invert1988-12-18 21:13 291  
[   ]junction1988-12-18 21:13 297  
[   ]kitten1988-12-18 21:13 291  
[   ]libcursor1988-12-18 21:13 300  
[   ]log1988-12-18 21:13 282  
[   ]loupe1988-12-18 21:13 288  
[   ]magnify1988-12-18 21:13 294  
[   ]mayday1988-12-18 21:13 291  
[   ]mcsquare1988-12-18 21:13 297  
[   ]menu1988-12-18 21:13 285  
[   ]menu11988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu31988-12-18 21:13 288  
[   ]menu121988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu231988-12-18 21:13 291  
[   ]menu1231988-12-18 21:13 294  
[   ]microscope1988-12-18 21:13 303  
[   ]mike1988-12-18 21:13 381  
[   ]mit1988-12-18 21:13 282  
[   ]moon11988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon41988-12-18 21:13 288  
[   ]mortarboard1988-12-18 21:13 306  
[   ]mother1988-12-18 21:13 291  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]mouseblue1988-12-18 21:13 300  
[   ]mousered1988-12-18 21:13 297  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]news1988-12-18 21:13 285  
[   ]norges1988-12-18 21:13 291  
[   ]note1x11988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x81988-12-18 21:13 294  
[   ]note1x161988-12-18 21:13 297  
[   ]okay11988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay31988-12-18 21:13 880  
[   ]okraplant1988-12-18 21:13 300  
[   ]oldcar1988-12-18 21:13 291  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]oops1988-12-18 21:13 285  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pagefull1988-12-18 21:13 297  
[   ]palm1988-12-18 21:13 285  
[   ]para_move1988-12-18 21:13 300  
[   ]paragraph1988-12-18 21:13 300  
[   ]pen1988-12-18 21:13 282  
[   ]phone1988-12-18 21:13 288  
[   ]phonecall1988-12-18 21:13 300  
[   ]puf1988-12-18 21:13 282  
[   ]qmark11988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark31988-12-18 21:13 291  
[   ]racecar1988-12-18 21:13 294  
[   ]readthis1988-12-18 21:13 297  
[   ]receive1988-12-18 21:13 294  
[   ]rthumb1988-12-18 21:13 291  
[   ]saturn11988-12-18 21:13 294  
[   ]saturn21988-12-18 21:13 294  
[   ]scale1988-12-18 21:13 288  
[   ]scale11988-12-18 21:13 291  
[   ]scowl1988-12-18 21:13 288  
[   ]scroll1988-12-18 21:13 291  
[   ]sect_move1988-12-18 21:13 300  
[   ]section1988-12-18 21:13 294  
[   ]send1988-12-18 21:13 285  
[   ]settingsun1988-12-18 21:14 303  
[   ]sham1988-12-18 21:14 285  
[   ]shear1988-12-18 21:14 288  
[   ]ski1988-12-18 21:14 282  
[   ]skull1988-12-18 21:14 288  
[   ]sleeping1988-12-18 21:14 297  
[   ]smiley1988-12-18 21:14 291  
[   ]softball1988-12-18 21:14 297  
[   ]sokay11988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay31988-12-18 21:14 291  
[   ]spade1988-12-18 21:14 288  
[   ]stanford1988-12-18 21:14 297  
[   ]startrek1988-12-18 21:14 297  
[   ]stretch1988-12-18 21:14 294  
[   ]sun1988-12-18 21:14 282  
[   ]sunset1988-12-18 21:14 291  
[   ]sweep1988-12-18 21:14 288  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]target1988-12-18 21:14 291  
[   ]target11988-12-18 21:14 294  
[   ]target31988-12-18 21:14 294  
[   ]tex1988-12-18 21:14 282  
[   ]tex_icon1988-12-18 21:14 297  
[   ]text_large1988-12-18 21:14 303  
[   ]text_small1988-12-18 21:14 303  
[   ]thumb1988-12-18 21:14 288  
[   ]thumb11988-12-18 21:14 291  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]thumbsup1988-12-18 21:14 297  
[   ]tinymouse1988-12-18 21:14 300  
[   ]trashcan1988-12-18 21:14 297  
[   ]tree1988-12-18 21:14 285  
[   ]triangle1988-12-18 21:14 297  
[   ]turkey1988-12-18 21:14 291  
[   ]turnpage1988-12-18 21:14 621  
[   ]typebig1988-12-18 21:14 886  
[   ]typer1988-12-18 21:14 288  
[   ]typewriter1988-12-18 21:14 303  
[   ]unit1988-12-18 21:14 285  
[   ]vader1988-12-18 21:14 288  
[   ]vesuvius1988-12-18 21:14 297  
[   ]virus1988-12-18 21:14 288  
[   ]wakeup1988-12-18 21:14 291  
[   ]win_cur1988-12-18 21:14 294  
[   ]win_del1988-12-18 21:14 294  
[   ]yoda1988-12-18 21:14 285  
[   ]yum1988-12-18 21:14 282  
[   ]yumbig1988-12-18 21:14 883  
[   ]zot1988-12-18 21:14 282  
[   ]zzz11988-12-18 21:14 285  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=D new file mode 100644 index 0000000..3ac34ae --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=N;O=D @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]zzz11988-12-18 21:14 285  
[   ]zot1988-12-18 21:14 282  
[   ]yumbig1988-12-18 21:14 883  
[   ]yum1988-12-18 21:14 282  
[   ]yoda1988-12-18 21:14 285  
[   ]win_del1988-12-18 21:14 294  
[   ]win_cur1988-12-18 21:14 294  
[   ]wakeup1988-12-18 21:14 291  
[   ]virus1988-12-18 21:14 288  
[   ]vesuvius1988-12-18 21:14 297  
[   ]vader1988-12-18 21:14 288  
[   ]unit1988-12-18 21:14 285  
[   ]typewriter1988-12-18 21:14 303  
[   ]typer1988-12-18 21:14 288  
[   ]typebig1988-12-18 21:14 886  
[   ]turnpage1988-12-18 21:14 621  
[   ]turkey1988-12-18 21:14 291  
[   ]triangle1988-12-18 21:14 297  
[   ]tree1988-12-18 21:14 285  
[   ]trashcan1988-12-18 21:14 297  
[   ]tinymouse1988-12-18 21:14 300  
[   ]thumbsup1988-12-18 21:14 297  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]thumb11988-12-18 21:14 291  
[   ]thumb1988-12-18 21:14 288  
[   ]text_small1988-12-18 21:14 303  
[   ]text_large1988-12-18 21:14 303  
[   ]tex_icon1988-12-18 21:14 297  
[   ]tex1988-12-18 21:14 282  
[   ]target31988-12-18 21:14 294  
[   ]target11988-12-18 21:14 294  
[   ]target1988-12-18 21:14 291  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]sweep1988-12-18 21:14 288  
[   ]sunset1988-12-18 21:14 291  
[   ]sun1988-12-18 21:14 282  
[   ]stretch1988-12-18 21:14 294  
[   ]startrek1988-12-18 21:14 297  
[   ]stanford1988-12-18 21:14 297  
[   ]spade1988-12-18 21:14 288  
[   ]sokay31988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay11988-12-18 21:14 291  
[   ]softball1988-12-18 21:14 297  
[   ]smiley1988-12-18 21:14 291  
[   ]sleeping1988-12-18 21:14 297  
[   ]skull1988-12-18 21:14 288  
[   ]ski1988-12-18 21:14 282  
[   ]shear1988-12-18 21:14 288  
[   ]sham1988-12-18 21:14 285  
[   ]settingsun1988-12-18 21:14 303  
[   ]send1988-12-18 21:13 285  
[   ]section1988-12-18 21:13 294  
[   ]sect_move1988-12-18 21:13 300  
[   ]scroll1988-12-18 21:13 291  
[   ]scowl1988-12-18 21:13 288  
[   ]scale11988-12-18 21:13 291  
[   ]scale1988-12-18 21:13 288  
[   ]saturn21988-12-18 21:13 294  
[   ]saturn11988-12-18 21:13 294  
[   ]rthumb1988-12-18 21:13 291  
[   ]receive1988-12-18 21:13 294  
[   ]readthis1988-12-18 21:13 297  
[   ]racecar1988-12-18 21:13 294  
[   ]qmark31988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark11988-12-18 21:13 291  
[   ]puf1988-12-18 21:13 282  
[   ]phonecall1988-12-18 21:13 300  
[   ]phone1988-12-18 21:13 288  
[   ]pen1988-12-18 21:13 282  
[   ]paragraph1988-12-18 21:13 300  
[   ]para_move1988-12-18 21:13 300  
[   ]palm1988-12-18 21:13 285  
[   ]pagefull1988-12-18 21:13 297  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]oops1988-12-18 21:13 285  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]oldcar1988-12-18 21:13 291  
[   ]okraplant1988-12-18 21:13 300  
[   ]okay31988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay11988-12-18 21:13 880  
[   ]note1x161988-12-18 21:13 297  
[   ]note1x81988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x11988-12-18 21:13 294  
[   ]norges1988-12-18 21:13 291  
[   ]news1988-12-18 21:13 285  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mousered1988-12-18 21:13 297  
[   ]mouseblue1988-12-18 21:13 300  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]mother1988-12-18 21:13 291  
[   ]mortarboard1988-12-18 21:13 306  
[   ]moon41988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon11988-12-18 21:13 288  
[   ]mit1988-12-18 21:13 282  
[   ]mike1988-12-18 21:13 381  
[   ]microscope1988-12-18 21:13 303  
[   ]menu1231988-12-18 21:13 294  
[   ]menu231988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu121988-12-18 21:13 291  
[   ]menu31988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu11988-12-18 21:13 288  
[   ]menu1988-12-18 21:13 285  
[   ]mcsquare1988-12-18 21:13 297  
[   ]mayday1988-12-18 21:13 291  
[   ]magnify1988-12-18 21:13 294  
[   ]loupe1988-12-18 21:13 288  
[   ]log1988-12-18 21:13 282  
[   ]libcursor1988-12-18 21:13 300  
[   ]kitten1988-12-18 21:13 291  
[   ]junction1988-12-18 21:13 297  
[   ]invert1988-12-18 21:13 291  
[   ]impossifork1988-12-18 21:13 306  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]hung1988-12-18 21:13 285  
[   ]hourglass1988-12-18 21:13 300  
[   ]hook1988-12-18 21:13 285  
[   ]help1988-12-18 21:13 285  
[   ]heart1988-12-18 21:13 288  
[   ]hanukah1988-12-18 21:13 294  
[   ]handbig_u1988-12-18 21:13 681  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig1988-12-18 21:13 561  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]hand1988-12-18 21:13 285  
[   ]halloween1988-12-18 21:13 300  
[   ]gun1988-12-18 21:12 282  
[   ]guillotine1988-12-18 21:12 303  
[   ]groundhog1988-12-18 21:12 300  
[   ]grid1988-12-18 21:12 285  
[   ]grapes1988-12-18 21:12 291  
[   ]grab_open1988-12-18 21:12 300  
[   ]grab_closed1988-12-18 21:12 306  
[   ]goaway1988-12-18 21:12 291  
[   ]glasses1988-12-18 21:12 294  
[   ]ghost1988-12-18 21:12 288  
[   ]getpoint1988-12-18 21:12 271  
[   ]george1988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]frank1988-12-18 21:12 288  
[   ]flower1988-12-18 21:12 291  
[   ]flag21988-12-18 21:12 288  
[   ]flag11988-12-18 21:12 288  
[   ]firecracker1988-12-18 21:12 306  
[   ]finger1988-12-18 21:12 317  
[   ]father1988-12-18 21:12 291  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]eye1988-12-18 21:12 282  
[   ]ellipse1988-12-18 21:12 294  
[   ]egg1988-12-18 21:12 282  
[   ]earsmall1988-12-18 21:12 271  
[   ]drsplbox1988-12-18 21:12 297  
[   ]drcellon1988-12-18 21:12 297  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawcenter1988-12-18 21:12 303  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]drawbox1988-12-18 21:12 294  
[   ]dont1988-12-18 21:12 285  
[   ]domin21988-12-18 21:12 291  
[   ]domin11988-12-18 21:12 291  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]die1988-12-18 21:12 282  
[   ]dice61988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice11988-12-18 21:12 288  
[   ]diagmouse1988-12-18 21:12 300  
[   ]deadmouse1988-12-18 21:12 300  
[   ]deadflower1988-12-18 21:12 303  
[   ]dead1988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]cup11988-12-18 21:12 285  
[   ]cue1988-12-18 21:12 282  
[   ]crosshairs1988-12-18 21:12 303  
[   ]cross_p1988-12-18 21:12 294  
[   ]cross_n1988-12-18 21:12 294  
[   ]corner1988-12-18 21:12 291  
[   ]copydisk1988-12-18 21:12 297  
[   ]copier1988-12-18 21:12 291  
[   ]confirm21988-12-18 21:12 297  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm1988-12-18 21:12 294  
[   ]coffeecup1988-12-18 21:12 300  
[   ]cockmouse1988-12-18 21:12 300  
[   ]club1988-12-18 21:12 285  
[   ]clock1988-12-18 21:12 288  
[   ]cleanup1988-12-18 21:12 294  
[   ]circlebig1988-12-18 21:12 892  
[   ]circle1988-12-18 21:12 291  
[   ]cinco1988-12-18 21:12 288  
[   ]check1988-12-18 21:12 288  
[   ]charbox1988-12-18 21:12 294  
[   ]champagne1988-12-18 21:12 300  
[   ]carnegie1988-12-18 21:12 297  
[   ]caret1988-12-18 21:12 288  
[   ]bunnyface1988-12-18 21:12 300  
[   ]bunny1988-12-18 21:12 288  
[   ]bullseye1988-12-18 21:12 297  
[   ]bulb1988-12-18 21:12 285  
[   ]buddah1988-12-18 21:12 291  
[   ]btllogo1988-12-18 21:11 294  
[   ]brain1988-12-18 21:11 288  
[   ]boundarypad1988-12-18 21:11 306  
[   ]boot1988-12-18 21:11 285  
[   ]boobs1988-12-18 21:11 308  
[   ]blip1988-12-18 21:11 96  
[   ]blah1988-12-18 21:11 285  
[   ]blackborder1988-12-18 21:11 306  
[   ]bitblit1988-12-18 21:11 294  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bell1988-12-18 21:11 285  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arrow_b1988-12-18 21:11 294  
[   ]arrow1988-12-18 21:11 288  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]angle1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim1988-12-18 21:11 282  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=A b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=A new file mode 100644 index 0000000..be0ce1d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=A @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]blip1988-12-18 21:11 96  
[   ]earsmall1988-12-18 21:12 271  
[   ]getpoint1988-12-18 21:12 271  
[   ]aim1988-12-18 21:11 282  
[   ]cue1988-12-18 21:12 282  
[   ]die1988-12-18 21:12 282  
[   ]egg1988-12-18 21:12 282  
[   ]eye1988-12-18 21:12 282  
[   ]gun1988-12-18 21:12 282  
[   ]log1988-12-18 21:13 282  
[   ]mit1988-12-18 21:13 282  
[   ]pen1988-12-18 21:13 282  
[   ]puf1988-12-18 21:13 282  
[   ]ski1988-12-18 21:14 282  
[   ]sun1988-12-18 21:14 282  
[   ]tex1988-12-18 21:14 282  
[   ]yum1988-12-18 21:14 282  
[   ]zot1988-12-18 21:14 282  
[   ]bell1988-12-18 21:11 285  
[   ]blah1988-12-18 21:11 285  
[   ]boot1988-12-18 21:11 285  
[   ]bulb1988-12-18 21:12 285  
[   ]club1988-12-18 21:12 285  
[   ]cup11988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]dead1988-12-18 21:12 285  
[   ]dont1988-12-18 21:12 285  
[   ]grid1988-12-18 21:12 285  
[   ]hand1988-12-18 21:13 285  
[   ]help1988-12-18 21:13 285  
[   ]hook1988-12-18 21:13 285  
[   ]hung1988-12-18 21:13 285  
[   ]menu1988-12-18 21:13 285  
[   ]news1988-12-18 21:13 285  
[   ]oops1988-12-18 21:13 285  
[   ]palm1988-12-18 21:13 285  
[   ]send1988-12-18 21:13 285  
[   ]sham1988-12-18 21:14 285  
[   ]tree1988-12-18 21:14 285  
[   ]unit1988-12-18 21:14 285  
[   ]yoda1988-12-18 21:14 285  
[   ]zzz11988-12-18 21:14 285  
[   ]aim_n1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]angle1988-12-18 21:11 288  
[   ]arrow1988-12-18 21:11 288  
[   ]brain1988-12-18 21:11 288  
[   ]bunny1988-12-18 21:12 288  
[   ]caret1988-12-18 21:12 288  
[   ]check1988-12-18 21:12 288  
[   ]cinco1988-12-18 21:12 288  
[   ]clock1988-12-18 21:12 288  
[   ]dice11988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice61988-12-18 21:12 288  
[   ]flag11988-12-18 21:12 288  
[   ]flag21988-12-18 21:12 288  
[   ]frank1988-12-18 21:12 288  
[   ]ghost1988-12-18 21:12 288  
[   ]heart1988-12-18 21:13 288  
[   ]loupe1988-12-18 21:13 288  
[   ]menu11988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu31988-12-18 21:13 288  
[   ]moon11988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon41988-12-18 21:13 288  
[   ]phone1988-12-18 21:13 288  
[   ]scale1988-12-18 21:13 288  
[   ]scowl1988-12-18 21:13 288  
[   ]shear1988-12-18 21:14 288  
[   ]skull1988-12-18 21:14 288  
[   ]spade1988-12-18 21:14 288  
[   ]sweep1988-12-18 21:14 288  
[   ]thumb1988-12-18 21:14 288  
[   ]typer1988-12-18 21:14 288  
[   ]vader1988-12-18 21:14 288  
[   ]virus1988-12-18 21:14 288  
[   ]buddah1988-12-18 21:12 291  
[   ]circle1988-12-18 21:12 291  
[   ]copier1988-12-18 21:12 291  
[   ]corner1988-12-18 21:12 291  
[   ]domin11988-12-18 21:12 291  
[   ]domin21988-12-18 21:12 291  
[   ]father1988-12-18 21:12 291  
[   ]flower1988-12-18 21:12 291  
[   ]ftpsq11988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]george1988-12-18 21:12 291  
[   ]goaway1988-12-18 21:12 291  
[   ]grapes1988-12-18 21:12 291  
[   ]invert1988-12-18 21:13 291  
[   ]kitten1988-12-18 21:13 291  
[   ]mayday1988-12-18 21:13 291  
[   ]menu121988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu231988-12-18 21:13 291  
[   ]mother1988-12-18 21:13 291  
[   ]norges1988-12-18 21:13 291  
[   ]oldcar1988-12-18 21:13 291  
[   ]qmark11988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark31988-12-18 21:13 291  
[   ]rthumb1988-12-18 21:13 291  
[   ]scale11988-12-18 21:13 291  
[   ]scroll1988-12-18 21:13 291  
[   ]smiley1988-12-18 21:14 291  
[   ]sokay11988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay31988-12-18 21:14 291  
[   ]sunset1988-12-18 21:14 291  
[   ]target1988-12-18 21:14 291  
[   ]thumb11988-12-18 21:14 291  
[   ]turkey1988-12-18 21:14 291  
[   ]wakeup1988-12-18 21:14 291  
[   ]arrow_b1988-12-18 21:11 294  
[   ]bitblit1988-12-18 21:11 294  
[   ]btllogo1988-12-18 21:11 294  
[   ]charbox1988-12-18 21:12 294  
[   ]cleanup1988-12-18 21:12 294  
[   ]confirm1988-12-18 21:12 294  
[   ]cross_n1988-12-18 21:12 294  
[   ]cross_p1988-12-18 21:12 294  
[   ]drawbox1988-12-18 21:12 294  
[   ]ellipse1988-12-18 21:12 294  
[   ]glasses1988-12-18 21:12 294  
[   ]hanukah1988-12-18 21:13 294  
[   ]magnify1988-12-18 21:13 294  
[   ]menu1231988-12-18 21:13 294  
[   ]note1x11988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x81988-12-18 21:13 294  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]racecar1988-12-18 21:13 294  
[   ]receive1988-12-18 21:13 294  
[   ]saturn11988-12-18 21:13 294  
[   ]saturn21988-12-18 21:13 294  
[   ]section1988-12-18 21:13 294  
[   ]stretch1988-12-18 21:14 294  
[   ]target11988-12-18 21:14 294  
[   ]target31988-12-18 21:14 294  
[   ]win_cur1988-12-18 21:14 294  
[   ]win_del1988-12-18 21:14 294  
[   ]arr_cur11988-12-18 21:11 297  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arrb_med1988-12-18 21:11 297  
[   ]bigcheck1988-12-18 21:11 297  
[   ]bullseye1988-12-18 21:12 297  
[   ]carnegie1988-12-18 21:12 297  
[   ]confirm11988-12-18 21:12 297  
[   ]confirm21988-12-18 21:12 297  
[   ]copydisk1988-12-18 21:12 297  
[   ]drawgrid1988-12-18 21:12 297  
[   ]drawidle1988-12-18 21:12 297  
[   ]drcellon1988-12-18 21:12 297  
[   ]drsplbox1988-12-18 21:12 297  
[   ]junction1988-12-18 21:13 297  
[   ]mcsquare1988-12-18 21:13 297  
[   ]mousered1988-12-18 21:13 297  
[   ]note1x161988-12-18 21:13 297  
[   ]pagefull1988-12-18 21:13 297  
[   ]readthis1988-12-18 21:13 297  
[   ]sleeping1988-12-18 21:14 297  
[   ]softball1988-12-18 21:14 297  
[   ]stanford1988-12-18 21:14 297  
[   ]startrek1988-12-18 21:14 297  
[   ]tex_icon1988-12-18 21:14 297  
[   ]thumbsup1988-12-18 21:14 297  
[   ]trashcan1988-12-18 21:14 297  
[   ]triangle1988-12-18 21:14 297  
[   ]vesuvius1988-12-18 21:14 297  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]bunnyface1988-12-18 21:12 300  
[   ]champagne1988-12-18 21:12 300  
[   ]cockmouse1988-12-18 21:12 300  
[   ]coffeecup1988-12-18 21:12 300  
[   ]deadmouse1988-12-18 21:12 300  
[   ]diagmouse1988-12-18 21:12 300  
[   ]drawcaret1988-12-18 21:12 300  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drcelloff1988-12-18 21:12 300  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]grab_open1988-12-18 21:12 300  
[   ]groundhog1988-12-18 21:12 300  
[   ]halloween1988-12-18 21:13 300  
[   ]hourglass1988-12-18 21:13 300  
[   ]libcursor1988-12-18 21:13 300  
[   ]mouseblue1988-12-18 21:13 300  
[   ]okraplant1988-12-18 21:13 300  
[   ]para_move1988-12-18 21:13 300  
[   ]paragraph1988-12-18 21:13 300  
[   ]phonecall1988-12-18 21:13 300  
[   ]sect_move1988-12-18 21:13 300  
[   ]tinymouse1988-12-18 21:14 300  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_double1988-12-18 21:11 303  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]crosshairs1988-12-18 21:12 303  
[   ]deadflower1988-12-18 21:12 303  
[   ]drawcenter1988-12-18 21:12 303  
[   ]guillotine1988-12-18 21:12 303  
[   ]microscope1988-12-18 21:13 303  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]settingsun1988-12-18 21:14 303  
[   ]text_large1988-12-18 21:14 303  
[   ]text_small1988-12-18 21:14 303  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]typewriter1988-12-18 21:14 303  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]blackborder1988-12-18 21:11 306  
[   ]boundarypad1988-12-18 21:11 306  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]firecracker1988-12-18 21:12 306  
[   ]grab_closed1988-12-18 21:12 306  
[   ]impossifork1988-12-18 21:13 306  
[   ]mortarboard1988-12-18 21:13 306  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]boobs1988-12-18 21:11 308  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]finger1988-12-18 21:12 317  
[   ]mike1988-12-18 21:13 381  
[   ]handbig1988-12-18 21:13 561  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig_r1988-12-18 21:13 567  
[   ]turnpage1988-12-18 21:14 621  
[   ]handbig_d1988-12-18 21:13 681  
[   ]handbig_u1988-12-18 21:13 681  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]okay11988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay31988-12-18 21:13 880  
[   ]yumbig1988-12-18 21:14 883  
[   ]typebig1988-12-18 21:14 886  
[   ]circlebig1988-12-18 21:12 892  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=D b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=D new file mode 100644 index 0000000..d501f75 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/index.html?C=S;O=D @@ -0,0 +1,282 @@ + + + + Index of /martin/tape/stuff/bitmaps/cursor + + +

Index of /martin/tape/stuff/bitmaps/cursor

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]circlebig1988-12-18 21:12 892  
[   ]typebig1988-12-18 21:14 886  
[   ]yumbig1988-12-18 21:14 883  
[   ]okay31988-12-18 21:13 880  
[   ]okay21988-12-18 21:13 880  
[   ]okay11988-12-18 21:13 880  
[   ]eyeglasses1988-12-18 21:12 845  
[   ]handbig_u1988-12-18 21:13 681  
[   ]handbig_d1988-12-18 21:13 681  
[   ]turnpage1988-12-18 21:14 621  
[   ]handbig_r1988-12-18 21:13 567  
[   ]handbig_l1988-12-18 21:13 567  
[   ]handbig1988-12-18 21:13 561  
[   ]mike1988-12-18 21:13 381  
[   ]finger1988-12-18 21:12 317  
[   ]hand_smalltalk1988-12-18 21:13 315  
[   ]drawmovewindow1988-12-18 21:12 315  
[   ]drawsplitwind1988-12-18 21:12 312  
[   ]drawnewwindow1988-12-18 21:12 312  
[   ]drawdoublearr1988-12-18 21:12 312  
[   ]drawdelwindow1988-12-18 21:12 312  
[   ]sweeportrack1988-12-18 21:14 309  
[   ]oldcoffeecup1988-12-18 21:13 309  
[   ]ilovenewyork1988-12-18 21:13 309  
[   ]drawboxthumb1988-12-18 21:12 309  
[   ]digitalwatch1988-12-18 21:12 309  
[   ]boobs1988-12-18 21:11 308  
[   ]thumbingcur1988-12-18 21:14 306  
[   ]mt.st.helen1988-12-18 21:13 306  
[   ]mouseyellow1988-12-18 21:13 306  
[   ]mortarboard1988-12-18 21:13 306  
[   ]impossifork1988-12-18 21:13 306  
[   ]grab_closed1988-12-18 21:12 306  
[   ]firecracker1988-12-18 21:12 306  
[   ]drawhalfbox1988-12-18 21:12 306  
[   ]boundarypad1988-12-18 21:11 306  
[   ]blackborder1988-12-18 21:11 306  
[   ]arrowscroll1988-12-18 21:11 306  
[   ]arrb_double1988-12-18 21:11 306  
[   ]arr_wdouble1988-12-18 21:11 306  
[   ]typewriter1988-12-18 21:14 303  
[   ]thumbsdown1988-12-18 21:14 303  
[   ]text_small1988-12-18 21:14 303  
[   ]text_large1988-12-18 21:14 303  
[   ]settingsun1988-12-18 21:14 303  
[   ]mouse_icon1988-12-18 21:13 303  
[   ]microscope1988-12-18 21:13 303  
[   ]guillotine1988-12-18 21:12 303  
[   ]drawcenter1988-12-18 21:12 303  
[   ]deadflower1988-12-18 21:12 303  
[   ]crosshairs1988-12-18 21:12 303  
[   ]arrow_blit1988-12-18 21:11 303  
[   ]arr_double1988-12-18 21:11 303  
[   ]arr_curled1988-12-18 21:11 303  
[   ]arr_c1move1988-12-18 21:11 303  
[   ]tinymouse1988-12-18 21:14 300  
[   ]sect_move1988-12-18 21:13 300  
[   ]phonecall1988-12-18 21:13 300  
[   ]paragraph1988-12-18 21:13 300  
[   ]para_move1988-12-18 21:13 300  
[   ]okraplant1988-12-18 21:13 300  
[   ]mouseblue1988-12-18 21:13 300  
[   ]libcursor1988-12-18 21:13 300  
[   ]hourglass1988-12-18 21:13 300  
[   ]halloween1988-12-18 21:13 300  
[   ]groundhog1988-12-18 21:12 300  
[   ]grab_open1988-12-18 21:12 300  
[   ]ftpcursor1988-12-18 21:12 300  
[   ]drcelloff1988-12-18 21:12 300  
[   ]drawthumb1988-12-18 21:12 300  
[   ]drawcaret1988-12-18 21:12 300  
[   ]diagmouse1988-12-18 21:12 300  
[   ]deadmouse1988-12-18 21:12 300  
[   ]coffeecup1988-12-18 21:12 300  
[   ]cockmouse1988-12-18 21:12 300  
[   ]champagne1988-12-18 21:12 300  
[   ]bunnyface1988-12-18 21:12 300  
[   ]arrb_wrap1988-12-18 21:11 300  
[   ]arrb_turn1988-12-18 21:11 300  
[   ]arrb_1fat1988-12-18 21:11 300  
[   ]vesuvius1988-12-18 21:14 297  
[   ]triangle1988-12-18 21:14 297  
[   ]trashcan1988-12-18 21:14 297  
[   ]thumbsup1988-12-18 21:14 297  
[   ]tex_icon1988-12-18 21:14 297  
[   ]startrek1988-12-18 21:14 297  
[   ]stanford1988-12-18 21:14 297  
[   ]softball1988-12-18 21:14 297  
[   ]sleeping1988-12-18 21:14 297  
[   ]readthis1988-12-18 21:13 297  
[   ]pagefull1988-12-18 21:13 297  
[   ]note1x161988-12-18 21:13 297  
[   ]mousered1988-12-18 21:13 297  
[   ]mcsquare1988-12-18 21:13 297  
[   ]junction1988-12-18 21:13 297  
[   ]drsplbox1988-12-18 21:12 297  
[   ]drcellon1988-12-18 21:12 297  
[   ]drawidle1988-12-18 21:12 297  
[   ]drawgrid1988-12-18 21:12 297  
[   ]copydisk1988-12-18 21:12 297  
[   ]confirm21988-12-18 21:12 297  
[   ]confirm11988-12-18 21:12 297  
[   ]carnegie1988-12-18 21:12 297  
[   ]bullseye1988-12-18 21:12 297  
[   ]bigcheck1988-12-18 21:11 297  
[   ]arrb_med1988-12-18 21:11 297  
[   ]arrb_fat1988-12-18 21:11 297  
[   ]arr_wrap1988-12-18 21:11 297  
[   ]arr_wfat1988-12-18 21:11 297  
[   ]arr_turn1988-12-18 21:11 297  
[   ]arr_move1988-12-18 21:11 297  
[   ]arr_into1988-12-18 21:11 297  
[   ]arr_from1988-12-18 21:11 297  
[   ]arr_dfat1988-12-18 21:11 297  
[   ]arr_cur21988-12-18 21:11 297  
[   ]arr_cur11988-12-18 21:11 297  
[   ]win_del1988-12-18 21:14 294  
[   ]win_cur1988-12-18 21:14 294  
[   ]target31988-12-18 21:14 294  
[   ]target11988-12-18 21:14 294  
[   ]stretch1988-12-18 21:14 294  
[   ]section1988-12-18 21:13 294  
[   ]saturn21988-12-18 21:13 294  
[   ]saturn11988-12-18 21:13 294  
[   ]receive1988-12-18 21:13 294  
[   ]racecar1988-12-18 21:13 294  
[   ]pacgh_u1988-12-18 21:13 294  
[   ]pacgh_r1988-12-18 21:13 294  
[   ]pacgh_l1988-12-18 21:13 294  
[   ]pacgh_d1988-12-18 21:13 294  
[   ]note1x81988-12-18 21:13 294  
[   ]note1x41988-12-18 21:13 294  
[   ]note1x21988-12-18 21:13 294  
[   ]note1x11988-12-18 21:13 294  
[   ]menu1231988-12-18 21:13 294  
[   ]magnify1988-12-18 21:13 294  
[   ]hanukah1988-12-18 21:13 294  
[   ]glasses1988-12-18 21:12 294  
[   ]ellipse1988-12-18 21:12 294  
[   ]drawbox1988-12-18 21:12 294  
[   ]cross_p1988-12-18 21:12 294  
[   ]cross_n1988-12-18 21:12 294  
[   ]confirm1988-12-18 21:12 294  
[   ]cleanup1988-12-18 21:12 294  
[   ]charbox1988-12-18 21:12 294  
[   ]btllogo1988-12-18 21:11 294  
[   ]bitblit1988-12-18 21:11 294  
[   ]arrow_b1988-12-18 21:11 294  
[   ]wakeup1988-12-18 21:14 291  
[   ]turkey1988-12-18 21:14 291  
[   ]thumb11988-12-18 21:14 291  
[   ]target1988-12-18 21:14 291  
[   ]sunset1988-12-18 21:14 291  
[   ]sokay31988-12-18 21:14 291  
[   ]sokay21988-12-18 21:14 291  
[   ]sokay11988-12-18 21:14 291  
[   ]smiley1988-12-18 21:14 291  
[   ]scroll1988-12-18 21:13 291  
[   ]scale11988-12-18 21:13 291  
[   ]rthumb1988-12-18 21:13 291  
[   ]qmark31988-12-18 21:13 291  
[   ]qmark21988-12-18 21:13 291  
[   ]qmark11988-12-18 21:13 291  
[   ]oldcar1988-12-18 21:13 291  
[   ]norges1988-12-18 21:13 291  
[   ]mother1988-12-18 21:13 291  
[   ]menu231988-12-18 21:13 291  
[   ]menu131988-12-18 21:13 291  
[   ]menu121988-12-18 21:13 291  
[   ]mayday1988-12-18 21:13 291  
[   ]kitten1988-12-18 21:13 291  
[   ]invert1988-12-18 21:13 291  
[   ]grapes1988-12-18 21:12 291  
[   ]goaway1988-12-18 21:12 291  
[   ]george1988-12-18 21:12 291  
[   ]ftpsq21988-12-18 21:12 291  
[   ]ftpsq11988-12-18 21:12 291  
[   ]flower1988-12-18 21:12 291  
[   ]father1988-12-18 21:12 291  
[   ]domin21988-12-18 21:12 291  
[   ]domin11988-12-18 21:12 291  
[   ]corner1988-12-18 21:12 291  
[   ]copier1988-12-18 21:12 291  
[   ]circle1988-12-18 21:12 291  
[   ]buddah1988-12-18 21:12 291  
[   ]virus1988-12-18 21:14 288  
[   ]vader1988-12-18 21:14 288  
[   ]typer1988-12-18 21:14 288  
[   ]thumb1988-12-18 21:14 288  
[   ]sweep1988-12-18 21:14 288  
[   ]spade1988-12-18 21:14 288  
[   ]skull1988-12-18 21:14 288  
[   ]shear1988-12-18 21:14 288  
[   ]scowl1988-12-18 21:13 288  
[   ]scale1988-12-18 21:13 288  
[   ]phone1988-12-18 21:13 288  
[   ]moon41988-12-18 21:13 288  
[   ]moon31988-12-18 21:13 288  
[   ]moon21988-12-18 21:13 288  
[   ]moon11988-12-18 21:13 288  
[   ]menu31988-12-18 21:13 288  
[   ]menu21988-12-18 21:13 288  
[   ]menu11988-12-18 21:13 288  
[   ]loupe1988-12-18 21:13 288  
[   ]heart1988-12-18 21:13 288  
[   ]ghost1988-12-18 21:12 288  
[   ]frank1988-12-18 21:12 288  
[   ]flag21988-12-18 21:12 288  
[   ]flag11988-12-18 21:12 288  
[   ]dice61988-12-18 21:12 288  
[   ]dice51988-12-18 21:12 288  
[   ]dice41988-12-18 21:12 288  
[   ]dice31988-12-18 21:12 288  
[   ]dice21988-12-18 21:12 288  
[   ]dice11988-12-18 21:12 288  
[   ]clock1988-12-18 21:12 288  
[   ]cinco1988-12-18 21:12 288  
[   ]check1988-12-18 21:12 288  
[   ]caret1988-12-18 21:12 288  
[   ]bunny1988-12-18 21:12 288  
[   ]brain1988-12-18 21:11 288  
[   ]arrow1988-12-18 21:11 288  
[   ]angle1988-12-18 21:11 288  
[   ]aim_p1988-12-18 21:11 288  
[   ]aim_n1988-12-18 21:11 288  
[   ]zzz11988-12-18 21:14 285  
[   ]yoda1988-12-18 21:14 285  
[   ]unit1988-12-18 21:14 285  
[   ]tree1988-12-18 21:14 285  
[   ]sham1988-12-18 21:14 285  
[   ]send1988-12-18 21:13 285  
[   ]palm1988-12-18 21:13 285  
[   ]oops1988-12-18 21:13 285  
[   ]news1988-12-18 21:13 285  
[   ]menu1988-12-18 21:13 285  
[   ]hung1988-12-18 21:13 285  
[   ]hook1988-12-18 21:13 285  
[   ]help1988-12-18 21:13 285  
[   ]hand1988-12-18 21:13 285  
[   ]grid1988-12-18 21:12 285  
[   ]dont1988-12-18 21:12 285  
[   ]dead1988-12-18 21:12 285  
[   ]cup21988-12-18 21:12 285  
[   ]cup11988-12-18 21:12 285  
[   ]club1988-12-18 21:12 285  
[   ]bulb1988-12-18 21:12 285  
[   ]boot1988-12-18 21:11 285  
[   ]blah1988-12-18 21:11 285  
[   ]bell1988-12-18 21:11 285  
[   ]zot1988-12-18 21:14 282  
[   ]yum1988-12-18 21:14 282  
[   ]tex1988-12-18 21:14 282  
[   ]sun1988-12-18 21:14 282  
[   ]ski1988-12-18 21:14 282  
[   ]puf1988-12-18 21:13 282  
[   ]pen1988-12-18 21:13 282  
[   ]mit1988-12-18 21:13 282  
[   ]log1988-12-18 21:13 282  
[   ]gun1988-12-18 21:12 282  
[   ]eye1988-12-18 21:12 282  
[   ]egg1988-12-18 21:12 282  
[   ]die1988-12-18 21:12 282  
[   ]cue1988-12-18 21:12 282  
[   ]aim1988-12-18 21:11 282  
[   ]getpoint1988-12-18 21:12 271  
[   ]earsmall1988-12-18 21:12 271  
[   ]blip1988-12-18 21:11 96  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/invert b/Bitmaps/freaknet.org/bitmaps/cursor/invert new file mode 100644 index 0000000..5ca2a7d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/invert @@ -0,0 +1,21 @@ +#define invert_width 16 +#define invert_height 16 +static char invert_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0x1e, 0x3c, +0x1e, 0x3c, +0x1e, 0x3c, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0xe0, 0x03, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/junction b/Bitmaps/freaknet.org/bitmaps/cursor/junction new file mode 100644 index 0000000..760f1c7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/junction @@ -0,0 +1,21 @@ +#define junction_width 16 +#define junction_height 16 +static char junction_bits[] = { +0x00, 0x00, +0x20, 0x40, +0x50, 0x20, +0x88, 0x10, +0x04, 0x09, +0x02, 0x06, +0x04, 0x07, +0x88, 0x0b, +0xd0, 0x11, +0xe0, 0x20, +0x60, 0x40, +0x90, 0x20, +0x08, 0x11, +0x04, 0x0a, +0x02, 0x04, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/kitten b/Bitmaps/freaknet.org/bitmaps/cursor/kitten new file mode 100644 index 0000000..4c04fdd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/kitten @@ -0,0 +1,21 @@ +#define kitten_width 16 +#define kitten_height 16 +static char kitten_bits[] = { +0x00, 0x00, +0x0c, 0x18, +0x14, 0x14, +0x24, 0x12, +0xc4, 0x11, +0x00, 0x00, +0x30, 0x06, +0x04, 0x10, +0xc8, 0x09, +0x9e, 0x3c, +0x88, 0x08, +0x44, 0x11, +0x30, 0x06, +0xe0, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/libcursor b/Bitmaps/freaknet.org/bitmaps/cursor/libcursor new file mode 100644 index 0000000..7c27458 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/libcursor @@ -0,0 +1,21 @@ +#define libcursor_width 16 +#define libcursor_height 16 +static char libcursor_bits[] = { +0x01, 0xfe, +0x01, 0xfc, +0x01, 0xf8, +0x01, 0xf0, +0xc1, 0xe1, +0x81, 0xc0, +0x8f, 0x80, +0x80, 0x00, +0x80, 0x00, +0x81, 0x38, +0xc3, 0x49, +0x07, 0x48, +0x0f, 0x78, +0x1f, 0x88, +0x3f, 0x88, +0x7f, 0x78, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/log b/Bitmaps/freaknet.org/bitmaps/cursor/log new file mode 100644 index 0000000..9bd5182 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/log @@ -0,0 +1,21 @@ +#define log_width 16 +#define log_height 16 +static char log_bits[] = { +0xfc, 0x3f, +0xf2, 0x3f, +0xf2, 0x5f, +0xf2, 0xbf, +0xc2, 0xdf, +0x3e, 0xbe, +0x9e, 0xdc, +0x9e, 0xbc, +0x3e, 0xde, +0xfe, 0xb1, +0xfe, 0xfc, +0xfe, 0xa4, +0xfa, 0xf1, +0xfe, 0xbf, +0xfc, 0xdf, +0xf8, 0xbf, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/loupe b/Bitmaps/freaknet.org/bitmaps/cursor/loupe new file mode 100644 index 0000000..61505e5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/loupe @@ -0,0 +1,21 @@ +#define loupe_width 16 +#define loupe_height 16 +static char loupe_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xc0, 0x07, +0xe0, 0x0f, +0x70, 0x1c, +0x30, 0x18, +0x30, 0x18, +0x30, 0x18, +0x70, 0x1c, +0xf0, 0x0f, +0xf8, 0x07, +0x1c, 0x00, +0x0e, 0x00, +0x06, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/magnify b/Bitmaps/freaknet.org/bitmaps/cursor/magnify new file mode 100644 index 0000000..08bccff --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/magnify @@ -0,0 +1,21 @@ +#define magnify_width 16 +#define magnify_height 16 +static char magnify_bits[] = { +0xfe, 0x7f, +0x01, 0x80, +0x89, 0x83, +0xcd, 0xa6, +0x4d, 0x86, +0x0d, 0xa3, +0x85, 0x81, +0xc5, 0xb4, +0xed, 0xa7, +0x01, 0x80, +0xfe, 0x7f, +0x00, 0x38, +0x66, 0x77, +0x53, 0xe6, +0x22, 0xc4, +0x77, 0x83, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mayday b/Bitmaps/freaknet.org/bitmaps/cursor/mayday new file mode 100644 index 0000000..26b5fb5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mayday @@ -0,0 +1,21 @@ +#define mayday_width 16 +#define mayday_height 16 +static char mayday_bits[] = { +0x00, 0x0e, +0xf0, 0x11, +0x08, 0x21, +0x0c, 0x51, +0x0a, 0x88, +0x11, 0x80, +0x02, 0x81, +0x82, 0x63, +0xc6, 0x87, +0x89, 0x83, +0x01, 0x91, +0x01, 0x60, +0x11, 0x40, +0x0e, 0x42, +0x10, 0x7a, +0xf0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mcsquare b/Bitmaps/freaknet.org/bitmaps/cursor/mcsquare new file mode 100644 index 0000000..24ecadb --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mcsquare @@ -0,0 +1,21 @@ +#define mcsquare_width 16 +#define mcsquare_height 16 +static char mcsquare_bits[] = { +0x78, 0x00, +0x08, 0x00, +0x08, 0x1e, +0x78, 0x00, +0x08, 0x1e, +0x08, 0x00, +0x78, 0x00, +0x00, 0xf0, +0x00, 0x80, +0x00, 0x20, +0xbe, 0x17, +0xaa, 0xf0, +0xaa, 0x00, +0xaa, 0x00, +0xaa, 0x00, +0xa2, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu b/Bitmaps/freaknet.org/bitmaps/cursor/menu new file mode 100644 index 0000000..7ae6293 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu @@ -0,0 +1,21 @@ +#define menu_width 16 +#define menu_height 16 +static char menu_bits[] = { +0xff, 0x03, +0x01, 0x02, +0x01, 0x02, +0x01, 0x02, +0xff, 0x03, +0xff, 0x03, +0x7f, 0x00, +0x7f, 0x0f, +0x01, 0x07, +0x01, 0x0f, +0x01, 0x1d, +0x7f, 0x38, +0x01, 0x70, +0x01, 0xe2, +0x01, 0x42, +0xff, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu1 b/Bitmaps/freaknet.org/bitmaps/cursor/menu1 new file mode 100644 index 0000000..c4b5f11 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu1 @@ -0,0 +1,21 @@ +#define menu1_width 16 +#define menu1_height 16 +static char menu1_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0xc0, 0x1f, +0x1e, 0x10, +0x1c, 0x10, +0x1e, 0x10, +0xd7, 0x1f, +0x02, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu12 b/Bitmaps/freaknet.org/bitmaps/cursor/menu12 new file mode 100644 index 0000000..c1a75a8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu12 @@ -0,0 +1,21 @@ +#define menu12_width 16 +#define menu12_height 16 +static char menu12_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0x00, 0x1c, +0x9e, 0x11, +0xdc, 0x13, +0x9e, 0x11, +0x97, 0x1d, +0x82, 0x11, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu123 b/Bitmaps/freaknet.org/bitmaps/cursor/menu123 new file mode 100644 index 0000000..a5b299a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu123 @@ -0,0 +1,21 @@ +#define menu123_width 16 +#define menu123_height 16 +static char menu123_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0x00, 0x00, +0x9e, 0x79, +0xdc, 0x3b, +0x9e, 0x79, +0x97, 0xe9, +0x82, 0x41, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu13 b/Bitmaps/freaknet.org/bitmaps/cursor/menu13 new file mode 100644 index 0000000..b36857e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu13 @@ -0,0 +1,21 @@ +#define menu13_width 16 +#define menu13_height 16 +static char menu13_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0xc0, 0x03, +0x1e, 0x78, +0x1c, 0x38, +0x1e, 0x78, +0xd7, 0xeb, +0x02, 0x40, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu2 b/Bitmaps/freaknet.org/bitmaps/cursor/menu2 new file mode 100644 index 0000000..67edec8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu2 @@ -0,0 +1,21 @@ +#define menu2_width 16 +#define menu2_height 16 +static char menu2_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0x38, 0x1c, +0x88, 0x11, +0xc8, 0x13, +0x88, 0x11, +0xb8, 0x1d, +0x88, 0x11, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu23 b/Bitmaps/freaknet.org/bitmaps/cursor/menu23 new file mode 100644 index 0000000..6c8e939 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu23 @@ -0,0 +1,21 @@ +#define menu23_width 16 +#define menu23_height 16 +static char menu23_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0x38, 0x00, +0x88, 0x79, +0xc8, 0x3b, +0x88, 0x79, +0xb8, 0xe9, +0x88, 0x41, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/menu3 b/Bitmaps/freaknet.org/bitmaps/cursor/menu3 new file mode 100644 index 0000000..40c46fb --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/menu3 @@ -0,0 +1,21 @@ +#define menu3_width 16 +#define menu3_height 16 +static char menu3_bits[] = { +0xf8, 0x1f, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x1f, +0xf8, 0x03, +0x08, 0x78, +0x08, 0x38, +0x08, 0x78, +0xf8, 0xeb, +0x08, 0x40, +0x08, 0x10, +0x08, 0x10, +0xf8, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/microscope b/Bitmaps/freaknet.org/bitmaps/cursor/microscope new file mode 100644 index 0000000..47b19fe --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/microscope @@ -0,0 +1,21 @@ +#define microscope_width 16 +#define microscope_height 16 +static char microscope_bits[] = { +0xe0, 0x00, +0xa0, 0x00, +0xf0, 0x01, +0xa0, 0x00, +0xa0, 0x00, +0xe0, 0x03, +0x60, 0x07, +0xe0, 0x0f, +0xa0, 0x1c, +0xf0, 0x39, +0x48, 0x32, +0x00, 0x30, +0xf8, 0x33, +0x80, 0x39, +0x00, 0x1f, +0xfc, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mike b/Bitmaps/freaknet.org/bitmaps/cursor/mike new file mode 100644 index 0000000..50a0896 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mike @@ -0,0 +1,21 @@ +#define mike_width 21 +#define mike_height 16 +static char mike_bits[] = { +0x14, 0x00, 0x00, +0x2a, 0x00, 0x00, +0x55, 0x00, 0x00, +0xaa, 0x00, 0x00, +0xd5, 0x00, 0x00, +0xaa, 0x00, 0x00, +0xd4, 0x01, 0x00, +0xf8, 0x03, 0x00, +0xc0, 0x07, 0x00, +0xc0, 0x0f, 0x00, +0x60, 0x1f, 0x00, +0x20, 0x3e, 0x00, +0x30, 0x7c, 0x00, +0x10, 0xf8, 0x18, +0x18, 0xf0, 0x04, +0x3c, 0x60, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mit b/Bitmaps/freaknet.org/bitmaps/cursor/mit new file mode 100644 index 0000000..521b351 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mit @@ -0,0 +1,21 @@ +#define mit_width 16 +#define mit_height 16 +static char mit_bits[] = { +0x00, 0x00, +0x07, 0x07, +0x06, 0x03, +0x8a, 0x02, +0x8a, 0x02, +0x52, 0x02, +0x52, 0x02, +0x22, 0x02, +0x27, 0x07, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/moon1 b/Bitmaps/freaknet.org/bitmaps/cursor/moon1 new file mode 100644 index 0000000..d277d85 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/moon1 @@ -0,0 +1,21 @@ +#define moon1_width 16 +#define moon1_height 16 +static char moon1_bits[] = { +0xe0, 0x07, +0x18, 0x1c, +0x84, 0x3f, +0xd2, 0x7f, +0xd2, 0x67, +0xc1, 0xef, +0xc1, 0xff, +0x01, 0xff, +0x21, 0xfc, +0xe5, 0xff, +0xf9, 0xff, +0xe2, 0x7f, +0x82, 0x7f, +0x04, 0x37, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/moon2 b/Bitmaps/freaknet.org/bitmaps/cursor/moon2 new file mode 100644 index 0000000..5a405d2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/moon2 @@ -0,0 +1,21 @@ +#define moon2_width 16 +#define moon2_height 16 +static char moon2_bits[] = { +0xe0, 0x07, +0x38, 0x18, +0xfc, 0x21, +0xde, 0x4b, +0xfe, 0x4b, +0xff, 0x83, +0xfb, 0x83, +0xfd, 0x80, +0x3f, 0x84, +0xff, 0xa7, +0xff, 0x9f, +0xfe, 0x47, +0xfe, 0x41, +0xec, 0x20, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/moon3 b/Bitmaps/freaknet.org/bitmaps/cursor/moon3 new file mode 100644 index 0000000..4172f4d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/moon3 @@ -0,0 +1,21 @@ +#define moon3_width 16 +#define moon3_height 16 +static char moon3_bits[] = { +0x30, 0x0c, +0x84, 0x27, +0x02, 0x5e, +0xc1, 0x34, +0xa1, 0xb4, +0x60, 0xfc, +0x04, 0x7c, +0x02, 0x7f, +0xc0, 0x7b, +0x08, 0x78, +0xd5, 0xf8, +0x49, 0xb8, +0x00, 0x3c, +0x12, 0x5f, +0xc4, 0x27, +0x30, 0x0c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/moon4 b/Bitmaps/freaknet.org/bitmaps/cursor/moon4 new file mode 100644 index 0000000..ce94482 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/moon4 @@ -0,0 +1,21 @@ +#define moon4_width 16 +#define moon4_height 16 +static char moon4_bits[] = { +0x30, 0x0c, +0xe4, 0x21, +0x7a, 0x40, +0x2c, 0x83, +0x2d, 0x85, +0x3f, 0x06, +0x3e, 0x20, +0xfe, 0x40, +0xde, 0x03, +0x1e, 0x10, +0x1f, 0xab, +0x1d, 0x92, +0x3c, 0x00, +0xfa, 0x48, +0xe4, 0x23, +0x30, 0x0c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mortarboard b/Bitmaps/freaknet.org/bitmaps/cursor/mortarboard new file mode 100644 index 0000000..139c3d0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mortarboard @@ -0,0 +1,21 @@ +#define mortarboard_width 16 +#define mortarboard_height 16 +static char mortarboard_bits[] = { +0x80, 0x01, +0xc0, 0x03, +0xf0, 0x0f, +0xf8, 0x1f, +0xfe, 0x7c, +0xff, 0xfb, +0xfc, 0x3b, +0xf8, 0x07, +0xe8, 0x37, +0xdc, 0x3b, +0xbc, 0x75, +0x70, 0x5e, +0xe0, 0x27, +0xc0, 0x53, +0x80, 0x21, +0x00, 0x50, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mother b/Bitmaps/freaknet.org/bitmaps/cursor/mother new file mode 100644 index 0000000..dfdef5b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mother @@ -0,0 +1,21 @@ +#define mother_width 16 +#define mother_height 16 +static char mother_bits[] = { +0xb0, 0x0b, +0xac, 0x36, +0xfe, 0x6f, +0x1a, 0x70, +0x0f, 0xd0, +0x05, 0x60, +0xc7, 0xc6, +0x22, 0x48, +0x03, 0x80, +0x03, 0x81, +0x02, 0x40, +0x42, 0x44, +0x84, 0x23, +0x08, 0x10, +0x10, 0x08, +0x20, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mouse_icon b/Bitmaps/freaknet.org/bitmaps/cursor/mouse_icon new file mode 100644 index 0000000..ac2fce2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mouse_icon @@ -0,0 +1,21 @@ +#define mouse_icon_width 16 +#define mouse_icon_height 16 +static char mouse_icon_bits[] = { +0x00, 0x00, +0x00, 0x00, +0xc0, 0x07, +0xe8, 0x0f, +0xfc, 0x0f, +0xfa, 0x7f, +0xff, 0x8f, +0x20, 0x84, +0x00, 0x40, +0x00, 0x3f, +0x80, 0x00, +0x00, 0x01, +0x00, 0x02, +0x00, 0x01, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mouseblue b/Bitmaps/freaknet.org/bitmaps/cursor/mouseblue new file mode 100644 index 0000000..16e626b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mouseblue @@ -0,0 +1,21 @@ +#define mouseblue_width 16 +#define mouseblue_height 16 +static char mouseblue_bits[] = { +0xfc, 0x1f, +0x04, 0x10, +0x54, 0x17, +0x54, 0x17, +0x54, 0x17, +0x54, 0x17, +0x54, 0x17, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0xfc, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mousered b/Bitmaps/freaknet.org/bitmaps/cursor/mousered new file mode 100644 index 0000000..97c816a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mousered @@ -0,0 +1,21 @@ +#define mousered_width 16 +#define mousered_height 16 +static char mousered_bits[] = { +0xfc, 0x1f, +0x04, 0x10, +0x74, 0x15, +0x74, 0x15, +0x74, 0x15, +0x74, 0x15, +0x74, 0x15, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0xfc, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mouseyellow b/Bitmaps/freaknet.org/bitmaps/cursor/mouseyellow new file mode 100644 index 0000000..26df3d7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mouseyellow @@ -0,0 +1,21 @@ +#define mouseyellow_width 16 +#define mouseyellow_height 16 +static char mouseyellow_bits[] = { +0xfc, 0x1f, +0x04, 0x10, +0xd4, 0x15, +0xd4, 0x15, +0xd4, 0x15, +0xd4, 0x15, +0xd4, 0x15, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0x04, 0x10, +0xfc, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/mt.st.helen b/Bitmaps/freaknet.org/bitmaps/cursor/mt.st.helen new file mode 100644 index 0000000..923fcd4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/mt.st.helen @@ -0,0 +1,21 @@ +#define mt.st.helen_width 16 +#define mt.st.helen_height 16 +static char mt.st.helen_bits[] = { +0x00, 0x00, +0xb0, 0x00, +0x38, 0x0b, +0x18, 0xf9, +0x28, 0x7b, +0xe0, 0x21, +0x8e, 0x1d, +0x00, 0x4c, +0x9c, 0x07, +0x40, 0x01, +0x40, 0x07, +0xa0, 0x0e, +0xf0, 0x16, +0xf8, 0x3f, +0xfc, 0x7f, +0xfe, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/news b/Bitmaps/freaknet.org/bitmaps/cursor/news new file mode 100644 index 0000000..911034f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/news @@ -0,0 +1,21 @@ +#define news_width 16 +#define news_height 16 +static char news_bits[] = { +0x00, 0x00, +0x40, 0x04, +0xc0, 0x04, +0x40, 0x05, +0x40, 0x05, +0x51, 0xf6, +0x51, 0x14, +0x51, 0x14, +0x15, 0x70, +0x95, 0x13, +0x55, 0x14, +0x4a, 0xf0, +0x80, 0x03, +0x00, 0x04, +0x40, 0x04, +0x80, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/norges b/Bitmaps/freaknet.org/bitmaps/cursor/norges new file mode 100644 index 0000000..349ded3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/norges @@ -0,0 +1,21 @@ +#define norges_width 16 +#define norges_height 16 +static char norges_bits[] = { +0xcf, 0xff, +0xcf, 0xff, +0xcf, 0xff, +0xcf, 0xff, +0x00, 0x00, +0x00, 0x00, +0xcf, 0xff, +0xcf, 0xff, +0xcf, 0xff, +0xcf, 0xff, +0x01, 0x00, +0xa1, 0xab, +0xa1, 0xaa, +0xa1, 0xeb, +0xa1, 0x8a, +0xa1, 0x8b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/note1x1 b/Bitmaps/freaknet.org/bitmaps/cursor/note1x1 new file mode 100644 index 0000000..db3a19f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/note1x1 @@ -0,0 +1,21 @@ +#define note1x1_width 16 +#define note1x1_height 16 +static char note1x1_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xe0, 0x03, +0x30, 0x07, +0x30, 0x06, +0x70, 0x06, +0xe0, 0x03, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/note1x16 b/Bitmaps/freaknet.org/bitmaps/cursor/note1x16 new file mode 100644 index 0000000..410d137 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/note1x16 @@ -0,0 +1,21 @@ +#define note1x16_width 16 +#define note1x16_height 16 +static char note1x16_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, +0x00, 0x03, +0x00, 0x03, +0x00, 0x07, +0x00, 0x05, +0x00, 0x0b, +0x00, 0x0d, +0x00, 0x09, +0xe0, 0x09, +0xf0, 0x05, +0xf0, 0x01, +0xe0, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/note1x2 b/Bitmaps/freaknet.org/bitmaps/cursor/note1x2 new file mode 100644 index 0000000..3c05b5e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/note1x2 @@ -0,0 +1,21 @@ +#define note1x2_width 16 +#define note1x2_height 16 +static char note1x2_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0xe0, 0x01, +0x30, 0x01, +0x90, 0x01, +0xe0, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/note1x4 b/Bitmaps/freaknet.org/bitmaps/cursor/note1x4 new file mode 100644 index 0000000..1bf9b48 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/note1x4 @@ -0,0 +1,21 @@ +#define note1x4_width 16 +#define note1x4_height 16 +static char note1x4_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0x00, 0x01, +0xe0, 0x01, +0xf0, 0x01, +0xf0, 0x01, +0xe0, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/note1x8 b/Bitmaps/freaknet.org/bitmaps/cursor/note1x8 new file mode 100644 index 0000000..3a32dc2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/note1x8 @@ -0,0 +1,21 @@ +#define note1x8_width 16 +#define note1x8_height 16 +static char note1x8_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, +0x00, 0x03, +0x00, 0x03, +0x00, 0x07, +0x00, 0x05, +0x00, 0x09, +0x00, 0x09, +0x00, 0x09, +0xe0, 0x09, +0xf0, 0x05, +0xf0, 0x01, +0xe0, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/okay1 b/Bitmaps/freaknet.org/bitmaps/cursor/okay1 new file mode 100644 index 0000000..7166450 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/okay1 @@ -0,0 +1,37 @@ +#define okay1_width 32 +#define okay1_height 32 +static char okay1_bits[] = { +0x00, 0x1e, 0x80, 0x0f, +0x00, 0x0c, 0xc0, 0x1f, +0x78, 0xec, 0xe1, 0x3f, +0xcc, 0x4c, 0xe0, 0x38, +0xcc, 0x2c, 0x60, 0x38, +0xcc, 0x7c, 0x40, 0x1c, +0xcc, 0xcc, 0x00, 0x0f, +0xcc, 0x8c, 0x81, 0x03, +0x78, 0xde, 0x83, 0x09, +0x00, 0x00, 0x80, 0x0f, +0x00, 0xf8, 0x0f, 0x07, +0x00, 0x04, 0x10, 0x00, +0xf8, 0xff, 0x27, 0x06, +0x0c, 0x00, 0x4c, 0x06, +0x04, 0x00, 0x88, 0x00, +0xe4, 0x01, 0x88, 0x38, +0x24, 0x99, 0x89, 0x44, +0x24, 0x99, 0x49, 0x42, +0x24, 0x99, 0x49, 0x42, +0x24, 0x99, 0x89, 0x21, +0x24, 0x99, 0x09, 0x1c, +0x24, 0x99, 0x09, 0x02, +0x24, 0x99, 0x09, 0x11, +0x24, 0x01, 0x08, 0x21, +0xe4, 0x01, 0x08, 0x21, +0x00, 0x00, 0x08, 0x21, +0x3e, 0x00, 0x08, 0x12, +0x3c, 0x00, 0x08, 0x0c, +0x3c, 0x00, 0x08, 0x00, +0x2e, 0x00, 0x08, 0x00, +0x27, 0x00, 0x0c, 0x00, +0x83, 0xff, 0x07, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/okay2 b/Bitmaps/freaknet.org/bitmaps/cursor/okay2 new file mode 100644 index 0000000..6e06f61 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/okay2 @@ -0,0 +1,37 @@ +#define okay2_width 32 +#define okay2_height 32 +static char okay2_bits[] = { +0x00, 0x1e, 0x80, 0x0f, +0x00, 0x0c, 0xc0, 0x1f, +0x78, 0xec, 0xe1, 0x3f, +0xcc, 0x4c, 0xe0, 0x38, +0xcc, 0x2c, 0x60, 0x38, +0xcc, 0x7c, 0x40, 0x1c, +0xcc, 0xcc, 0x00, 0x0f, +0xcc, 0x8c, 0x81, 0x03, +0x78, 0xde, 0x83, 0x09, +0x00, 0x00, 0x80, 0x0f, +0x00, 0xf8, 0x0f, 0x07, +0x00, 0x04, 0x10, 0x00, +0xf8, 0xff, 0x27, 0x06, +0x0c, 0x00, 0x4c, 0x06, +0x04, 0x00, 0x88, 0x00, +0x04, 0x1e, 0x88, 0x38, +0x64, 0x92, 0x89, 0x44, +0x64, 0x92, 0x49, 0x42, +0x64, 0x92, 0x49, 0x42, +0x64, 0x92, 0x89, 0x21, +0x64, 0x92, 0x09, 0x1c, +0x64, 0x92, 0x09, 0x02, +0x64, 0x92, 0x09, 0x11, +0x04, 0x12, 0x08, 0x21, +0x04, 0x1e, 0x08, 0x21, +0x04, 0x00, 0x08, 0x21, +0x04, 0x00, 0x08, 0x12, +0x04, 0x00, 0x08, 0x0c, +0x04, 0x00, 0x08, 0x00, +0x04, 0x00, 0x08, 0x00, +0x0c, 0x00, 0x0c, 0x00, +0xf8, 0xff, 0x07, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/okay3 b/Bitmaps/freaknet.org/bitmaps/cursor/okay3 new file mode 100644 index 0000000..64e8cb3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/okay3 @@ -0,0 +1,37 @@ +#define okay3_width 32 +#define okay3_height 32 +static char okay3_bits[] = { +0x00, 0x1e, 0x80, 0x0f, +0x00, 0x0c, 0xc0, 0x1f, +0x78, 0xec, 0xe1, 0x3f, +0xcc, 0x4c, 0xe0, 0x38, +0xcc, 0x2c, 0x60, 0x38, +0xcc, 0x7c, 0x40, 0x1c, +0xcc, 0xcc, 0x00, 0x0f, +0xcc, 0x8c, 0x81, 0x03, +0x78, 0xde, 0x83, 0x09, +0x00, 0x00, 0x80, 0x0f, +0x00, 0xf8, 0x0f, 0x07, +0x00, 0x04, 0x10, 0x00, +0xf8, 0xff, 0x27, 0x06, +0x0c, 0x00, 0x4c, 0x06, +0x04, 0x00, 0x88, 0x00, +0x04, 0xe0, 0x89, 0x38, +0x64, 0x26, 0x89, 0x44, +0x64, 0x26, 0x49, 0x42, +0x64, 0x26, 0x49, 0x42, +0x64, 0x26, 0x89, 0x21, +0x64, 0x26, 0x09, 0x1c, +0x64, 0x26, 0x09, 0x02, +0x64, 0x26, 0x09, 0x11, +0x04, 0x20, 0x09, 0x21, +0x04, 0xe0, 0x09, 0x21, +0x04, 0x00, 0x08, 0x21, +0x04, 0x00, 0x08, 0x12, +0x04, 0x00, 0x08, 0x0c, +0x04, 0x00, 0x08, 0x00, +0x04, 0x00, 0x08, 0x00, +0x0c, 0x00, 0x0c, 0x00, +0xf8, 0xff, 0x07, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/okraplant b/Bitmaps/freaknet.org/bitmaps/cursor/okraplant new file mode 100644 index 0000000..91aae73 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/okraplant @@ -0,0 +1,21 @@ +#define okraplant_width 16 +#define okraplant_height 16 +static char okraplant_bits[] = { +0x57, 0x00, +0x55, 0xc0, +0x35, 0x70, +0x55, 0x1c, +0x57, 0x0e, +0x00, 0x07, +0x80, 0x03, +0xc0, 0x01, +0xf0, 0x00, +0xf8, 0x00, +0x78, 0x00, +0x3c, 0xee, +0x3e, 0xaa, +0x1e, 0xee, +0x04, 0xa6, +0x04, 0xaa, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/oldcar b/Bitmaps/freaknet.org/bitmaps/cursor/oldcar new file mode 100644 index 0000000..728daa5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/oldcar @@ -0,0 +1,21 @@ +#define oldcar_width 16 +#define oldcar_height 16 +static char oldcar_bits[] = { +0x00, 0x00, +0xfc, 0x03, +0x8c, 0x00, +0x8c, 0x00, +0x8c, 0x00, +0x8c, 0x00, +0xfc, 0x1f, +0xfe, 0x3f, +0xff, 0x7f, +0xff, 0xff, +0xfe, 0x7f, +0x3c, 0x3c, +0x3c, 0x3c, +0x18, 0x18, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/oldcoffeecup b/Bitmaps/freaknet.org/bitmaps/cursor/oldcoffeecup new file mode 100644 index 0000000..e35fc53 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/oldcoffeecup @@ -0,0 +1,21 @@ +#define oldcoffeecup_width 16 +#define oldcoffeecup_height 16 +static char oldcoffeecup_bits[] = { +0xf0, 0x33, +0x18, 0x1e, +0xf0, 0x0f, +0x00, 0x03, +0xe0, 0x01, +0x00, 0x00, +0xf8, 0x0f, +0x18, 0x38, +0x18, 0x78, +0x18, 0x68, +0x18, 0x78, +0x38, 0x3c, +0xf0, 0x07, +0xe0, 0x03, +0xf8, 0x0f, +0xf8, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/oops b/Bitmaps/freaknet.org/bitmaps/cursor/oops new file mode 100644 index 0000000..4000445 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/oops @@ -0,0 +1,21 @@ +#define oops_width 16 +#define oops_height 16 +static char oops_bits[] = { +0x1c, 0x38, +0x22, 0x44, +0x41, 0x42, +0x41, 0x41, +0x41, 0x21, +0x22, 0x11, +0x1c, 0x0e, +0x00, 0x00, +0x3f, 0x3e, +0x41, 0x41, +0x41, 0x01, +0x3f, 0x3e, +0x01, 0x40, +0x01, 0x41, +0x01, 0x3e, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_d b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_d new file mode 100644 index 0000000..ad9579b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_d @@ -0,0 +1,21 @@ +#define pacgh_d_width 16 +#define pacgh_d_height 16 +static char pacgh_d_bits[] = { +0xf0, 0x07, +0x0c, 0x18, +0x02, 0x20, +0x3a, 0x2e, +0x45, 0x51, +0x45, 0x51, +0x45, 0x51, +0x7d, 0x5f, +0x7d, 0x5f, +0x39, 0x4e, +0x01, 0x40, +0x01, 0x40, +0x11, 0x44, +0x29, 0x4a, +0x45, 0x51, +0x82, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_l b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_l new file mode 100644 index 0000000..ef85f32 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_l @@ -0,0 +1,21 @@ +#define pacgh_l_width 16 +#define pacgh_l_height 16 +static char pacgh_l_bits[] = { +0xf0, 0x07, +0x0c, 0x18, +0x02, 0x20, +0x3a, 0x2e, +0x45, 0x51, +0x5d, 0x57, +0x5d, 0x57, +0x5d, 0x57, +0x45, 0x51, +0x39, 0x4e, +0x01, 0x40, +0x01, 0x40, +0x11, 0x44, +0x29, 0x4a, +0x45, 0x51, +0x82, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_r b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_r new file mode 100644 index 0000000..9430120 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_r @@ -0,0 +1,21 @@ +#define pacgh_r_width 16 +#define pacgh_r_height 16 +static char pacgh_r_bits[] = { +0xf0, 0x07, +0x0c, 0x18, +0x02, 0x20, +0x3a, 0x2e, +0x45, 0x51, +0x75, 0x5d, +0x75, 0x5d, +0x75, 0x5d, +0x45, 0x51, +0x39, 0x4e, +0x01, 0x40, +0x01, 0x40, +0x11, 0x44, +0x29, 0x4a, +0x45, 0x51, +0x82, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_u b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_u new file mode 100644 index 0000000..3ca8519 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pacgh_u @@ -0,0 +1,21 @@ +#define pacgh_u_width 16 +#define pacgh_u_height 16 +static char pacgh_u_bits[] = { +0xf0, 0x07, +0x0c, 0x18, +0x02, 0x20, +0x3a, 0x2e, +0x7d, 0x5f, +0x7d, 0x5f, +0x45, 0x51, +0x45, 0x51, +0x45, 0x51, +0x39, 0x4e, +0x01, 0x40, +0x01, 0x40, +0x11, 0x44, +0x29, 0x4a, +0x45, 0x51, +0x82, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pagefull b/Bitmaps/freaknet.org/bitmaps/cursor/pagefull new file mode 100644 index 0000000..97b8b64 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pagefull @@ -0,0 +1,21 @@ +#define pagefull_width 16 +#define pagefull_height 16 +static char pagefull_bits[] = { +0x1f, 0x00, +0x1b, 0x08, +0xfb, 0xee, +0x9f, 0xaa, +0xe3, 0xee, +0xa3, 0x28, +0xe7, 0xee, +0x00, 0x00, +0x0c, 0xfc, +0x1e, 0xd8, +0x16, 0xd8, +0x6f, 0xdb, +0x66, 0xdb, +0x66, 0xdb, +0xe6, 0xdb, +0xcf, 0xfd, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/palm b/Bitmaps/freaknet.org/bitmaps/cursor/palm new file mode 100644 index 0000000..55b39d2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/palm @@ -0,0 +1,21 @@ +#define palm_width 16 +#define palm_height 16 +static char palm_bits[] = { +0x6c, 0x36, +0xde, 0x7b, +0xb2, 0x4d, +0xb0, 0x0d, +0xe6, 0x2f, +0xff, 0xff, +0xe1, 0x87, +0xc1, 0x83, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/para_move b/Bitmaps/freaknet.org/bitmaps/cursor/para_move new file mode 100644 index 0000000..b92ad03 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/para_move @@ -0,0 +1,21 @@ +#define para_move_width 16 +#define para_move_height 16 +static char para_move_bits[] = { +0x00, 0x7c, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2c, +0xf8, 0x28, +0x88, 0x28, +0x88, 0x28, +0x88, 0x28, +0xf8, 0x28, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/paragraph b/Bitmaps/freaknet.org/bitmaps/cursor/paragraph new file mode 100644 index 0000000..a547492 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/paragraph @@ -0,0 +1,21 @@ +#define paragraph_width 16 +#define paragraph_height 16 +static char paragraph_bits[] = { +0x00, 0x7c, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2e, +0x00, 0x2c, +0x00, 0x28, +0x00, 0x28, +0x00, 0x28, +0x00, 0x28, +0x00, 0x28, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/pen b/Bitmaps/freaknet.org/bitmaps/cursor/pen new file mode 100644 index 0000000..86f77fd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/pen @@ -0,0 +1,21 @@ +#define pen_width 16 +#define pen_height 16 +static char pen_bits[] = { +0x0f, 0x00, +0x3f, 0x00, +0xd6, 0x00, +0xac, 0x01, +0x48, 0x03, +0x98, 0x06, +0x30, 0x05, +0x60, 0x0d, +0x40, 0x0a, +0xc0, 0x1a, +0x80, 0x15, +0x00, 0x1b, +0x00, 0x2e, +0x08, 0x38, +0xdd, 0x60, +0x77, 0xdf, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/phone b/Bitmaps/freaknet.org/bitmaps/cursor/phone new file mode 100644 index 0000000..02a036a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/phone @@ -0,0 +1,21 @@ +#define phone_width 16 +#define phone_height 16 +static char phone_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xf8, 0x3f, +0x04, 0x40, +0xe2, 0x8f, +0x53, 0x94, +0xff, 0xff, +0xb1, 0x1a, +0x5a, 0x35, +0x9a, 0x32, +0xfd, 0x7f, +0x0a, 0xa0, +0x08, 0xa0, +0xf0, 0x9f, +0x20, 0x48, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/phonecall b/Bitmaps/freaknet.org/bitmaps/cursor/phonecall new file mode 100644 index 0000000..5290955 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/phonecall @@ -0,0 +1,21 @@ +#define phonecall_width 16 +#define phonecall_height 16 +static char phonecall_bits[] = { +0xc8, 0x13, +0x24, 0x24, +0x12, 0x24, +0xc8, 0x12, +0xa4, 0x01, +0x12, 0x00, +0x49, 0x04, +0xf9, 0x0f, +0xb1, 0x1a, +0x59, 0x35, +0x9e, 0x32, +0xf9, 0x7f, +0x0d, 0xa0, +0x0a, 0xa0, +0xf0, 0x9f, +0x20, 0x48, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/puf b/Bitmaps/freaknet.org/bitmaps/cursor/puf new file mode 100644 index 0000000..84abfdd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/puf @@ -0,0 +1,21 @@ +#define puf_width 16 +#define puf_height 16 +static char puf_bits[] = { +0x08, 0x02, +0x08, 0x0b, +0x96, 0x0d, +0xec, 0x04, +0x08, 0x04, +0x08, 0x0c, +0x08, 0x78, +0x08, 0x00, +0x0f, 0x70, +0x00, 0x18, +0x7c, 0x0c, +0xc6, 0x04, +0x80, 0x05, +0x00, 0x05, +0x00, 0x09, +0x00, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/qmark1 b/Bitmaps/freaknet.org/bitmaps/cursor/qmark1 new file mode 100644 index 0000000..035e08e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/qmark1 @@ -0,0 +1,21 @@ +#define qmark1_width 16 +#define qmark1_height 16 +static char qmark1_bits[] = { +0x00, 0x00, +0xc0, 0x03, +0xe0, 0x07, +0x70, 0x0e, +0x30, 0x0c, +0x00, 0x0c, +0x00, 0x0e, +0x00, 0x07, +0x80, 0x03, +0x80, 0x01, +0x80, 0x01, +0x80, 0x01, +0x00, 0x00, +0x00, 0x00, +0x80, 0x01, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/qmark2 b/Bitmaps/freaknet.org/bitmaps/cursor/qmark2 new file mode 100644 index 0000000..8378c38 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/qmark2 @@ -0,0 +1,21 @@ +#define qmark2_width 16 +#define qmark2_height 16 +static char qmark2_bits[] = { +0x78, 0x00, +0xfc, 0x01, +0x86, 0x01, +0x03, 0x03, +0x03, 0x03, +0x06, 0x03, +0x80, 0x01, +0xc0, 0x00, +0x60, 0x00, +0x30, 0x00, +0x30, 0x00, +0x30, 0x00, +0x00, 0x00, +0x00, 0x00, +0x30, 0x00, +0x30, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/qmark3 b/Bitmaps/freaknet.org/bitmaps/cursor/qmark3 new file mode 100644 index 0000000..8d9d9b2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/qmark3 @@ -0,0 +1,21 @@ +#define qmark3_width 16 +#define qmark3_height 16 +static char qmark3_bits[] = { +0x3f, 0xf8, +0xdf, 0xf7, +0xe3, 0xcf, +0x33, 0xce, +0x73, 0xce, +0x73, 0xce, +0x23, 0xc7, +0x83, 0xc3, +0xc3, 0xc0, +0xc3, 0xc2, +0xc3, 0xc3, +0x83, 0xc1, +0x03, 0xc0, +0x83, 0xc1, +0xbf, 0xfd, +0x7f, 0xfe, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/racecar b/Bitmaps/freaknet.org/bitmaps/cursor/racecar new file mode 100644 index 0000000..a51e885 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/racecar @@ -0,0 +1,21 @@ +#define racecar_width 16 +#define racecar_height 16 +static char racecar_bits[] = { +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, +0x00, 0x00, +0xfc, 0x3f, +0xfc, 0x3f, +0x90, 0x09, +0xee, 0x77, +0xf7, 0xef, +0x1f, 0xf8, +0xf7, 0xef, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/readthis b/Bitmaps/freaknet.org/bitmaps/cursor/readthis new file mode 100644 index 0000000..e397415 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/readthis @@ -0,0 +1,21 @@ +#define readthis_width 16 +#define readthis_height 16 +static char readthis_bits[] = { +0x70, 0x00, +0xc8, 0x00, +0x98, 0x01, +0x38, 0xf1, +0x3c, 0x4f, +0x3a, 0x31, +0x39, 0x01, +0x26, 0x01, +0x28, 0x01, +0x38, 0x03, +0xf4, 0x05, +0x24, 0x05, +0x08, 0x04, +0x16, 0x34, +0x19, 0x4c, +0x1f, 0x7c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/receive b/Bitmaps/freaknet.org/bitmaps/cursor/receive new file mode 100644 index 0000000..b7f7b02 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/receive @@ -0,0 +1,21 @@ +#define receive_width 16 +#define receive_height 16 +static char receive_bits[] = { +0x0e, 0x00, +0x11, 0x00, +0x11, 0x00, +0x51, 0x00, +0x2e, 0x00, +0x14, 0xf8, +0x4f, 0x88, +0x25, 0x88, +0xf5, 0xab, +0x25, 0x88, +0x44, 0xf8, +0x0e, 0x88, +0x0a, 0x88, +0x0a, 0xa8, +0x0a, 0x88, +0x0a, 0xf8, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/rthumb b/Bitmaps/freaknet.org/bitmaps/cursor/rthumb new file mode 100644 index 0000000..4b6c9fd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/rthumb @@ -0,0 +1,21 @@ +#define rthumb_width 16 +#define rthumb_height 16 +static char rthumb_bits[] = { +0x00, 0x00, +0xfc, 0x03, +0x92, 0x04, +0x92, 0x04, +0x92, 0x04, +0x02, 0x04, +0x02, 0x0c, +0x02, 0x78, +0x02, 0x80, +0x02, 0x80, +0x06, 0x7e, +0xfc, 0x03, +0x08, 0x01, +0x08, 0x01, +0xf8, 0x01, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/saturn1 b/Bitmaps/freaknet.org/bitmaps/cursor/saturn1 new file mode 100644 index 0000000..3baf511 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/saturn1 @@ -0,0 +1,21 @@ +#define saturn1_width 16 +#define saturn1_height 16 +static char saturn1_bits[] = { +0x00, 0xc0, +0x00, 0xf0, +0x40, 0x4b, +0xf0, 0x6d, +0xd8, 0x3d, +0xf8, 0x1e, +0x74, 0x2f, +0xbc, 0x2f, +0xcc, 0x37, +0xf4, 0x3b, +0xf8, 0x1d, +0xfc, 0x16, +0x32, 0x0f, +0xda, 0x03, +0x0f, 0x00, +0x03, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/saturn2 b/Bitmaps/freaknet.org/bitmaps/cursor/saturn2 new file mode 100644 index 0000000..127d30f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/saturn2 @@ -0,0 +1,21 @@ +#define saturn2_width 16 +#define saturn2_height 16 +static char saturn2_bits[] = { +0x00, 0xc0, +0x00, 0xf0, +0xc0, 0x4b, +0xf0, 0x6e, +0x78, 0x37, +0xb8, 0x1b, +0xfc, 0x2d, +0xfc, 0x2e, +0x7c, 0x37, +0xbc, 0x3b, +0xd8, 0x1d, +0xec, 0x16, +0x32, 0x0f, +0xda, 0x03, +0x0f, 0x00, +0x03, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/scale b/Bitmaps/freaknet.org/bitmaps/cursor/scale new file mode 100644 index 0000000..3572241 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/scale @@ -0,0 +1,21 @@ +#define scale_width 16 +#define scale_height 16 +static char scale_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x60, 0x03, +0x98, 0x0c, +0x80, 0x00, +0x94, 0x14, +0x00, 0x00, +0x22, 0x22, +0x00, 0x00, +0x63, 0x63, +0x3e, 0x3e, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/scale1 b/Bitmaps/freaknet.org/bitmaps/cursor/scale1 new file mode 100644 index 0000000..ff721e0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/scale1 @@ -0,0 +1,21 @@ +#define scale1_width 16 +#define scale1_height 16 +static char scale1_bits[] = { +0x00, 0x06, +0xe0, 0x09, +0x90, 0x00, +0x88, 0x14, +0x80, 0x00, +0x14, 0x22, +0x00, 0x00, +0x22, 0x63, +0x00, 0x3e, +0x63, 0x00, +0x3e, 0x80, +0x00, 0xc0, +0x29, 0x65, +0xc6, 0x3c, +0xc6, 0x18, +0x29, 0x09, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/scowl b/Bitmaps/freaknet.org/bitmaps/cursor/scowl new file mode 100644 index 0000000..99ab4a4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/scowl @@ -0,0 +1,21 @@ +#define scowl_width 16 +#define scowl_height 16 +static char scowl_bits[] = { +0x00, 0x00, +0xe0, 0x03, +0x18, 0x0c, +0x04, 0x10, +0x02, 0x20, +0x22, 0x22, +0x71, 0x47, +0x21, 0x42, +0x01, 0x40, +0xc1, 0x41, +0x21, 0x42, +0x12, 0x24, +0x02, 0x20, +0x04, 0x10, +0x18, 0x0c, +0xe0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/scroll b/Bitmaps/freaknet.org/bitmaps/cursor/scroll new file mode 100644 index 0000000..2bc8daa --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/scroll @@ -0,0 +1,21 @@ +#define scroll_width 16 +#define scroll_height 16 +static char scroll_bits[] = { +0xfc, 0x3f, +0x07, 0xe0, +0x07, 0xe0, +0xfc, 0x3f, +0x04, 0x20, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x08, 0x10, +0x04, 0x20, +0xfc, 0x3f, +0x07, 0xe0, +0x07, 0xe0, +0xfc, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sect_move b/Bitmaps/freaknet.org/bitmaps/cursor/sect_move new file mode 100644 index 0000000..c162926 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sect_move @@ -0,0 +1,21 @@ +#define sect_move_width 16 +#define sect_move_height 16 +static char sect_move_bits[] = { +0x00, 0x1c, +0x00, 0x36, +0x00, 0x06, +0x00, 0x0c, +0x00, 0x1c, +0x00, 0x36, +0x00, 0x22, +0xf8, 0x36, +0x88, 0x1c, +0x88, 0x18, +0x88, 0x30, +0xf8, 0x36, +0x00, 0x1c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/section b/Bitmaps/freaknet.org/bitmaps/cursor/section new file mode 100644 index 0000000..2f79da2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/section @@ -0,0 +1,21 @@ +#define section_width 16 +#define section_height 16 +static char section_bits[] = { +0x00, 0x1c, +0x00, 0x36, +0x00, 0x06, +0x00, 0x0c, +0x00, 0x1c, +0x00, 0x36, +0x00, 0x22, +0x00, 0x36, +0x00, 0x1c, +0x00, 0x18, +0x00, 0x30, +0x00, 0x36, +0x00, 0x1c, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/send b/Bitmaps/freaknet.org/bitmaps/cursor/send new file mode 100644 index 0000000..9efa544 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/send @@ -0,0 +1,21 @@ +#define send_width 16 +#define send_height 16 +static char send_bits[] = { +0x0e, 0x00, +0x11, 0x00, +0x11, 0x00, +0x51, 0x00, +0x2e, 0x00, +0x14, 0xf8, +0x8f, 0x88, +0x05, 0x89, +0xf5, 0xab, +0x05, 0x89, +0x84, 0xf8, +0x0e, 0x88, +0x0a, 0x88, +0x0a, 0xa8, +0x0a, 0x88, +0x0a, 0xf8, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/settingsun b/Bitmaps/freaknet.org/bitmaps/cursor/settingsun new file mode 100644 index 0000000..5704bc6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/settingsun @@ -0,0 +1,21 @@ +#define settingsun_width 16 +#define settingsun_height 16 +static char settingsun_bits[] = { +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x81, +0x11, 0x89, +0x25, 0xa5, +0xc9, 0x93, +0x31, 0x8c, +0x1f, 0xf8, +0x11, 0x88, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sham b/Bitmaps/freaknet.org/bitmaps/cursor/sham new file mode 100644 index 0000000..2b3b839 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sham @@ -0,0 +1,21 @@ +#define sham_width 16 +#define sham_height 16 +static char sham_bits[] = { +0x40, 0x02, +0xe0, 0x07, +0xf0, 0x0f, +0xf0, 0x0f, +0xf0, 0x0f, +0xe0, 0x07, +0xec, 0x37, +0xfe, 0x7f, +0xff, 0xff, +0xfe, 0x7f, +0xfe, 0x7f, +0xff, 0xff, +0xbe, 0x7d, +0x8c, 0x31, +0x80, 0x01, +0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/shear b/Bitmaps/freaknet.org/bitmaps/cursor/shear new file mode 100644 index 0000000..1b32d0e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/shear @@ -0,0 +1,21 @@ +#define shear_width 16 +#define shear_height 16 +static char shear_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xc0, 0xff, +0x00, 0x00, +0xf0, 0x3f, +0x00, 0x00, +0xfc, 0x0f, +0x00, 0x00, +0xff, 0x03, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/ski b/Bitmaps/freaknet.org/bitmaps/cursor/ski new file mode 100644 index 0000000..1c75217 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/ski @@ -0,0 +1,21 @@ +#define ski_width 16 +#define ski_height 16 +static char ski_bits[] = { +0x80, 0x23, +0x80, 0x43, +0x00, 0xa1, +0xc0, 0x1f, +0xa4, 0x03, +0x9c, 0x03, +0x84, 0x43, +0x84, 0xa3, +0x84, 0x52, +0x84, 0x2a, +0x04, 0x15, +0x0e, 0x0a, +0x04, 0x05, +0x80, 0x02, +0x60, 0x01, +0xc0, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/skull b/Bitmaps/freaknet.org/bitmaps/cursor/skull new file mode 100644 index 0000000..6a1ca46 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/skull @@ -0,0 +1,21 @@ +#define skull_width 16 +#define skull_height 16 +static char skull_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x03, 0xc0, +0xe7, 0xe7, +0xfc, 0x3f, +0xf0, 0x0f, +0xb0, 0x0d, +0xe0, 0x07, +0x60, 0x06, +0xec, 0x37, +0x27, 0xe4, +0xc3, 0xc3, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sleeping b/Bitmaps/freaknet.org/bitmaps/cursor/sleeping new file mode 100644 index 0000000..82a804d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sleeping @@ -0,0 +1,21 @@ +#define sleeping_width 16 +#define sleeping_height 16 +static char sleeping_bits[] = { +0xe0, 0xfb, +0x0f, 0x41, +0x84, 0x20, +0xde, 0x13, +0x00, 0xf8, +0x03, 0x00, +0x1b, 0x00, +0x27, 0xf0, +0xcf, 0xdf, +0x13, 0xc0, +0xff, 0xff, +0x03, 0xc0, +0xff, 0xff, +0xff, 0xff, +0x03, 0xc0, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/smiley b/Bitmaps/freaknet.org/bitmaps/cursor/smiley new file mode 100644 index 0000000..07a23ef --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/smiley @@ -0,0 +1,21 @@ +#define smiley_width 16 +#define smiley_height 16 +static char smiley_bits[] = { +0x00, 0x00, +0xe0, 0x07, +0x10, 0x08, +0x08, 0x10, +0x04, 0x20, +0x62, 0x46, +0x62, 0x46, +0x02, 0x40, +0x02, 0x40, +0x12, 0x48, +0x22, 0x44, +0xc4, 0x23, +0x08, 0x10, +0x10, 0x08, +0xe0, 0x07, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/softball b/Bitmaps/freaknet.org/bitmaps/cursor/softball new file mode 100644 index 0000000..a5a4f07 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/softball @@ -0,0 +1,21 @@ +#define softball_width 16 +#define softball_height 16 +static char softball_bits[] = { +0xc0, 0x03, +0xf0, 0x0f, +0xf8, 0x1f, +0xf4, 0x2f, +0xee, 0x77, +0xee, 0x77, +0xdf, 0xfb, +0xdf, 0xfb, +0xdf, 0xfb, +0xdf, 0xfb, +0xee, 0x77, +0xee, 0x77, +0xf4, 0x2f, +0xf8, 0x1f, +0xf0, 0x0f, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sokay1 b/Bitmaps/freaknet.org/bitmaps/cursor/sokay1 new file mode 100644 index 0000000..fe514a5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sokay1 @@ -0,0 +1,21 @@ +#define sokay1_width 16 +#define sokay1_height 16 +static char sokay1_bits[] = { +0xe0, 0x41, +0xc0, 0xe0, +0xce, 0xae, +0xdb, 0xc4, +0xdb, 0x62, +0xdb, 0x47, +0xdb, 0x0c, +0xee, 0x9e, +0x00, 0x00, +0x1e, 0x00, +0x32, 0x33, +0x32, 0x33, +0x32, 0x33, +0x32, 0x33, +0x3e, 0x33, +0x3c, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sokay2 b/Bitmaps/freaknet.org/bitmaps/cursor/sokay2 new file mode 100644 index 0000000..21900b9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sokay2 @@ -0,0 +1,21 @@ +#define sokay2_width 16 +#define sokay2_height 16 +static char sokay2_bits[] = { +0xe0, 0x41, +0xc0, 0xe0, +0xce, 0xae, +0xdb, 0xc4, +0xdb, 0x62, +0xdb, 0x47, +0xdb, 0x0c, +0xee, 0x9e, +0x00, 0x00, +0xe0, 0x01, +0x26, 0x33, +0x26, 0x33, +0x26, 0x33, +0x26, 0x33, +0xe6, 0x33, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sokay3 b/Bitmaps/freaknet.org/bitmaps/cursor/sokay3 new file mode 100644 index 0000000..2e81012 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sokay3 @@ -0,0 +1,21 @@ +#define sokay3_width 16 +#define sokay3_height 16 +static char sokay3_bits[] = { +0xe0, 0x41, +0xc0, 0xe0, +0xce, 0xae, +0xdb, 0xc4, +0xdb, 0x62, +0xdb, 0x47, +0xdb, 0x0c, +0xee, 0x9e, +0x00, 0x00, +0x00, 0x3c, +0xc6, 0x64, +0xc6, 0x64, +0xc6, 0x64, +0xc6, 0x64, +0xc6, 0x7c, +0x00, 0x78, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/spade b/Bitmaps/freaknet.org/bitmaps/cursor/spade new file mode 100644 index 0000000..79a4d0c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/spade @@ -0,0 +1,21 @@ +#define spade_width 16 +#define spade_height 16 +static char spade_bits[] = { +0x80, 0x00, +0xc0, 0x01, +0xe0, 0x03, +0xf0, 0x07, +0xf8, 0x0f, +0xfc, 0x1f, +0xfc, 0x1f, +0xfe, 0x3f, +0xfe, 0x3f, +0xfe, 0x3f, +0xfe, 0x3f, +0xfc, 0x1f, +0xb8, 0x0e, +0x80, 0x00, +0xc0, 0x01, +0xe0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/stanford b/Bitmaps/freaknet.org/bitmaps/cursor/stanford new file mode 100644 index 0000000..db36bb3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/stanford @@ -0,0 +1,21 @@ +#define stanford_width 16 +#define stanford_height 16 +static char stanford_bits[] = { +0xc0, 0x03, +0xf0, 0x0f, +0x38, 0x1c, +0x9c, 0x39, +0xce, 0x71, +0xa6, 0x63, +0x93, 0xc5, +0xc3, 0xc9, +0xa3, 0xc3, +0x93, 0xc5, +0xc6, 0x61, +0xae, 0x73, +0x9c, 0x3d, +0xb8, 0x1d, +0xf0, 0x0f, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/startrek b/Bitmaps/freaknet.org/bitmaps/cursor/startrek new file mode 100644 index 0000000..cfccc14 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/startrek @@ -0,0 +1,21 @@ +#define startrek_width 16 +#define startrek_height 16 +static char startrek_bits[] = { +0x77, 0x72, +0x21, 0x55, +0x26, 0x37, +0x27, 0x55, +0x00, 0x00, +0x77, 0x57, +0x52, 0x31, +0x32, 0x33, +0x52, 0x57, +0x00, 0x00, +0xff, 0x1c, +0x40, 0x3e, +0xf0, 0x3f, +0xf0, 0x3f, +0x40, 0x3e, +0xff, 0x1c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/stretch b/Bitmaps/freaknet.org/bitmaps/cursor/stretch new file mode 100644 index 0000000..02617b8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/stretch @@ -0,0 +1,21 @@ +#define stretch_width 16 +#define stretch_height 16 +static char stretch_bits[] = { +0x00, 0x00, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x3e, 0x55, +0x00, 0x00, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, +0x3e, 0x55, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sun b/Bitmaps/freaknet.org/bitmaps/cursor/sun new file mode 100644 index 0000000..06140b9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sun @@ -0,0 +1,21 @@ +#define sun_width 16 +#define sun_height 16 +static char sun_bits[] = { +0x00, 0x00, +0xfc, 0x4a, +0x02, 0xaa, +0xfc, 0xaa, +0x00, 0xaa, +0x7e, 0xaa, +0x80, 0xaa, +0x7e, 0xa4, +0x00, 0x00, +0x4a, 0xfc, +0xaa, 0x02, +0xaa, 0xfc, +0xaa, 0x00, +0xaa, 0x7e, +0xaa, 0x80, +0xa4, 0x7e, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sunset b/Bitmaps/freaknet.org/bitmaps/cursor/sunset new file mode 100644 index 0000000..729c1a1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sunset @@ -0,0 +1,21 @@ +#define sunset_width 16 +#define sunset_height 16 +static char sunset_bits[] = { +0x0a, 0x60, +0x15, 0x98, +0x00, 0x05, +0x20, 0x05, +0x20, 0xf9, +0x48, 0x25, +0x10, 0x10, +0xc0, 0x07, +0x24, 0x48, +0x10, 0x10, +0x10, 0x10, +0xfc, 0xff, +0x3c, 0xf8, +0x7e, 0x7e, +0x1e, 0x7c, +0x3f, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sweep b/Bitmaps/freaknet.org/bitmaps/cursor/sweep new file mode 100644 index 0000000..2e5cedd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sweep @@ -0,0 +1,21 @@ +#define sweep_width 16 +#define sweep_height 16 +static char sweep_bits[] = { +0xc2, 0xff, +0x07, 0x80, +0x0e, 0x80, +0x1c, 0x80, +0xb8, 0x80, +0xf0, 0x80, +0xe1, 0x80, +0xf1, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/sweeportrack b/Bitmaps/freaknet.org/bitmaps/cursor/sweeportrack new file mode 100644 index 0000000..462bcb5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/sweeportrack @@ -0,0 +1,21 @@ +#define sweeportrack_width 16 +#define sweeportrack_height 16 +static char sweeportrack_bits[] = { +0xc2, 0xff, +0x07, 0x80, +0x0e, 0xbf, +0x1c, 0xa0, +0xb8, 0xa0, +0xf0, 0xa0, +0xe1, 0xa0, +0xf1, 0xa0, +0x05, 0xa0, +0x05, 0xa0, +0x05, 0xa0, +0x05, 0xa0, +0x05, 0xa0, +0xfd, 0xbf, +0x01, 0x80, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/target b/Bitmaps/freaknet.org/bitmaps/cursor/target new file mode 100644 index 0000000..97a9db1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/target @@ -0,0 +1,21 @@ +#define target_width 16 +#define target_height 16 +static char target_bits[] = { +0xe0, 0x07, +0xf8, 0x1f, +0x1c, 0x38, +0xc6, 0x63, +0xf6, 0x6f, +0x33, 0xcc, +0x9b, 0xd9, +0xdb, 0xdb, +0xdb, 0xdb, +0x9b, 0xd9, +0x33, 0xcc, +0xf6, 0x6f, +0xc6, 0x63, +0x1c, 0x38, +0xf8, 0x1f, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/target1 b/Bitmaps/freaknet.org/bitmaps/cursor/target1 new file mode 100644 index 0000000..cc227b2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/target1 @@ -0,0 +1,21 @@ +#define target1_width 16 +#define target1_height 16 +static char target1_bits[] = { +0xe0, 0x07, +0xf8, 0x1f, +0x9c, 0x39, +0xc6, 0x63, +0xf6, 0x6f, +0xb3, 0xcd, +0x9b, 0xd9, +0xff, 0xff, +0xff, 0xff, +0x9b, 0xd9, +0xb3, 0xcd, +0xf6, 0x6f, +0xc6, 0x63, +0x9c, 0x39, +0xf8, 0x1f, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/target3 b/Bitmaps/freaknet.org/bitmaps/cursor/target3 new file mode 100644 index 0000000..c41e91d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/target3 @@ -0,0 +1,21 @@ +#define target3_width 16 +#define target3_height 16 +static char target3_bits[] = { +0x1f, 0xf8, +0x07, 0xe0, +0xe3, 0xc7, +0x39, 0x9c, +0x09, 0x90, +0xcc, 0x33, +0x64, 0x26, +0x24, 0x24, +0x24, 0x24, +0x64, 0x26, +0xcc, 0x33, +0x09, 0x90, +0x39, 0x9c, +0xe3, 0xc7, +0x07, 0xe0, +0x1f, 0xf8, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/tex b/Bitmaps/freaknet.org/bitmaps/cursor/tex new file mode 100644 index 0000000..7411271 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/tex @@ -0,0 +1,21 @@ +#define tex_width 16 +#define tex_height 16 +static char tex_bits[] = { +0x00, 0x00, +0x3f, 0xee, +0x2d, 0x4c, +0x0c, 0x3c, +0xfc, 0x3b, +0x6c, 0x1a, +0x6c, 0x30, +0x6c, 0x39, +0xec, 0x79, +0x6c, 0x65, +0x7e, 0xee, +0x60, 0x00, +0x60, 0x02, +0xf0, 0x03, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/tex_icon b/Bitmaps/freaknet.org/bitmaps/cursor/tex_icon new file mode 100644 index 0000000..4a995f3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/tex_icon @@ -0,0 +1,21 @@ +#define tex_icon_width 16 +#define tex_icon_height 16 +static char tex_icon_bits[] = { +0x02, 0x00, +0x0e, 0x00, +0x07, 0x00, +0x04, 0x00, +0x20, 0x22, +0xe0, 0xee, +0x70, 0x77, +0x40, 0x44, +0x20, 0x22, +0xe0, 0xee, +0x70, 0x77, +0x40, 0x44, +0x20, 0x22, +0xe0, 0xee, +0x70, 0x77, +0x40, 0x44, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/text_large b/Bitmaps/freaknet.org/bitmaps/cursor/text_large new file mode 100644 index 0000000..c2a8cb9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/text_large @@ -0,0 +1,21 @@ +#define text_large_width 16 +#define text_large_height 16 +static char text_large_bits[] = { +0x00, 0x00, +0x7e, 0x3e, +0x5a, 0x26, +0x18, 0x16, +0x18, 0x1e, +0x18, 0x16, +0x18, 0x46, +0x3c, 0x7e, +0x00, 0x00, +0x66, 0x7e, +0x66, 0x5a, +0x3c, 0x18, +0x18, 0x18, +0x3c, 0x18, +0x66, 0x18, +0x66, 0x3c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/text_small b/Bitmaps/freaknet.org/bitmaps/cursor/text_small new file mode 100644 index 0000000..a781dad --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/text_small @@ -0,0 +1,21 @@ +#define text_small_width 16 +#define text_small_height 16 +static char text_small_bits[] = { +0x0c, 0x00, +0x0c, 0x00, +0x3e, 0x0e, +0x0c, 0x1b, +0x0c, 0x1f, +0x3c, 0x03, +0x18, 0x1b, +0x00, 0x0e, +0x00, 0x00, +0x9c, 0x19, +0xf8, 0x18, +0x70, 0x7c, +0x70, 0x18, +0xf8, 0x18, +0xcc, 0x79, +0x00, 0x30, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/thumb b/Bitmaps/freaknet.org/bitmaps/cursor/thumb new file mode 100644 index 0000000..b17fb55 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/thumb @@ -0,0 +1,21 @@ +#define thumb_width 16 +#define thumb_height 16 +static char thumb_bits[] = { +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/thumb1 b/Bitmaps/freaknet.org/bitmaps/cursor/thumb1 new file mode 100644 index 0000000..11017c3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/thumb1 @@ -0,0 +1,21 @@ +#define thumb1_width 16 +#define thumb1_height 16 +static char thumb1_bits[] = { +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x03, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/thumbingcur b/Bitmaps/freaknet.org/bitmaps/cursor/thumbingcur new file mode 100644 index 0000000..ba8d109 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/thumbingcur @@ -0,0 +1,21 @@ +#define thumbingcur_width 16 +#define thumbingcur_height 16 +static char thumbingcur_bits[] = { +0x00, 0x00, +0x01, 0x00, +0x07, 0x00, +0x1f, 0x00, +0x7f, 0x00, +0xff, 0x01, +0xff, 0x07, +0xff, 0x1f, +0xff, 0x1f, +0xff, 0x07, +0xff, 0x01, +0x7f, 0x00, +0x1f, 0x00, +0x07, 0x00, +0x01, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/thumbsdown b/Bitmaps/freaknet.org/bitmaps/cursor/thumbsdown new file mode 100644 index 0000000..2bb2ad7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/thumbsdown @@ -0,0 +1,21 @@ +#define thumbsdown_width 16 +#define thumbsdown_height 16 +static char thumbsdown_bits[] = { +0x00, 0x00, +0xfc, 0x07, +0x02, 0x0c, +0x02, 0x78, +0x1e, 0x48, +0x02, 0x48, +0x02, 0x48, +0x1e, 0x48, +0x02, 0x78, +0x02, 0x0c, +0x7c, 0x04, +0xc0, 0x04, +0x80, 0x04, +0x80, 0x04, +0x80, 0x04, +0x00, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/thumbsup b/Bitmaps/freaknet.org/bitmaps/cursor/thumbsup new file mode 100644 index 0000000..c7b184a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/thumbsup @@ -0,0 +1,21 @@ +#define thumbsup_width 16 +#define thumbsup_height 16 +static char thumbsup_bits[] = { +0x00, 0x03, +0x80, 0x04, +0x80, 0x04, +0x80, 0x04, +0xc0, 0x04, +0x7c, 0x04, +0x02, 0x0c, +0x02, 0x78, +0x1e, 0x48, +0x02, 0x48, +0x02, 0x48, +0x1e, 0x48, +0x02, 0x78, +0x02, 0x0c, +0xfc, 0x07, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/tinymouse b/Bitmaps/freaknet.org/bitmaps/cursor/tinymouse new file mode 100644 index 0000000..d27d58a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/tinymouse @@ -0,0 +1,21 @@ +#define tinymouse_width 16 +#define tinymouse_height 16 +static char tinymouse_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x20, 0x00, +0xe0, 0x01, +0xd0, 0x03, +0xf8, 0x0f, +0x40, 0x11, +0x00, 0x10, +0x00, 0x0f, +0x80, 0x00, +0x00, 0x03, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/trashcan b/Bitmaps/freaknet.org/bitmaps/cursor/trashcan new file mode 100644 index 0000000..28f5b33 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/trashcan @@ -0,0 +1,21 @@ +#define trashcan_width 16 +#define trashcan_height 16 +static char trashcan_bits[] = { +0x24, 0x03, +0x00, 0x15, +0x10, 0x3a, +0x42, 0x74, +0x00, 0x28, +0xe4, 0x5f, +0x20, 0xa0, +0x60, 0xf5, +0x40, 0x15, +0x40, 0x15, +0x40, 0x15, +0x40, 0x15, +0x40, 0x15, +0x70, 0x15, +0xfc, 0x15, +0xfe, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/tree b/Bitmaps/freaknet.org/bitmaps/cursor/tree new file mode 100644 index 0000000..102b5cc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/tree @@ -0,0 +1,21 @@ +#define tree_width 16 +#define tree_height 16 +static char tree_bits[] = { +0x80, 0x21, +0x80, 0x71, +0x40, 0xfb, +0xc0, 0x73, +0xa0, 0x25, +0xb0, 0x0e, +0xd0, 0x0b, +0x78, 0x15, +0xf4, 0x1b, +0x5c, 0x3f, +0xf6, 0x6d, +0x5e, 0x77, +0xeb, 0xad, +0x7f, 0xff, +0xc0, 0x03, +0xc0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/triangle b/Bitmaps/freaknet.org/bitmaps/cursor/triangle new file mode 100644 index 0000000..46c2655 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/triangle @@ -0,0 +1,21 @@ +#define triangle_width 16 +#define triangle_height 16 +static char triangle_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x01, +0x80, 0x02, +0x40, 0x05, +0xa0, 0x0a, +0x50, 0x15, +0xa8, 0x2a, +0x54, 0x55, +0xfe, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/turkey b/Bitmaps/freaknet.org/bitmaps/cursor/turkey new file mode 100644 index 0000000..148b841 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/turkey @@ -0,0 +1,21 @@ +#define turkey_width 16 +#define turkey_height 16 +static char turkey_bits[] = { +0x00, 0x00, +0x42, 0x24, +0x24, 0x42, +0x42, 0x24, +0x24, 0x02, +0x02, 0x30, +0xc4, 0x6b, +0x32, 0x16, +0x08, 0x19, +0x34, 0x29, +0x4a, 0x67, +0x8a, 0xc0, +0xff, 0xff, +0x06, 0x60, +0xfc, 0x3f, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/turnpage b/Bitmaps/freaknet.org/bitmaps/cursor/turnpage new file mode 100644 index 0000000..3eed9e5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/turnpage @@ -0,0 +1,33 @@ +#define turnpage_width 23 +#define turnpage_height 28 +static char turnpage_bits[] = { +0xff, 0xff, 0x7f, +0x01, 0x00, 0x40, +0x01, 0x00, 0x40, +0x61, 0x76, 0x4e, +0x01, 0x00, 0x40, +0x79, 0x9e, 0x49, +0x01, 0x00, 0x40, +0x99, 0x7f, 0x4e, +0x01, 0x00, 0x40, +0x79, 0x9e, 0x40, +0x01, 0x00, 0x40, +0x01, 0x00, 0x40, +0xe1, 0xc9, 0x4b, +0x01, 0x00, 0x40, +0x79, 0x9e, 0x4f, +0x01, 0x00, 0x40, +0x19, 0x8f, 0x4c, +0x01, 0x00, 0x40, +0x39, 0xe7, 0x7f, +0x01, 0x20, 0x60, +0x79, 0x26, 0x10, +0x01, 0x20, 0x48, +0x01, 0x20, 0x04, +0x61, 0x26, 0x42, +0x01, 0x20, 0x01, +0xf9, 0xa4, 0x40, +0x01, 0x60, 0x00, +0xff, 0x7f, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/typebig b/Bitmaps/freaknet.org/bitmaps/cursor/typebig new file mode 100644 index 0000000..ab4a72b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/typebig @@ -0,0 +1,37 @@ +#define typebig_width 32 +#define typebig_height 32 +static char typebig_bits[] = { +0x04, 0x00, 0x00, 0x00, +0x06, 0x00, 0x00, 0x00, +0xcf, 0xd9, 0x8f, 0x07, +0x86, 0x99, 0xdf, 0x0c, +0x86, 0x99, 0xd9, 0x0f, +0x86, 0x9f, 0xd9, 0x00, +0x16, 0x9f, 0xdf, 0xcf, +0x0c, 0x98, 0x8f, 0xc7, +0x80, 0x99, 0x01, 0x00, +0x00, 0xcf, 0x03, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0xfc, 0xff, 0xff, 0x1f, +0x02, 0x00, 0x00, 0x20, +0x01, 0x00, 0x00, 0x40, +0x99, 0x99, 0x99, 0xc1, +0x99, 0x99, 0x99, 0xc1, +0x01, 0x30, 0x00, 0xc8, +0x61, 0x4b, 0x33, 0xcf, +0x91, 0x66, 0x33, 0xcf, +0x49, 0x12, 0x00, 0xc0, +0x24, 0x69, 0x66, 0xc6, +0x84, 0x64, 0x66, 0xc6, +0x04, 0x02, 0x00, 0xc0, +0x04, 0x1d, 0x00, 0xc0, +0x04, 0xa3, 0x7f, 0xc0, +0x04, 0x38, 0x40, 0xc6, +0x04, 0xf6, 0x7f, 0xa6, +0x02, 0x01, 0x00, 0xd0, +0x83, 0x00, 0x00, 0x68, +0x41, 0xfc, 0xff, 0x37, +0x21, 0xfe, 0xff, 0x1b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/typer b/Bitmaps/freaknet.org/bitmaps/cursor/typer new file mode 100644 index 0000000..c6cb08f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/typer @@ -0,0 +1,21 @@ +#define typer_width 16 +#define typer_height 16 +static char typer_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xf9, 0x4f, +0xff, 0x7f, +0xf9, 0x4f, +0x00, 0x00, +0xfe, 0x3f, +0xff, 0x7f, +0xab, 0x6a, +0xff, 0x7f, +0x55, 0x55, +0xff, 0x7f, +0xab, 0x6a, +0xfe, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/typewriter b/Bitmaps/freaknet.org/bitmaps/cursor/typewriter new file mode 100644 index 0000000..ed1d0cc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/typewriter @@ -0,0 +1,21 @@ +#define typewriter_width 16 +#define typewriter_height 16 +static char typewriter_bits[] = { +0x52, 0x37, +0x55, 0x53, +0x75, 0x31, +0x52, 0x57, +0x04, 0x00, +0x00, 0x00, +0xfe, 0x7f, +0x01, 0x80, +0x6d, 0x9b, +0x01, 0x80, +0xd9, 0xb6, +0x01, 0x80, +0xf1, 0x8f, +0xf2, 0x4f, +0x04, 0x20, +0xfc, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/unit b/Bitmaps/freaknet.org/bitmaps/cursor/unit new file mode 100644 index 0000000..787b98e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/unit @@ -0,0 +1,21 @@ +#define unit_width 12 +#define unit_height 16 +static char unit_bits[] = { +0x00, 0x00, +0x04, 0x08, +0xf4, 0x0b, +0x04, 0x08, +0x14, 0x0a, +0x04, 0x08, +0x14, 0x0a, +0x04, 0x08, +0xf4, 0x0b, +0x04, 0x08, +0x14, 0x0a, +0x04, 0x08, +0x14, 0x0a, +0x04, 0x08, +0xf4, 0x0b, +0x04, 0x08, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/vader b/Bitmaps/freaknet.org/bitmaps/cursor/vader new file mode 100644 index 0000000..689a71b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/vader @@ -0,0 +1,21 @@ +#define vader_width 16 +#define vader_height 16 +static char vader_bits[] = { +0xe0, 0x07, +0xf0, 0x0f, +0xf8, 0x1f, +0xf8, 0x1f, +0x98, 0x19, +0x8c, 0x31, +0xfc, 0x3f, +0xfc, 0x3f, +0x7c, 0x3e, +0xbe, 0x7d, +0x5e, 0x7a, +0x4e, 0x72, +0x57, 0xea, +0xff, 0xff, +0xf8, 0x1f, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/vesuvius b/Bitmaps/freaknet.org/bitmaps/cursor/vesuvius new file mode 100644 index 0000000..225e87d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/vesuvius @@ -0,0 +1,21 @@ +#define vesuvius_width 16 +#define vesuvius_height 16 +static char vesuvius_bits[] = { +0x80, 0x02, +0x50, 0x09, +0xa8, 0x05, +0x94, 0x33, +0xa0, 0x09, +0xd0, 0x51, +0x40, 0x23, +0xd4, 0x96, +0xe1, 0x07, +0xe0, 0x2f, +0xf4, 0x0f, +0xf0, 0x5f, +0xf9, 0x1f, +0xfc, 0x3f, +0xfe, 0x7f, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/virus b/Bitmaps/freaknet.org/bitmaps/cursor/virus new file mode 100644 index 0000000..98dfad7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/virus @@ -0,0 +1,21 @@ +#define virus_width 16 +#define virus_height 16 +static char virus_bits[] = { +0x40, 0x00, +0x80, 0x20, +0x82, 0x18, +0xcc, 0x07, +0x70, 0xcf, +0xf0, 0x3e, +0x9d, 0x3f, +0xfa, 0x3b, +0x78, 0x3f, +0x98, 0x5f, +0xba, 0x9f, +0xf5, 0x0d, +0xe0, 0x17, +0x90, 0x11, +0x10, 0x21, +0x88, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/wakeup b/Bitmaps/freaknet.org/bitmaps/cursor/wakeup new file mode 100644 index 0000000..2f214f9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/wakeup @@ -0,0 +1,21 @@ +#define wakeup_width 16 +#define wakeup_height 16 +static char wakeup_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x91, 0xd4, +0x51, 0x4d, +0xd5, 0xcd, +0x5b, 0x55, +0x51, 0xd5, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x92, 0xcf, +0x12, 0xc9, +0x12, 0xcf, +0x12, 0xc1, +0x12, 0x01, +0xbe, 0xc3, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/win_cur b/Bitmaps/freaknet.org/bitmaps/cursor/win_cur new file mode 100644 index 0000000..20a7783 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/win_cur @@ -0,0 +1,21 @@ +#define win_cur_width 16 +#define win_cur_height 16 +static char win_cur_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0x01, 0x80, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/win_del b/Bitmaps/freaknet.org/bitmaps/cursor/win_del new file mode 100644 index 0000000..7835562 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/win_del @@ -0,0 +1,21 @@ +#define win_del_width 16 +#define win_del_height 16 +static char win_del_bits[] = { +0x81, 0x00, +0x42, 0x00, +0x24, 0x00, +0x18, 0x00, +0x18, 0x00, +0x24, 0xf8, +0x42, 0x88, +0x81, 0x88, +0x00, 0xa8, +0x00, 0x88, +0x0e, 0xf9, +0x91, 0x88, +0xdf, 0x8b, +0x9f, 0xa8, +0x1f, 0x89, +0x1f, 0xf8, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/yoda b/Bitmaps/freaknet.org/bitmaps/cursor/yoda new file mode 100644 index 0000000..3748825 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/yoda @@ -0,0 +1,21 @@ +#define yoda_width 16 +#define yoda_height 16 +static char yoda_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0xe0, 0x03, +0xf0, 0x07, +0xf8, 0x0f, +0xff, 0x7f, +0xcc, 0x19, +0xd8, 0x0b, +0x38, 0x0f, +0xf8, 0x0f, +0x98, 0x0c, +0x30, 0x06, +0xc0, 0x01, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/yum b/Bitmaps/freaknet.org/bitmaps/cursor/yum new file mode 100644 index 0000000..f8c8868 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/yum @@ -0,0 +1,21 @@ +#define yum_width 16 +#define yum_height 16 +static char yum_bits[] = { +0x80, 0x50, +0x00, 0x5f, +0x00, 0xd0, +0x00, 0xe0, +0x3f, 0x80, +0x20, 0xf8, +0x10, 0x7c, +0x89, 0x7d, +0x08, 0x5f, +0x38, 0x1d, +0x50, 0x17, +0x30, 0x63, +0x54, 0xd1, +0x34, 0xa8, +0x24, 0x98, +0xc8, 0x8f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/yumbig b/Bitmaps/freaknet.org/bitmaps/cursor/yumbig new file mode 100644 index 0000000..c525a1a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/yumbig @@ -0,0 +1,37 @@ +#define yumbig_width 32 +#define yumbig_height 32 +static char yumbig_bits[] = { +0x00, 0x00, 0x10, 0x1e, +0x29, 0xb3, 0x13, 0x21, +0x29, 0xb3, 0xe3, 0x40, +0x2f, 0x53, 0x03, 0x4c, +0x26, 0x53, 0x03, 0x52, +0x66, 0x13, 0x03, 0x22, +0xc6, 0x17, 0x03, 0x5c, +0x00, 0x00, 0x00, 0x40, +0xff, 0x07, 0x00, 0x40, +0x00, 0x08, 0x00, 0x40, +0x00, 0x08, 0xc0, 0x37, +0x00, 0x04, 0xe0, 0x0f, +0x00, 0x03, 0xf0, 0x1f, +0x80, 0x00, 0xf0, 0x1f, +0x42, 0xc0, 0xf1, 0x17, +0x42, 0x00, 0xf1, 0x13, +0x40, 0x00, 0xfe, 0x19, +0x40, 0x00, 0xff, 0x01, +0xc1, 0x01, 0x19, 0x01, +0x06, 0x0f, 0x1d, 0x01, +0x00, 0x11, 0x1f, 0x03, +0x00, 0x11, 0x0f, 0x00, +0x00, 0x0f, 0x07, 0x14, +0x00, 0x11, 0x03, 0x00, +0x10, 0x11, 0x00, 0x37, +0x10, 0x09, 0x00, 0x49, +0x10, 0x07, 0xc0, 0x49, +0x10, 0x02, 0x40, 0x46, +0x10, 0x06, 0x40, 0x42, +0x20, 0x08, 0x80, 0x41, +0x40, 0xf0, 0xff, 0x20, +0x00, 0x00, 0x00, 0x10, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/zot b/Bitmaps/freaknet.org/bitmaps/cursor/zot new file mode 100644 index 0000000..4b65b27 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/zot @@ -0,0 +1,21 @@ +#define zot_width 16 +#define zot_height 16 +static char zot_bits[] = { +0x80, 0x1f, +0x80, 0x1f, +0xc0, 0x0f, +0xc0, 0x07, +0xe0, 0x03, +0xe0, 0x01, +0xf0, 0x0f, +0xf0, 0x07, +0xc0, 0x03, +0xe0, 0x01, +0xf0, 0x00, +0x70, 0x00, +0x38, 0x00, +0x18, 0x00, +0x0c, 0x00, +0x04, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/cursor/zzz1 b/Bitmaps/freaknet.org/bitmaps/cursor/zzz1 new file mode 100644 index 0000000..7eff56c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/cursor/zzz1 @@ -0,0 +1,21 @@ +#define zzz1_width 16 +#define zzz1_height 16 +static char zzz1_bits[] = { +0x07, 0x00, +0x02, 0x07, +0x71, 0x02, +0x27, 0x01, +0x10, 0x07, +0x70, 0x00, +0x00, 0x00, +0xce, 0x07, +0x44, 0x02, +0x02, 0x01, +0x8e, 0x08, +0xc0, 0xcf, +0x08, 0xc0, +0xd6, 0x77, +0x32, 0x4c, +0xde, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/AndyMoorer b/Bitmaps/freaknet.org/bitmaps/face/AndyMoorer new file mode 100644 index 0000000..ccdee3c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/AndyMoorer @@ -0,0 +1,58 @@ +#define AndyMoorer_width 35 +#define AndyMoorer_height 53 +static char AndyMoorer_bits[] = { +0x00, 0x01, 0x00, 0x00, 0x00, +0x00, 0x01, 0x00, 0x00, 0x00, +0x00, 0x02, 0x00, 0x00, 0x00, +0x80, 0x3d, 0x1c, 0x00, 0x00, +0x40, 0xe8, 0x23, 0x00, 0x00, +0x80, 0x01, 0x4c, 0x08, 0x00, +0x54, 0x0f, 0x53, 0x04, 0x00, +0x90, 0x26, 0x0a, 0x09, 0x00, +0x38, 0x9d, 0x6c, 0x13, 0x00, +0x14, 0x18, 0x32, 0x05, 0x00, +0x4c, 0xf8, 0x0e, 0x50, 0x00, +0x04, 0x00, 0x00, 0x40, 0x00, +0x06, 0x00, 0x00, 0x70, 0x00, +0x06, 0x00, 0x00, 0x50, 0x00, +0x04, 0x00, 0x00, 0x90, 0x00, +0x06, 0x00, 0x00, 0x20, 0x01, +0x06, 0x00, 0x00, 0xe0, 0x00, +0x0e, 0x00, 0x00, 0x70, 0x00, +0x0c, 0x00, 0x00, 0x38, 0x00, +0x00, 0x00, 0x00, 0xe8, 0x00, +0x0a, 0x05, 0x00, 0x08, 0x00, +0xaa, 0x0a, 0x00, 0x80, 0x00, +0x0c, 0x00, 0x2a, 0x10, 0x03, +0x08, 0x00, 0x55, 0xc0, 0x04, +0x84, 0x07, 0x00, 0x41, 0x04, +0x44, 0x08, 0x1c, 0x42, 0x04, +0x26, 0x0b, 0x22, 0x40, 0x04, +0x02, 0x07, 0x5a, 0xc0, 0x04, +0x02, 0x00, 0x9c, 0xc0, 0x05, +0x02, 0x00, 0x00, 0xc0, 0x04, +0x02, 0x00, 0x00, 0xc0, 0x04, +0x02, 0x08, 0x00, 0x40, 0x02, +0x01, 0x08, 0x00, 0x00, 0x02, +0x01, 0x04, 0x00, 0x00, 0x01, +0x01, 0x02, 0x00, 0x00, 0x01, +0x01, 0x42, 0x00, 0x80, 0x00, +0x01, 0x42, 0x30, 0x40, 0x00, +0x01, 0x7c, 0x60, 0x6c, 0x00, +0x01, 0x00, 0xc0, 0x04, 0x00, +0x21, 0x00, 0x80, 0x04, 0x00, +0x61, 0x00, 0x98, 0x04, 0x00, +0x41, 0x00, 0x8c, 0x04, 0x00, +0xc1, 0xfd, 0x43, 0x04, 0x00, +0x82, 0x02, 0x03, 0x02, 0x00, +0x02, 0xbd, 0x00, 0x03, 0x00, +0x02, 0xe2, 0x00, 0x01, 0x00, +0x02, 0x1c, 0x80, 0x01, 0x00, +0x04, 0x00, 0x40, 0x00, 0x00, +0x04, 0x00, 0x60, 0x00, 0x00, +0x08, 0x00, 0x30, 0x00, 0x00, +0x10, 0x00, 0x0c, 0x00, 0x00, +0xe0, 0x01, 0x06, 0x00, 0x00, +0x00, 0xfe, 0x01, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/CharlieKeagle b/Bitmaps/freaknet.org/bitmaps/face/CharlieKeagle new file mode 100644 index 0000000..82a69f3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/CharlieKeagle @@ -0,0 +1,76 @@ +#define CharlieKeagle_width 71 +#define CharlieKeagle_height 71 +static char CharlieKeagle_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x6e, 0x12, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfa, 0x77, 0x9f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x40, 0xe5, 0xdf, 0x32, 0x01, 0x00, 0x00, 0x00, +0x00, 0x20, 0xb2, 0xb7, 0xf1, 0x01, 0x00, 0x00, 0x00, +0x00, 0xa0, 0x91, 0xff, 0xcf, 0x00, 0x00, 0x00, 0x00, +0x00, 0x90, 0xfe, 0xf8, 0x3f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x88, 0x5f, 0x07, 0xe0, 0x01, 0x00, 0x00, 0x00, +0x00, 0xc8, 0x8b, 0x01, 0x00, 0x2c, 0x00, 0x00, 0x00, +0x00, 0xd0, 0xc3, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, +0x00, 0x68, 0x3f, 0x00, 0x00, 0x4a, 0x00, 0x00, 0x00, +0x00, 0xbc, 0x1f, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, +0x00, 0x34, 0x00, 0x00, 0x00, 0xd4, 0x00, 0x00, 0x00, +0x00, 0x70, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x1e, 0x00, +0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x61, 0x00, +0x00, 0xe0, 0x0f, 0xc0, 0x3f, 0xd4, 0x80, 0x00, 0x00, +0x00, 0x10, 0x10, 0x20, 0x40, 0xf0, 0x80, 0x00, 0x00, +0x00, 0x18, 0xb0, 0x37, 0xc0, 0xd4, 0x80, 0x00, 0x00, +0x00, 0x88, 0x63, 0x18, 0x87, 0x60, 0x80, 0x00, 0x00, +0x00, 0x68, 0x42, 0x88, 0x8c, 0x60, 0x80, 0x81, 0x00, +0x00, 0xa8, 0xc3, 0x8f, 0x9b, 0x60, 0x00, 0xc3, 0x00, +0x00, 0x88, 0x43, 0x88, 0x83, 0x20, 0x00, 0x7e, 0x00, +0x00, 0x08, 0x20, 0x10, 0x80, 0x30, 0x00, 0x00, 0x00, +0x00, 0x30, 0x30, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x00, 0xc0, 0x4f, 0xc0, 0x7f, 0x00, 0x40, 0x00, 0x00, +0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x80, 0x1f, 0x00, +0x00, 0x00, 0x18, 0x04, 0x00, 0x00, 0x00, 0x7e, 0x00, +0x00, 0x00, 0x0c, 0x0c, 0x00, 0x00, 0x00, 0x41, 0x00, +0x00, 0x00, 0x04, 0x18, 0x00, 0x00, 0x00, 0xc1, 0x00, +0x00, 0x00, 0x04, 0x70, 0x00, 0x00, 0x00, 0x42, 0x00, +0x00, 0x1c, 0x02, 0x80, 0x00, 0x02, 0x00, 0x62, 0x00, +0x00, 0x0e, 0x06, 0x80, 0x00, 0x82, 0x00, 0x1e, 0x00, +0x00, 0x4a, 0x0c, 0xd0, 0x80, 0x75, 0x00, 0x22, 0x00, +0x00, 0x72, 0x18, 0x18, 0x80, 0xe6, 0x01, 0x43, 0x00, +0x00, 0xbf, 0x31, 0x0c, 0xc0, 0xfa, 0x01, 0x41, 0x00, +0x00, 0x4b, 0xf7, 0x2b, 0x00, 0x3f, 0x07, 0x41, 0x00, +0x80, 0x27, 0xb5, 0xf9, 0x36, 0x25, 0x02, 0x81, 0x02, +0x80, 0x27, 0x00, 0x68, 0x0f, 0xcc, 0x02, 0x81, 0x03, +0xc0, 0x06, 0x00, 0x30, 0x47, 0x4e, 0x01, 0x00, 0x00, +0x80, 0xc6, 0x7f, 0x00, 0x40, 0xcc, 0x01, 0x00, 0x00, +0x00, 0x43, 0xa2, 0x0f, 0x00, 0x20, 0x00, 0x00, 0x00, +0x80, 0x8f, 0x22, 0xf2, 0x01, 0xa8, 0x03, 0x00, 0x00, +0x00, 0x0c, 0x2f, 0x93, 0x2f, 0x38, 0xca, 0x03, 0x00, +0x40, 0x06, 0xf3, 0x91, 0x10, 0x34, 0x0a, 0x06, 0x00, +0xc0, 0x19, 0x06, 0x7e, 0x0c, 0x3c, 0x01, 0x06, 0x00, +0x00, 0x1d, 0x08, 0x08, 0x06, 0x18, 0x01, 0x04, 0x00, +0x00, 0x0a, 0x34, 0x0a, 0x63, 0xbc, 0x00, 0x84, 0x00, +0x00, 0x8e, 0xc0, 0xfb, 0x89, 0x3c, 0x14, 0x62, 0x00, +0x00, 0xaa, 0x84, 0x0c, 0x42, 0x3e, 0x01, 0x22, 0x00, +0x00, 0x7e, 0x04, 0x08, 0x00, 0x0e, 0x08, 0x22, 0x00, +0x00, 0x7e, 0x34, 0x80, 0x80, 0x35, 0x02, 0x12, 0x00, +0x00, 0x77, 0x34, 0x48, 0xc3, 0x18, 0x00, 0x0a, 0x00, +0x00, 0xf8, 0x12, 0xf2, 0x61, 0x08, 0x00, 0x0e, 0x00, +0x00, 0x88, 0x81, 0xd5, 0x91, 0x84, 0x00, 0x0a, 0x00, +0x00, 0x60, 0xfb, 0x5b, 0xd3, 0x04, 0x00, 0x12, 0x00, +0x00, 0x00, 0xb5, 0x81, 0x30, 0x47, 0x00, 0x22, 0x00, +0x00, 0x00, 0xae, 0xcc, 0xe0, 0x19, 0x00, 0x62, 0x00, +0x00, 0x00, 0x38, 0xfe, 0x92, 0x00, 0x00, 0xc7, 0x08, +0x00, 0x00, 0xfc, 0x50, 0xf9, 0x01, 0x00, 0x03, 0x07, +0x00, 0x80, 0x0b, 0x98, 0xbe, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x00, 0x40, 0xc0, 0x48, 0x00, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0x99, 0x03, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x6e, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/CurtisAbbott b/Bitmaps/freaknet.org/bitmaps/face/CurtisAbbott new file mode 100644 index 0000000..45e4b5c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/CurtisAbbott @@ -0,0 +1,77 @@ +#define CurtisAbbott_width 68 +#define CurtisAbbott_height 72 +static char CurtisAbbott_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x42, 0xa8, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xd4, 0x8a, 0x06, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x2c, 0x2a, 0x1c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x30, 0x94, 0x8a, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0xa0, 0x95, 0x84, 0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x48, 0x72, 0x7c, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x58, 0x14, 0x40, 0x08, 0x10, 0x00, 0x00, +0x00, 0x80, 0x5c, 0x4e, 0xbf, 0x47, 0x20, 0x00, 0x00, +0x00, 0x00, 0x8e, 0x58, 0x80, 0x83, 0x21, 0x00, 0x00, +0x00, 0x80, 0xd2, 0x02, 0x6c, 0x00, 0x73, 0x00, 0x00, +0x00, 0xc0, 0x35, 0x90, 0x7f, 0x00, 0x0e, 0x00, 0x00, +0x00, 0x20, 0x88, 0xff, 0x03, 0x00, 0xca, 0x00, 0x00, +0x00, 0xc0, 0x74, 0x00, 0x00, 0x00, 0x94, 0x00, 0x00, +0x00, 0x40, 0x0d, 0x00, 0x00, 0x00, 0x30, 0x01, 0x00, +0x00, 0x20, 0x06, 0x00, 0x00, 0xc0, 0x61, 0x03, 0x00, +0x00, 0x30, 0x83, 0x0f, 0x00, 0xfe, 0x23, 0x02, 0x00, +0x00, 0x40, 0xe0, 0x7f, 0x00, 0x1e, 0xa0, 0x03, 0x00, +0x00, 0xf0, 0x1b, 0xe0, 0x80, 0x07, 0xc0, 0x01, 0x00, +0x00, 0x20, 0x01, 0x00, 0x00, 0x00, 0xa0, 0x03, 0x00, +0x00, 0x74, 0x01, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, +0x00, 0x80, 0xc2, 0xff, 0xc1, 0x7f, 0x40, 0x03, 0x00, +0x00, 0x10, 0x62, 0x00, 0x3f, 0x80, 0xc0, 0x02, 0x00, +0x00, 0x8c, 0x23, 0x0e, 0x12, 0x8e, 0x41, 0x00, 0x00, +0x00, 0x36, 0x30, 0x01, 0x1e, 0x01, 0x41, 0x04, 0x00, +0x00, 0xc2, 0x16, 0x07, 0x13, 0x07, 0x21, 0x04, 0x00, +0x00, 0x82, 0x18, 0x0f, 0x21, 0x0f, 0x01, 0x01, 0x00, +0x00, 0x82, 0x10, 0x06, 0x21, 0x06, 0x21, 0x00, 0x00, +0x00, 0x22, 0x10, 0x80, 0x60, 0x00, 0x21, 0x00, 0x00, +0x00, 0x36, 0x20, 0x60, 0xd0, 0x80, 0x20, 0x00, 0x00, +0x00, 0x64, 0xc0, 0x38, 0x30, 0x43, 0x00, 0x00, 0x00, +0x00, 0x4c, 0x00, 0x0f, 0x20, 0x3c, 0x40, 0x00, 0x00, +0x00, 0x10, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0x00, +0x00, 0x10, 0x00, 0x00, 0xc0, 0x00, 0x20, 0x00, 0x00, +0x00, 0xa0, 0x00, 0x00, 0x80, 0x00, 0x20, 0x00, 0x00, +0x00, 0xa0, 0x00, 0xc0, 0x40, 0x00, 0x20, 0x00, 0x00, +0x00, 0xc0, 0x01, 0x82, 0x21, 0x00, 0x20, 0x00, 0x00, +0x00, 0x00, 0x01, 0x01, 0x16, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x81, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x82, 0x0c, 0x00, 0x00, 0x10, 0x00, 0x00, +0x00, 0x00, 0x02, 0x71, 0x00, 0x0c, 0x0c, 0x00, 0x00, +0x00, 0x00, 0x06, 0xd2, 0xff, 0x0f, 0x04, 0x00, 0x00, +0x00, 0x00, 0x04, 0x30, 0x00, 0x04, 0x02, 0x00, 0x00, +0x00, 0x00, 0x0c, 0x60, 0xaa, 0x04, 0x03, 0x00, 0x00, +0x00, 0x00, 0x18, 0xc0, 0x00, 0x83, 0x01, 0x00, 0x00, +0x00, 0x00, 0x10, 0x08, 0xff, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x30, 0x18, 0x00, 0x40, 0x00, 0x00, 0x00, +0x00, 0x00, 0x20, 0x30, 0x00, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x40, 0x60, 0x00, 0x10, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x40, 0x00, 0x18, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x01, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, 0x02, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0x38, 0x80, 0x01, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x80, 0x00, 0x00, +0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x80, 0xcc, 0x00, +0x00, 0x0c, 0x00, 0x00, 0x60, 0x00, 0xc0, 0x8d, 0x01, +0x00, 0x8c, 0xf7, 0x36, 0xf3, 0xe7, 0x7c, 0x86, 0x01, +0x00, 0xcc, 0x68, 0xe4, 0x54, 0x70, 0x26, 0x80, 0x01, +0x00, 0xcc, 0x60, 0x64, 0x46, 0x60, 0x16, 0x80, 0x01, +0x00, 0xcc, 0x60, 0xe4, 0x63, 0x64, 0x3c, 0x80, 0x01, +0x00, 0xcc, 0x68, 0x64, 0x64, 0x64, 0x68, 0x80, 0x01, +0x00, 0x8c, 0xc7, 0xf3, 0xc4, 0xe3, 0x69, 0x80, 0x01, +0x00, 0x18, 0x00, 0x00, 0x08, 0x30, 0x64, 0xc0, 0x00, +0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0x7e, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x3d, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x9c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/EdCatmull b/Bitmaps/freaknet.org/bitmaps/face/EdCatmull new file mode 100644 index 0000000..b7c9156 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/EdCatmull @@ -0,0 +1,77 @@ +#define EdCatmull_width 70 +#define EdCatmull_height 72 +static char EdCatmull_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xc0, 0xdf, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xfc, 0x87, 0xdf, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0xee, 0x70, 0x95, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x0f, 0x08, 0xe0, 0x03, 0x00, 0x00, +0x00, 0x00, 0x80, 0x17, 0xd8, 0xff, 0x0c, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xfb, 0xef, 0x6d, 0x44, 0x00, 0x00, +0x00, 0x00, 0xe0, 0xc1, 0xd8, 0x07, 0x04, 0x00, 0x00, +0x00, 0x00, 0x60, 0x81, 0xff, 0x01, 0x38, 0x00, 0x00, +0x00, 0x00, 0x60, 0xe9, 0x70, 0x00, 0x68, 0x01, 0x00, +0x00, 0x00, 0x10, 0xe0, 0x0d, 0x00, 0xa0, 0x02, 0x00, +0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0xd8, 0x02, 0x00, +0x00, 0x00, 0x9c, 0x0e, 0x00, 0x00, 0xc0, 0x04, 0x00, +0x00, 0x00, 0x8c, 0x3f, 0x00, 0x00, 0xd0, 0x05, 0x00, +0x00, 0x00, 0xca, 0x40, 0x00, 0x40, 0x98, 0x01, 0x00, +0x00, 0x00, 0xc2, 0x00, 0x00, 0x3e, 0x78, 0x07, 0x00, +0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x68, 0x05, 0x00, +0x00, 0x00, 0x0a, 0x7f, 0x3e, 0x7f, 0xec, 0x03, 0x00, +0x00, 0x00, 0xe8, 0x80, 0x80, 0x80, 0xeb, 0x06, 0x00, +0x00, 0x00, 0xca, 0x00, 0x41, 0x00, 0x69, 0x06, 0x00, +0x00, 0x00, 0x42, 0x18, 0x5d, 0x18, 0xc9, 0x00, 0x00, +0x00, 0x00, 0x4a, 0x18, 0x63, 0x18, 0xe9, 0x06, 0x00, +0x00, 0x00, 0x4a, 0x00, 0x41, 0x00, 0xe9, 0x04, 0x00, +0x00, 0x00, 0x88, 0x80, 0x90, 0x80, 0xe8, 0x03, 0x00, +0x00, 0x00, 0x0a, 0x7f, 0x10, 0x7f, 0x58, 0x03, 0x00, +0x00, 0x00, 0x02, 0x00, 0x10, 0x00, 0xd0, 0x03, 0x00, +0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0xf0, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x60, 0x01, 0x00, +0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0xc0, 0x02, 0x00, +0x00, 0x00, 0x10, 0x80, 0xc1, 0x00, 0x00, 0x03, 0x00, +0x00, 0x00, 0x50, 0x40, 0x00, 0x01, 0x14, 0x01, 0x00, +0x00, 0x00, 0x20, 0x40, 0x00, 0x01, 0x66, 0x00, 0x00, +0x00, 0x00, 0x10, 0xc0, 0xa2, 0x01, 0x66, 0x00, 0x00, +0x00, 0x00, 0x20, 0x08, 0x3c, 0x0c, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, 0x18, 0x18, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x41, 0xb2, 0x30, 0x1c, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xe0, 0xff, 0x03, 0x1e, 0x00, 0x00, +0x00, 0x00, 0xa0, 0xfc, 0x7a, 0x07, 0x1e, 0x00, 0x00, +0x00, 0x00, 0x20, 0xaf, 0xcb, 0x3f, 0x0f, 0x00, 0x00, +0x00, 0x00, 0x40, 0x0f, 0x00, 0x76, 0x07, 0x00, 0x00, +0x00, 0x00, 0x40, 0x06, 0x20, 0xfe, 0x03, 0x00, 0x00, +0x00, 0x00, 0x80, 0x07, 0x1c, 0x3c, 0x13, 0x00, 0x00, +0x00, 0x00, 0x00, 0x07, 0x00, 0xb9, 0x13, 0x00, 0x00, +0x00, 0x00, 0x00, 0xfe, 0x10, 0xfb, 0x09, 0x00, 0x00, +0x00, 0x00, 0x00, 0x8e, 0x5f, 0x59, 0x05, 0x00, 0x00, +0x00, 0x00, 0x00, 0x88, 0x65, 0xf0, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x16, 0xaf, 0xb0, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1e, 0x7f, 0xc8, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x73, 0xfe, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x34, 0x7b, 0x7e, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x70, 0x2a, 0x2f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xe0, 0xcd, 0x1f, 0x00, 0xfc, 0x01, +0x00, 0x1e, 0x00, 0x20, 0xdf, 0x1b, 0x00, 0xf0, 0x01, +0x00, 0x1c, 0x00, 0x80, 0xfa, 0x02, 0x00, 0xf0, 0x01, +0x00, 0x1c, 0xe0, 0x81, 0xb2, 0x00, 0x00, 0xf0, 0x01, +0x00, 0x1c, 0xe0, 0x01, 0x00, 0x00, 0x00, 0xf0, 0x01, +0x00, 0x1c, 0x00, 0x00, 0x00, 0xc0, 0xcf, 0xf7, 0x01, +0x00, 0xfc, 0x01, 0xc0, 0x07, 0xe0, 0xdf, 0xff, 0x01, +0x00, 0xfc, 0xf3, 0xe1, 0x1f, 0xf0, 0xfc, 0xff, 0x01, +0x00, 0xfc, 0xe7, 0xf1, 0x1f, 0x70, 0xb8, 0xff, 0x01, +0x00, 0x1c, 0xe7, 0x71, 0x1c, 0xf0, 0xbf, 0xf1, 0x01, +0x00, 0x1c, 0xe7, 0x71, 0x1c, 0xf0, 0xbf, 0xf1, 0x01, +0x00, 0xfc, 0xe7, 0xf1, 0x1f, 0x70, 0x80, 0xff, 0x01, +0x00, 0xfc, 0xe3, 0xe1, 0x1f, 0xf0, 0xff, 0xff, 0x01, +0x00, 0xee, 0xf1, 0xc7, 0x1f, 0xe0, 0xdf, 0xff, 0x01, +0x00, 0x00, 0x00, 0x30, 0x1c, 0x80, 0x0f, 0xf8, 0x07, +0x00, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/PeterNye b/Bitmaps/freaknet.org/bitmaps/face/PeterNye new file mode 100644 index 0000000..b8366d2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/PeterNye @@ -0,0 +1,73 @@ +#define PeterNye_width 66 +#define PeterNye_height 68 +static char PeterNye_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xc0, 0xf7, 0x07, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x70, 0x02, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xd8, 0xf8, 0x0f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x38, 0x07, 0x9e, 0x07, 0x00, 0x00, +0x00, 0x00, 0x00, 0xc6, 0x01, 0xc2, 0x0b, 0x00, 0x00, +0x00, 0x00, 0x00, 0x31, 0x9f, 0x11, 0x0a, 0x00, 0x00, +0x00, 0x00, 0x80, 0xc8, 0x74, 0x93, 0x2e, 0x00, 0x00, +0x00, 0x00, 0x40, 0x16, 0x83, 0x81, 0x0a, 0x00, 0x00, +0x00, 0x00, 0x20, 0x4b, 0x61, 0x8a, 0x35, 0x00, 0x00, +0x00, 0x00, 0xa0, 0x24, 0x74, 0x81, 0x04, 0x00, 0x00, +0x00, 0x00, 0x90, 0x12, 0x16, 0x81, 0x96, 0x00, 0x00, +0x00, 0x00, 0x58, 0x09, 0x89, 0x80, 0x3d, 0x00, 0x00, +0x00, 0x00, 0xb4, 0xc0, 0x55, 0x81, 0xd9, 0x00, 0x00, +0x00, 0x00, 0x7c, 0x64, 0x2c, 0x81, 0x1b, 0x00, 0x00, +0x00, 0x00, 0x5a, 0x32, 0xd5, 0x80, 0x7a, 0x00, 0x00, +0x00, 0x00, 0x18, 0x0a, 0x3b, 0x80, 0xe2, 0x01, 0x00, +0x00, 0x00, 0x28, 0xc5, 0x00, 0x80, 0xc2, 0x01, 0x00, +0x00, 0x00, 0x38, 0x20, 0x04, 0x06, 0x63, 0x00, 0x00, +0x00, 0x00, 0x10, 0x1f, 0x02, 0x18, 0x45, 0x01, 0x00, +0x00, 0x00, 0x9c, 0x87, 0x03, 0x20, 0xc6, 0x00, 0x00, +0x00, 0x00, 0x96, 0xf3, 0x87, 0x1f, 0xdc, 0x00, 0x00, +0x00, 0x00, 0xfe, 0x5e, 0x7c, 0x60, 0xcf, 0x00, 0x00, +0x00, 0x00, 0x82, 0x2f, 0x48, 0xc0, 0x91, 0x00, 0x00, +0x00, 0x00, 0x7a, 0x8c, 0x79, 0x46, 0x08, 0x02, 0x00, +0x00, 0x00, 0x02, 0x8f, 0x49, 0x46, 0x98, 0x02, 0x00, +0x00, 0x00, 0x00, 0x08, 0x58, 0x40, 0x08, 0x03, 0x00, +0x00, 0x00, 0x50, 0x18, 0xdc, 0x60, 0x80, 0x01, 0x00, +0x00, 0x00, 0x7c, 0xf0, 0x9f, 0x3f, 0x00, 0x01, 0x00, +0x00, 0x00, 0x58, 0x00, 0x08, 0x00, 0x04, 0x01, 0x00, +0x00, 0x00, 0x58, 0x00, 0x0c, 0x00, 0x28, 0x01, 0x00, +0x00, 0x00, 0x58, 0x80, 0x84, 0x03, 0xe8, 0x00, 0x00, +0x00, 0x00, 0x70, 0xe0, 0x02, 0x06, 0x08, 0x00, 0x00, +0x00, 0x00, 0xb0, 0x18, 0x02, 0xf8, 0x0c, 0x00, 0x00, +0x00, 0x00, 0x80, 0x00, 0x82, 0x90, 0x0c, 0x00, 0x00, +0x00, 0x00, 0x80, 0x00, 0xc6, 0x30, 0x09, 0x00, 0x00, +0x00, 0x00, 0x80, 0x04, 0x7c, 0x18, 0x0d, 0x00, 0x00, +0x00, 0x00, 0x80, 0x18, 0x00, 0x1e, 0x05, 0x00, 0x00, +0x00, 0x00, 0x80, 0xf0, 0xff, 0x89, 0x04, 0x00, 0x00, +0x00, 0x00, 0x80, 0xa0, 0x24, 0x05, 0x02, 0x00, 0x00, +0x00, 0x00, 0x80, 0xc0, 0x24, 0x07, 0x01, 0x00, 0x00, +0x00, 0x00, 0x80, 0x81, 0xdb, 0xc2, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x81, 0x01, 0x43, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x25, 0x41, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0xc2, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x0c, 0x3c, 0x10, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x10, 0x00, 0x06, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x60, 0x00, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0xf3, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x00, +0x80, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x40, 0xe2, 0xe7, 0xc7, 0x7f, 0x7e, 0xfc, 0xd8, 0x00, +0xc0, 0x46, 0x48, 0x44, 0x44, 0x44, 0x08, 0x91, 0x00, +0x00, 0x40, 0x48, 0x00, 0x04, 0x04, 0x08, 0x49, 0x00, +0x00, 0x40, 0x48, 0x00, 0x04, 0x04, 0x08, 0x01, 0x00, +0x00, 0x40, 0xc8, 0x03, 0x04, 0x3c, 0x08, 0x01, 0x00, +0x00, 0xc0, 0x47, 0x00, 0x04, 0x04, 0xf8, 0x00, 0x00, +0x00, 0x40, 0x40, 0x00, 0x04, 0x04, 0x48, 0x00, 0x00, +0x00, 0x40, 0x40, 0x00, 0x04, 0x04, 0x88, 0x00, 0x00, +0x00, 0x40, 0x40, 0x08, 0x04, 0x84, 0x08, 0x01, 0x00, +0x00, 0x40, 0x40, 0x08, 0x04, 0x84, 0x08, 0x01, 0x00, +0x00, 0xe0, 0xe0, 0x0f, 0x0e, 0xfe, 0x9c, 0x03, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/SamLeffler b/Bitmaps/freaknet.org/bitmaps/face/SamLeffler new file mode 100644 index 0000000..9c5dddd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/SamLeffler @@ -0,0 +1,52 @@ +#define SamLeffler_width 37 +#define SamLeffler_height 47 +static char SamLeffler_bits[] = { +0x00, 0xf8, 0x0f, 0x00, 0x00, +0x00, 0xf4, 0xf0, 0x01, 0x00, +0x80, 0xbf, 0xe6, 0x02, 0x00, +0xc0, 0xb6, 0x9b, 0x00, 0x00, +0x60, 0xf7, 0x4a, 0x71, 0x00, +0xc0, 0x3b, 0x80, 0x04, 0x00, +0xf0, 0xbe, 0xcf, 0xdc, 0x00, +0x58, 0xdb, 0x64, 0xb0, 0x00, +0xc8, 0x0d, 0x39, 0xa0, 0x02, +0x3a, 0xf8, 0x0f, 0x00, 0x03, +0x0e, 0x00, 0x00, 0xb0, 0x03, +0x04, 0x20, 0x00, 0xa0, 0x03, +0x86, 0x54, 0xe0, 0x8e, 0x05, +0xea, 0x52, 0xd0, 0x35, 0x01, +0x24, 0x00, 0x08, 0x40, 0x06, +0x04, 0x00, 0x00, 0x00, 0x1f, +0x1f, 0x7f, 0xc0, 0xdf, 0x17, +0xe5, 0x81, 0x3f, 0x70, 0x17, +0x81, 0x90, 0x31, 0x22, 0x13, +0x81, 0x98, 0x31, 0x23, 0x0a, +0x81, 0x81, 0x20, 0x30, 0x08, +0x02, 0xc3, 0x62, 0x18, 0x08, +0x02, 0x3e, 0x82, 0x0f, 0x08, +0x02, 0x00, 0x03, 0x00, 0x08, +0x02, 0x00, 0x01, 0x00, 0x18, +0x02, 0x00, 0x01, 0x00, 0x1a, +0x0e, 0x00, 0x01, 0x00, 0x0e, +0x38, 0x80, 0x00, 0x80, 0x00, +0x60, 0x80, 0x00, 0xb0, 0x01, +0xc8, 0x81, 0x00, 0xc8, 0x00, +0xa0, 0x80, 0x18, 0xd0, 0x00, +0xd0, 0x01, 0x07, 0xa0, 0x01, +0x80, 0x00, 0x00, 0x78, 0x00, +0x00, 0x52, 0xa7, 0xc8, 0x00, +0xe0, 0xb5, 0xab, 0x30, 0x00, +0xa0, 0xdc, 0xb1, 0x55, 0x00, +0x20, 0x0a, 0x1f, 0x15, 0x00, +0x80, 0x03, 0x00, 0x20, 0x00, +0x40, 0xc3, 0x32, 0x38, 0x00, +0x80, 0x06, 0x09, 0x0c, 0x00, +0x80, 0x85, 0x16, 0x0b, 0x00, +0x00, 0x84, 0x09, 0x03, 0x00, +0x00, 0x28, 0x1b, 0x02, 0x00, +0x00, 0xf4, 0xec, 0x03, 0x00, +0x00, 0xc0, 0xe7, 0x00, 0x00, +0x00, 0x70, 0x4e, 0x00, 0x00, +0x00, 0x00, 0x02, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/adrianfreed b/Bitmaps/freaknet.org/bitmaps/face/adrianfreed new file mode 100644 index 0000000..01cc8a9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/adrianfreed @@ -0,0 +1,75 @@ +#define adrianfreed_width 70 +#define adrianfreed_height 70 +static char adrianfreed_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x80, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x80, 0xe0, 0xff, 0x19, 0x38, 0x00, 0x00, 0x00, +0x00, 0x80, 0x34, 0x09, 0xfd, 0x64, 0x00, 0x00, 0x00, +0x00, 0x00, 0x90, 0x68, 0xcd, 0x57, 0x00, 0x00, 0x00, +0x00, 0xa4, 0xf3, 0x5a, 0x1d, 0x73, 0x07, 0x00, 0x00, +0x00, 0x10, 0xe3, 0x57, 0xb5, 0x87, 0x00, 0x00, 0x00, +0x00, 0x28, 0xc3, 0x13, 0xec, 0xbc, 0x0a, 0x00, 0x00, +0x00, 0xc0, 0x1d, 0x39, 0x03, 0xc0, 0x30, 0x00, 0x00, +0x60, 0x10, 0x86, 0x1f, 0x3d, 0x5e, 0x84, 0x07, 0x00, +0x00, 0x00, 0xf1, 0x20, 0x65, 0x73, 0x0f, 0x00, 0x00, +0x00, 0x10, 0xf9, 0xec, 0x4d, 0xa9, 0x7f, 0x01, 0x00, +0x40, 0x31, 0xc9, 0x2d, 0xe3, 0x27, 0x00, 0x02, 0x00, +0x80, 0x3f, 0x63, 0x3f, 0xbb, 0x16, 0x64, 0x04, 0x00, +0x00, 0xde, 0x3e, 0xc0, 0x85, 0x1f, 0xff, 0x04, 0x00, +0x10, 0xca, 0x70, 0x03, 0x44, 0x44, 0xf4, 0x05, 0x00, +0xc0, 0xcb, 0x0e, 0x98, 0x9c, 0xc0, 0x44, 0x04, 0x00, +0x20, 0xf8, 0x40, 0x88, 0x85, 0xfe, 0xf1, 0x07, 0x00, +0xc0, 0xdb, 0x41, 0x88, 0x3d, 0x17, 0x23, 0x06, 0x00, +0xc0, 0xcc, 0x8e, 0x05, 0xfc, 0x10, 0xe7, 0x0b, 0x00, +0x20, 0x4c, 0x00, 0x02, 0x80, 0x31, 0x07, 0x08, 0x00, +0x60, 0x38, 0x00, 0x00, 0x00, 0xc1, 0x51, 0x0e, 0x00, +0x20, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, +0x60, 0x87, 0x03, 0x00, 0x00, 0x00, 0x30, 0x03, 0x00, +0x20, 0xee, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x00, +0x70, 0x00, 0xfc, 0x17, 0xf1, 0x32, 0x20, 0x00, 0x00, +0xc8, 0x11, 0xd6, 0x6e, 0x48, 0xcf, 0x21, 0x0d, 0x00, +0x64, 0x96, 0x35, 0xb5, 0xfc, 0x37, 0xe3, 0x0c, 0x00, +0xa4, 0x53, 0x00, 0x10, 0x14, 0x00, 0x45, 0x1f, 0x00, +0x84, 0x93, 0xfc, 0x27, 0xc0, 0x7f, 0x02, 0x12, 0x00, +0x8c, 0x1d, 0x02, 0xf8, 0x3f, 0x80, 0x40, 0x16, 0x00, +0x98, 0x0d, 0x01, 0x10, 0x10, 0x00, 0xa1, 0x15, 0x00, +0xf0, 0x0f, 0xe1, 0xa1, 0x0b, 0x1e, 0xe1, 0x1e, 0x00, +0x60, 0x84, 0xd0, 0x62, 0x0c, 0x2d, 0x22, 0x02, 0x00, +0x90, 0x99, 0xd0, 0x22, 0x08, 0x2d, 0xc2, 0x1f, 0x00, +0xd0, 0x9d, 0x10, 0x23, 0x08, 0x31, 0x02, 0x31, 0x00, +0x50, 0x85, 0xe0, 0x50, 0x14, 0x0e, 0xe2, 0x65, 0x00, +0xd0, 0x8b, 0x00, 0x48, 0x20, 0x00, 0xb2, 0x44, 0x00, +0xd0, 0x8a, 0x00, 0x08, 0x24, 0x00, 0x92, 0x25, 0x00, +0xe0, 0x07, 0x01, 0x64, 0x44, 0x00, 0xe1, 0x1c, 0x00, +0x60, 0x00, 0x03, 0x03, 0x88, 0x81, 0x61, 0x20, 0x00, +0x20, 0x0b, 0xfc, 0x30, 0x08, 0x7e, 0xe0, 0x07, 0x00, +0x20, 0x0e, 0x00, 0x10, 0x00, 0x00, 0x20, 0x04, 0x00, +0x20, 0x05, 0x00, 0x10, 0x10, 0x00, 0xe0, 0x04, 0x00, +0xa0, 0x09, 0x00, 0xf0, 0x0f, 0x00, 0xe0, 0x07, 0x00, +0xd0, 0x0c, 0x00, 0x60, 0x0c, 0x00, 0x40, 0x00, 0x00, +0x90, 0x16, 0x00, 0xf0, 0x1a, 0x00, 0xf0, 0x07, 0x00, +0x50, 0xa2, 0x00, 0xd8, 0x5f, 0x20, 0x12, 0x0a, 0x00, +0x70, 0x00, 0x05, 0x7e, 0xf5, 0x01, 0x19, 0x0a, 0x00, +0xe0, 0x02, 0x08, 0xd5, 0xae, 0x02, 0x18, 0x0a, 0x00, +0x00, 0xb0, 0x81, 0x6b, 0xd4, 0x17, 0x3b, 0x08, 0x00, +0x00, 0x22, 0x94, 0x01, 0x00, 0x4e, 0xe0, 0x07, 0x00, +0x08, 0x42, 0xc4, 0x00, 0x20, 0x9c, 0x04, 0x00, 0x00, +0x00, 0x8e, 0x40, 0xe0, 0x1f, 0x48, 0x05, 0x00, 0x00, +0x00, 0x06, 0x91, 0x00, 0x00, 0x8c, 0x06, 0x00, 0x00, +0x00, 0x00, 0xc3, 0x70, 0x3d, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0xa2, 0x61, 0x1f, 0x8e, 0x01, 0x00, 0x00, +0x00, 0x00, 0xa4, 0xcb, 0x5a, 0x46, 0x00, 0x00, 0x00, +0x00, 0x00, 0xb0, 0xa4, 0x1c, 0x73, 0x00, 0x00, 0x00, +0x00, 0x00, 0x94, 0x5b, 0xeb, 0x05, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xb5, 0x76, 0x05, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x4b, 0x4b, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0x08, 0xd6, 0x8c, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x08, 0xfc, 0xfd, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0xcf, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x50, 0x18, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, +0x80, 0x01, 0x1a, 0x00, 0x00, 0xe0, 0xf7, 0x07, 0x00, +0x80, 0xff, 0x09, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/andrew b/Bitmaps/freaknet.org/bitmaps/face/andrew new file mode 100644 index 0000000..278f2f9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/andrew @@ -0,0 +1,53 @@ +#define andrew_width 48 +#define andrew_height 48 +static char andrew_bits[] = { +0x00, 0x00, 0xde, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xf5, 0xfe, 0x01, 0x00, +0x00, 0xc0, 0xff, 0x5f, 0x17, 0x00, +0x00, 0xf8, 0xfe, 0xff, 0x17, 0x00, +0x00, 0xa8, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xfe, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xfe, 0xff, 0xfd, 0xdf, 0x01, +0x00, 0xff, 0x5b, 0xf5, 0x7f, 0x01, +0x00, 0xff, 0x2f, 0x01, 0xfc, 0x01, +0x00, 0xff, 0x0b, 0x00, 0xfc, 0x01, +0x00, 0x7f, 0x01, 0x00, 0xb8, 0x03, +0x00, 0x3f, 0x01, 0x00, 0xf0, 0x03, +0x80, 0x3f, 0x00, 0x00, 0xf0, 0x01, +0x00, 0x5f, 0x00, 0x00, 0xf0, 0x03, +0x00, 0x5f, 0x00, 0x00, 0xd0, 0x03, +0x00, 0x5f, 0x01, 0x00, 0xf0, 0x03, +0x00, 0x5f, 0x00, 0x00, 0xf8, 0x03, +0x00, 0xbf, 0x02, 0x00, 0xe0, 0x03, +0x00, 0x3f, 0x00, 0x00, 0xf8, 0x03, +0x00, 0xbf, 0x00, 0x00, 0xf0, 0x07, +0x00, 0x3e, 0x74, 0xfd, 0xe5, 0x07, +0x00, 0xbf, 0x7f, 0x74, 0xe5, 0x03, +0x00, 0xdf, 0xfe, 0xfc, 0xeb, 0x03, +0x00, 0xde, 0x2b, 0x40, 0xe2, 0x01, +0x00, 0x1e, 0x28, 0x50, 0xc0, 0x01, +0x00, 0xbc, 0x8b, 0x00, 0x40, 0x00, +0x00, 0x18, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x18, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x18, 0x40, 0x00, 0x80, 0x00, +0x00, 0x50, 0x00, 0x00, 0x40, 0x00, +0x00, 0x10, 0xe0, 0xdf, 0x4a, 0x00, +0x00, 0xf0, 0xcf, 0x0f, 0xaa, 0x00, +0x00, 0x10, 0xa0, 0x1b, 0x29, 0x00, +0x00, 0xf0, 0xaf, 0xd6, 0xe9, 0x00, +0x00, 0x20, 0xf8, 0x7d, 0x0b, 0x00, +0x00, 0xe0, 0x5f, 0xc0, 0xfb, 0x00, +0x00, 0xe0, 0x2a, 0x10, 0x2a, 0x00, +0x00, 0xe0, 0xab, 0xc5, 0x7b, 0x00, +0x00, 0xc0, 0xaf, 0x34, 0x3e, 0x00, +0x00, 0xc0, 0xed, 0xd7, 0x3b, 0x00, +0x00, 0x80, 0xbf, 0x5e, 0x1f, 0x00, +0x00, 0x80, 0xb7, 0xeb, 0x1f, 0x00, +0x00, 0x80, 0xff, 0xff, 0x1f, 0x00, +0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, +0x00, 0x80, 0xff, 0xff, 0x87, 0x01, +0x00, 0x02, 0xff, 0xff, 0x1f, 0x01, +0x80, 0x03, 0xff, 0xff, 0x17, 0x06, +0xc0, 0x80, 0xff, 0xff, 0x17, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/andrew2 b/Bitmaps/freaknet.org/bitmaps/face/andrew2 new file mode 100644 index 0000000..4963c5b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/andrew2 @@ -0,0 +1,53 @@ +#define andrew2_width 48 +#define andrew2_height 48 +static char andrew2_bits[] = { +0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, +0x00, 0x80, 0xff, 0x3f, 0x00, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x00, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x01, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x07, 0x00, +0x00, 0xfc, 0xfe, 0xff, 0x0f, 0x00, +0x00, 0xde, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xfe, 0x7f, 0xe1, 0x1f, 0x00, +0x00, 0xff, 0x7f, 0x80, 0x3f, 0x00, +0x80, 0xff, 0x05, 0x80, 0x7f, 0x00, +0x80, 0x1f, 0x00, 0x00, 0x7e, 0x00, +0xc0, 0x0f, 0x00, 0x00, 0x7e, 0x00, +0xc0, 0x07, 0x00, 0x80, 0xfe, 0x00, +0xc0, 0x0e, 0x00, 0x00, 0xfe, 0x00, +0xe0, 0x0f, 0x00, 0x00, 0xfa, 0x00, +0xe0, 0x07, 0x00, 0xd0, 0xfe, 0x00, +0xe0, 0xdf, 0x1f, 0x5e, 0xff, 0x01, +0xe0, 0x17, 0xf6, 0xd7, 0xfd, 0x01, +0xc0, 0xff, 0x9e, 0x5e, 0xff, 0x00, +0xc0, 0x9b, 0x3b, 0xff, 0xff, 0x01, +0xc0, 0x5f, 0x2b, 0xf3, 0xf6, 0x01, +0xc0, 0x47, 0x21, 0xaa, 0xfe, 0x01, +0xc0, 0x17, 0x15, 0xaa, 0xf2, 0x00, +0xc0, 0x03, 0x00, 0xa2, 0xf8, 0x01, +0x80, 0x0b, 0x08, 0x8a, 0xfa, 0x00, +0x80, 0xa3, 0x02, 0x6a, 0xff, 0x00, +0x00, 0x2a, 0x00, 0x05, 0xf5, 0x00, +0x00, 0x02, 0xf0, 0x0f, 0x3f, 0x00, +0x00, 0x08, 0xf0, 0x27, 0x3a, 0x00, +0x00, 0x00, 0xff, 0x8f, 0x0f, 0x00, +0x00, 0x48, 0xfd, 0x3f, 0x2a, 0x00, +0x00, 0x90, 0xbf, 0xff, 0x1f, 0x00, +0x00, 0x80, 0x67, 0x7f, 0x1d, 0x00, +0x00, 0xb8, 0x04, 0xfd, 0x0f, 0x00, +0x00, 0x00, 0x00, 0xbe, 0x02, 0x00, +0x00, 0x20, 0xa0, 0xa2, 0x1f, 0x00, +0x00, 0x20, 0xbc, 0xff, 0x03, 0x00, +0x00, 0xa0, 0xf0, 0xcb, 0x2b, 0x00, +0x00, 0xa0, 0x8a, 0x7e, 0x0b, 0x00, +0x00, 0xa0, 0x00, 0xf0, 0x2b, 0x00, +0x00, 0xc0, 0x40, 0xff, 0x0b, 0x00, +0x00, 0xa0, 0x4b, 0xfd, 0xab, 0x00, +0x00, 0xc0, 0xfe, 0xff, 0x0a, 0x00, +0x00, 0x80, 0xff, 0xff, 0x2b, 0x00, +0x00, 0xa0, 0xfe, 0x7f, 0x0b, 0x00, +0x00, 0x80, 0xfe, 0xff, 0x2b, 0x00, +0x00, 0x88, 0xfa, 0xbf, 0x0e, 0x00, +0x00, 0x3c, 0xfe, 0xff, 0x5f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/ark b/Bitmaps/freaknet.org/bitmaps/face/ark new file mode 100644 index 0000000..933ec38 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/ark @@ -0,0 +1,53 @@ +#define ark_width 48 +#define ark_height 48 +static char ark_bits[] = { +0x00, 0x00, 0xbc, 0x00, 0x00, 0x00, +0x00, 0x00, 0xa8, 0x2f, 0x0e, 0x00, +0x00, 0x40, 0xff, 0xfa, 0x6b, 0x00, +0x00, 0x78, 0xfd, 0xdf, 0x1f, 0x00, +0x00, 0xe8, 0xff, 0xff, 0x7e, 0x00, +0x00, 0xbe, 0xff, 0xfb, 0x6b, 0x00, +0x80, 0xe8, 0xa7, 0xff, 0xff, 0x01, +0x80, 0xfe, 0xa0, 0xde, 0x5f, 0x00, +0x00, 0xff, 0x00, 0xfe, 0xff, 0x01, +0x80, 0x3f, 0x00, 0xf8, 0x3f, 0x00, +0x80, 0x3e, 0x00, 0xf0, 0xff, 0x01, +0xc0, 0x1f, 0x00, 0xd0, 0x7f, 0x01, +0x00, 0x0f, 0x00, 0xc0, 0xdf, 0x00, +0x80, 0x1f, 0x00, 0xd0, 0xff, 0x00, +0x80, 0x0f, 0x00, 0x80, 0x7f, 0x01, +0xc0, 0x0f, 0x00, 0xc0, 0x7f, 0x01, +0xc0, 0x1f, 0x00, 0x00, 0x7f, 0x01, +0x40, 0x0f, 0x00, 0xc0, 0xff, 0x00, +0xc0, 0x1f, 0x01, 0x82, 0xff, 0x00, +0x00, 0xcf, 0xdf, 0xbf, 0xff, 0x01, +0xc0, 0x5f, 0xcf, 0x5f, 0xfe, 0x02, +0xc0, 0xef, 0x8f, 0x7d, 0xff, 0x05, +0xd0, 0x4f, 0x09, 0x05, 0xff, 0x07, +0xf0, 0x0f, 0x03, 0x14, 0xfe, 0x03, +0xf0, 0x0f, 0x00, 0x01, 0xff, 0x07, +0xe0, 0x07, 0x00, 0x00, 0xff, 0x07, +0xf0, 0x1f, 0x08, 0x80, 0xfe, 0x05, +0xf0, 0x0f, 0x00, 0x81, 0xfe, 0x03, +0xe0, 0x5f, 0x6c, 0xa0, 0xff, 0x01, +0xa0, 0x0f, 0xf8, 0x85, 0xfe, 0x01, +0x80, 0x7f, 0x58, 0xb0, 0xff, 0x00, +0x00, 0x1f, 0xf5, 0xa5, 0xff, 0x01, +0x00, 0x7e, 0xdd, 0x57, 0xff, 0x00, +0x00, 0xbe, 0xbf, 0xdf, 0xff, 0x00, +0x00, 0xfe, 0x4a, 0xf4, 0xff, 0x00, +0x00, 0xfe, 0x6b, 0xed, 0x7f, 0x00, +0x00, 0x7e, 0x29, 0xf9, 0x7f, 0x00, +0x00, 0xfc, 0x23, 0xe8, 0x7f, 0x00, +0x00, 0xfc, 0xad, 0xff, 0x1f, 0x00, +0x00, 0xf8, 0x2b, 0xfe, 0x1f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xd0, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x4f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x5f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x05, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/barney_rubble b/Bitmaps/freaknet.org/bitmaps/face/barney_rubble new file mode 100644 index 0000000..ff93960 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/barney_rubble @@ -0,0 +1,63 @@ +#define barney_rubble_width 55 +#define barney_rubble_height 58 +static char barney_rubble_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x20, 0x30, 0x00, +0x00, 0x00, 0x00, 0x00, 0x40, 0x08, 0x0e, +0x00, 0xf0, 0x1f, 0x00, 0x80, 0x88, 0x11, +0x00, 0x60, 0xf0, 0x0f, 0x00, 0x65, 0x20, +0x00, 0xc0, 0x00, 0xf8, 0x07, 0x25, 0x20, +0x00, 0x7c, 0x00, 0x00, 0xfc, 0x16, 0x20, +0x00, 0x06, 0x00, 0x00, 0x80, 0x0f, 0x20, +0x00, 0x02, 0x00, 0x00, 0x00, 0x06, 0x43, +0x00, 0xfc, 0xff, 0xf0, 0x7f, 0xc4, 0x44, +0x00, 0x80, 0x00, 0x1f, 0xe0, 0x3f, 0x48, +0x00, 0x80, 0x00, 0x00, 0x10, 0xc2, 0x50, +0x00, 0x80, 0x00, 0x00, 0x08, 0x06, 0x61, +0x00, 0x80, 0x00, 0x00, 0x08, 0x05, 0x42, +0x00, 0x40, 0x22, 0x00, 0x08, 0x05, 0x06, +0x00, 0x40, 0x55, 0x00, 0x84, 0x04, 0x04, +0x00, 0x40, 0x55, 0x00, 0x64, 0x0c, 0x0c, +0x00, 0x40, 0x55, 0x00, 0x3c, 0xf8, 0x03, +0x00, 0x20, 0x22, 0x00, 0x00, 0x08, 0x00, +0xff, 0x7f, 0x00, 0x00, 0x20, 0x08, 0x00, +0x01, 0x00, 0x00, 0x00, 0x40, 0x08, 0x00, +0x01, 0x00, 0x00, 0x00, 0x80, 0x10, 0x00, +0x03, 0x00, 0x00, 0x00, 0x80, 0x10, 0x00, +0x02, 0x80, 0xff, 0x0f, 0x40, 0x10, 0x00, +0x0c, 0xe0, 0x55, 0x7d, 0x40, 0x10, 0x00, +0xf8, 0xbf, 0xae, 0xea, 0x20, 0x20, 0x00, +0x00, 0x58, 0x57, 0xd5, 0x01, 0x20, 0x00, +0x00, 0xa8, 0xaa, 0xaa, 0x01, 0x20, 0x00, +0x00, 0x58, 0x57, 0x55, 0x03, 0x20, 0x00, +0x00, 0xa8, 0xab, 0xab, 0x06, 0x40, 0x00, +0x00, 0xdc, 0xd5, 0x55, 0x05, 0x40, 0x00, +0x00, 0xec, 0xea, 0xaa, 0x0e, 0x40, 0x00, +0x00, 0xd4, 0x7f, 0x55, 0x0d, 0x40, 0x00, +0x00, 0xac, 0xae, 0xaa, 0x1a, 0x80, 0x00, +0x00, 0x56, 0x5d, 0x55, 0x35, 0x80, 0x00, +0x00, 0xaa, 0xba, 0xaa, 0x6a, 0x80, 0x00, +0x00, 0x56, 0x75, 0x55, 0xd5, 0x80, 0x00, +0xfc, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x0f, +0x5c, 0xdf, 0x57, 0x55, 0x55, 0x55, 0x0d, +0xfc, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x0f, +0x5c, 0xdd, 0x55, 0x55, 0x55, 0x55, 0x0d, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, +0x5c, 0x7d, 0x55, 0xd5, 0x55, 0x5d, 0x0d, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, +0xdc, 0x6f, 0x5f, 0x55, 0xdd, 0x56, 0x0d, +0xfe, 0xff, 0xff, 0xff, 0x7f, 0xff, 0x1f, +0xd6, 0x57, 0x5f, 0xd5, 0x1c, 0x55, 0x1d, +0xfe, 0xff, 0xff, 0x7f, 0x0c, 0xff, 0x1f, +0x56, 0xdf, 0x55, 0x1d, 0x00, 0x55, 0x1d, +0xfe, 0xff, 0xff, 0x07, 0x00, 0xff, 0x1f, +0x56, 0x7d, 0x55, 0x0d, 0x00, 0x56, 0x1d, +0xff, 0xff, 0xff, 0x0f, 0x00, 0xfe, 0x3f, +0x57, 0xd7, 0x55, 0x0d, 0x00, 0x56, 0x35, +0xff, 0xff, 0xff, 0x1f, 0x00, 0xfc, 0x3f, +0xd7, 0x57, 0x5f, 0x15, 0x00, 0x54, 0x35, +0xff, 0xff, 0xff, 0x1f, 0x00, 0xfc, 0x3f, +0xd7, 0x57, 0x5f, 0x35, 0x00, 0x58, 0x35, +0xff, 0xff, 0xff, 0x3f, 0x00, 0xf8, 0x7f, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/bs b/Bitmaps/freaknet.org/bitmaps/face/bs new file mode 100644 index 0000000..fd8e451 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/bs @@ -0,0 +1,53 @@ +#define bs_width 48 +#define bs_height 48 +static char bs_bits[] = { +0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, +0x00, 0x80, 0x03, 0x1d, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, +0x00, 0x00, 0x00, 0xa0, 0x03, 0x00, +0x00, 0x00, 0x00, 0xc0, 0x0f, 0x00, +0x00, 0x00, 0x00, 0x40, 0x0f, 0x00, +0x00, 0x00, 0x00, 0x80, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3b, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, +0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, +0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, +0x00, 0x00, 0x00, 0x00, 0xfc, 0x01, +0x00, 0x00, 0xf0, 0x02, 0xfd, 0x01, +0x00, 0x3e, 0xbd, 0x6e, 0x7f, 0x03, +0x00, 0x7e, 0xfd, 0x3f, 0xf8, 0x03, +0x00, 0xfe, 0xfe, 0x0f, 0xfc, 0x01, +0x00, 0x7e, 0xfe, 0x35, 0xf9, 0x07, +0x00, 0x74, 0xa4, 0x15, 0xfc, 0x01, +0x00, 0x1c, 0x74, 0x15, 0xf8, 0x07, +0x00, 0x34, 0x88, 0x00, 0xfa, 0x06, +0x00, 0x14, 0x10, 0x0a, 0xfb, 0x07, +0x00, 0x14, 0xe0, 0x02, 0xbc, 0x07, +0x00, 0x1e, 0x08, 0xa0, 0xff, 0x07, +0x00, 0x60, 0x01, 0xa0, 0xf8, 0x07, +0x00, 0xe8, 0x5f, 0xa4, 0xff, 0x07, +0x00, 0xcc, 0x87, 0xb5, 0xfc, 0x07, +0x00, 0xe8, 0x05, 0xb4, 0xff, 0x07, +0x00, 0xa8, 0xdf, 0xd7, 0xff, 0x03, +0x00, 0xf8, 0xff, 0xa8, 0xfe, 0x03, +0x00, 0xf8, 0xff, 0xab, 0xff, 0x03, +0x00, 0xf0, 0x5f, 0xeb, 0xff, 0x01, +0x00, 0xf0, 0x7a, 0xfd, 0xff, 0x00, +0x00, 0xd0, 0x4f, 0xe3, 0xef, 0x00, +0x00, 0x70, 0xbf, 0xfe, 0x7f, 0x00, +0x00, 0xf0, 0x85, 0xfa, 0x77, 0x01, +0x00, 0x00, 0xae, 0xfe, 0x7f, 0x01, +0x00, 0xfd, 0xff, 0xff, 0x6b, 0x0f, +0x00, 0xe5, 0xff, 0xff, 0x7b, 0x13, +0x00, 0x00, 0xff, 0xff, 0x3e, 0x12, +0x40, 0xe5, 0xff, 0xff, 0x2b, 0x17, +0x10, 0x5c, 0xff, 0xbf, 0x3e, 0x27, +0x44, 0xf7, 0xfe, 0xff, 0x1b, 0x67, +0x50, 0xd6, 0xfe, 0x5f, 0x1f, 0x4f, +0x8a, 0xf6, 0xfe, 0xff, 0x0d, 0x4f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/bwk b/Bitmaps/freaknet.org/bitmaps/face/bwk new file mode 100644 index 0000000..d0b6ed1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/bwk @@ -0,0 +1,53 @@ +#define bwk_width 48 +#define bwk_height 48 +static char bwk_bits[] = { +0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xea, 0x01, 0x00, +0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xc0, 0xff, 0xfb, 0x0f, 0x00, +0x00, 0xc0, 0xff, 0xbe, 0x1f, 0x00, +0x00, 0xf0, 0x87, 0xff, 0x3f, 0x00, +0x00, 0xf0, 0x83, 0xff, 0x7f, 0x00, +0x00, 0xf8, 0x00, 0xf4, 0x7f, 0x00, +0x00, 0x78, 0x00, 0xfd, 0xff, 0x00, +0x00, 0x3c, 0x00, 0xf4, 0xff, 0x01, +0x00, 0x3c, 0x00, 0xe8, 0xf7, 0x01, +0x00, 0x3e, 0x00, 0x00, 0xfd, 0x01, +0x00, 0x1e, 0x00, 0x00, 0x74, 0x03, +0x00, 0x3c, 0x00, 0x00, 0xe0, 0x03, +0x00, 0x1e, 0x28, 0xf0, 0xf0, 0x03, +0x00, 0x7e, 0xbf, 0x88, 0xe2, 0x02, +0x00, 0x1c, 0x00, 0x70, 0xea, 0x03, +0x00, 0xfc, 0xf7, 0xef, 0xef, 0x03, +0x00, 0x9c, 0xb7, 0xb8, 0xa7, 0x01, +0x00, 0x78, 0xb4, 0xaa, 0xe8, 0x02, +0x00, 0x90, 0x85, 0x88, 0x82, 0x00, +0x00, 0x30, 0xd0, 0x20, 0xe8, 0x00, +0x00, 0x50, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x30, 0x21, 0x30, 0xd4, 0x00, +0x00, 0x30, 0x28, 0xc0, 0xd5, 0x00, +0x00, 0xe0, 0xff, 0x1f, 0x50, 0x00, +0x00, 0x20, 0xe8, 0x5f, 0x7a, 0x00, +0x00, 0xc0, 0xdf, 0x5f, 0x21, 0x00, +0x00, 0x40, 0xdd, 0x7f, 0x3d, 0x00, +0x00, 0xc0, 0xff, 0xdf, 0x15, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x37, 0x00, +0x00, 0x40, 0x3f, 0xf8, 0x1d, 0x00, +0x00, 0xc0, 0xe7, 0xd7, 0x3f, 0x00, +0x00, 0x80, 0xff, 0x5f, 0x7f, 0x00, +0x00, 0x80, 0xef, 0xbf, 0xff, 0x01, +0x00, 0xc0, 0xef, 0xaf, 0xdf, 0x03, +0x00, 0xc0, 0xdf, 0xbf, 0x1f, 0x0f, +0x00, 0xf0, 0xff, 0xea, 0xdf, 0x1e, +0x00, 0xfc, 0xff, 0xff, 0x0f, 0x7f, +0x00, 0xff, 0xff, 0xff, 0x1f, 0xfe, +0xe0, 0xff, 0xff, 0xef, 0x0f, 0xfe, +0xf8, 0xff, 0xff, 0xff, 0x0f, 0xfe, +0xfe, 0xff, 0xfe, 0xff, 0x0f, 0xfe, +0xff, 0xff, 0xff, 0xff, 0x03, 0xff, +0xff, 0xff, 0xf9, 0xff, 0x17, 0xff, +0xff, 0xff, 0xeb, 0xff, 0x85, 0xff, +0xff, 0xff, 0xdb, 0xff, 0xc5, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/cacm b/Bitmaps/freaknet.org/bitmaps/face/cacm new file mode 100644 index 0000000..1f0be1f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/cacm @@ -0,0 +1,53 @@ +#define cacm_width 48 +#define cacm_height 48 +static char cacm_bits[] = { +0x00, 0x00, 0x34, 0x02, 0x00, 0x00, +0x00, 0x80, 0xd4, 0x08, 0x00, 0x00, +0x00, 0x00, 0x52, 0x23, 0x00, 0x00, +0x00, 0xa0, 0xfe, 0x9f, 0x00, 0x00, +0x00, 0x88, 0xd2, 0xb5, 0x00, 0x00, +0x00, 0xe0, 0xfe, 0x3f, 0x05, 0x00, +0x00, 0x04, 0xf8, 0xfb, 0x05, 0x00, +0x00, 0xf2, 0xff, 0x5e, 0x1f, 0x00, +0x00, 0x85, 0xfa, 0xff, 0x05, 0x00, +0x00, 0xf5, 0xcc, 0xfa, 0x7f, 0x00, +0x00, 0xa0, 0xbe, 0xf4, 0x1f, 0x00, +0x80, 0xbb, 0xc2, 0x95, 0xeb, 0x00, +0x00, 0x80, 0x0e, 0xb4, 0x5e, 0x00, +0x80, 0xbe, 0xa3, 0xef, 0xd7, 0x01, +0x00, 0xa0, 0x07, 0xe8, 0x7f, 0x01, +0x40, 0xff, 0x01, 0xef, 0xff, 0x03, +0x10, 0x4c, 0x01, 0x00, 0xff, 0x00, +0x50, 0x7f, 0x70, 0xd0, 0xff, 0x03, +0x10, 0x02, 0xc0, 0x5c, 0xfe, 0x01, +0x70, 0x7f, 0xbe, 0xf2, 0x7f, 0x03, +0x50, 0x1d, 0xbb, 0xdc, 0xff, 0x03, +0x70, 0x75, 0x05, 0x64, 0xfd, 0x03, +0xe0, 0x5f, 0x00, 0x08, 0xf5, 0x02, +0x50, 0x51, 0x00, 0x00, 0xf4, 0x01, +0xf0, 0x5f, 0x00, 0x18, 0xf8, 0x01, +0xa0, 0x0b, 0xb0, 0xd4, 0x7f, 0x01, +0xe0, 0x8f, 0x82, 0x1f, 0xf8, 0x01, +0xe0, 0x2d, 0xf8, 0x7f, 0x5e, 0x00, +0xc0, 0x8f, 0x0f, 0xc8, 0x73, 0x00, +0x80, 0x0b, 0x04, 0xe8, 0x3e, 0x00, +0x00, 0x5f, 0x3d, 0xfe, 0x0a, 0x00, +0x00, 0x1d, 0x00, 0x20, 0x0e, 0x00, +0x00, 0x9e, 0x00, 0x70, 0x05, 0x00, +0x00, 0x38, 0x42, 0x94, 0x07, 0x00, +0x00, 0xa8, 0x80, 0xbf, 0x02, 0x00, +0x00, 0xa8, 0x02, 0xa0, 0x03, 0x00, +0x00, 0x80, 0x0a, 0xc8, 0x02, 0x00, +0x00, 0xb0, 0x0a, 0xa0, 0x03, 0x00, +0x00, 0x80, 0x2a, 0xe9, 0x02, 0x00, +0x00, 0xa0, 0xbe, 0xff, 0x01, 0x00, +0x00, 0x00, 0xf5, 0x7a, 0x01, 0x00, +0x00, 0x40, 0xdd, 0xdf, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, +0x00, 0x40, 0xd5, 0xff, 0x00, 0x00, +0x00, 0x00, 0x54, 0x5f, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x75, 0x00, 0x00, +0x00, 0x00, 0x81, 0x5f, 0x00, 0x00, +0x00, 0x00, 0x28, 0x34, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/cartoon b/Bitmaps/freaknet.org/bitmaps/face/cartoon new file mode 100644 index 0000000..cdfe459 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/cartoon @@ -0,0 +1,53 @@ +#define cartoon_width 48 +#define cartoon_height 48 +static char cartoon_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x10, 0x00, 0x00, +0x00, 0x20, 0x80, 0x06, 0x0c, 0x00, +0x00, 0xac, 0xb5, 0x90, 0x02, 0x00, +0x00, 0xe8, 0x0f, 0xf0, 0x6b, 0x00, +0x00, 0xff, 0x03, 0xc0, 0x8a, 0x00, +0x00, 0xef, 0x03, 0xc0, 0x3f, 0x02, +0x80, 0xd7, 0x01, 0x80, 0xe3, 0x02, +0x80, 0xf7, 0x01, 0x80, 0xbf, 0x02, +0x80, 0xf7, 0x05, 0x00, 0x8f, 0x07, +0xc0, 0xf5, 0x11, 0x00, 0x4f, 0x04, +0x40, 0xf5, 0xe5, 0x81, 0xdf, 0x05, +0xc0, 0xfd, 0xbc, 0x61, 0x4e, 0x03, +0x00, 0xe5, 0x83, 0x81, 0x7f, 0x03, +0xe0, 0xf7, 0x00, 0xc3, 0x44, 0x01, +0xc0, 0xfb, 0xe1, 0x36, 0xfc, 0x00, +0xe0, 0xff, 0xb9, 0xd5, 0xdc, 0x00, +0xc0, 0x51, 0x08, 0xb7, 0xdd, 0x00, +0xc0, 0x72, 0x04, 0x16, 0xfc, 0x00, +0xc0, 0xfe, 0x80, 0xd7, 0x8e, 0x00, +0x00, 0xfa, 0x0a, 0x82, 0x7e, 0x00, +0x00, 0x7e, 0x08, 0x02, 0x45, 0x00, +0x00, 0xff, 0x8b, 0xc7, 0x75, 0x00, +0x00, 0x7c, 0xfa, 0x83, 0x3a, 0x00, +0x00, 0x0d, 0x52, 0x81, 0x0b, 0x00, +0x00, 0x7c, 0x94, 0x0d, 0x0c, 0x00, +0x00, 0x02, 0x0d, 0xff, 0x0c, 0x00, +0x00, 0x64, 0x0e, 0x07, 0x0c, 0x00, +0x00, 0x3c, 0x2b, 0x00, 0x0c, 0x00, +0x00, 0x3c, 0x04, 0x15, 0x0c, 0x00, +0x00, 0xbc, 0x0c, 0xc0, 0x0c, 0x00, +0x00, 0x38, 0x3c, 0x40, 0x0e, 0x00, +0x00, 0x70, 0xf8, 0x01, 0x06, 0x00, +0x00, 0x30, 0xd1, 0x3f, 0x06, 0x00, +0x00, 0x60, 0x20, 0x2d, 0x03, 0x00, +0x00, 0x40, 0x40, 0x80, 0x01, 0x00, +0x00, 0xc0, 0x01, 0x98, 0x01, 0x00, +0x00, 0xc0, 0x80, 0xc3, 0x01, 0x00, +0x00, 0xe0, 0x01, 0xc0, 0x00, 0x00, +0x00, 0xb0, 0x02, 0xc0, 0x00, 0x00, +0x00, 0xd0, 0x0a, 0x60, 0x00, 0x00, +0x00, 0x50, 0x02, 0x60, 0x00, 0x00, +0x00, 0xc0, 0x0d, 0x3a, 0x00, 0x00, +0x00, 0x00, 0x18, 0x62, 0x00, 0x00, +0x00, 0x00, 0x00, 0x43, 0x00, 0x00, +0x00, 0xc0, 0x3a, 0x01, 0x00, 0x00, +0x00, 0x00, 0x18, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/cow b/Bitmaps/freaknet.org/bitmaps/face/cow new file mode 100644 index 0000000..19a5214 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/cow @@ -0,0 +1,53 @@ +#define cow_width 48 +#define cow_height 48 +static char cow_bits[] = { +0x00, 0xf8, 0x01, 0x1f, 0x00, 0x00, +0x00, 0xfe, 0x01, 0xff, 0x00, 0x00, +0x00, 0x67, 0x00, 0xcc, 0x01, 0x00, +0x80, 0x33, 0x00, 0x98, 0x01, 0x00, +0x80, 0x31, 0x00, 0x18, 0x03, 0x00, +0x80, 0x31, 0x00, 0x1c, 0x03, 0x00, +0x80, 0xb1, 0xff, 0x0f, 0x03, 0x00, +0xe0, 0xe1, 0xa4, 0x05, 0x07, 0x00, +0xf8, 0xe1, 0x24, 0x85, 0x1f, 0x00, +0x3c, 0x83, 0x24, 0xc5, 0x18, 0x00, +0x0c, 0xfe, 0x24, 0x7d, 0x30, 0x00, +0x0c, 0x80, 0x24, 0x05, 0x30, 0x00, +0x38, 0x80, 0x33, 0x05, 0x38, 0x00, +0xf8, 0xff, 0xde, 0xfb, 0x1f, 0x00, +0xe0, 0x1f, 0x00, 0xf8, 0x0f, 0x00, +0x00, 0x18, 0x00, 0x30, 0x00, 0x00, +0x00, 0x98, 0x28, 0x32, 0x00, 0x00, +0x00, 0x98, 0x28, 0x32, 0x00, 0x00, +0x00, 0x9c, 0x24, 0x62, 0x00, 0x00, +0x00, 0x1c, 0xc7, 0x61, 0x00, 0x00, +0x00, 0x0c, 0x00, 0x60, 0x00, 0x00, +0x00, 0x0c, 0x00, 0xe0, 0x00, 0x00, +0x00, 0x0e, 0x00, 0xc0, 0x00, 0x00, +0x00, 0x0e, 0x00, 0xc0, 0x0f, 0x00, +0x80, 0x0f, 0x00, 0xe0, 0x3f, 0x00, +0xe0, 0xff, 0x00, 0x18, 0x70, 0x00, +0xf0, 0x00, 0x03, 0x07, 0xe0, 0x00, +0x30, 0x00, 0xfc, 0x00, 0xc0, 0x01, +0x18, 0x78, 0x00, 0xe0, 0xc1, 0x01, +0x18, 0xcc, 0x00, 0x30, 0x83, 0x01, +0x18, 0x84, 0x00, 0x10, 0x82, 0x01, +0x18, 0x84, 0x00, 0x10, 0x82, 0x01, +0x18, 0xcc, 0x00, 0x30, 0x83, 0x01, +0x18, 0x78, 0x00, 0xe0, 0x81, 0x01, +0x18, 0x00, 0x00, 0x00, 0x80, 0x01, +0x18, 0x00, 0x00, 0x00, 0x80, 0x01, +0x38, 0x00, 0x00, 0x00, 0xc0, 0x01, +0x30, 0x00, 0x00, 0x00, 0xc0, 0x00, +0x70, 0x00, 0xf8, 0x03, 0x60, 0x00, +0xe0, 0x01, 0x07, 0x0c, 0x70, 0xf8, +0x80, 0xff, 0x03, 0xf8, 0x3f, 0x06, +0x0f, 0xfe, 0x07, 0xfe, 0x0f, 0x03, +0x38, 0xfc, 0x0c, 0xa7, 0xff, 0x01, +0xe0, 0x77, 0xf8, 0xc3, 0x01, 0x70, +0x0e, 0x58, 0xf0, 0xc0, 0xff, 0x1c, +0x30, 0x2c, 0x00, 0x80, 0x33, 0x07, +0xe0, 0x17, 0x00, 0x00, 0x66, 0x00, +0x3c, 0x08, 0x00, 0x00, 0x84, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/daemon b/Bitmaps/freaknet.org/bitmaps/face/daemon new file mode 100644 index 0000000..5a55ca8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/daemon @@ -0,0 +1,53 @@ +#define daemon_width 42 +#define daemon_height 48 +static char daemon_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x20, 0x02, 0x00, 0x00, +0x00, 0x00, 0x10, 0x04, 0x00, 0x00, +0x00, 0x00, 0x10, 0x04, 0x00, 0x00, +0x00, 0x00, 0x30, 0x06, 0x08, 0x00, +0x00, 0x00, 0xf0, 0x07, 0x1c, 0x00, +0x00, 0x00, 0xe0, 0x03, 0x1c, 0x00, +0x00, 0x20, 0xa0, 0x02, 0x3e, 0x00, +0x00, 0x28, 0xe0, 0x03, 0x08, 0x00, +0x00, 0x2a, 0xc0, 0x01, 0x08, 0x00, +0x00, 0x2a, 0xc0, 0x03, 0x08, 0x00, +0x00, 0x1a, 0xe0, 0x07, 0x08, 0x00, +0x00, 0x16, 0xf0, 0x87, 0x05, 0x00, +0x00, 0x10, 0xf8, 0x4f, 0x06, 0x00, +0x00, 0xf0, 0xff, 0x4f, 0x04, 0x00, +0x00, 0xf0, 0xef, 0x5f, 0x06, 0x00, +0x00, 0x20, 0xe0, 0x9b, 0x07, 0x00, +0x00, 0x40, 0xe0, 0x1b, 0x04, 0x00, +0x00, 0x40, 0xe0, 0x1b, 0x04, 0x00, +0x00, 0x40, 0xe0, 0x1b, 0x02, 0x00, +0x00, 0x80, 0xe0, 0x1f, 0x02, 0x00, +0x00, 0x80, 0xe0, 0x0f, 0x01, 0x00, +0x00, 0x80, 0xf0, 0xf7, 0x00, 0x00, +0x00, 0x00, 0xf1, 0x07, 0x00, 0x00, +0x00, 0x00, 0x79, 0x03, 0x00, 0x00, +0x00, 0x00, 0x39, 0x03, 0x00, 0x00, +0x00, 0x00, 0x1a, 0x07, 0x00, 0x00, +0x00, 0x00, 0x32, 0x06, 0x00, 0x00, +0x00, 0x00, 0x22, 0x04, 0x00, 0x00, +0x00, 0x00, 0x30, 0x06, 0x00, 0x00, +0x00, 0x00, 0x38, 0x07, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xe5, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/fred_flintstone b/Bitmaps/freaknet.org/bitmaps/face/fred_flintstone new file mode 100644 index 0000000..045a4e0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/fred_flintstone @@ -0,0 +1,69 @@ +#define fred_flintstone_width 48 +#define fred_flintstone_height 64 +static char fred_flintstone_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x8f, 0x00, +0x00, 0x00, 0x00, 0x80, 0x50, 0x00, +0x00, 0xf0, 0x0f, 0x00, 0x50, 0x0c, +0x80, 0xff, 0xff, 0x03, 0x30, 0x02, +0xf0, 0xff, 0xff, 0x3f, 0x20, 0x01, +0x00, 0xf0, 0xff, 0xff, 0xa3, 0x08, +0x00, 0xff, 0xff, 0xff, 0x6f, 0x3e, +0xf0, 0xff, 0xff, 0xff, 0x7f, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x7f, +0x00, 0x72, 0x06, 0xff, 0xff, 0x7f, +0x00, 0x1a, 0x0c, 0x00, 0xff, 0xff, +0x00, 0x36, 0x1e, 0x80, 0xff, 0xf9, +0x00, 0x4a, 0x29, 0x80, 0xff, 0xe1, +0x00, 0x6a, 0x0d, 0xc0, 0xff, 0xc3, +0x00, 0x6a, 0x0d, 0xc0, 0xff, 0x03, +0x00, 0x6a, 0x0d, 0xc0, 0xff, 0x03, +0x00, 0x6a, 0x0d, 0x80, 0xbf, 0x01, +0x00, 0x32, 0x06, 0x80, 0x2f, 0x00, +0xfe, 0x1f, 0x00, 0x00, 0x2f, 0x00, +0x03, 0x00, 0x41, 0x00, 0x20, 0x00, +0x01, 0x00, 0x3e, 0x00, 0x20, 0x00, +0x01, 0x00, 0x00, 0x00, 0x20, 0x00, +0x01, 0x00, 0x00, 0x00, 0x40, 0x00, +0x01, 0x00, 0x00, 0x80, 0x40, 0x00, +0x01, 0x40, 0x00, 0x00, 0x41, 0x00, +0x06, 0x60, 0x00, 0x00, 0x42, 0x00, +0x18, 0xf8, 0x01, 0x00, 0x44, 0x00, +0xe0, 0xd7, 0x03, 0x00, 0x44, 0x00, +0x00, 0xeb, 0x06, 0x00, 0x44, 0x00, +0x80, 0xd5, 0x0d, 0x00, 0x42, 0x00, +0xc0, 0xea, 0x1a, 0x00, 0x81, 0x00, +0x60, 0xd5, 0x35, 0x80, 0x80, 0x00, +0xb0, 0xea, 0x6a, 0x00, 0x80, 0x00, +0x58, 0x75, 0xd5, 0x00, 0x80, 0x00, +0xac, 0xba, 0xaa, 0x01, 0x80, 0x00, +0x56, 0x75, 0x55, 0x03, 0x80, 0x00, +0xae, 0xba, 0xaa, 0x06, 0x80, 0x00, +0x5c, 0x5d, 0x5d, 0x0d, 0x80, 0x00, +0xb8, 0xae, 0xaf, 0x1a, 0x80, 0x01, +0x58, 0xff, 0x55, 0x15, 0x00, 0x01, +0xb0, 0xae, 0xaa, 0x3a, 0x00, 0x01, +0x60, 0x5d, 0x55, 0x75, 0x00, 0x01, +0xe0, 0xba, 0xaa, 0x6a, 0x00, 0x01, +0xc0, 0x75, 0x55, 0x55, 0x00, 0x01, +0xc0, 0xea, 0xaa, 0xea, 0x00, 0x01, +0x80, 0x55, 0x55, 0xd5, 0x00, 0x01, +0x80, 0xab, 0xaa, 0xea, 0x00, 0x01, +0xc0, 0x57, 0x55, 0x55, 0x00, 0x01, +0xe0, 0xad, 0xaa, 0x6a, 0x00, 0x11, +0xe0, 0xdb, 0x57, 0x75, 0xfc, 0x1f, +0xe0, 0xfd, 0xae, 0xea, 0xb7, 0x15, +0x80, 0x6f, 0xdb, 0xbd, 0x6d, 0x1b, +0x80, 0xdf, 0x76, 0xdb, 0xb6, 0x0d, +0x80, 0x6c, 0xdb, 0x37, 0x6d, 0x0b, +0xc0, 0xd9, 0x0e, 0xbe, 0xff, 0x0f, +0xc0, 0x63, 0x0b, 0x00, 0x00, 0x04, +0xe0, 0xe1, 0x06, 0x00, 0x00, 0x05, +0x20, 0x40, 0x07, 0x70, 0x80, 0x0f, +0x10, 0x80, 0x02, 0xf8, 0x00, 0x1f, +0x10, 0x00, 0x03, 0x7c, 0x00, 0x16, +0x88, 0x81, 0x06, 0x38, 0xf0, 0x21, +0x88, 0x43, 0x0b, 0x00, 0xfe, 0x40, +0xc4, 0xc3, 0x1e, 0xe0, 0x83, 0xc0, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/frodo b/Bitmaps/freaknet.org/bitmaps/face/frodo new file mode 100644 index 0000000..251c450 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/frodo @@ -0,0 +1,53 @@ +#define frodo_width 48 +#define frodo_height 48 +static char frodo_bits[] = { +0x00, 0x00, 0x00, 0x05, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x03, 0x00, +0x00, 0x00, 0xfc, 0x5f, 0x05, 0x00, +0x00, 0x00, 0xfe, 0xff, 0x1f, 0x00, +0x00, 0x80, 0xff, 0xff, 0x1b, 0x00, +0x00, 0x80, 0xfe, 0xdf, 0x7e, 0x00, +0x00, 0xe0, 0xe3, 0xf7, 0x7f, 0x00, +0x00, 0xa0, 0x80, 0xff, 0xff, 0x00, +0x00, 0xf0, 0x01, 0xfe, 0xff, 0x01, +0x00, 0xf0, 0x00, 0xde, 0xfe, 0x01, +0x00, 0x78, 0x00, 0xfc, 0xff, 0x03, +0x00, 0x7c, 0x00, 0xfc, 0xff, 0x03, +0x00, 0x7c, 0x00, 0xfc, 0xff, 0x03, +0x00, 0xbc, 0x00, 0xf8, 0xff, 0x03, +0x00, 0x3e, 0x00, 0xf8, 0xff, 0x03, +0x00, 0x3e, 0x00, 0xf0, 0xff, 0x03, +0x00, 0x3f, 0x00, 0xf0, 0xff, 0x07, +0x00, 0xbf, 0x3f, 0xf4, 0xff, 0x07, +0x00, 0xbf, 0xfe, 0xf8, 0xff, 0x07, +0x80, 0xdf, 0x7f, 0xfc, 0xef, 0x07, +0x00, 0x1f, 0x7d, 0xe8, 0xeb, 0x07, +0x80, 0xff, 0x85, 0x88, 0xca, 0x07, +0x80, 0x1f, 0x28, 0xa0, 0xc0, 0x07, +0x80, 0x1f, 0x0a, 0x28, 0xc0, 0x07, +0x80, 0x1f, 0x00, 0x00, 0x80, 0x07, +0x00, 0x1f, 0x00, 0x00, 0xc0, 0x03, +0x00, 0x1f, 0x40, 0x00, 0x80, 0x07, +0x00, 0x1e, 0x00, 0x10, 0xc0, 0x07, +0x00, 0x5c, 0xe0, 0x1f, 0x80, 0x03, +0x00, 0x1c, 0xc0, 0x1f, 0x88, 0x01, +0x00, 0xd0, 0xc7, 0xaf, 0x2b, 0x00, +0x00, 0x00, 0xd0, 0x1f, 0x08, 0x00, +0x00, 0xc0, 0xde, 0xff, 0x03, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x18, 0x00, +0x00, 0x80, 0xfd, 0xff, 0x03, 0x00, +0x00, 0x00, 0xfd, 0x7f, 0x1c, 0x00, +0x00, 0x80, 0x55, 0x89, 0x01, 0x00, +0x00, 0x80, 0x56, 0x34, 0x1e, 0x00, +0x00, 0xc0, 0xd2, 0xaf, 0x14, 0x00, +0x00, 0x80, 0xd7, 0x2b, 0x3f, 0x00, +0x00, 0xd0, 0x0d, 0x00, 0x39, 0x00, +0x00, 0x80, 0x1d, 0x80, 0x3f, 0x00, +0x00, 0xd4, 0x77, 0xf4, 0xba, 0x00, +0x00, 0x81, 0xfd, 0xd5, 0x3f, 0x00, +0x00, 0x00, 0xa3, 0x7f, 0x5c, 0x02, +0x40, 0x68, 0xff, 0xff, 0x57, 0x00, +0x00, 0x01, 0x55, 0x2f, 0x3d, 0x08, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html b/Bitmaps/freaknet.org/bitmaps/face/index.html new file mode 100644 index 0000000..8771c7f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=D;O=A b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=D;O=A new file mode 100644 index 0000000..a0f5c94 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=D;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=A new file mode 100644 index 0000000..d4bbc20 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]teus1988-12-20 23:40 1.8K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=D b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=D new file mode 100644 index 0000000..f1ebabc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=M;O=D @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]teus1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]AndyMoorer1988-12-19 10:52 1.7K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=A b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=A new file mode 100644 index 0000000..8771c7f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=D new file mode 100644 index 0000000..ad2891e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=N;O=D @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]warrenteitelman1988-12-19 10:52 1.0K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]AndyMoorer1988-12-19 10:52 1.7K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=A b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=A new file mode 100644 index 0000000..b5e2fa3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]warrenteitelman1988-12-19 10:52 1.0K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]CurtisAbbott1988-12-19 10:52 4.0K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=D b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=D new file mode 100644 index 0000000..12656b1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/index.html?C=S;O=D @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/face + + +

Index of /martin/tape/stuff/bitmaps/face

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]CurtisAbbott1988-12-19 10:52 4.0K 
[   ]EdCatmull1988-12-19 10:52 4.0K 
[   ]CharlieKeagle1988-12-19 10:52 3.9K 
[   ]adrianfreed1988-12-19 10:52 3.9K 
[   ]PeterNye1988-12-19 10:52 3.7K 
[   ]barney_rubble1988-12-19 10:52 2.5K 
[   ]fred_flintstone1988-12-19 10:52 2.4K 
[   ]jb1988-12-19 10:52 2.3K 
[   ]kencone1988-12-19 10:52 1.9K 
[   ]mandrill1988-12-19 10:52 1.8K 
[   ]cartoon1988-12-19 10:52 1.8K 
[   ]andrew21988-12-19 10:52 1.8K 
[   ]turkey1988-12-19 10:52 1.8K 
[   ]daemon1988-12-19 10:52 1.8K 
[   ]andrew1988-12-19 10:52 1.8K 
[   ]sunil1988-12-20 23:40 1.8K 
[   ]simon1988-12-20 23:40 1.8K 
[   ]frodo1988-12-19 10:52 1.8K 
[   ]uucp1988-12-19 10:52 1.8K 
[   ]teus1988-12-20 23:40 1.8K 
[   ]owl11988-12-19 10:52 1.8K 
[   ]lesk1988-12-19 10:52 1.8K 
[   ]cacm1988-12-19 10:52 1.8K 
[   ]tom1988-12-19 10:52 1.8K 
[   ]mad1988-12-19 10:52 1.8K 
[   ]cow1988-12-19 10:52 1.8K 
[   ]bwk1988-12-19 10:52 1.8K 
[   ]ark1988-12-19 10:52 1.8K 
[   ]td1988-12-19 10:52 1.8K 
[   ]pc1988-12-20 23:40 1.8K 
[   ]bs1988-12-19 10:52 1.8K 
[   ]AndyMoorer1988-12-19 10:52 1.7K 
[   ]mikehawley1988-12-19 10:52 1.6K 
[   ]SamLeffler1988-12-19 10:52 1.5K 
[   ]warrenteitelman1988-12-19 10:52 1.0K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/face/jb b/Bitmaps/freaknet.org/bitmaps/face/jb new file mode 100644 index 0000000..078fce2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/jb @@ -0,0 +1,57 @@ +#define jb_width 54 +#define jb_height 52 +static char jb_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x0f, 0xe0, 0x01, 0x00, 0x00, +0x00, 0x80, 0x03, 0x00, 0x07, 0x00, 0x00, +0x00, 0xc0, 0x03, 0x00, 0x07, 0x00, 0x00, +0x00, 0xc0, 0x01, 0x00, 0x0e, 0x00, 0x00, +0x00, 0xe0, 0x01, 0x00, 0x1e, 0x00, 0x00, +0x00, 0xe0, 0x01, 0x00, 0x1c, 0x00, 0x00, +0x00, 0xe0, 0x00, 0x00, 0x1c, 0x00, 0x00, +0x00, 0x70, 0x00, 0x00, 0x38, 0x00, 0x00, +0x00, 0x70, 0x00, 0x00, 0x38, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x30, 0x01, 0x00, +0x00, 0x16, 0x00, 0x00, 0xa0, 0x07, 0x00, +0x00, 0x16, 0x7c, 0x30, 0xe0, 0x04, 0x00, +0x00, 0x9d, 0x7f, 0xf0, 0xc3, 0x04, 0x00, +0x00, 0x19, 0x00, 0x00, 0x4f, 0x04, 0x00, +0x00, 0x19, 0x0c, 0x00, 0x40, 0x08, 0x00, +0x80, 0x18, 0x1e, 0xf0, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x0c, 0xe1, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x00, 0xe1, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x00, 0x01, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x00, 0x01, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x80, 0x00, 0xc0, 0x08, 0x00, +0x80, 0x18, 0x80, 0x00, 0xe0, 0x08, 0x00, +0x80, 0x18, 0xc0, 0x00, 0xe0, 0x04, 0x00, +0x00, 0x39, 0xc0, 0x00, 0xf0, 0x05, 0x00, +0x00, 0xfd, 0xe1, 0x03, 0xf0, 0x06, 0x00, +0x00, 0x7b, 0x00, 0x02, 0xf8, 0x06, 0x00, +0x00, 0xf8, 0xc0, 0x0f, 0xfe, 0x00, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x7f, 0x00, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x7f, 0x00, 0x00, +0x00, 0xf0, 0x07, 0x00, 0x7f, 0x00, 0x00, +0x00, 0xe0, 0x0f, 0x00, 0x3f, 0x00, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x3f, 0x00, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x1f, 0x00, 0x00, +0x00, 0xc0, 0x9f, 0x8f, 0x0f, 0x00, 0x00, +0x00, 0x80, 0xbf, 0xdf, 0x0f, 0x00, 0x00, +0x00, 0x00, 0xff, 0xff, 0x07, 0x00, 0x00, +0x00, 0x00, 0xfe, 0xff, 0x01, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/kencone b/Bitmaps/freaknet.org/bitmaps/face/kencone new file mode 100644 index 0000000..57584f6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/kencone @@ -0,0 +1,55 @@ +#define kencone_width 44 +#define kencone_height 50 +static char kencone_bits[] = { +0x00, 0x00, 0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x05, 0x00, 0x00, 0x00, +0x00, 0x00, 0x09, 0x00, 0x00, 0x00, +0x00, 0x80, 0x18, 0x00, 0x00, 0x00, +0x00, 0x80, 0x20, 0x00, 0x00, 0x00, +0x00, 0x40, 0x40, 0x00, 0x00, 0x00, +0x00, 0x20, 0x88, 0x01, 0x00, 0x00, +0x00, 0x20, 0x00, 0x02, 0x00, 0x00, +0x00, 0x10, 0xa0, 0x04, 0x00, 0x00, +0x00, 0x08, 0x10, 0x08, 0x00, 0x00, +0x00, 0x08, 0x80, 0x1a, 0x00, 0x00, +0x00, 0x04, 0x00, 0x24, 0x00, 0x00, +0x00, 0x04, 0x00, 0x70, 0x00, 0x00, +0x00, 0x02, 0x00, 0x4a, 0x00, 0x00, +0x00, 0x01, 0x00, 0x80, 0x01, 0x00, +0x00, 0x01, 0x00, 0x20, 0x01, 0x00, +0x80, 0x01, 0x40, 0xcc, 0x03, 0x00, +0x80, 0x03, 0x00, 0x00, 0x07, 0x00, +0xc0, 0x01, 0x00, 0xc0, 0x07, 0x00, +0xc0, 0x01, 0x00, 0x80, 0x07, 0x00, +0xc0, 0x43, 0x00, 0x7c, 0x07, 0x00, +0xc0, 0xf9, 0x8f, 0xff, 0x07, 0x00, +0xe0, 0x05, 0xff, 0xff, 0x0f, 0x00, +0xe0, 0xff, 0xcf, 0xff, 0x0f, 0x00, +0xe0, 0xfb, 0xff, 0xff, 0x1f, 0x00, +0xe0, 0xd7, 0x9b, 0xfb, 0x1f, 0x00, +0xe0, 0x75, 0x8b, 0x3f, 0x1f, 0x00, +0xe0, 0x42, 0x08, 0xa5, 0x1f, 0x00, +0xe0, 0x04, 0x04, 0x43, 0x3f, 0x00, +0xe0, 0x04, 0x06, 0xaf, 0x1f, 0x00, +0xe0, 0xa8, 0x03, 0xff, 0x1f, 0x00, +0xf0, 0x02, 0xf8, 0xff, 0x1f, 0x00, +0xe0, 0xca, 0xff, 0xdf, 0x1f, 0x00, +0xf0, 0xfd, 0xfd, 0xff, 0x1f, 0x00, +0xf0, 0xf5, 0xff, 0xff, 0x0f, 0x00, +0xf0, 0xef, 0xff, 0xff, 0x1f, 0x00, +0xf0, 0xfb, 0xff, 0xff, 0x1f, 0x00, +0xf8, 0xff, 0xff, 0xff, 0x3f, 0x00, +0xf8, 0xff, 0xd7, 0xff, 0x3f, 0x00, +0xfc, 0xff, 0x75, 0xff, 0x7f, 0x00, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xfe, 0xff, 0xd9, 0xff, 0xbf, 0x00, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xf4, 0xff, 0xff, 0xff, 0x3f, 0x00, +0xf0, 0xff, 0xff, 0xff, 0xff, 0x00, +0xf8, 0xff, 0xff, 0xff, 0xff, 0x01, +0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x0a, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/lesk b/Bitmaps/freaknet.org/bitmaps/face/lesk new file mode 100644 index 0000000..0a86bc8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/lesk @@ -0,0 +1,53 @@ +#define lesk_width 48 +#define lesk_height 48 +static char lesk_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x40, 0x00, 0x00, 0x00, 0x80, 0x00, +0x60, 0x00, 0x00, 0x00, 0x80, 0x00, +0x20, 0x01, 0x00, 0x00, 0x00, 0x01, +0x60, 0x00, 0x00, 0x00, 0x00, 0x01, +0x70, 0x05, 0x00, 0x00, 0x40, 0x07, +0x50, 0x00, 0x00, 0x00, 0x00, 0x01, +0x70, 0x01, 0x00, 0x40, 0x5f, 0x03, +0x70, 0xfc, 0x1f, 0xfc, 0x15, 0x01, +0x70, 0xd5, 0xff, 0x57, 0x77, 0x01, +0x70, 0x7d, 0x37, 0xfe, 0x4f, 0x01, +0x60, 0xef, 0xff, 0xf7, 0xdf, 0x05, +0x20, 0xfb, 0xff, 0xff, 0xc5, 0x03, +0xe8, 0x7f, 0x6d, 0x54, 0x95, 0x0d, +0xfc, 0x43, 0x4f, 0x54, 0xc5, 0x05, +0x28, 0xea, 0x60, 0x00, 0x20, 0x0f, +0xe8, 0x0b, 0x2a, 0x08, 0xc0, 0x01, +0xa8, 0x02, 0x60, 0x18, 0x10, 0x0f, +0xa0, 0x2e, 0x38, 0xf0, 0xc2, 0x01, +0xf0, 0x01, 0xd5, 0xa4, 0x3a, 0x07, +0xc0, 0x7f, 0x97, 0xfd, 0x6f, 0x01, +0x20, 0x68, 0xf5, 0x9f, 0xa9, 0x00, +0xc0, 0x0f, 0xf5, 0x5f, 0xaf, 0x00, +0x00, 0xf8, 0xc1, 0x57, 0xf5, 0x00, +0x00, 0x0f, 0xbf, 0x56, 0x17, 0x00, +0x00, 0xf8, 0xa4, 0xd2, 0x75, 0x00, +0x00, 0xa4, 0xff, 0xfe, 0x57, 0x00, +0x00, 0xbc, 0xbe, 0xbb, 0x54, 0x00, +0x00, 0xa0, 0x2a, 0x40, 0x57, 0x00, +0x00, 0xd8, 0xea, 0x3f, 0x1c, 0x00, +0x00, 0xa8, 0xba, 0xaf, 0x33, 0x00, +0x00, 0xa8, 0xa6, 0xaa, 0x0e, 0x00, +0x00, 0xf8, 0xd5, 0xca, 0x1a, 0x00, +0x00, 0x48, 0x15, 0x00, 0x2d, 0x00, +0x00, 0xfc, 0x55, 0xfd, 0x6d, 0x00, +0x00, 0xa4, 0x5d, 0x05, 0x27, 0x00, +0x00, 0xec, 0xd7, 0xff, 0xed, 0x00, +0x00, 0x4e, 0xfd, 0xff, 0x87, 0x00, +0x00, 0xec, 0xef, 0x7f, 0xeb, 0x00, +0x00, 0x86, 0xff, 0xdf, 0x0b, 0x00, +0x00, 0x76, 0xff, 0xff, 0xa1, 0x01, +0x00, 0x54, 0xfd, 0xff, 0x8e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/mad b/Bitmaps/freaknet.org/bitmaps/face/mad new file mode 100644 index 0000000..6fba0d9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/mad @@ -0,0 +1,53 @@ +#define mad_width 48 +#define mad_height 48 +static char mad_bits[] = { +0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, +0x00, 0x00, 0xbe, 0x0f, 0x00, 0x00, +0x00, 0x00, 0xff, 0x3b, 0x00, 0x00, +0x00, 0x80, 0xff, 0xef, 0x01, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x03, 0x00, +0x00, 0xa0, 0xff, 0xfd, 0x0f, 0x00, +0x00, 0xf8, 0xff, 0xbf, 0x0e, 0x00, +0x00, 0xe8, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xfc, 0xff, 0xff, 0x37, 0x00, +0x00, 0xfe, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xee, 0xff, 0xfd, 0xff, 0x00, +0x00, 0xfe, 0xba, 0xef, 0xff, 0x00, +0x00, 0xff, 0xef, 0xff, 0xff, 0x00, +0x00, 0xfe, 0xfb, 0xba, 0xff, 0x01, +0x00, 0xff, 0xfb, 0xfe, 0xff, 0x01, +0x00, 0x7f, 0x82, 0x08, 0xff, 0x01, +0x00, 0x7f, 0x69, 0x49, 0xfd, 0x01, +0x00, 0xbf, 0x5f, 0x7c, 0xfd, 0x01, +0x00, 0xff, 0x5f, 0xfd, 0xff, 0x03, +0x00, 0xbf, 0x3e, 0x96, 0xfa, 0x03, +0x00, 0xbf, 0x3f, 0xfc, 0xff, 0x03, +0x00, 0xdf, 0x17, 0xf6, 0xf8, 0x03, +0x00, 0x1f, 0x14, 0x58, 0xfb, 0x01, +0x00, 0x0e, 0x04, 0x40, 0xf0, 0x03, +0x00, 0x0e, 0x00, 0x00, 0xf0, 0x03, +0x00, 0x0e, 0x00, 0x00, 0xf8, 0x03, +0x00, 0x0e, 0x50, 0x0a, 0xf0, 0x03, +0x00, 0x1e, 0xd0, 0x0b, 0xf8, 0x03, +0x00, 0x4e, 0xf4, 0x06, 0xf0, 0x01, +0x00, 0x0c, 0x85, 0x21, 0xfa, 0x03, +0x00, 0x4c, 0x20, 0xc4, 0xf0, 0x01, +0x00, 0x08, 0xaf, 0x15, 0xfa, 0x00, +0x00, 0x18, 0x38, 0x7d, 0x78, 0x00, +0x00, 0x48, 0x00, 0x08, 0x78, 0x00, +0x00, 0x18, 0x20, 0x08, 0x3a, 0x00, +0x00, 0x78, 0x00, 0x01, 0x3c, 0x00, +0x00, 0x38, 0x01, 0x00, 0x1d, 0x00, +0x00, 0x70, 0x00, 0x00, 0x1e, 0x00, +0x00, 0xf0, 0x01, 0x80, 0x1f, 0x00, +0x00, 0xf0, 0x06, 0x40, 0x0e, 0x00, +0x00, 0x00, 0x09, 0xd0, 0x0f, 0x00, +0x00, 0x40, 0x2f, 0x75, 0x0e, 0x00, +0x00, 0x00, 0xec, 0xdd, 0x0f, 0x00, +0x00, 0x00, 0xfb, 0x2f, 0x0e, 0x00, +0x00, 0x00, 0xac, 0xfb, 0x0f, 0x00, +0x00, 0x00, 0xf5, 0x0e, 0x06, 0x00, +0x00, 0x00, 0x94, 0xea, 0x06, 0x00, +0x00, 0x00, 0xea, 0x2b, 0x07, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/mandrill b/Bitmaps/freaknet.org/bitmaps/face/mandrill new file mode 100644 index 0000000..52ab08d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/mandrill @@ -0,0 +1,53 @@ +#define mandrill_width 48 +#define mandrill_height 48 +static char mandrill_bits[] = { +0x57, 0xeb, 0xff, 0x35, 0x69, 0xe9, +0xab, 0xbf, 0x47, 0xd8, 0xff, 0x83, +0xd7, 0xff, 0xff, 0xff, 0xff, 0xe8, +0xab, 0xff, 0xff, 0xff, 0x7f, 0xa6, +0x95, 0xbb, 0xff, 0xbf, 0xb2, 0xd9, +0x4b, 0xee, 0xee, 0xff, 0x5b, 0xa2, +0xad, 0xf5, 0xf7, 0xfb, 0x3a, 0xe9, +0x47, 0xda, 0xfb, 0x4d, 0x6e, 0x80, +0x55, 0x75, 0x7d, 0x9f, 0x9b, 0xf5, +0x93, 0xde, 0xd2, 0x06, 0x6f, 0x80, +0x6d, 0xe9, 0x50, 0x05, 0xb6, 0x74, +0x97, 0x7e, 0xd0, 0x05, 0x79, 0x82, +0x6b, 0x17, 0x50, 0x06, 0x2c, 0xd1, +0xbd, 0x18, 0xd0, 0x01, 0x28, 0xa8, +0x57, 0x1d, 0x50, 0x02, 0x12, 0x65, +0x3f, 0x0f, 0x60, 0x05, 0x88, 0x90, +0xc5, 0x0a, 0x58, 0x03, 0x30, 0xea, +0x3f, 0x0d, 0x24, 0x02, 0x54, 0xd1, +0x6f, 0x0d, 0xa0, 0x02, 0x32, 0xec, +0xbd, 0x0e, 0x52, 0x02, 0xb0, 0x72, +0xff, 0x8f, 0x20, 0x05, 0x58, 0xbd, +0xdd, 0x0f, 0x30, 0x02, 0xb8, 0xd6, +0xff, 0x0f, 0x10, 0x03, 0xfa, 0xfd, +0xe8, 0x0f, 0xb0, 0x04, 0x58, 0xf7, +0xf6, 0x0f, 0x50, 0x02, 0xfc, 0xfd, +0xd1, 0x0f, 0x30, 0x82, 0xba, 0xde, +0xf8, 0x1f, 0x51, 0x01, 0xfc, 0xef, +0xea, 0x9f, 0x20, 0x03, 0xbd, 0xf7, +0xf4, 0x1f, 0xb0, 0x00, 0xdc, 0xfd, +0xda, 0x3f, 0x20, 0xa1, 0xfe, 0xee, +0xe4, 0x5f, 0x59, 0x25, 0xfd, 0xff, +0xf2, 0xbb, 0xa4, 0x12, 0x6a, 0xb7, +0xd0, 0x5c, 0x5a, 0x82, 0xbf, 0xff, +0xe8, 0xf8, 0x29, 0x55, 0x55, 0x5b, +0x52, 0x5a, 0x82, 0x20, 0xda, 0xbd, +0xe0, 0x68, 0x2d, 0x5e, 0x27, 0xef, +0x74, 0xf1, 0x0a, 0xa3, 0x5a, 0x34, +0xe2, 0x64, 0xd8, 0x58, 0x2f, 0x9b, +0x50, 0xb1, 0x27, 0xaa, 0x03, 0x2c, +0xa8, 0x80, 0x54, 0xd5, 0x30, 0x55, +0x44, 0x05, 0xba, 0x2b, 0x8a, 0x2c, +0x50, 0x11, 0x45, 0x54, 0x44, 0x52, +0xa4, 0x45, 0x10, 0x03, 0x15, 0xba, +0x52, 0x22, 0x88, 0x00, 0x45, 0x4f, +0x88, 0x0b, 0x22, 0xa8, 0x92, 0xaa, +0x42, 0x0d, 0x58, 0x95, 0xca, 0xdf, +0x28, 0x0d, 0x20, 0x41, 0x70, 0x65, +0x82, 0x3e, 0x09, 0x10, 0xd4, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/mikehawley b/Bitmaps/freaknet.org/bitmaps/face/mikehawley new file mode 100644 index 0000000..a8bbef6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/mikehawley @@ -0,0 +1,55 @@ +#define mikehawley_width 37 +#define mikehawley_height 50 +static char mikehawley_bits[] = { +0x00, 0xf0, 0x3f, 0x00, 0x00, +0x80, 0x1f, 0xff, 0x01, 0x00, +0xe0, 0x01, 0xf8, 0x03, 0x00, +0x3e, 0x11, 0xc0, 0x0c, 0x00, +0x06, 0x62, 0xb4, 0x3b, 0x00, +0x4b, 0x86, 0x19, 0xe3, 0x00, +0x0f, 0xe4, 0x17, 0x84, 0x01, +0x1b, 0x06, 0x22, 0x4c, 0x01, +0x6a, 0xb4, 0x43, 0x4d, 0x01, +0xde, 0x05, 0xb2, 0x49, 0x01, +0xf4, 0x4c, 0xc6, 0x89, 0x01, +0x04, 0xc5, 0x04, 0x1f, 0x01, +0x02, 0xbb, 0x68, 0x11, 0x03, +0x02, 0xf0, 0xc9, 0x13, 0x02, +0x00, 0x80, 0x0f, 0x22, 0x04, +0x0e, 0x00, 0x0a, 0xfe, 0x04, +0xd1, 0x03, 0x1c, 0x13, 0x04, +0x51, 0x3c, 0x38, 0x10, 0x06, +0x55, 0xe8, 0x80, 0xf0, 0x04, +0x35, 0x09, 0x9f, 0xeb, 0x0c, +0x31, 0x09, 0x70, 0x24, 0x0d, +0x6a, 0x08, 0x80, 0xe9, 0x0c, +0xcc, 0x04, 0x80, 0x80, 0x04, +0x86, 0x07, 0x40, 0xca, 0x05, +0x02, 0x00, 0x40, 0x4a, 0x07, +0x01, 0x00, 0x40, 0x8a, 0x04, +0x01, 0x00, 0x00, 0xc9, 0x07, +0x01, 0x00, 0x80, 0xc8, 0x01, +0x1e, 0x00, 0x80, 0x84, 0x00, +0xf8, 0x00, 0x00, 0x43, 0x01, +0xac, 0x09, 0x00, 0x00, 0x00, +0x78, 0x13, 0x00, 0x10, 0x00, +0x40, 0x10, 0x00, 0x20, 0x00, +0x10, 0x08, 0x00, 0x61, 0x00, +0x18, 0x00, 0x40, 0x40, 0x00, +0x00, 0x00, 0x18, 0x40, 0x00, +0x00, 0x00, 0x07, 0x40, 0x00, +0x10, 0xc0, 0x07, 0x40, 0x0c, +0x10, 0x60, 0x00, 0xc0, 0x1e, +0x20, 0x3e, 0x00, 0x80, 0x13, +0xc0, 0x23, 0x00, 0xe0, 0x01, +0x00, 0x40, 0x00, 0x60, 0x11, +0x00, 0x80, 0x00, 0x78, 0x18, +0x00, 0x80, 0xc0, 0x0f, 0x1c, +0x00, 0x80, 0x7a, 0x03, 0x16, +0x00, 0x00, 0xdf, 0x80, 0x17, +0x00, 0x00, 0x47, 0xc0, 0x01, +0x00, 0xc0, 0x01, 0xf0, 0x00, +0x00, 0xf0, 0x00, 0x0e, 0x00, +0x00, 0x3c, 0x80, 0x03, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/owl1 b/Bitmaps/freaknet.org/bitmaps/face/owl1 new file mode 100644 index 0000000..4a14196 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/owl1 @@ -0,0 +1,53 @@ +#define owl1_width 48 +#define owl1_height 48 +static char owl1_bits[] = { +0x00, 0x80, 0x02, 0x00, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x1a, 0x00, +0x00, 0x0c, 0x00, 0x00, 0x40, 0x01, +0x00, 0x02, 0x20, 0x00, 0x00, 0x01, +0x80, 0x00, 0x80, 0x00, 0x00, 0x05, +0x60, 0xa0, 0x6a, 0xb0, 0x07, 0x04, +0x10, 0x0a, 0xa8, 0x2d, 0x14, 0x18, +0x28, 0x42, 0x40, 0x56, 0x55, 0x10, +0x8c, 0x08, 0x40, 0x41, 0x50, 0x30, +0x42, 0x81, 0x82, 0x94, 0x82, 0x42, +0x55, 0x00, 0xa8, 0xa0, 0x2a, 0xc0, +0x51, 0x00, 0x01, 0x8d, 0x80, 0x57, +0x18, 0x34, 0x55, 0x60, 0x7b, 0x84, +0x0e, 0x85, 0x04, 0x4b, 0x44, 0x1d, +0x29, 0xa0, 0x70, 0x00, 0x7f, 0x15, +0xce, 0xbe, 0x80, 0x0b, 0xfa, 0x7f, +0x28, 0xb3, 0x80, 0x00, 0xbe, 0x90, +0xac, 0x7f, 0x80, 0x81, 0xf5, 0x3f, +0xc0, 0xea, 0x01, 0x81, 0xdf, 0xb2, +0x00, 0xff, 0x87, 0xe3, 0xff, 0x5f, +0x40, 0xf5, 0x87, 0xe1, 0xbf, 0xd2, +0x00, 0xff, 0x0f, 0xe1, 0xaf, 0x7d, +0xa0, 0xf8, 0x9e, 0xa1, 0x7e, 0x45, +0x02, 0x7f, 0x0b, 0xf1, 0x55, 0xd1, +0x50, 0x40, 0x9b, 0xa3, 0x46, 0x4e, +0x02, 0xd1, 0x8c, 0x63, 0x01, 0xe0, +0x20, 0x01, 0x85, 0x47, 0x54, 0x85, +0x00, 0x48, 0xc5, 0xcf, 0x00, 0xf0, +0x42, 0x01, 0xc0, 0x8f, 0x4a, 0xc5, +0x0a, 0xa8, 0xe0, 0x1e, 0x00, 0x30, +0x80, 0x02, 0xe0, 0x1e, 0x5b, 0xe2, +0x2d, 0x28, 0x78, 0x1e, 0x40, 0xb2, +0x88, 0xa0, 0x78, 0x7e, 0x5c, 0xa4, +0x4b, 0x07, 0xf4, 0x7e, 0x50, 0xf1, +0x48, 0xf8, 0xf2, 0xef, 0xdc, 0x3f, +0x98, 0x8b, 0xd2, 0x0f, 0x33, 0xf0, +0xa4, 0xf8, 0xf3, 0x5f, 0xee, 0xff, +0xe9, 0xfe, 0xc0, 0x0f, 0x3c, 0xdd, +0xb0, 0xa9, 0xe1, 0x0f, 0xd4, 0xf7, +0x24, 0xff, 0xe1, 0x0f, 0x7c, 0xbf, +0x20, 0xd0, 0xf0, 0x1f, 0xdc, 0xfe, +0x85, 0xd1, 0xe0, 0x0f, 0x4a, 0xdf, +0x55, 0x03, 0xe0, 0x1f, 0xc0, 0xff, +0x02, 0x02, 0xc0, 0x0f, 0xc0, 0xef, +0x57, 0x0f, 0xe0, 0x1f, 0xf0, 0xff, +0x56, 0x2c, 0xe0, 0x0f, 0xe8, 0xff, +0x93, 0xa1, 0xfd, 0x2f, 0xdf, 0xfe, +0x56, 0x2e, 0xf6, 0xbf, 0xdc, 0xfe, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/pc b/Bitmaps/freaknet.org/bitmaps/face/pc new file mode 100644 index 0000000..9952973 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/pc @@ -0,0 +1,53 @@ +#define pc_width 48 +#define pc_height 48 +static char pc_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, +0x00, 0x00, 0xee, 0x15, 0x00, 0x00, +0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, +0x00, 0x80, 0xff, 0xbf, 0x03, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x03, 0x00, +0x00, 0xf0, 0xff, 0x5f, 0x0a, 0x00, +0x00, 0xf0, 0xff, 0x07, 0x0c, 0x00, +0x00, 0xf8, 0xbf, 0x00, 0x38, 0x00, +0x00, 0xf8, 0x5f, 0x00, 0x38, 0x00, +0x00, 0xfc, 0x0f, 0x00, 0x70, 0x00, +0x00, 0xfc, 0x6f, 0x00, 0x70, 0x00, +0x00, 0xfe, 0x0f, 0x00, 0xe0, 0x00, +0x00, 0xfe, 0x27, 0x02, 0x60, 0x01, +0x00, 0xfe, 0x8f, 0x00, 0xc0, 0x01, +0x00, 0xfe, 0x23, 0x00, 0xe0, 0x01, +0x00, 0xfe, 0x0d, 0x24, 0xa0, 0x01, +0x00, 0xfe, 0x6f, 0xd1, 0xe3, 0x03, +0x00, 0xfe, 0x3f, 0xea, 0xc2, 0x03, +0x00, 0xff, 0x52, 0x35, 0xe5, 0x03, +0x00, 0xff, 0xbf, 0xf8, 0xc3, 0x03, +0x00, 0x7f, 0x7f, 0xb0, 0xcb, 0x03, +0x00, 0xbf, 0xdb, 0xd0, 0xc4, 0x03, +0x00, 0xdf, 0x75, 0x60, 0xc0, 0x03, +0x00, 0x7f, 0xad, 0x48, 0xc2, 0x03, +0x00, 0xdf, 0xf2, 0x00, 0xc1, 0x03, +0x00, 0xbf, 0xaa, 0x00, 0xc0, 0x03, +0x00, 0xdf, 0x72, 0x00, 0xc0, 0x01, +0x00, 0x7f, 0x55, 0x11, 0xc0, 0x01, +0x00, 0x5f, 0xe9, 0x04, 0xc0, 0x01, +0x00, 0xee, 0x76, 0x0f, 0xc1, 0x01, +0x00, 0x3f, 0xa9, 0x01, 0xc0, 0x00, +0x00, 0xdf, 0xed, 0x06, 0xe0, 0x00, +0x00, 0x7f, 0x75, 0x13, 0xe2, 0x01, +0x00, 0xbf, 0xbe, 0x57, 0xf1, 0x00, +0x00, 0xfe, 0xf5, 0x6c, 0xf0, 0x01, +0x00, 0x7e, 0x5d, 0xa3, 0xf0, 0x00, +0x00, 0xfc, 0x6b, 0x07, 0xf4, 0x01, +0x00, 0xfe, 0xac, 0xa9, 0xfa, 0x01, +0x00, 0xfe, 0x77, 0x87, 0xf8, 0x01, +0x00, 0xff, 0x9a, 0x20, 0xfa, 0x01, +0x00, 0xff, 0x6f, 0x93, 0xf9, 0x01, +0xd0, 0xff, 0x74, 0x55, 0xf8, 0x03, +0x6d, 0xfb, 0xdf, 0x2a, 0xf8, 0x01, +0xd2, 0x7f, 0x69, 0x1b, 0xfc, 0x00, +0x2c, 0x85, 0x55, 0x8d, 0x30, 0x00, +0x92, 0x02, 0xbb, 0x03, 0x08, 0x00, +0x00, 0x8e, 0x4c, 0x04, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/simon b/Bitmaps/freaknet.org/bitmaps/face/simon new file mode 100644 index 0000000..d618f98 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/simon @@ -0,0 +1,53 @@ +#define simon_width 48 +#define simon_height 48 +static char simon_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x1f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x80, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0xff, 0x00, +0x00, 0xf8, 0xff, 0xff, 0xff, 0x00, +0x00, 0xf8, 0xff, 0xff, 0xff, 0x01, +0x00, 0xfc, 0xff, 0xf7, 0xff, 0x01, +0x00, 0xfc, 0xff, 0x5d, 0xff, 0x03, +0x00, 0xfe, 0x7f, 0xb7, 0xff, 0x01, +0x00, 0xfe, 0xbf, 0x5d, 0xff, 0x02, +0x00, 0xfe, 0xef, 0x27, 0xfd, 0x03, +0x00, 0xfe, 0x17, 0x19, 0xfe, 0x05, +0x00, 0xff, 0xff, 0x46, 0xe8, 0x07, +0x00, 0xff, 0x2f, 0xf9, 0xe3, 0x03, +0x00, 0xff, 0xfd, 0xd7, 0xea, 0x07, +0x00, 0xff, 0xff, 0xf8, 0xc5, 0x07, +0x00, 0x5f, 0x7f, 0xfd, 0xd7, 0x03, +0x00, 0xef, 0xff, 0xeb, 0xcb, 0x07, +0x00, 0xff, 0xfd, 0xf8, 0x94, 0x07, +0x00, 0x2f, 0xf9, 0xe9, 0xa3, 0x07, +0x00, 0xbe, 0x78, 0xd8, 0x9a, 0x07, +0x00, 0x2c, 0xd0, 0x61, 0x85, 0x03, +0x00, 0x68, 0x6d, 0xb0, 0x8a, 0x03, +0x00, 0x58, 0xb5, 0x50, 0x85, 0x01, +0x00, 0xa0, 0x52, 0x25, 0x02, 0x00, +0x00, 0x70, 0x68, 0x1d, 0x00, 0x00, +0x00, 0x90, 0xb6, 0x46, 0x00, 0x00, +0x00, 0x70, 0xd2, 0x8b, 0x02, 0x00, +0x00, 0x10, 0x79, 0x20, 0x40, 0x00, +0x00, 0xf8, 0x96, 0xa4, 0x22, 0x00, +0x00, 0x50, 0xda, 0x36, 0x20, 0x00, +0x00, 0xa0, 0xf4, 0x5b, 0x11, 0x00, +0x00, 0x40, 0x0b, 0x44, 0x10, 0x00, +0x00, 0x00, 0xe5, 0xa3, 0x18, 0x00, +0x00, 0x80, 0xaa, 0xa4, 0x02, 0x00, +0x00, 0x40, 0x57, 0x40, 0x00, 0x00, +0x00, 0xc0, 0x2d, 0xa0, 0x00, 0x00, +0x00, 0x40, 0x86, 0x44, 0x00, 0x00, +0x00, 0xa0, 0x7b, 0x75, 0x00, 0x00, +0x00, 0x40, 0xad, 0x16, 0x00, 0x00, +0x00, 0xa0, 0xb6, 0x0d, 0x00, 0x00, +0x00, 0x5c, 0xdd, 0x26, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/sunil b/Bitmaps/freaknet.org/bitmaps/face/sunil new file mode 100644 index 0000000..a405503 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/sunil @@ -0,0 +1,53 @@ +#define sunil_width 48 +#define sunil_height 48 +static char sunil_bits[] = { +0x00, 0x00, 0x80, 0xbd, 0x01, 0x00, +0x00, 0x00, 0xec, 0xef, 0x07, 0x00, +0x00, 0x00, 0xfe, 0xfd, 0x0b, 0x00, +0x00, 0x80, 0xf7, 0xff, 0x3f, 0x00, +0x00, 0xc0, 0xff, 0xfd, 0x6f, 0x00, +0x00, 0xe0, 0xff, 0xfe, 0x77, 0x00, +0x00, 0xf0, 0xb7, 0xff, 0xff, 0x00, +0x00, 0xf8, 0xff, 0xff, 0xfb, 0x03, +0x00, 0xf8, 0xff, 0xff, 0xfd, 0x02, +0x00, 0xf8, 0xff, 0xef, 0xff, 0x07, +0x00, 0xf8, 0x7f, 0x55, 0xff, 0x03, +0x00, 0xf8, 0xaf, 0xab, 0xf4, 0x05, +0x00, 0xfc, 0xbb, 0x44, 0xf8, 0x02, +0x00, 0xf8, 0xce, 0x2a, 0xf4, 0x13, +0x00, 0x78, 0x77, 0x05, 0xe0, 0x0f, +0x00, 0xfc, 0x5b, 0x52, 0xe8, 0x1b, +0x00, 0xfd, 0xaf, 0x0a, 0xf0, 0x1e, +0x80, 0x7f, 0x55, 0x25, 0xa4, 0x0f, +0xc0, 0xff, 0xbf, 0x7a, 0xf1, 0x3f, +0xc0, 0xff, 0xdf, 0xba, 0xc7, 0x0f, +0xc0, 0xff, 0x77, 0xed, 0xeb, 0x3f, +0xc0, 0xff, 0xfa, 0xfe, 0xed, 0x7f, +0xc0, 0x7f, 0x7f, 0xf9, 0xd7, 0x5f, +0xc0, 0xfe, 0xff, 0xf9, 0xd7, 0x7f, +0xc0, 0xbf, 0xbf, 0xb8, 0x88, 0x1f, +0xc0, 0xdf, 0xd5, 0xe0, 0xc3, 0x3f, +0xc0, 0xff, 0xfe, 0x00, 0x80, 0x1f, +0xc0, 0xbf, 0xa3, 0x58, 0xd0, 0x1f, +0x80, 0xdf, 0xfc, 0x20, 0x80, 0x0f, +0x00, 0x7f, 0xab, 0xe2, 0xa1, 0x0f, +0x00, 0xae, 0xfc, 0x5e, 0x0a, 0x0f, +0x00, 0xfc, 0xf7, 0xef, 0xa5, 0x0f, +0x00, 0x28, 0xfd, 0xff, 0x0a, 0x0f, +0x00, 0xf8, 0xfe, 0xff, 0x53, 0x0f, +0x00, 0x50, 0xbf, 0xea, 0xad, 0x05, +0x00, 0xf8, 0xfd, 0x77, 0xd3, 0x07, +0x00, 0xa0, 0x5e, 0x95, 0xcd, 0x03, +0x00, 0xf0, 0xf7, 0x4a, 0xf7, 0x03, +0x00, 0xe0, 0x5a, 0xab, 0xea, 0x00, +0x00, 0x00, 0xef, 0x16, 0xe5, 0x00, +0x00, 0x00, 0xb7, 0xca, 0x6a, 0x00, +0x00, 0x00, 0x7a, 0x41, 0x22, 0x00, +0x00, 0x00, 0xde, 0x56, 0x05, 0x00, +0x00, 0x80, 0x6f, 0xab, 0x82, 0x00, +0x00, 0x80, 0xbb, 0xdd, 0x21, 0x00, +0x00, 0xc0, 0xdd, 0x77, 0x12, 0x00, +0x00, 0x80, 0xef, 0x5d, 0x61, 0x00, +0x00, 0x40, 0xf7, 0xbe, 0x30, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/td b/Bitmaps/freaknet.org/bitmaps/face/td new file mode 100644 index 0000000..4145446 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/td @@ -0,0 +1,53 @@ +#define td_width 48 +#define td_height 48 +static char td_bits[] = { +0x00, 0x00, 0xd0, 0x02, 0x00, 0x00, +0x00, 0x00, 0xfe, 0x1f, 0x00, 0x00, +0x00, 0x80, 0x55, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xdd, 0xff, 0x01, 0x00, +0x00, 0x00, 0x55, 0xfc, 0x03, 0x00, +0x00, 0x00, 0x40, 0xe1, 0x07, 0x00, +0x00, 0x00, 0x00, 0xa0, 0x0e, 0x00, +0x00, 0x00, 0x00, 0x80, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x80, 0x3f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, +0x00, 0x01, 0x00, 0x00, 0x78, 0x00, +0x00, 0x05, 0x00, 0x00, 0x7c, 0x00, +0x00, 0x01, 0x00, 0x00, 0x78, 0x00, +0x00, 0x01, 0x00, 0x00, 0xf8, 0x00, +0x00, 0x09, 0x00, 0x00, 0xf0, 0x00, +0x00, 0x01, 0x00, 0x00, 0xf0, 0x00, +0x00, 0xa3, 0xc0, 0xff, 0xe0, 0x00, +0x00, 0x8b, 0x56, 0xbf, 0xe2, 0x00, +0x00, 0xf9, 0xd7, 0xff, 0xe2, 0x00, +0x00, 0xef, 0xc7, 0xdf, 0xe0, 0x01, +0x00, 0xf9, 0x07, 0x01, 0xc0, 0x01, +0x00, 0xfe, 0x05, 0x7e, 0xe8, 0x01, +0x00, 0x18, 0x05, 0x00, 0xc0, 0x00, +0x00, 0xeb, 0x01, 0x00, 0x80, 0x01, +0x00, 0x00, 0x00, 0x00, 0x80, 0x00, +0x00, 0x24, 0x02, 0x00, 0x20, 0x00, +0x00, 0x00, 0x48, 0x05, 0x80, 0x00, +0x00, 0x00, 0xfe, 0x00, 0x08, 0x00, +0x00, 0x28, 0xfe, 0x0b, 0x62, 0x00, +0x00, 0x00, 0xbd, 0x80, 0x08, 0x00, +0x00, 0x58, 0xa4, 0x00, 0x4a, 0x00, +0x00, 0x10, 0x1d, 0x78, 0x09, 0x00, +0x00, 0x68, 0xd1, 0x0b, 0x6a, 0x00, +0x00, 0x90, 0x7f, 0xff, 0x0a, 0x00, +0x00, 0xd0, 0xfe, 0x0f, 0x30, 0x00, +0x00, 0x90, 0x5e, 0xe0, 0x07, 0x00, +0x00, 0x70, 0x5b, 0x15, 0x38, 0x00, +0x00, 0x40, 0x4a, 0x45, 0x0b, 0x00, +0x00, 0xe0, 0xfa, 0xab, 0x34, 0x00, +0x00, 0x80, 0xff, 0xa2, 0xd7, 0x00, +0x00, 0xc0, 0x00, 0x08, 0xbc, 0x07, +0x00, 0xc0, 0x7f, 0xf1, 0xa7, 0x1f, +0x00, 0xf0, 0x03, 0xc5, 0xbf, 0xff, +0x00, 0xfe, 0xff, 0x7c, 0xa5, 0xff, +0x80, 0xff, 0x9f, 0xf7, 0xff, 0xff, +0xe0, 0xff, 0xff, 0xdf, 0xe5, 0xff, +0xfc, 0xff, 0xff, 0x7d, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/teus b/Bitmaps/freaknet.org/bitmaps/face/teus new file mode 100644 index 0000000..af66994 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/teus @@ -0,0 +1,53 @@ +#define teus_width 48 +#define teus_height 48 +static char teus_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x28, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x9f, 0x00, 0x00, +0x00, 0x00, 0xbc, 0x6d, 0x01, 0x00, +0x00, 0x00, 0xdf, 0xff, 0x05, 0x00, +0x00, 0x00, 0xef, 0x6d, 0x05, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x1d, 0x00, +0x00, 0xc0, 0xff, 0x6f, 0x13, 0x00, +0x00, 0xe0, 0xff, 0xfb, 0x0f, 0x00, +0x00, 0xe0, 0xff, 0x7f, 0x1b, 0x00, +0x00, 0xf0, 0xff, 0x05, 0x6f, 0x00, +0x00, 0xf8, 0xff, 0x55, 0x56, 0x00, +0x00, 0xf8, 0xff, 0x04, 0x7e, 0x00, +0x00, 0xf8, 0x7f, 0x15, 0xbc, 0x00, +0x00, 0xf8, 0x7f, 0x4a, 0x68, 0x00, +0x00, 0xf8, 0x2f, 0x25, 0xb4, 0x00, +0x00, 0xfc, 0xbb, 0x14, 0xd0, 0x00, +0x00, 0xf8, 0x5f, 0xa5, 0xeb, 0x00, +0x00, 0xf8, 0xff, 0xf5, 0xed, 0x00, +0x00, 0xfc, 0xff, 0xfa, 0x67, 0x00, +0x00, 0xf8, 0xfe, 0xfb, 0x6f, 0x00, +0x00, 0x70, 0x57, 0xfd, 0x26, 0x00, +0x00, 0xf8, 0xff, 0x31, 0x21, 0x00, +0x00, 0xb8, 0x56, 0xe1, 0x2a, 0x00, +0x00, 0xf8, 0xad, 0x89, 0x20, 0x00, +0x00, 0x78, 0xd5, 0x04, 0x60, 0x00, +0x00, 0xf8, 0x67, 0x43, 0x74, 0x00, +0x00, 0xf8, 0xdf, 0xa0, 0xbe, 0x00, +0x00, 0xf8, 0xf7, 0xdf, 0x57, 0x00, +0x00, 0xfc, 0xff, 0xff, 0x7d, 0x00, +0x00, 0xf8, 0xff, 0xdf, 0x3e, 0x00, +0x00, 0xfc, 0xff, 0xed, 0x7f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xf8, 0x7f, 0xff, 0x7f, 0x00, +0x00, 0xf0, 0xff, 0xd7, 0x2f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x07, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x07, 0x00, +0x00, 0xbc, 0xff, 0xff, 0x03, 0x00, +0x00, 0xff, 0xff, 0xff, 0x01, 0x00, +0x00, 0xbf, 0xff, 0x7f, 0x00, 0x00, +0xc0, 0xdc, 0xff, 0x3f, 0x00, 0x00, +0x54, 0xf3, 0xfb, 0x8f, 0x02, 0x10, +0x55, 0xcc, 0xdf, 0x37, 0x01, 0x20, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/tom b/Bitmaps/freaknet.org/bitmaps/face/tom new file mode 100644 index 0000000..52e87e6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/tom @@ -0,0 +1,53 @@ +#define tom_width 48 +#define tom_height 48 +static char tom_bits[] = { +0x00, 0x40, 0x00, 0x00, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x04, 0x00, 0x80, 0x00, 0x00, +0x00, 0x07, 0x00, 0x00, 0x01, 0x00, +0x80, 0x03, 0x00, 0x00, 0x07, 0x00, +0x80, 0x03, 0x00, 0x00, 0x02, 0x00, +0xc0, 0x01, 0x00, 0x00, 0x0e, 0x00, +0xc0, 0x03, 0x00, 0x80, 0x0e, 0x00, +0xe0, 0x01, 0x00, 0x00, 0x1c, 0x00, +0xe0, 0x01, 0x00, 0xe0, 0x1d, 0x00, +0xf0, 0x01, 0x00, 0x08, 0x3e, 0x00, +0xe0, 0x00, 0x00, 0xe0, 0x3a, 0x00, +0xf0, 0x03, 0x00, 0x0a, 0x3e, 0x00, +0xe0, 0x08, 0x00, 0xe0, 0x3d, 0x00, +0xf0, 0x03, 0x00, 0x04, 0x7d, 0x00, +0x00, 0x00, 0x00, 0xb1, 0x3f, 0x00, +0xd0, 0xfd, 0x05, 0x80, 0x3e, 0x00, +0x40, 0xf5, 0xdf, 0xff, 0x3e, 0x00, +0xd0, 0x5d, 0x5f, 0xba, 0x0f, 0x00, +0x40, 0xfc, 0xfb, 0xff, 0x0f, 0x00, +0xc0, 0xc4, 0x9f, 0xff, 0x0d, 0x00, +0x00, 0x58, 0xf7, 0x7f, 0x0f, 0x00, +0x80, 0x40, 0x95, 0xff, 0x07, 0x00, +0x40, 0x00, 0x98, 0xaa, 0x06, 0x00, +0x40, 0x80, 0x8a, 0xfb, 0x02, 0x00, +0x00, 0x30, 0x00, 0x85, 0x06, 0x00, +0x40, 0xc0, 0x03, 0xbb, 0x02, 0x00, +0x00, 0x55, 0x01, 0xc7, 0x03, 0x00, +0x00, 0xf4, 0x54, 0x7d, 0x01, 0x00, +0x00, 0x3d, 0xfe, 0xd7, 0x01, 0x00, +0x00, 0xfd, 0xf8, 0x7f, 0x00, 0x00, +0x00, 0xb4, 0xfe, 0xdf, 0x00, 0x00, +0x00, 0xef, 0xd0, 0xfd, 0x00, 0x00, +0x00, 0xaa, 0xff, 0x6f, 0x04, 0x00, +0x00, 0x2b, 0xfe, 0x7f, 0x01, 0x00, +0x00, 0x2e, 0xe0, 0x2b, 0x00, 0x00, +0x00, 0xac, 0x89, 0xbe, 0x0a, 0x00, +0x00, 0xad, 0xfe, 0x0f, 0x00, 0x00, +0x00, 0xad, 0xfe, 0xeb, 0x02, 0x00, +0x00, 0x3c, 0x60, 0x0f, 0x28, 0x00, +0xc0, 0xa1, 0xa8, 0xbf, 0x02, 0x00, +0x00, 0x7e, 0xaa, 0x0d, 0x00, 0x00, +0x00, 0xe0, 0xeb, 0x7f, 0x05, 0x00, +0x80, 0xaa, 0xfe, 0x1f, 0x20, 0x00, +0x00, 0xa8, 0xff, 0xbf, 0x0a, 0x00, +0x80, 0xa2, 0xfd, 0xad, 0x00, 0x00, +0x00, 0xb4, 0x7f, 0xaf, 0x02, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/turkey b/Bitmaps/freaknet.org/bitmaps/face/turkey new file mode 100644 index 0000000..87b2977 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/turkey @@ -0,0 +1,53 @@ +#define turkey_width 48 +#define turkey_height 48 +static char turkey_bits[] = { +0x00, 0x00, 0x11, 0x05, 0x00, 0x00, +0x00, 0x40, 0x4a, 0x00, 0x00, 0x00, +0x00, 0xa8, 0x24, 0x75, 0x00, 0x00, +0x00, 0x12, 0xf0, 0xaf, 0x00, 0x00, +0x00, 0x30, 0xf8, 0xff, 0x03, 0x00, +0x80, 0x00, 0xf8, 0x3e, 0x15, 0x00, +0x20, 0x80, 0xf1, 0xbf, 0x3f, 0x00, +0x00, 0x01, 0xf4, 0xbf, 0x5e, 0x00, +0x40, 0xa0, 0xe0, 0x27, 0xfc, 0x02, +0x10, 0x00, 0x80, 0x61, 0xf5, 0x0b, +0x10, 0xc8, 0x07, 0xa8, 0x3f, 0x1f, +0x18, 0x00, 0x3b, 0xf0, 0x60, 0x78, +0x00, 0x80, 0x8f, 0xb8, 0x40, 0x60, +0x64, 0x00, 0x3f, 0xae, 0xd9, 0xc0, +0x20, 0x50, 0xf5, 0xbf, 0x90, 0x01, +0x6c, 0x00, 0x60, 0x80, 0x00, 0x03, +0x9c, 0x58, 0x7f, 0x39, 0x0f, 0x06, +0x21, 0x32, 0x7a, 0xef, 0x7e, 0x04, +0x0e, 0xe0, 0xfe, 0xf9, 0xc1, 0x0c, +0x7d, 0xbc, 0xfd, 0xff, 0xbf, 0x09, +0x00, 0x21, 0xff, 0xff, 0xe0, 0x0f, +0x06, 0xc0, 0xff, 0x7f, 0x00, 0x0f, +0x19, 0x9c, 0xef, 0x7f, 0x00, 0x08, +0xf2, 0xd0, 0xff, 0x3f, 0x00, 0x00, +0x66, 0xe0, 0xff, 0x3f, 0x00, 0x00, +0x07, 0x60, 0xff, 0x7f, 0x00, 0x00, +0x10, 0xc0, 0xff, 0x3f, 0x00, 0x00, +0x34, 0xd8, 0xff, 0x7f, 0x00, 0x00, +0x3e, 0xc0, 0xff, 0x3f, 0x00, 0x00, +0x0c, 0xf0, 0x3f, 0x3f, 0x00, 0x00, +0x40, 0xe0, 0xfe, 0x3f, 0x00, 0x00, +0x38, 0xb0, 0xfa, 0x3f, 0x00, 0x00, +0x19, 0x80, 0xbf, 0x7f, 0x00, 0x00, +0x29, 0x20, 0xf4, 0x3f, 0x00, 0x00, +0x43, 0x00, 0xbf, 0x3f, 0x00, 0x00, +0x01, 0x18, 0xde, 0x1f, 0x00, 0x00, +0x92, 0x40, 0xfb, 0x1f, 0x00, 0x00, +0x18, 0x40, 0xff, 0x1f, 0x00, 0x00, +0x10, 0x40, 0xfc, 0x07, 0x00, 0x00, +0x53, 0x38, 0xec, 0x0f, 0x00, 0x00, +0x12, 0x20, 0x3e, 0x0f, 0x00, 0x00, +0xe2, 0x01, 0xcf, 0x0f, 0x00, 0x00, +0x67, 0x00, 0xf1, 0x07, 0x00, 0x00, +0x03, 0x48, 0xf6, 0x07, 0x00, 0x00, +0x03, 0x20, 0xda, 0x03, 0x00, 0x00, +0x71, 0x60, 0xfe, 0x03, 0x00, 0x00, +0x77, 0x00, 0xe3, 0x03, 0x00, 0x00, +0x07, 0x00, 0xf0, 0x01, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/uucp b/Bitmaps/freaknet.org/bitmaps/face/uucp new file mode 100644 index 0000000..89d4083 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/uucp @@ -0,0 +1,53 @@ +#define uucp_width 48 +#define uucp_height 48 +static char uucp_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xfc, 0x07, +0x00, 0x00, 0x00, 0x00, 0x07, 0x00, +0x00, 0x00, 0x00, 0x80, 0x01, 0x00, +0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, +0x40, 0x00, 0x00, 0xe0, 0x07, 0x00, +0x00, 0x10, 0x00, 0x78, 0x18, 0x00, +0x08, 0x00, 0x00, 0x2e, 0x10, 0x00, +0x00, 0x02, 0x00, 0x23, 0x10, 0x00, +0x00, 0x80, 0x80, 0x21, 0x10, 0x00, +0x42, 0x00, 0x80, 0x60, 0x18, 0x00, +0x00, 0x08, 0x40, 0x80, 0x07, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x02, 0x00, 0x00, 0x00, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x04, 0xfc, 0x00, 0x00, 0x00, +0x22, 0x00, 0xaf, 0x03, 0x00, 0x00, +0x00, 0xc4, 0x55, 0x0f, 0x00, 0x00, +0x40, 0xf0, 0xaa, 0x1a, 0x00, 0x00, +0x00, 0x5c, 0x55, 0x75, 0x00, 0x00, +0x04, 0xaf, 0xaa, 0xea, 0x01, 0x00, +0xc0, 0x55, 0x55, 0x55, 0x03, 0x00, +0xf0, 0xaa, 0xaa, 0xaa, 0x0e, 0x00, +0x7c, 0x55, 0x05, 0x55, 0x3d, 0x00, +0xee, 0xaa, 0xf8, 0xa8, 0x6a, 0x00, +0xd7, 0x55, 0x8e, 0x53, 0xd5, 0x01, +0xab, 0x8b, 0x03, 0x8e, 0xaa, 0x07, +0x55, 0xe7, 0x00, 0x38, 0xd5, 0x0d, +0xab, 0x3e, 0x00, 0xe0, 0xe8, 0x3e, +0x06, 0x0e, 0x00, 0x88, 0x73, 0x77, +0xfc, 0x03, 0x00, 0x04, 0xbe, 0xeb, +0x00, 0x00, 0x88, 0x02, 0xb8, 0xd5, +0x00, 0x00, 0x00, 0x80, 0xe0, 0xa9, +0x00, 0x00, 0x00, 0x00, 0x80, 0xc3, +0x00, 0x00, 0x00, 0x20, 0x00, 0x7e, +0x00, 0x80, 0x00, 0x04, 0x10, 0x00, +0x00, 0x00, 0x88, 0x00, 0x00, 0x04, +0x00, 0x00, 0x00, 0x00, 0x08, 0x00, +0x00, 0x00, 0x00, 0x00, 0x02, 0x02, +0x00, 0x08, 0x00, 0x00, 0x00, 0x01, +0x00, 0x00, 0x04, 0x20, 0x80, 0x00, +0x00, 0x00, 0x80, 0x08, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x04, 0x00, +0x00, 0x04, 0x00, 0x40, 0x00, 0x00, +0x00, 0x00, 0x00, 0x04, 0x00, 0x00, +0x00, 0x80, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/face/warrenteitelman b/Bitmaps/freaknet.org/bitmaps/face/warrenteitelman new file mode 100644 index 0000000..e12958f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/face/warrenteitelman @@ -0,0 +1,43 @@ +#define warrenteitelman_width 26 +#define warrenteitelman_height 38 +static char warrenteitelman_bits[] = { +0xc0, 0x44, 0x02, 0x00, +0x80, 0xe6, 0x16, 0x00, +0x40, 0xab, 0x0e, 0x00, +0xc0, 0xff, 0x0f, 0x00, +0x60, 0x80, 0x39, 0x00, +0x18, 0x00, 0x20, 0x00, +0x48, 0x00, 0x68, 0x00, +0x88, 0x01, 0x46, 0x00, +0x0c, 0x86, 0x41, 0x00, +0x04, 0x68, 0x40, 0x00, +0x04, 0x87, 0xc3, 0x00, +0x84, 0x48, 0x84, 0x00, +0x84, 0x4e, 0x87, 0x00, +0x82, 0x4e, 0x87, 0x00, +0x02, 0x87, 0x83, 0x00, +0x02, 0x20, 0x80, 0x00, +0x02, 0x20, 0x80, 0x00, +0x02, 0x20, 0x80, 0x00, +0x02, 0x20, 0x80, 0x00, +0x02, 0x48, 0x80, 0x00, +0x02, 0x78, 0x80, 0x00, +0x02, 0x00, 0x80, 0x00, +0x02, 0x00, 0x80, 0x00, +0x02, 0x1e, 0x40, 0x00, +0x02, 0x61, 0x40, 0x00, +0x04, 0x81, 0x40, 0x00, +0x04, 0x00, 0x21, 0x00, +0x08, 0x00, 0x30, 0x00, +0x18, 0x00, 0x10, 0x00, +0x30, 0x00, 0x0c, 0x00, +0xc0, 0x01, 0x06, 0x00, +0x00, 0xfe, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, +0x91, 0xdc, 0x5d, 0x02, +0x55, 0x55, 0xc5, 0x02, +0xd5, 0xdd, 0x4d, 0x03, +0x55, 0xcd, 0x44, 0x02, +0x5b, 0x55, 0x5d, 0x02, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/boy1 b/Bitmaps/freaknet.org/bitmaps/frame/boy1 new file mode 100644 index 0000000..b7476bf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/boy1 @@ -0,0 +1,36 @@ +#define boy1_width 32 +#define boy1_height 31 +static char boy1_bits[] = { +0x00, 0x00, 0x00, 0x1e, +0x00, 0x00, 0x80, 0x3f, +0x00, 0x00, 0xe0, 0x2f, +0x00, 0x00, 0xf8, 0x0f, +0x00, 0x00, 0xfc, 0x0f, +0x00, 0x00, 0xfc, 0x0f, +0x00, 0x00, 0xfc, 0x0d, +0x00, 0x00, 0xfc, 0x0d, +0x00, 0x00, 0xf8, 0x1f, +0x00, 0x80, 0xf3, 0x1d, +0x00, 0xc0, 0xe7, 0x13, +0x00, 0xe0, 0xef, 0x0f, +0x00, 0x70, 0xfe, 0x01, +0x00, 0x70, 0x7e, 0x00, +0x00, 0x30, 0x7f, 0x10, +0x00, 0x80, 0x7f, 0x1e, +0x00, 0xe0, 0x7f, 0x1e, +0x80, 0xf3, 0x7f, 0x0f, +0xc0, 0xf3, 0xff, 0x03, +0xe0, 0xfb, 0xef, 0x01, +0xf0, 0xff, 0xc7, 0x00, +0x70, 0xff, 0x01, 0x00, +0x30, 0xf7, 0x01, 0x00, +0x00, 0xc3, 0x01, 0x00, +0x00, 0xc0, 0xc1, 0x00, +0x00, 0xc0, 0xe1, 0x00, +0x00, 0x80, 0xf3, 0x00, +0x00, 0x80, 0x7f, 0x00, +0x00, 0x00, 0x3f, 0x00, +0x00, 0x00, 0x0f, 0x00, +0x00, 0x00, 0x06, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/boy2 b/Bitmaps/freaknet.org/bitmaps/frame/boy2 new file mode 100644 index 0000000..373ac85 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/boy2 @@ -0,0 +1,36 @@ +#define boy2_width 32 +#define boy2_height 31 +static char boy2_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x3e, +0x00, 0x00, 0x00, 0x7f, +0x00, 0x00, 0xc0, 0x7f, +0x00, 0x00, 0xf0, 0x3f, +0x00, 0x00, 0xf8, 0x1f, +0x00, 0x00, 0xfc, 0x1f, +0x00, 0x00, 0xfc, 0x1f, +0x00, 0x00, 0xf8, 0x1b, +0x00, 0x80, 0xf9, 0x1b, +0x00, 0xc0, 0xf3, 0x3f, +0x00, 0xe0, 0xe7, 0x3b, +0x00, 0x60, 0xff, 0x27, +0x00, 0x60, 0xfe, 0x1f, +0x00, 0x60, 0x7f, 0x00, +0x00, 0xf0, 0x3f, 0x00, +0x00, 0xfc, 0x3f, 0x06, +0x00, 0xfe, 0x3f, 0x07, +0x00, 0xff, 0xbf, 0x07, +0x00, 0xff, 0xfb, 0x03, +0x00, 0xfe, 0xf1, 0x01, +0x00, 0xfe, 0x01, 0x00, +0x00, 0xff, 0x03, 0x00, +0x80, 0xf7, 0x03, 0x00, +0x80, 0xf3, 0x00, 0x00, +0x00, 0x78, 0x00, 0x00, +0x00, 0xfe, 0x01, 0x00, +0x00, 0xff, 0x00, 0x00, +0x00, 0x3f, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/boy3 b/Bitmaps/freaknet.org/bitmaps/frame/boy3 new file mode 100644 index 0000000..a280e08 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/boy3 @@ -0,0 +1,36 @@ +#define boy3_width 32 +#define boy3_height 31 +static char boy3_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7e, +0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0xf0, 0xff, +0x00, 0x00, 0xf0, 0x3f, +0x00, 0x00, 0xf0, 0x37, +0x00, 0x00, 0xf0, 0x37, +0x00, 0x00, 0xf0, 0x7f, +0x00, 0x00, 0xe0, 0x77, +0x00, 0x00, 0x80, 0x4f, +0x00, 0x00, 0x80, 0x3f, +0x00, 0x00, 0xe0, 0x07, +0x00, 0x00, 0xfc, 0x01, +0x00, 0x00, 0xff, 0x00, +0x00, 0x80, 0xff, 0x00, +0x00, 0x80, 0xff, 0x00, +0x00, 0xc0, 0x7f, 0x00, +0x00, 0xe0, 0xff, 0x01, +0x00, 0xf0, 0xff, 0x01, +0x00, 0xf8, 0x3f, 0x00, +0x00, 0xfc, 0xff, 0x01, +0x00, 0xff, 0xff, 0x00, +0x80, 0x3f, 0x3f, 0x00, +0xc0, 0x03, 0x7c, 0x00, +0xf0, 0x00, 0x70, 0x00, +0x78, 0x00, 0x00, 0x00, +0x78, 0x00, 0x00, 0x00, +0x38, 0x00, 0x00, 0x00, +0x78, 0x00, 0x00, 0x00, +0x78, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/boy4 b/Bitmaps/freaknet.org/bitmaps/frame/boy4 new file mode 100644 index 0000000..4be5b80 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/boy4 @@ -0,0 +1,36 @@ +#define boy4_width 32 +#define boy4_height 31 +static char boy4_bits[] = { +0x00, 0x00, 0x80, 0x7f, +0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0xf0, 0xff, +0x00, 0x00, 0xf0, 0xbf, +0x00, 0x00, 0xf0, 0x3f, +0x00, 0x00, 0xf0, 0x37, +0x00, 0x00, 0xe0, 0x37, +0x00, 0xb0, 0xe3, 0x7f, +0x00, 0xf8, 0xc7, 0x77, +0x00, 0x78, 0x9e, 0x4f, +0x00, 0x00, 0xfc, 0x3f, +0x00, 0x00, 0xfc, 0x00, +0x00, 0x00, 0x7f, 0xc0, +0xfc, 0xe0, 0xff, 0xe1, +0x7f, 0xf8, 0xff, 0xff, +0x7f, 0xfc, 0xff, 0x3f, +0x3f, 0xff, 0x0f, 0x00, +0xfc, 0xff, 0x07, 0x00, +0xfc, 0xff, 0x03, 0x06, +0xf8, 0xff, 0x0f, 0x07, +0x00, 0x00, 0x1f, 0x07, +0x00, 0x00, 0xfc, 0x03, +0x00, 0x00, 0xf8, 0x03, +0x00, 0x00, 0xf0, 0x01, +0x00, 0x00, 0x60, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/horse1 b/Bitmaps/freaknet.org/bitmaps/frame/horse1 new file mode 100644 index 0000000..8a79574 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/horse1 @@ -0,0 +1,34 @@ +#define horse1_width 48 +#define horse1_height 29 +static char horse1_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x00, +0x00, 0x00, 0x00, 0x00, 0x6e, 0x00, +0x00, 0x00, 0x00, 0x80, 0xd9, 0x01, +0x00, 0x00, 0x00, 0x80, 0xfe, 0x03, +0x00, 0x00, 0x00, 0x60, 0xef, 0x04, +0x00, 0x00, 0x00, 0xf0, 0xe7, 0x11, +0x00, 0x00, 0x00, 0xdc, 0xe1, 0x23, +0x00, 0x00, 0x00, 0xf0, 0x70, 0x33, +0x00, 0xc0, 0xff, 0x7f, 0x3c, 0x0c, +0xc0, 0x3f, 0xf8, 0x03, 0x3e, 0x00, +0x70, 0x3d, 0x00, 0x00, 0x30, 0x00, +0xb8, 0x70, 0x18, 0x00, 0x10, 0x00, +0xa0, 0xd0, 0xf8, 0x00, 0x10, 0x00, +0x00, 0xd0, 0xb9, 0x0f, 0x1c, 0x00, +0x00, 0xf0, 0xf3, 0x3f, 0x0e, 0x00, +0x00, 0xa0, 0xfb, 0xfd, 0x1f, 0x00, +0x00, 0x7e, 0xcf, 0xfb, 0x7f, 0x00, +0x00, 0xfe, 0x07, 0xfe, 0x71, 0x00, +0x00, 0x86, 0x03, 0xc0, 0x3f, 0x00, +0x00, 0xc6, 0x03, 0xc0, 0x1f, 0x00, +0x00, 0xe6, 0x01, 0x80, 0x01, 0x00, +0x00, 0xc6, 0x01, 0x80, 0x01, 0x00, +0x80, 0x83, 0x03, 0x80, 0x01, 0x00, +0x80, 0x01, 0x07, 0x80, 0x03, 0x00, +0x00, 0x00, 0x0e, 0x80, 0x07, 0x00, +0x00, 0x00, 0x18, 0x00, 0x0c, 0x00, +0x00, 0x00, 0x38, 0x00, 0x1c, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/horse2 b/Bitmaps/freaknet.org/bitmaps/frame/horse2 new file mode 100644 index 0000000..de70ecc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/horse2 @@ -0,0 +1,34 @@ +#define horse2_width 48 +#define horse2_height 29 +static char horse2_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x30, 0x00, +0x00, 0x00, 0x00, 0x80, 0x7d, 0x00, +0x00, 0x00, 0x00, 0xa0, 0x9e, 0x00, +0x00, 0x00, 0x00, 0x10, 0x1f, 0x01, +0x00, 0x00, 0x00, 0xdc, 0x3f, 0x04, +0x00, 0x00, 0x00, 0xea, 0xfd, 0x0b, +0x00, 0x00, 0x00, 0xff, 0xdd, 0x09, +0x00, 0xe0, 0xff, 0x80, 0x1d, 0x03, +0xc0, 0x3f, 0x04, 0x00, 0x0c, 0x00, +0xe0, 0x0b, 0x04, 0x00, 0x08, 0x00, +0xf0, 0xe9, 0x36, 0x20, 0x08, 0x00, +0xb8, 0xf8, 0xff, 0x38, 0x08, 0x00, +0x00, 0xf8, 0xff, 0x3f, 0x0c, 0x00, +0x00, 0xf0, 0xff, 0x1d, 0x0f, 0x00, +0x00, 0xf0, 0xff, 0x1f, 0x38, 0x00, +0x00, 0xf0, 0xf1, 0xff, 0x7f, 0x00, +0x00, 0x7c, 0x00, 0xf8, 0x60, 0x00, +0x00, 0x3c, 0x00, 0x3c, 0x30, 0x00, +0x00, 0x1c, 0x00, 0x0c, 0x1c, 0x00, +0x00, 0x37, 0x00, 0x0e, 0x0c, 0x00, +0x00, 0x33, 0x00, 0x06, 0x00, 0x00, +0x00, 0x63, 0x00, 0x03, 0x00, 0x00, +0x00, 0x3b, 0x80, 0x00, 0x00, 0x00, +0x00, 0x1b, 0x80, 0x00, 0x00, 0x00, +0x00, 0x03, 0x80, 0x00, 0x00, 0x00, +0x00, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/horse3 b/Bitmaps/freaknet.org/bitmaps/frame/horse3 new file mode 100644 index 0000000..c4519d3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/horse3 @@ -0,0 +1,34 @@ +#define horse3_width 48 +#define horse3_height 29 +static char horse3_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7c, 0x01, +0x00, 0x00, 0x00, 0x80, 0xf7, 0x03, +0x00, 0x00, 0x00, 0x00, 0xfb, 0x04, +0x00, 0x00, 0x00, 0xfc, 0xfe, 0x08, +0x00, 0x00, 0x00, 0xe8, 0xef, 0x23, +0x00, 0x00, 0x00, 0xff, 0x77, 0x36, +0x00, 0xc0, 0xff, 0x01, 0x3f, 0x0c, +0xc0, 0x3f, 0x18, 0x00, 0x28, 0x00, +0xf0, 0x13, 0x0c, 0x00, 0x10, 0x00, +0xfc, 0x30, 0x3e, 0x1c, 0x18, 0x00, +0x50, 0xf8, 0x1c, 0x7e, 0x08, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x08, 0x00, +0x00, 0xf8, 0xfd, 0x7f, 0x1c, 0x00, +0x00, 0xf8, 0x07, 0x7f, 0xe0, 0x01, +0x00, 0xbc, 0x07, 0xe0, 0xff, 0x03, +0x00, 0x9e, 0x03, 0xe0, 0x00, 0x03, +0x00, 0xcf, 0x01, 0x70, 0x00, 0x03, +0x80, 0xc3, 0x00, 0x30, 0x00, 0x03, +0xc0, 0x80, 0x01, 0x18, 0x00, 0x03, +0x60, 0x00, 0x06, 0x0e, 0x00, 0x01, +0x30, 0x00, 0xcc, 0x03, 0x80, 0x00, +0x18, 0x00, 0x7c, 0x00, 0x00, 0x00, +0x18, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x18, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/horse4 b/Bitmaps/freaknet.org/bitmaps/frame/horse4 new file mode 100644 index 0000000..5b7beac --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/horse4 @@ -0,0 +1,34 @@ +#define horse4_width 48 +#define horse4_height 29 +static char horse4_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x00, +0x00, 0x00, 0x00, 0x00, 0x6e, 0x00, +0x00, 0x00, 0x00, 0x00, 0xd9, 0x00, +0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, +0x00, 0x00, 0x00, 0x00, 0xef, 0x01, +0x00, 0x00, 0x00, 0x80, 0xe7, 0x04, +0x00, 0x00, 0x00, 0x80, 0xfe, 0x10, +0x00, 0x00, 0x00, 0xd0, 0xff, 0x3f, +0x00, 0xc0, 0x3f, 0xb8, 0x7f, 0x33, +0xc0, 0xff, 0xfe, 0x07, 0x5e, 0x04, +0xe0, 0x33, 0x08, 0x00, 0x78, 0x00, +0x50, 0xb1, 0xf7, 0x30, 0x30, 0x00, +0x00, 0xf0, 0xfc, 0x71, 0x20, 0x00, +0x00, 0x70, 0xf6, 0x3b, 0x22, 0x00, +0x00, 0xb0, 0xf9, 0x3f, 0x3e, 0x00, +0x00, 0xf0, 0xfe, 0xff, 0x23, 0x00, +0x00, 0xf0, 0x1f, 0xfc, 0xcf, 0x00, +0x00, 0xfc, 0x1c, 0x80, 0xff, 0x01, +0x00, 0x1f, 0x18, 0x80, 0xe3, 0x03, +0x00, 0x07, 0x18, 0x00, 0x03, 0x03, +0x80, 0x01, 0x1c, 0x0e, 0x03, 0x06, +0xc0, 0x00, 0x38, 0xfc, 0x03, 0x0c, +0x6e, 0x00, 0x60, 0x00, 0x00, 0x18, +0x3c, 0x00, 0x80, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/horse5 b/Bitmaps/freaknet.org/bitmaps/frame/horse5 new file mode 100644 index 0000000..98f6258 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/horse5 @@ -0,0 +1,34 @@ +#define horse5_width 48 +#define horse5_height 29 +static char horse5_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, +0x00, 0x00, 0x00, 0x60, 0xe7, 0x00, +0x00, 0x00, 0x00, 0xf0, 0xc7, 0x01, +0x00, 0x00, 0x00, 0x78, 0xff, 0x04, +0x00, 0x00, 0x00, 0x38, 0xbf, 0x09, +0x00, 0x00, 0x00, 0xbc, 0xff, 0x17, +0x00, 0xc0, 0xff, 0xff, 0x3f, 0x1b, +0x80, 0xff, 0x3e, 0xfc, 0x38, 0x02, +0xc0, 0x17, 0x0a, 0x30, 0x1c, 0x00, +0xe0, 0x72, 0x18, 0x00, 0x1c, 0x00, +0xb0, 0x71, 0x3c, 0x00, 0x18, 0x00, +0x00, 0xf0, 0xef, 0x00, 0x08, 0x00, +0x00, 0xe0, 0xf7, 0x8f, 0x0b, 0x00, +0x00, 0xf0, 0xf9, 0x20, 0x0e, 0x00, +0x00, 0x3c, 0x0e, 0xff, 0x0c, 0x00, +0x00, 0xff, 0x0f, 0x80, 0x0f, 0x00, +0x80, 0x0f, 0x0e, 0x30, 0x1e, 0x00, +0x80, 0x01, 0x0c, 0x60, 0x1c, 0x00, +0xc0, 0x00, 0x1c, 0xc0, 0x3e, 0x00, +0xc0, 0x00, 0x18, 0x80, 0x63, 0x00, +0x6e, 0x00, 0x30, 0x00, 0xc0, 0x00, +0x3c, 0x00, 0x60, 0x00, 0x80, 0x01, +0x00, 0x00, 0xc0, 0x00, 0x00, 0x03, +0x00, 0x00, 0x80, 0x03, 0x00, 0x0e, +0x00, 0x00, 0x00, 0x07, 0x00, 0x1c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/index.html b/Bitmaps/freaknet.org/bitmaps/frame/index.html new file mode 100644 index 0000000..f8722c4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/index.html @@ -0,0 +1,29 @@ + + + + Index of /martin/tape/stuff/bitmaps/frame + + +

Index of /martin/tape/stuff/bitmaps/frame

+ + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]boy11988-12-18 21:14 852  
[   ]boy21988-12-18 21:14 852  
[   ]boy31988-12-18 21:14 852  
[   ]boy41988-12-18 21:14 852  
[   ]horse11988-12-18 21:14 1.1K 
[   ]horse21988-12-18 21:14 1.1K 
[   ]horse31988-12-18 21:14 1.1K 
[   ]horse41988-12-18 21:14 1.1K 
[   ]horse51988-12-18 21:14 1.1K 
[   ]man11988-12-18 21:14 324  
[   ]man21988-12-18 21:14 324  
[   ]man31988-12-18 21:14 324  
[   ]man41988-12-18 21:14 324  
[   ]man51988-12-18 21:14 324  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=M;O=A new file mode 100644 index 0000000..c05bad3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=M;O=A @@ -0,0 +1,29 @@ + + + + Index of /martin/tape/stuff/bitmaps/frame + + +

Index of /martin/tape/stuff/bitmaps/frame

+ + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]boy11988-12-18 21:14 852  
[   ]boy21988-12-18 21:14 852  
[   ]boy31988-12-18 21:14 852  
[   ]boy41988-12-18 21:14 852  
[   ]horse11988-12-18 21:14 1.1K 
[   ]horse21988-12-18 21:14 1.1K 
[   ]horse31988-12-18 21:14 1.1K 
[   ]horse41988-12-18 21:14 1.1K 
[   ]horse51988-12-18 21:14 1.1K 
[   ]man11988-12-18 21:14 324  
[   ]man21988-12-18 21:14 324  
[   ]man31988-12-18 21:14 324  
[   ]man41988-12-18 21:14 324  
[   ]man51988-12-18 21:14 324  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=N;O=D new file mode 100644 index 0000000..53d3aa0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=N;O=D @@ -0,0 +1,29 @@ + + + + Index of /martin/tape/stuff/bitmaps/frame + + +

Index of /martin/tape/stuff/bitmaps/frame

+ + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]man51988-12-18 21:14 324  
[   ]man41988-12-18 21:14 324  
[   ]man31988-12-18 21:14 324  
[   ]man21988-12-18 21:14 324  
[   ]man11988-12-18 21:14 324  
[   ]horse51988-12-18 21:14 1.1K 
[   ]horse41988-12-18 21:14 1.1K 
[   ]horse31988-12-18 21:14 1.1K 
[   ]horse21988-12-18 21:14 1.1K 
[   ]horse11988-12-18 21:14 1.1K 
[   ]boy41988-12-18 21:14 852  
[   ]boy31988-12-18 21:14 852  
[   ]boy21988-12-18 21:14 852  
[   ]boy11988-12-18 21:14 852  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=S;O=A b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=S;O=A new file mode 100644 index 0000000..040130b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/index.html?C=S;O=A @@ -0,0 +1,29 @@ + + + + Index of /martin/tape/stuff/bitmaps/frame + + +

Index of /martin/tape/stuff/bitmaps/frame

+ + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]man11988-12-18 21:14 324  
[   ]man21988-12-18 21:14 324  
[   ]man31988-12-18 21:14 324  
[   ]man41988-12-18 21:14 324  
[   ]man51988-12-18 21:14 324  
[   ]boy11988-12-18 21:14 852  
[   ]boy21988-12-18 21:14 852  
[   ]boy31988-12-18 21:14 852  
[   ]boy41988-12-18 21:14 852  
[   ]horse11988-12-18 21:14 1.1K 
[   ]horse21988-12-18 21:14 1.1K 
[   ]horse31988-12-18 21:14 1.1K 
[   ]horse41988-12-18 21:14 1.1K 
[   ]horse51988-12-18 21:14 1.1K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/frame/man1 b/Bitmaps/freaknet.org/bitmaps/frame/man1 new file mode 100644 index 0000000..b71474b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/man1 @@ -0,0 +1,24 @@ +#define man1_width 16 +#define man1_height 19 +static char man1_bits[] = { +0x00, 0x00, +0x00, 0x38, +0x00, 0x7c, +0x00, 0x7c, +0x00, 0x7c, +0x00, 0x38, +0x00, 0x0f, +0xc0, 0x0f, +0xf0, 0x0f, +0xb8, 0x0f, +0xdc, 0xdf, +0xcc, 0xff, +0xe0, 0x3b, +0xe0, 0x03, +0xf0, 0x03, +0x3f, 0xc7, +0x07, 0x6e, +0x0e, 0x3c, +0x0c, 0x18, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/man2 b/Bitmaps/freaknet.org/bitmaps/frame/man2 new file mode 100644 index 0000000..9c2344d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/man2 @@ -0,0 +1,24 @@ +#define man2_width 16 +#define man2_height 19 +static char man2_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x1c, +0x00, 0x3e, +0x00, 0x3e, +0x00, 0x3e, +0x00, 0x1c, +0x80, 0x07, +0xe0, 0x07, +0xf0, 0x07, +0xf8, 0x07, +0xec, 0x6f, +0xec, 0x7f, +0xe0, 0x03, +0xf6, 0x01, +0xbe, 0x03, +0x1f, 0x07, +0x03, 0x07, +0x82, 0x1f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/man3 b/Bitmaps/freaknet.org/bitmaps/frame/man3 new file mode 100644 index 0000000..6ecded3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/man3 @@ -0,0 +1,24 @@ +#define man3_width 16 +#define man3_height 19 +static char man3_bits[] = { +0x00, 0x00, +0x00, 0x0e, +0x00, 0x1f, +0x00, 0x1f, +0x00, 0x1f, +0x00, 0x0e, +0xc0, 0x03, +0xe0, 0x03, +0xf0, 0x01, +0xf8, 0x01, +0xf8, 0x01, +0xf8, 0x07, +0xf8, 0x07, +0x7b, 0x00, +0x7f, 0x00, +0xdf, 0x00, +0xe7, 0x00, +0x73, 0x00, +0xf0, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/man4 b/Bitmaps/freaknet.org/bitmaps/frame/man4 new file mode 100644 index 0000000..8e51795 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/man4 @@ -0,0 +1,24 @@ +#define man4_width 16 +#define man4_height 19 +static char man4_bits[] = { +0x80, 0x03, +0xc0, 0x07, +0xc0, 0x07, +0xc0, 0x07, +0x80, 0x03, +0xe0, 0x00, +0xf0, 0x00, +0xf8, 0x00, +0x78, 0x00, +0x7c, 0x00, +0x7c, 0x00, +0xfc, 0x00, +0xfc, 0x00, +0x3c, 0x00, +0x3e, 0x00, +0x1e, 0x00, +0x0e, 0x00, +0x0e, 0x00, +0x3f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/frame/man5 b/Bitmaps/freaknet.org/bitmaps/frame/man5 new file mode 100644 index 0000000..31a0623 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/frame/man5 @@ -0,0 +1,24 @@ +#define man5_width 16 +#define man5_height 19 +static char man5_bits[] = { +0x00, 0x00, +0x00, 0x07, +0x80, 0x0f, +0x80, 0x0f, +0x80, 0x0f, +0x00, 0x07, +0xe0, 0x01, +0xf8, 0x01, +0xf8, 0x01, +0xf8, 0x01, +0xf8, 0x0d, +0xf8, 0x0f, +0xf0, 0x00, +0xf0, 0x01, +0xb0, 0x03, +0xf8, 0x01, +0xde, 0x03, +0x0e, 0x01, +0x3e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/getfont b/Bitmaps/freaknet.org/bitmaps/icon/getfont new file mode 100644 index 0000000..d7b065c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/getfont @@ -0,0 +1,31 @@ +#define getfont_width 58 +#define getfont_height 26 +static char getfont_bits[] = { +0xf0, 0x7f, 0x30, 0xb3, 0x33, 0xb3, 0x33, 0x03, +0xf8, 0x5f, 0xa8, 0x29, 0xab, 0x19, 0xba, 0x02, +0x18, 0x88, 0x28, 0x11, 0x3a, 0x2a, 0x29, 0x03, +0x00, 0x84, 0x98, 0xbb, 0x91, 0x99, 0x98, 0x01, +0x01, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x03, 0x86, 0x20, 0x33, 0x33, 0x33, 0xa5, 0x01, +0x83, 0x8f, 0x30, 0x8b, 0x9a, 0x89, 0x93, 0x00, +0x46, 0x54, 0xa8, 0x8a, 0x8a, 0xa8, 0x92, 0x00, +0x2c, 0x28, 0xa8, 0xdb, 0x59, 0x98, 0x92, 0x00, +0x18, 0x09, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x10, 0x08, 0x00, 0x03, 0x04, 0x41, 0x2a, 0x00, +0x20, 0x04, 0xb0, 0x31, 0xb3, 0x2c, 0x50, 0x00, +0xc0, 0x03, 0xa8, 0x8a, 0x9a, 0x6d, 0x35, 0x00, +0x00, 0x00, 0xb8, 0x99, 0x99, 0x68, 0x55, 0x00, +0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x04, 0x00, +0x00, 0x00, 0x00, 0x18, 0x00, 0x02, 0x02, 0x00, +0x00, 0x00, 0x06, 0x3c, 0x00, 0xc0, 0x00, 0x00, +0xf0, 0x38, 0x06, 0x0c, 0xe7, 0xc3, 0x00, 0x00, +0xf8, 0x6c, 0x0f, 0x9e, 0xcf, 0xe7, 0x01, 0x00, +0x58, 0x7c, 0x06, 0x8c, 0xcd, 0xc6, 0x00, 0x00, +0x78, 0x0c, 0x06, 0x8c, 0xcd, 0xc6, 0x00, 0x00, +0xfc, 0x7c, 0x06, 0x8c, 0xcf, 0xc6, 0x00, 0x00, +0xcc, 0x38, 0x0c, 0x1e, 0xe7, 0x8e, 0x01, 0x00, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/gfxtool b/Bitmaps/freaknet.org/bitmaps/icon/gfxtool new file mode 100644 index 0000000..e8974ce --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/gfxtool @@ -0,0 +1,69 @@ +#define gfxtool_width 64 +#define gfxtool_height 64 +static char gfxtool_bits[] = { +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, +0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, +0x05, 0x00, 0x00, 0x7c, 0xc0, 0x03, 0x00, 0x30, +0x04, 0x00, 0x00, 0x83, 0x01, 0x0c, 0xe0, 0x60, +0x04, 0x00, 0x80, 0x00, 0x42, 0x10, 0x10, 0x61, +0x05, 0x00, 0x42, 0x00, 0x84, 0x20, 0x10, 0x22, +0x05, 0x00, 0x43, 0x00, 0x84, 0x20, 0x08, 0x22, +0x04, 0x80, 0x22, 0x00, 0x08, 0x20, 0x08, 0x62, +0x04, 0x40, 0x22, 0x00, 0x88, 0x20, 0x04, 0x62, +0x05, 0x20, 0x22, 0x00, 0x88, 0x20, 0x04, 0x22, +0x05, 0x10, 0x22, 0x00, 0x88, 0x20, 0x04, 0x22, +0x04, 0x08, 0x22, 0x00, 0x08, 0x20, 0x04, 0x62, +0x04, 0x04, 0x42, 0x00, 0x84, 0x20, 0x04, 0x62, +0x05, 0x02, 0x42, 0x00, 0x84, 0x20, 0x04, 0x22, +0x05, 0x01, 0x82, 0x00, 0x82, 0x20, 0x04, 0x22, +0x84, 0x00, 0x02, 0x83, 0x01, 0x20, 0x04, 0x62, +0xc4, 0xff, 0x03, 0x7c, 0x80, 0x20, 0x04, 0x62, +0x05, 0x00, 0x00, 0x00, 0x80, 0x20, 0x08, 0x22, +0x05, 0x00, 0x00, 0x00, 0x80, 0x20, 0x08, 0x22, +0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x08, 0x62, +0x04, 0x00, 0x00, 0x00, 0x80, 0x20, 0x08, 0x64, +0x05, 0x00, 0x00, 0x00, 0x80, 0x20, 0x08, 0x24, +0x05, 0x00, 0x00, 0x00, 0x80, 0x20, 0x08, 0x20, +0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x10, 0x60, +0x04, 0xf0, 0x03, 0x00, 0x80, 0x20, 0x10, 0x60, +0x05, 0x88, 0x1c, 0x00, 0x80, 0x20, 0x90, 0x61, +0x05, 0x14, 0xe1, 0x00, 0x80, 0x20, 0x52, 0x21, +0x04, 0x04, 0x01, 0x07, 0x01, 0x20, 0xfc, 0x60, +0x04, 0x02, 0x01, 0xf8, 0x81, 0x20, 0x28, 0x60, +0x05, 0x62, 0x01, 0x10, 0x01, 0x23, 0xc4, 0x20, +0x05, 0x9e, 0x01, 0x00, 0x02, 0x2c, 0x82, 0x20, +0x04, 0xe0, 0x01, 0x10, 0x02, 0x30, 0x82, 0x60, +0x04, 0x10, 0x00, 0x10, 0x02, 0x20, 0x82, 0x60, +0xc5, 0x1f, 0x02, 0x20, 0x02, 0x20, 0x82, 0x20, +0x25, 0x81, 0x83, 0x3f, 0x02, 0x20, 0x82, 0x20, +0xc4, 0x7e, 0x7e, 0x41, 0x03, 0x20, 0x44, 0x60, +0x04, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x38, 0x60, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, +0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, +0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/index.html b/Bitmaps/freaknet.org/bitmaps/icon/index.html new file mode 100644 index 0000000..6fbe415 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/index.html @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/icon + + +

Index of /martin/tape/stuff/bitmaps/icon

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]be1988-12-18 21:14 3.1K 
[   ]browse1988-12-18 21:14 3.1K 
[   ]calibrate1988-12-18 21:14 3.2K 
[   ]charattributes1988-12-18 21:14 1.0K 
[   ]core_eye1988-12-18 21:15 3.1K 
[   ]cuekitbutton1988-12-18 21:15 2.8K 
[   ]cuekitbuttonin1988-12-18 21:15 2.8K 
[   ]diricon1988-12-18 21:15 3.1K 
[   ]easel1988-12-18 21:15 3.1K 
[   ]fe1988-12-18 21:15 3.1K 
[   ]fredicon1988-12-18 21:15 3.1K 
[   ]getchar1988-12-18 21:15 1.3K 
[   ]getfont1988-12-18 21:15 1.3K 
[   ]gfxtool1988-12-18 21:15 3.1K 
[   ]meterbutton1988-12-18 21:15 2.8K 
[   ]meterbuttonin1988-12-18 21:15 2.8K 
[   ]movie1988-12-18 21:15 1.3K 
[   ]newsicon1988-12-18 21:15 3.1K 
[   ]otty1988-12-18 21:15 3.1K 
[   ]pencil1988-12-18 21:15 883  
[   ]play1988-12-18 21:15 1.5K 
[   ]putchar1988-12-18 21:15 1.3K 
[   ]putfont1988-12-18 21:15 1.3K 
[   ]quit1988-12-18 21:15 952  
[   ]scroll_11988-12-18 21:15 1.6K 
[   ]scroll_21988-12-18 21:15 1.2K 
[   ]sdbicon1988-12-18 21:15 3.1K 
[   ]shell1988-12-18 21:15 3.1K 
[   ]stop1988-12-18 21:15 2.5K 
[   ]stopplay1988-12-18 21:15 889  
[   ]stopplayloop1988-12-18 21:15 1.1K 
[   ]texture1988-12-18 21:15 3.1K 
[   ]tty1988-12-18 21:15 3.1K 
[   ]yield1988-12-18 21:15 1.8K 
[   ]zoom1988-12-18 21:15 702  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=M;O=A new file mode 100644 index 0000000..fe0cc77 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=M;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/icon + + +

Index of /martin/tape/stuff/bitmaps/icon

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]be1988-12-18 21:14 3.1K 
[   ]browse1988-12-18 21:14 3.1K 
[   ]calibrate1988-12-18 21:14 3.2K 
[   ]charattributes1988-12-18 21:14 1.0K 
[   ]core_eye1988-12-18 21:15 3.1K 
[   ]cuekitbutton1988-12-18 21:15 2.8K 
[   ]cuekitbuttonin1988-12-18 21:15 2.8K 
[   ]diricon1988-12-18 21:15 3.1K 
[   ]easel1988-12-18 21:15 3.1K 
[   ]fe1988-12-18 21:15 3.1K 
[   ]fredicon1988-12-18 21:15 3.1K 
[   ]getchar1988-12-18 21:15 1.3K 
[   ]getfont1988-12-18 21:15 1.3K 
[   ]gfxtool1988-12-18 21:15 3.1K 
[   ]meterbutton1988-12-18 21:15 2.8K 
[   ]meterbuttonin1988-12-18 21:15 2.8K 
[   ]movie1988-12-18 21:15 1.3K 
[   ]newsicon1988-12-18 21:15 3.1K 
[   ]otty1988-12-18 21:15 3.1K 
[   ]pencil1988-12-18 21:15 883  
[   ]play1988-12-18 21:15 1.5K 
[   ]putchar1988-12-18 21:15 1.3K 
[   ]putfont1988-12-18 21:15 1.3K 
[   ]quit1988-12-18 21:15 952  
[   ]scroll_11988-12-18 21:15 1.6K 
[   ]scroll_21988-12-18 21:15 1.2K 
[   ]sdbicon1988-12-18 21:15 3.1K 
[   ]shell1988-12-18 21:15 3.1K 
[   ]stop1988-12-18 21:15 2.5K 
[   ]stopplay1988-12-18 21:15 889  
[   ]stopplayloop1988-12-18 21:15 1.1K 
[   ]texture1988-12-18 21:15 3.1K 
[   ]tty1988-12-18 21:15 3.1K 
[   ]yield1988-12-18 21:15 1.8K 
[   ]zoom1988-12-18 21:15 702  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=N;O=D new file mode 100644 index 0000000..d33d057 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=N;O=D @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/icon + + +

Index of /martin/tape/stuff/bitmaps/icon

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]zoom1988-12-18 21:15 702  
[   ]yield1988-12-18 21:15 1.8K 
[   ]tty1988-12-18 21:15 3.1K 
[   ]texture1988-12-18 21:15 3.1K 
[   ]stopplayloop1988-12-18 21:15 1.1K 
[   ]stopplay1988-12-18 21:15 889  
[   ]stop1988-12-18 21:15 2.5K 
[   ]shell1988-12-18 21:15 3.1K 
[   ]sdbicon1988-12-18 21:15 3.1K 
[   ]scroll_21988-12-18 21:15 1.2K 
[   ]scroll_11988-12-18 21:15 1.6K 
[   ]quit1988-12-18 21:15 952  
[   ]putfont1988-12-18 21:15 1.3K 
[   ]putchar1988-12-18 21:15 1.3K 
[   ]play1988-12-18 21:15 1.5K 
[   ]pencil1988-12-18 21:15 883  
[   ]otty1988-12-18 21:15 3.1K 
[   ]newsicon1988-12-18 21:15 3.1K 
[   ]movie1988-12-18 21:15 1.3K 
[   ]meterbuttonin1988-12-18 21:15 2.8K 
[   ]meterbutton1988-12-18 21:15 2.8K 
[   ]gfxtool1988-12-18 21:15 3.1K 
[   ]getfont1988-12-18 21:15 1.3K 
[   ]getchar1988-12-18 21:15 1.3K 
[   ]fredicon1988-12-18 21:15 3.1K 
[   ]fe1988-12-18 21:15 3.1K 
[   ]easel1988-12-18 21:15 3.1K 
[   ]diricon1988-12-18 21:15 3.1K 
[   ]cuekitbuttonin1988-12-18 21:15 2.8K 
[   ]cuekitbutton1988-12-18 21:15 2.8K 
[   ]core_eye1988-12-18 21:15 3.1K 
[   ]charattributes1988-12-18 21:14 1.0K 
[   ]calibrate1988-12-18 21:14 3.2K 
[   ]browse1988-12-18 21:14 3.1K 
[   ]be1988-12-18 21:14 3.1K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=S;O=A b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=S;O=A new file mode 100644 index 0000000..6147fb9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/index.html?C=S;O=A @@ -0,0 +1,50 @@ + + + + Index of /martin/tape/stuff/bitmaps/icon + + +

Index of /martin/tape/stuff/bitmaps/icon

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]zoom1988-12-18 21:15 702  
[   ]pencil1988-12-18 21:15 883  
[   ]stopplay1988-12-18 21:15 889  
[   ]quit1988-12-18 21:15 952  
[   ]charattributes1988-12-18 21:14 1.0K 
[   ]stopplayloop1988-12-18 21:15 1.1K 
[   ]scroll_21988-12-18 21:15 1.2K 
[   ]movie1988-12-18 21:15 1.3K 
[   ]getchar1988-12-18 21:15 1.3K 
[   ]putchar1988-12-18 21:15 1.3K 
[   ]getfont1988-12-18 21:15 1.3K 
[   ]putfont1988-12-18 21:15 1.3K 
[   ]play1988-12-18 21:15 1.5K 
[   ]scroll_11988-12-18 21:15 1.6K 
[   ]yield1988-12-18 21:15 1.8K 
[   ]stop1988-12-18 21:15 2.5K 
[   ]meterbutton1988-12-18 21:15 2.8K 
[   ]cuekitbutton1988-12-18 21:15 2.8K 
[   ]meterbuttonin1988-12-18 21:15 2.8K 
[   ]cuekitbuttonin1988-12-18 21:15 2.8K 
[   ]newsicon1988-12-18 21:15 3.1K 
[   ]be1988-12-18 21:14 3.1K 
[   ]fe1988-12-18 21:15 3.1K 
[   ]tty1988-12-18 21:15 3.1K 
[   ]otty1988-12-18 21:15 3.1K 
[   ]easel1988-12-18 21:15 3.1K 
[   ]shell1988-12-18 21:15 3.1K 
[   ]browse1988-12-18 21:14 3.1K 
[   ]diricon1988-12-18 21:15 3.1K 
[   ]gfxtool1988-12-18 21:15 3.1K 
[   ]sdbicon1988-12-18 21:15 3.1K 
[   ]texture1988-12-18 21:15 3.1K 
[   ]core_eye1988-12-18 21:15 3.1K 
[   ]fredicon1988-12-18 21:15 3.1K 
[   ]calibrate1988-12-18 21:14 3.2K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/icon/meterbutton b/Bitmaps/freaknet.org/bitmaps/icon/meterbutton new file mode 100644 index 0000000..216ef19 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/meterbutton @@ -0,0 +1,51 @@ +#define meterbutton_width 79 +#define meterbutton_height 46 +static char meterbutton_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xbb, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xbb, 0xbb, 0x7b, +0xef, 0x00, 0xe8, 0x00, 0x68, 0x00, 0xe8, 0xee, 0xee, 0x6e, +0xbb, 0xc0, 0xb8, 0xc0, 0x78, 0x00, 0xb8, 0xff, 0xff, 0x7f, +0xef, 0x20, 0xe9, 0x20, 0x69, 0xc1, 0xeb, 0x02, 0x00, 0x68, +0xbb, 0x10, 0xb9, 0x20, 0x79, 0x22, 0xb8, 0xfb, 0xff, 0x7b, +0xef, 0x0e, 0xea, 0x10, 0x69, 0x22, 0xe8, 0x0a, 0x00, 0x6a, +0xbb, 0x00, 0xb8, 0x0e, 0x7a, 0x14, 0xb8, 0x0b, 0x18, 0x7a, +0xef, 0x00, 0xe8, 0x00, 0x68, 0x18, 0xe8, 0x0a, 0x1b, 0x6a, +0xbb, 0x00, 0xb8, 0xbf, 0x7f, 0x00, 0xb8, 0x0b, 0x1b, 0x7a, +0xef, 0x00, 0xe8, 0xbe, 0x6f, 0x00, 0xe8, 0x6a, 0x1b, 0x6a, +0xbb, 0xdf, 0xbf, 0x07, 0xba, 0xdf, 0xbf, 0x6b, 0xdb, 0x7a, +0xef, 0xde, 0xef, 0xf6, 0xee, 0xde, 0xef, 0x6a, 0xdb, 0x6a, +0xbb, 0x03, 0xbc, 0x97, 0xba, 0x03, 0xba, 0x6b, 0xdb, 0x7a, +0xef, 0xf2, 0xec, 0x96, 0xee, 0x72, 0xee, 0x6a, 0xdb, 0x6a, +0xbb, 0x8b, 0xbd, 0xf7, 0xba, 0xab, 0xba, 0xfb, 0xff, 0x7b, +0xef, 0x4a, 0xed, 0xf6, 0xee, 0xaa, 0xee, 0x02, 0x00, 0x68, +0xbb, 0x0b, 0xbd, 0xf7, 0xba, 0x8b, 0xba, 0xff, 0xfb, 0x7f, +0xef, 0xf2, 0xec, 0xf6, 0xee, 0x72, 0xee, 0x2e, 0x00, 0x6f, +0xbb, 0x03, 0xbc, 0xf7, 0xba, 0x03, 0xba, 0xbb, 0x00, 0x7b, +0xef, 0xde, 0xef, 0x06, 0xee, 0xfe, 0xef, 0xae, 0x00, 0x6f, +0xbb, 0x07, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x00, 0x7b, +0xef, 0x76, 0xef, 0xee, 0xee, 0xee, 0xee, 0xae, 0x01, 0x6f, +0xbb, 0x57, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x3b, 0x03, 0x7b, +0xef, 0x76, 0xef, 0xee, 0xee, 0xee, 0xee, 0x2e, 0x7e, 0x6f, +0xbb, 0x77, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x3b, 0x00, 0x7b, +0xef, 0x06, 0xef, 0xee, 0xee, 0xee, 0xee, 0xee, 0xff, 0x6e, +0xbb, 0xfb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x7b, +0xef, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x6e, +0xbb, 0x08, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7b, +0xef, 0x18, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x6f, +0xbb, 0x38, 0xe0, 0xfe, 0xfd, 0xfb, 0xe7, 0x0f, 0x8f, 0x7b, +0xef, 0x78, 0xf0, 0x8c, 0x6d, 0x33, 0xc6, 0x98, 0x99, 0x6f, +0xbb, 0xd8, 0xd8, 0x0c, 0x65, 0x32, 0xc4, 0x98, 0x99, 0x7b, +0xef, 0x98, 0xcd, 0x4c, 0x60, 0x30, 0xc1, 0x98, 0x81, 0x6f, +0xbb, 0x18, 0xc7, 0x7c, 0x60, 0xf0, 0xc1, 0x0f, 0x8f, 0x7b, +0xef, 0x18, 0xc2, 0x7c, 0x60, 0xf0, 0xc1, 0x04, 0x98, 0x6f, +0xbb, 0x18, 0xc0, 0x4c, 0x60, 0x30, 0xc1, 0x0c, 0x98, 0x7b, +0xef, 0x18, 0xc0, 0x0c, 0x62, 0x30, 0xc8, 0x0c, 0x99, 0x6f, +0xbb, 0x18, 0xc0, 0x0c, 0x62, 0x30, 0xc8, 0x8c, 0x99, 0x7b, +0xef, 0x18, 0xc0, 0x0c, 0x63, 0x30, 0xcc, 0xec, 0x99, 0x6f, +0xbb, 0x3c, 0xe0, 0xff, 0xf3, 0xf8, 0xef, 0x18, 0x8f, 0x7b, +0xef, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x6f, +0xbb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, +0xef, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x6f, +0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x7b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/meterbuttonin b/Bitmaps/freaknet.org/bitmaps/icon/meterbuttonin new file mode 100644 index 0000000..eecbced --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/meterbuttonin @@ -0,0 +1,51 @@ +#define meterbuttonin_width 79 +#define meterbuttonin_height 46 +static char meterbuttonin_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x44, 0x00, 0x40, 0x00, 0x40, 0x00, 0x40, 0x44, 0x44, 0x04, +0x10, 0xff, 0x17, 0xff, 0x97, 0xff, 0x17, 0x11, 0x11, 0x11, +0x44, 0x3f, 0x47, 0x3f, 0x87, 0xff, 0x47, 0x00, 0x00, 0x00, +0x10, 0xdf, 0x16, 0xdf, 0x96, 0x3e, 0x14, 0xfd, 0xff, 0x17, +0x44, 0xef, 0x46, 0xdf, 0x86, 0xdd, 0x47, 0x04, 0x00, 0x04, +0x10, 0xf1, 0x15, 0xef, 0x96, 0xdd, 0x17, 0xf5, 0xff, 0x15, +0x44, 0xff, 0x47, 0xf1, 0x85, 0xeb, 0x47, 0xf4, 0xe7, 0x05, +0x10, 0xff, 0x17, 0xff, 0x97, 0xe7, 0x17, 0xf5, 0xe4, 0x15, +0x44, 0xff, 0x47, 0x40, 0x80, 0xff, 0x47, 0xf4, 0xe4, 0x05, +0x10, 0xff, 0x17, 0x41, 0x90, 0xff, 0x17, 0x95, 0xe4, 0x15, +0x44, 0x20, 0x40, 0xf8, 0x45, 0x20, 0x40, 0x94, 0x24, 0x05, +0x10, 0x21, 0x10, 0x09, 0x11, 0x21, 0x10, 0x95, 0x24, 0x15, +0x44, 0xfc, 0x43, 0x68, 0x45, 0xfc, 0x45, 0x94, 0x24, 0x05, +0x10, 0x0d, 0x13, 0x69, 0x11, 0x8d, 0x11, 0x95, 0x24, 0x15, +0x44, 0x74, 0x42, 0x08, 0x45, 0x54, 0x45, 0x04, 0x00, 0x04, +0x10, 0xb5, 0x12, 0x09, 0x11, 0x55, 0x11, 0xfd, 0xff, 0x17, +0x44, 0xf4, 0x42, 0x08, 0x45, 0x74, 0x45, 0x00, 0x04, 0x00, +0x10, 0x0d, 0x13, 0x09, 0x11, 0x8d, 0x11, 0xd1, 0xff, 0x10, +0x44, 0xfc, 0x43, 0x08, 0x45, 0xfc, 0x45, 0x44, 0xff, 0x04, +0x10, 0x21, 0x10, 0xf9, 0x11, 0x01, 0x10, 0x51, 0xff, 0x10, +0x44, 0xf8, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0xff, 0x04, +0x10, 0x89, 0x10, 0x11, 0x11, 0x11, 0x11, 0x51, 0xfe, 0x10, +0x44, 0xa8, 0x44, 0x44, 0x44, 0x44, 0x44, 0xc4, 0xfc, 0x04, +0x10, 0x89, 0x10, 0x11, 0x11, 0x11, 0x11, 0xd1, 0x81, 0x10, +0x44, 0x88, 0x44, 0x44, 0x44, 0x44, 0x44, 0xc4, 0xff, 0x04, +0x10, 0xf9, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x00, 0x11, +0x44, 0x04, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x04, +0x10, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x11, +0x44, 0xf7, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x04, +0x10, 0xe7, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x10, +0x44, 0xc7, 0x1f, 0x01, 0x02, 0x04, 0x18, 0xf0, 0x70, 0x04, +0x10, 0x87, 0x0f, 0x73, 0x92, 0xcc, 0x39, 0x67, 0x66, 0x10, +0x44, 0x27, 0x27, 0xf3, 0x9a, 0xcd, 0x3b, 0x67, 0x66, 0x04, +0x10, 0x67, 0x32, 0xb3, 0x9f, 0xcf, 0x3e, 0x67, 0x7e, 0x10, +0x44, 0xe7, 0x38, 0x83, 0x9f, 0x0f, 0x3e, 0xf0, 0x70, 0x04, +0x10, 0xe7, 0x3d, 0x83, 0x9f, 0x0f, 0x3e, 0xfb, 0x67, 0x10, +0x44, 0xe7, 0x3f, 0xb3, 0x9f, 0xcf, 0x3e, 0xf3, 0x67, 0x04, +0x10, 0xe7, 0x3f, 0xf3, 0x9d, 0xcf, 0x37, 0xf3, 0x66, 0x10, +0x44, 0xe7, 0x3f, 0xf3, 0x9d, 0xcf, 0x37, 0x73, 0x66, 0x04, +0x10, 0xe7, 0x3f, 0xf3, 0x9c, 0xcf, 0x33, 0x13, 0x66, 0x10, +0x44, 0xc3, 0x1f, 0x00, 0x0c, 0x07, 0x10, 0xe7, 0x70, 0x04, +0x10, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x10, +0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, +0x10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/movie b/Bitmaps/freaknet.org/bitmaps/icon/movie new file mode 100644 index 0000000..dd50bec --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/movie @@ -0,0 +1,45 @@ +#define movie_width 37 +#define movie_height 40 +static char movie_bits[] = { +0x00, 0x0f, 0xe0, 0x01, 0x00, +0xc0, 0x3f, 0xf8, 0x07, 0x00, +0xe0, 0x7f, 0xfc, 0x0f, 0x00, +0xf0, 0xff, 0xfe, 0x1f, 0x00, +0xf0, 0xff, 0xfe, 0x1f, 0x00, +0xf0, 0xff, 0xfe, 0x1f, 0x00, +0xf0, 0xff, 0xfe, 0x1f, 0x00, +0xf0, 0xff, 0xfe, 0x1f, 0x00, +0xf1, 0xff, 0xfe, 0x1f, 0x00, +0xe1, 0x7f, 0xfc, 0x0f, 0x00, +0xc3, 0x3f, 0xf8, 0x07, 0x00, +0x1f, 0x0f, 0xe0, 0x01, 0x00, +0xff, 0xff, 0xff, 0x07, 0x00, +0x7f, 0x55, 0x55, 0x0d, 0x00, +0xa3, 0xaa, 0xaa, 0x0a, 0x18, +0x61, 0x55, 0x55, 0x0d, 0x1c, +0xa1, 0xea, 0xab, 0xfa, 0x1f, +0x60, 0x57, 0x5d, 0xfd, 0x1f, +0xa0, 0xea, 0xab, 0xfa, 0x1f, +0x60, 0x57, 0x5d, 0xfd, 0x1f, +0xa0, 0xea, 0xaa, 0x0a, 0x1c, +0x60, 0x5f, 0x7d, 0x0d, 0x18, +0xa0, 0xaa, 0xaa, 0x0a, 0x00, +0x60, 0x55, 0x55, 0x0d, 0x00, +0xe0, 0xff, 0xff, 0x0f, 0x00, +0x00, 0x80, 0x03, 0x00, 0x00, +0x00, 0xc0, 0x07, 0x00, 0x00, +0x00, 0x60, 0x0c, 0x00, 0x00, +0x00, 0x30, 0x18, 0x00, 0x00, +0x00, 0x18, 0x30, 0x00, 0x00, +0x00, 0x0c, 0x60, 0x00, 0x00, +0x00, 0x06, 0xc0, 0x00, 0x00, +0x00, 0x03, 0x80, 0x01, 0x00, +0x80, 0x01, 0x00, 0x03, 0x00, +0xc0, 0x00, 0x00, 0x06, 0x00, +0x60, 0x00, 0x00, 0x0c, 0x00, +0x30, 0x00, 0x00, 0x18, 0x00, +0x18, 0x00, 0x00, 0x30, 0x00, +0x0e, 0x00, 0x00, 0xe0, 0x00, +0x06, 0x00, 0x00, 0xc0, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/newsicon b/Bitmaps/freaknet.org/bitmaps/icon/newsicon new file mode 100644 index 0000000..9291562 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/newsicon @@ -0,0 +1,67 @@ +#define newsicon_width 61 +#define newsicon_height 62 +static char newsicon_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, +0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, +0x30, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, +0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, +0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, +0x40, 0x10, 0x02, 0x00, 0x00, 0x00, 0x80, 0x00, +0x40, 0x38, 0x2f, 0x00, 0x00, 0x00, 0x80, 0x00, +0x40, 0xbe, 0x1f, 0x00, 0x00, 0x00, 0x80, 0x00, +0x60, 0x70, 0x1c, 0x08, 0x00, 0x00, 0x91, 0x00, +0x20, 0x70, 0x1c, 0x9c, 0x88, 0x18, 0x91, 0x00, +0x20, 0x70, 0x1c, 0x7e, 0xcc, 0x8c, 0x9f, 0x00, +0x20, 0x70, 0x1c, 0xf3, 0xee, 0xee, 0x8f, 0x00, +0x20, 0x70, 0xbc, 0x33, 0xcd, 0x0c, 0x07, 0x01, +0x20, 0x70, 0x5c, 0x1b, 0xcc, 0x0c, 0x0e, 0x01, +0x20, 0x70, 0x1d, 0x4f, 0xcc, 0x8c, 0x1c, 0x01, +0x20, 0xf8, 0x1c, 0x67, 0xec, 0x8e, 0x39, 0x01, +0x20, 0x7c, 0x1c, 0x37, 0xfc, 0xdf, 0x1b, 0x01, +0x20, 0x22, 0x0c, 0x3e, 0xdc, 0x2c, 0x0f, 0x01, +0x20, 0x00, 0x07, 0x1c, 0x44, 0x04, 0x06, 0x01, +0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x20, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x01, +0x20, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x2a, 0x01, +0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x20, 0xf0, 0xe0, 0x02, 0x00, 0x00, 0x2f, 0x01, +0x20, 0x00, 0x00, 0x60, 0x55, 0x0d, 0x00, 0x01, +0x20, 0xde, 0x78, 0x27, 0x00, 0xc8, 0x3d, 0x01, +0x20, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x01, +0x20, 0xb6, 0xd8, 0x25, 0x06, 0xc8, 0x3e, 0x01, +0x40, 0x00, 0x00, 0x00, 0x2d, 0x00, 0x00, 0x01, +0x40, 0xd8, 0xb8, 0x26, 0x92, 0x48, 0x3b, 0x01, +0x40, 0x00, 0x00, 0x00, 0x09, 0x01, 0x00, 0x01, +0x40, 0x7a, 0xf8, 0x26, 0x1f, 0xc8, 0x2d, 0x01, +0x40, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x01, +0x40, 0xde, 0xb8, 0x27, 0x8a, 0xca, 0x2e, 0x01, +0x40, 0x00, 0x00, 0x00, 0x8a, 0x02, 0x00, 0x01, +0x40, 0xb6, 0x60, 0x27, 0xdb, 0x0b, 0x37, 0x01, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x40, 0xf8, 0x78, 0x23, 0x00, 0xc8, 0x2e, 0x01, +0x40, 0x00, 0x00, 0x60, 0x55, 0x0d, 0x00, 0x01, +0x40, 0xfe, 0xe8, 0x06, 0x00, 0xc0, 0x3b, 0x01, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x40, 0xb6, 0xb8, 0xc3, 0xee, 0xc5, 0x3d, 0x01, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x40, 0xf8, 0xd8, 0x65, 0xf5, 0xc5, 0x36, 0x01, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x40, 0xfe, 0xb8, 0xc7, 0x77, 0x01, 0x2f, 0x01, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, +0x40, 0xee, 0xb8, 0x05, 0x00, 0xc0, 0x2f, 0x01, +0x80, 0x00, 0x00, 0x80, 0xbd, 0x05, 0x00, 0x01, +0x80, 0xb8, 0x60, 0x03, 0x00, 0xc0, 0x3d, 0x01, +0x80, 0x03, 0x00, 0xe0, 0x6b, 0x07, 0x80, 0x00, +0x80, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, +0x00, 0x1f, 0x00, 0x00, 0x00, 0xc0, 0x7f, 0x00, +0x00, 0xfc, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/otty b/Bitmaps/freaknet.org/bitmaps/icon/otty new file mode 100644 index 0000000..de45dc3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/otty @@ -0,0 +1,69 @@ +#define otty_width 64 +#define otty_height 64 +static char otty_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, +0xa0, 0xff, 0xff, 0xff, 0xff, 0x5f, 0x00, 0x00, +0x90, 0xff, 0xff, 0xff, 0xff, 0x9f, 0x00, 0x00, +0xd0, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x00, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x00, 0x00, +0xd0, 0xe4, 0x02, 0x00, 0x00, 0xb0, 0x00, 0x00, +0xd0, 0x24, 0x02, 0x00, 0x00, 0xb0, 0x00, 0x00, +0xc8, 0xe4, 0x02, 0x00, 0x00, 0x30, 0x01, 0x00, +0x68, 0x24, 0x02, 0x00, 0x00, 0x60, 0x01, 0x00, +0x68, 0x3c, 0x0e, 0x00, 0x00, 0x60, 0x01, 0x00, +0x68, 0x00, 0x10, 0x00, 0x00, 0x60, 0x01, 0x00, +0x68, 0x06, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, +0x64, 0x74, 0xd7, 0x05, 0x00, 0x60, 0x02, 0x00, +0x74, 0x54, 0x55, 0x01, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x7e, 0x57, 0x05, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x00, 0x04, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x00, 0x07, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x36, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x06, 0x00, +0x36, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x06, 0x00, +0x36, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x06, 0x00, +0x34, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x34, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x64, 0x00, 0x00, 0x00, 0x00, 0x60, 0x02, 0x00, +0x68, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, +0x68, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, +0x68, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, +0xe8, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, +0xc8, 0x00, 0x00, 0x00, 0x00, 0x30, 0xc1, 0x03, +0xd0, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x30, 0x04, +0xd0, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x0c, 0x04, +0xd0, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x02, 0x04, +0xd0, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x02, 0x04, +0x90, 0xff, 0xff, 0xff, 0xff, 0x9f, 0x03, 0x04, +0xa0, 0xff, 0xff, 0xff, 0xff, 0x5f, 0x00, 0x04, +0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x02, +0xe0, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x02, +0x00, 0x37, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x01, +0x00, 0x07, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x01, +0xe0, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x01, +0x10, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x01, +0x10, 0x00, 0x00, 0x00, 0xc0, 0x9f, 0x80, 0x00, +0x48, 0x55, 0x55, 0x55, 0x45, 0x15, 0x81, 0x00, +0x08, 0x00, 0x00, 0x00, 0x80, 0x2a, 0x41, 0x00, +0xa4, 0xaa, 0xaa, 0xaa, 0x8a, 0x34, 0x3e, 0x00, +0x04, 0x00, 0x00, 0x00, 0x00, 0x4b, 0x02, 0x00, +0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x7f, 0x04, 0x00, +0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0x07, 0x00, +0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, +0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0x07, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/pencil b/Bitmaps/freaknet.org/bitmaps/icon/pencil new file mode 100644 index 0000000..c305a67 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/pencil @@ -0,0 +1,37 @@ +#define pencil_width 29 +#define pencil_height 32 +static char pencil_bits[] = { +0x00, 0xe0, 0x00, 0x00, +0x00, 0x10, 0x23, 0x00, +0x00, 0x30, 0x44, 0x00, +0x00, 0x48, 0x88, 0x00, +0x00, 0x88, 0x89, 0x08, +0x00, 0x0c, 0x8e, 0x10, +0x00, 0x1c, 0x84, 0x10, +0x00, 0x72, 0x82, 0x08, +0x00, 0xc2, 0x83, 0x00, +0x00, 0x09, 0x41, 0x00, +0x00, 0x21, 0x01, 0x00, +0x80, 0x84, 0x00, 0x00, +0x80, 0x90, 0x00, 0x00, +0x40, 0x42, 0x00, 0x00, +0x40, 0x48, 0x00, 0x00, +0x20, 0x21, 0x00, 0x00, +0x20, 0x24, 0x00, 0x00, +0x90, 0x10, 0x00, 0x00, +0x10, 0x12, 0x00, 0x00, +0x48, 0x08, 0x00, 0x00, +0x08, 0x09, 0x00, 0x00, +0x24, 0x04, 0x00, 0x00, +0x94, 0x04, 0x60, 0x00, +0x2c, 0x02, 0x80, 0x00, +0xa4, 0x82, 0x01, 0x01, +0x24, 0x61, 0x06, 0x01, +0x84, 0x11, 0x08, 0x01, +0x4c, 0x10, 0x08, 0x01, +0x3c, 0x08, 0x04, 0x01, +0x1c, 0x08, 0x84, 0x00, +0x0c, 0x04, 0xf8, 0x00, +0xe4, 0x03, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/play b/Bitmaps/freaknet.org/bitmaps/icon/play new file mode 100644 index 0000000..f42109c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/play @@ -0,0 +1,51 @@ +#define play_width 39 +#define play_height 46 +static char play_bits[] = { +0x00, 0x00, 0xfe, 0x01, 0x00, +0x00, 0x80, 0x83, 0x0f, 0x00, +0x00, 0xc0, 0x00, 0x3c, 0x00, +0x00, 0x60, 0x00, 0x60, 0x00, +0x00, 0x30, 0x00, 0xc0, 0x00, +0x00, 0x10, 0x00, 0x80, 0x01, +0x00, 0x10, 0xf0, 0x01, 0x03, +0x00, 0x10, 0x10, 0x04, 0x02, +0x00, 0x30, 0x18, 0x10, 0x06, +0x00, 0x60, 0x0c, 0x20, 0x04, +0x00, 0x00, 0x06, 0x40, 0x04, +0x00, 0x00, 0x00, 0x47, 0x04, +0x00, 0x00, 0x00, 0x8c, 0x04, +0x00, 0x80, 0x03, 0x88, 0x04, +0x00, 0x80, 0x07, 0x88, 0x04, +0x00, 0x00, 0x06, 0x80, 0x04, +0x00, 0x00, 0x08, 0x44, 0x04, +0x00, 0x00, 0x08, 0x40, 0x04, +0x00, 0x00, 0x08, 0x00, 0x06, +0x00, 0x00, 0x08, 0x00, 0x02, +0x00, 0xc0, 0x0c, 0x10, 0x01, +0x00, 0xf0, 0x07, 0x10, 0x00, +0x00, 0xf8, 0x03, 0x10, 0x00, +0x00, 0x08, 0x80, 0x30, 0x00, +0x00, 0x08, 0x20, 0x70, 0x00, +0x00, 0xf0, 0x05, 0x70, 0x00, +0x00, 0x00, 0x00, 0xd0, 0x00, +0x00, 0x01, 0x80, 0x91, 0x00, +0x80, 0x01, 0x60, 0x90, 0x00, +0x80, 0x00, 0x1f, 0x90, 0x00, +0x80, 0x00, 0x03, 0x5e, 0x00, +0x80, 0x00, 0x01, 0x1f, 0x00, +0x00, 0x81, 0x00, 0x1f, 0x00, +0x00, 0xc3, 0x00, 0x0e, 0x00, +0x00, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xe0, 0x00, 0x00, 0x00, +0x00, 0xc0, 0x00, 0x00, 0x00, +0x80, 0xc7, 0x38, 0x37, 0x00, +0xc0, 0xcf, 0x6c, 0x36, 0x00, +0x80, 0xcd, 0x78, 0x36, 0x00, +0x80, 0xcd, 0x6c, 0x36, 0x00, +0x80, 0xcd, 0x6c, 0x3e, 0x00, +0x80, 0xe7, 0xf9, 0x3c, 0x00, +0x80, 0x01, 0x00, 0x33, 0x00, +0xc0, 0x03, 0x00, 0x1e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/putchar b/Bitmaps/freaknet.org/bitmaps/icon/putchar new file mode 100644 index 0000000..8df5b70 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/putchar @@ -0,0 +1,34 @@ +#define putchar_width 49 +#define putchar_height 29 +static char putchar_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xfe, 0xff, 0x0f, 0x00, +0x00, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00, +0xfc, 0xff, 0xff, 0x2f, 0x00, 0x08, 0x00, +0x04, 0x00, 0x00, 0x28, 0x00, 0x08, 0x00, +0x04, 0x00, 0x00, 0x28, 0x00, 0x08, 0x00, +0x64, 0x66, 0x06, 0x08, 0xf2, 0x09, 0x00, +0x04, 0x00, 0x40, 0x08, 0x23, 0x09, 0x00, +0x04, 0x60, 0x60, 0xc0, 0x21, 0x09, 0x00, +0x64, 0x66, 0xf2, 0xff, 0xfd, 0x09, 0x00, +0x04, 0x60, 0xf8, 0x7f, 0x24, 0x09, 0x00, +0x04, 0x00, 0xf0, 0x1f, 0x24, 0x09, 0x00, +0x64, 0x66, 0x66, 0x80, 0xff, 0x09, 0x00, +0x04, 0x00, 0x40, 0x88, 0x24, 0x09, 0x00, +0x04, 0x00, 0x00, 0x88, 0x24, 0x09, 0x00, +0xfc, 0xff, 0xff, 0x8f, 0xff, 0x09, 0x00, +0x00, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00, +0x00, 0x00, 0x00, 0x72, 0x00, 0x08, 0x00, +0x00, 0x00, 0x00, 0x66, 0xfe, 0x0f, 0x00, +0x00, 0x00, 0x03, 0x60, 0x00, 0x00, 0x00, +0x9f, 0x3b, 0x83, 0xe3, 0xe1, 0xf8, 0x00, +0x3f, 0x9b, 0xc7, 0xe7, 0xb3, 0xf1, 0x00, +0x36, 0x1b, 0xc3, 0x64, 0xe3, 0x31, 0x00, +0x36, 0x1b, 0xc3, 0x60, 0xb3, 0x31, 0x00, +0x1e, 0x3f, 0xc3, 0x67, 0xb3, 0x31, 0x00, +0x06, 0x3e, 0x86, 0x73, 0xe7, 0x7b, 0x00, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/putfont b/Bitmaps/freaknet.org/bitmaps/icon/putfont new file mode 100644 index 0000000..4b763c4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/putfont @@ -0,0 +1,31 @@ +#define putfont_width 59 +#define putfont_height 26 +static char putfont_bits[] = { +0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xfc, 0x30, 0xb3, 0x33, 0xb3, 0x33, 0x03, +0x00, 0x6b, 0xa8, 0x29, 0xab, 0x19, 0xba, 0x02, +0x80, 0x35, 0x28, 0x11, 0x3a, 0x2a, 0x29, 0x03, +0xc0, 0x12, 0x98, 0xbb, 0x91, 0x99, 0x98, 0x01, +0x60, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xa0, 0x0c, 0x20, 0x33, 0x33, 0x33, 0xa5, 0x01, +0xb0, 0x06, 0x30, 0x8b, 0x9a, 0x89, 0x93, 0x00, +0x50, 0x02, 0xa8, 0x8a, 0x8a, 0xa8, 0x92, 0x00, +0x58, 0x03, 0xa8, 0xdb, 0x59, 0x98, 0x92, 0x00, +0xa8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0xd8, 0x00, 0x00, 0x03, 0x04, 0x41, 0x2a, 0x00, +0x74, 0x00, 0xb0, 0x31, 0xb3, 0x2c, 0x50, 0x00, +0x1c, 0x10, 0xa8, 0x8a, 0x9a, 0x6d, 0x35, 0x00, +0x06, 0xab, 0xb8, 0x99, 0x99, 0x68, 0x55, 0x00, +0xfb, 0x44, 0x00, 0x00, 0x40, 0x04, 0x04, 0x00, +0x00, 0x00, 0x00, 0x18, 0x00, 0x02, 0x02, 0x00, +0x00, 0x00, 0x03, 0x3c, 0x00, 0xc0, 0x00, 0x00, +0x9f, 0x3b, 0x03, 0x0c, 0xe7, 0xc3, 0x00, 0x00, +0x3f, 0x9b, 0x07, 0x9e, 0xcf, 0xe7, 0x01, 0x00, +0x36, 0x1b, 0x03, 0x8c, 0xcd, 0xc6, 0x00, 0x00, +0x36, 0x1b, 0x03, 0x8c, 0xcd, 0xc6, 0x00, 0x00, +0x1e, 0x1f, 0x03, 0x8c, 0xcf, 0xc6, 0x00, 0x00, +0x06, 0x3e, 0x06, 0x1e, 0xe7, 0x8e, 0x01, 0x00, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/quit b/Bitmaps/freaknet.org/bitmaps/icon/quit new file mode 100644 index 0000000..2007bfc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/quit @@ -0,0 +1,40 @@ +#define quit_width 29 +#define quit_height 35 +static char quit_bits[] = { +0x00, 0x02, 0x40, 0x00, +0x00, 0xfe, 0x7f, 0x00, +0x00, 0x02, 0x41, 0x00, +0x00, 0x02, 0x41, 0x00, +0x00, 0xfa, 0x5f, 0x00, +0x00, 0xf2, 0x5f, 0x00, +0x00, 0xc2, 0x5f, 0x00, +0x00, 0x02, 0x5f, 0x00, +0x00, 0x02, 0x5c, 0x00, +0x00, 0x02, 0x58, 0x00, +0x00, 0x02, 0x50, 0x00, +0x00, 0x02, 0x40, 0x00, +0x00, 0x02, 0x40, 0x00, +0x00, 0x02, 0x40, 0x00, +0x00, 0x02, 0x40, 0x00, +0x00, 0x02, 0x40, 0x00, +0x00, 0xfe, 0x7f, 0x00, +0x00, 0x7e, 0x7c, 0x00, +0x00, 0x3e, 0x78, 0x00, +0x00, 0x3e, 0x78, 0x00, +0x00, 0x3e, 0x78, 0x00, +0x00, 0x7e, 0x7c, 0x00, +0xc0, 0xfe, 0x7f, 0x03, +0xc0, 0xff, 0xff, 0x03, +0xc0, 0xff, 0xf0, 0x03, +0x00, 0x00, 0x06, 0x00, +0x00, 0x00, 0x86, 0x00, +0x00, 0x00, 0xc0, 0x00, +0xbe, 0x3b, 0xe7, 0x01, +0x33, 0x33, 0xc6, 0x00, +0x33, 0x33, 0xc6, 0x00, +0x3e, 0x33, 0xc6, 0x00, +0x30, 0x6e, 0x8f, 0x01, +0x30, 0x00, 0x00, 0x00, +0x78, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/scroll_1 b/Bitmaps/freaknet.org/bitmaps/icon/scroll_1 new file mode 100644 index 0000000..ca5ea26 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/scroll_1 @@ -0,0 +1,69 @@ +#define scroll_1_width 27 +#define scroll_1_height 64 +static char scroll_1_bits[] = { +0x00, 0x30, 0x00, 0x00, +0x00, 0x58, 0x00, 0x00, +0x00, 0x8c, 0x00, 0x00, +0x00, 0x06, 0x01, 0x00, +0x00, 0x03, 0x02, 0x00, +0x80, 0x01, 0x04, 0x00, +0xc0, 0x00, 0x08, 0x00, +0x60, 0x00, 0x10, 0x00, +0xe0, 0x03, 0x1e, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0xff, 0x03, 0x00, +0x00, 0xff, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0xe2, 0xff, 0x7f, 0x04, +0x16, 0x00, 0xb0, 0x06, +0x1e, 0x00, 0xd0, 0x07, +0x1e, 0x00, 0xd0, 0x07, +0x16, 0x00, 0xa0, 0x06, +0xe2, 0xff, 0x7f, 0x04, +0x60, 0x00, 0x04, 0x00, +0x10, 0x44, 0x03, 0x00, +0x48, 0x08, 0x01, 0x00, +0xc8, 0x33, 0x01, 0x00, +0x08, 0x00, 0x01, 0x00, +0x10, 0x02, 0x02, 0x00, +0xa0, 0x38, 0x04, 0x00, +0x20, 0x85, 0x08, 0x00, +0x40, 0x00, 0x08, 0x00, +0x80, 0x02, 0x10, 0x00, +0x80, 0x08, 0x11, 0x00, +0x80, 0x5a, 0x11, 0x00, +0x40, 0x00, 0x08, 0x00, +0xf1, 0xff, 0x3f, 0x02, +0x0b, 0x00, 0x58, 0x03, +0x0f, 0x00, 0xe8, 0x03, +0x0f, 0x00, 0xe8, 0x03, +0x0b, 0x00, 0x50, 0x03, +0xf1, 0xff, 0x3f, 0x02, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0xff, 0x01, 0x00, +0x00, 0xff, 0x03, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x03, 0x02, 0x00, +0xe0, 0x03, 0x1e, 0x00, +0x60, 0x00, 0x10, 0x00, +0xc0, 0x00, 0x08, 0x00, +0x80, 0x01, 0x04, 0x00, +0x00, 0x03, 0x02, 0x00, +0x00, 0x06, 0x01, 0x00, +0x00, 0x8c, 0x00, 0x00, +0x00, 0x58, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/scroll_2 b/Bitmaps/freaknet.org/bitmaps/icon/scroll_2 new file mode 100644 index 0000000..38ace93 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/scroll_2 @@ -0,0 +1,50 @@ +#define scroll_2_width 30 +#define scroll_2_height 45 +static char scroll_2_bits[] = { +0x00, 0x60, 0x00, 0x00, +0x00, 0xb0, 0x00, 0x00, +0x00, 0x18, 0x01, 0x00, +0x00, 0x0c, 0x02, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x03, 0x08, 0x00, +0x80, 0x01, 0x10, 0x00, +0xc0, 0x00, 0x20, 0x00, +0xc0, 0x07, 0x3c, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0xfe, 0x07, 0x00, +0x00, 0xfe, 0x03, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x08, +0x00, 0x00, 0x80, 0x08, +0x0e, 0xa7, 0x9d, 0x08, +0x93, 0x70, 0xa3, 0x08, +0x41, 0x20, 0xa2, 0x08, +0x4e, 0x20, 0xa2, 0x08, +0x50, 0x24, 0xa2, 0x08, +0xd9, 0x22, 0xa2, 0x2a, +0x8e, 0x21, 0x9c, 0x19, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0xfc, 0x07, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x06, 0x04, 0x00, +0xc0, 0x07, 0x3c, 0x00, +0xc0, 0x00, 0x20, 0x00, +0x80, 0x01, 0x10, 0x00, +0x00, 0x03, 0x08, 0x00, +0x00, 0x06, 0x04, 0x00, +0x00, 0x0c, 0x02, 0x00, +0x00, 0x18, 0x01, 0x00, +0x00, 0xb0, 0x00, 0x00, +0x00, 0x60, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/sdbicon b/Bitmaps/freaknet.org/bitmaps/icon/sdbicon new file mode 100644 index 0000000..b14a78f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/sdbicon @@ -0,0 +1,69 @@ +#define sdbicon_width 64 +#define sdbicon_height 64 +static char sdbicon_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0x01, 0x00, 0xfc, 0x7f, 0x00, 0x80, 0x9f, 0x9f, +0x01, 0x00, 0x04, 0x40, 0x00, 0x80, 0xb0, 0xb0, +0xf1, 0xff, 0xf5, 0x5e, 0x00, 0x80, 0xb0, 0xb0, +0x11, 0x00, 0xf4, 0x40, 0x00, 0x80, 0xb0, 0xb0, +0xd1, 0xf3, 0xf5, 0x4e, 0x80, 0x9f, 0xbf, 0xbf, +0x51, 0x02, 0xf4, 0x00, 0x80, 0x30, 0x3f, 0xbf, +0x51, 0xf2, 0x94, 0xfe, 0xbf, 0x30, 0x00, 0x80, +0xd1, 0xfb, 0x97, 0x08, 0xa0, 0xb0, 0x9f, 0x9f, +0xd1, 0xab, 0xf6, 0xee, 0xbd, 0xbf, 0xb0, 0xb0, +0xd1, 0xfb, 0x07, 0x28, 0xa1, 0xbf, 0xb0, 0xb0, +0xd1, 0x73, 0xfc, 0xeb, 0x2d, 0x80, 0xb0, 0xb0, +0xd1, 0x03, 0x00, 0xe8, 0x21, 0x80, 0xbf, 0xbf, +0xd1, 0xf3, 0x20, 0xe8, 0x3d, 0x00, 0x3f, 0xbf, +0x51, 0x02, 0x20, 0xe8, 0x21, 0x00, 0x00, 0x80, +0x51, 0xf2, 0x23, 0x28, 0x2d, 0x00, 0x00, 0x80, +0x51, 0x02, 0x20, 0x28, 0x21, 0x00, 0x00, 0x80, +0x51, 0xf2, 0x20, 0xe8, 0x3d, 0x00, 0x00, 0x80, +0xd1, 0x03, 0x20, 0x08, 0x20, 0x00, 0x00, 0x80, +0x11, 0x00, 0x20, 0xf8, 0x3f, 0x00, 0x00, 0x80, +0xf1, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x80, +0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, +0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, +0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, +0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, +0xb1, 0x07, 0x00, 0x80, 0x00, 0x00, 0x00, 0x98, +0xb1, 0x84, 0x99, 0x0a, 0x0c, 0x00, 0x00, 0x98, +0xb1, 0x84, 0xaa, 0x8a, 0x04, 0x00, 0x00, 0x98, +0xb1, 0x87, 0x32, 0x85, 0x06, 0x00, 0x00, 0x98, +0xb1, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, +0xb1, 0x07, 0x04, 0xf8, 0xff, 0xff, 0xff, 0x99, +0xb1, 0x87, 0x04, 0x68, 0xff, 0x9f, 0xff, 0x99, +0xb1, 0x87, 0x8d, 0xc9, 0xe9, 0xdc, 0xcc, 0x99, +0xb1, 0x87, 0xd4, 0x68, 0x55, 0x9e, 0xaa, 0x99, +0xb1, 0x07, 0x95, 0x59, 0xd5, 0xdc, 0xe9, 0x99, +0xb1, 0x07, 0x00, 0xf8, 0xff, 0xdf, 0xff, 0x99, +0xb1, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0x99, +0xb1, 0x47, 0xff, 0xfb, 0xff, 0xff, 0xff, 0x99, +0xb1, 0x47, 0xa6, 0xf2, 0xff, 0xff, 0xff, 0x99, +0xb1, 0x47, 0x73, 0xfb, 0xff, 0xff, 0xff, 0x99, +0xb1, 0xc4, 0xa6, 0xf6, 0xff, 0xff, 0xff, 0x99, +0xb1, 0xc4, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x98, +0xb1, 0xc4, 0x5f, 0x2d, 0x00, 0x00, 0x00, 0x98, +0xb1, 0xc4, 0xcc, 0xb9, 0x0c, 0x00, 0x00, 0x98, +0xb1, 0x44, 0x56, 0x6d, 0x05, 0x00, 0x00, 0x98, +0xb1, 0xc4, 0x4c, 0xab, 0x24, 0x09, 0x00, 0x98, +0xb1, 0xc4, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x98, +0xb1, 0x04, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x98, +0xb1, 0x04, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x98, +0x31, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x98, +0x11, 0x80, 0x19, 0x40, 0x07, 0x00, 0x00, 0x98, +0x01, 0x80, 0x19, 0x40, 0x0e, 0x00, 0x00, 0x98, +0x01, 0x80, 0x19, 0x00, 0x1c, 0x00, 0x00, 0x98, +0xe1, 0xf1, 0xf9, 0x00, 0x38, 0x00, 0x00, 0x98, +0xf1, 0xf9, 0xf9, 0x01, 0x10, 0x00, 0x00, 0x98, +0x31, 0x98, 0x99, 0x01, 0x00, 0x00, 0x00, 0x98, +0xf1, 0x98, 0x99, 0x01, 0x00, 0x00, 0x00, 0x98, +0xe1, 0x99, 0x99, 0x01, 0x00, 0x00, 0x00, 0x98, +0x81, 0x99, 0x99, 0xf1, 0xff, 0xff, 0xff, 0x9f, +0xf1, 0xf9, 0xf9, 0xf9, 0xff, 0xff, 0xff, 0x9f, +0xf1, 0xf0, 0xf9, 0x00, 0x00, 0x00, 0x00, 0x80, +0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/shell b/Bitmaps/freaknet.org/bitmaps/icon/shell new file mode 100644 index 0000000..dc89ed2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/shell @@ -0,0 +1,69 @@ +#define shell_width 64 +#define shell_height 64 +static char shell_bits[] = { +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0xfe, 0x47, 0x44, +0x44, 0x44, 0x44, 0x44, 0xc4, 0x47, 0x4e, 0x44, +0x11, 0x11, 0x11, 0x11, 0x71, 0x84, 0x30, 0x11, +0x11, 0x11, 0x11, 0x11, 0xb1, 0x48, 0xe8, 0x11, +0x44, 0x44, 0x44, 0x44, 0x1c, 0x49, 0xc8, 0x45, +0x44, 0xf4, 0x45, 0x44, 0x0c, 0x41, 0x84, 0x4f, +0x11, 0xfd, 0x1f, 0x11, 0x23, 0x09, 0x24, 0x13, +0x91, 0x6f, 0x3f, 0x11, 0x23, 0x41, 0x00, 0x17, +0xc4, 0xff, 0x7d, 0x44, 0x09, 0x20, 0x80, 0x4c, +0x74, 0xc1, 0xf7, 0xc5, 0x51, 0x04, 0x5a, 0x5c, +0xf9, 0x00, 0xdf, 0xd7, 0x01, 0x00, 0x01, 0x1c, +0x35, 0x00, 0x7c, 0x7f, 0x8d, 0x91, 0x80, 0x19, +0x1c, 0x00, 0xf0, 0xfd, 0x60, 0x65, 0x00, 0x78, +0x0c, 0x00, 0xc0, 0xf7, 0x11, 0x18, 0xd8, 0x70, +0x0d, 0x25, 0x00, 0xff, 0x07, 0xec, 0x05, 0x31, +0x4d, 0x80, 0x00, 0xfc, 0x3f, 0x08, 0x00, 0x36, +0x2c, 0x00, 0x00, 0x00, 0x30, 0x28, 0x00, 0x70, +0x1c, 0x00, 0x00, 0x00, 0x7f, 0x4d, 0x00, 0x60, +0x0d, 0x68, 0x80, 0xff, 0x80, 0x43, 0x10, 0x70, +0x0d, 0x86, 0x2f, 0x00, 0x0b, 0x00, 0x40, 0x70, +0x0c, 0x01, 0x00, 0xa0, 0x40, 0x88, 0x40, 0x60, +0x0c, 0x01, 0x00, 0x10, 0x60, 0x88, 0x80, 0x70, +0x89, 0x00, 0x00, 0x0c, 0x02, 0x08, 0x01, 0x73, +0x59, 0x00, 0x00, 0x07, 0x11, 0x08, 0x00, 0x64, +0x14, 0x00, 0xdb, 0x80, 0x10, 0x00, 0x0c, 0x70, +0x34, 0x60, 0x00, 0x40, 0x08, 0x00, 0x10, 0x70, +0x31, 0x10, 0x00, 0x20, 0x08, 0x08, 0x10, 0x60, +0x71, 0x10, 0x00, 0x21, 0x08, 0x10, 0x20, 0x30, +0x64, 0x08, 0x80, 0x00, 0x08, 0x00, 0x20, 0x70, +0xc4, 0x08, 0x08, 0x10, 0x00, 0x10, 0x40, 0x70, +0xd1, 0x00, 0x04, 0x08, 0x08, 0x10, 0x81, 0x38, +0x91, 0x01, 0x03, 0x00, 0x00, 0x01, 0x02, 0x19, +0xc4, 0x81, 0x00, 0x82, 0x08, 0x10, 0x02, 0x4c, +0x44, 0x03, 0x80, 0x01, 0x08, 0x11, 0x02, 0x44, +0x11, 0x47, 0x40, 0x00, 0x08, 0x10, 0x00, 0x16, +0x11, 0x4d, 0x00, 0x20, 0x08, 0x00, 0x04, 0x13, +0x44, 0x1c, 0x20, 0x10, 0x00, 0x10, 0x18, 0x47, +0x44, 0x34, 0x20, 0x10, 0x04, 0x11, 0xc0, 0x45, +0x11, 0xf1, 0x20, 0x08, 0x00, 0x61, 0xc0, 0x11, +0x11, 0xd1, 0x21, 0x08, 0x04, 0x81, 0x70, 0x11, +0x44, 0x44, 0x27, 0x10, 0x08, 0x02, 0x78, 0x44, +0x44, 0x44, 0x0e, 0x10, 0x10, 0x04, 0x5e, 0x44, +0x11, 0x11, 0x1d, 0x20, 0x10, 0x88, 0x13, 0x11, +0x11, 0x11, 0x31, 0x20, 0x20, 0xc0, 0x15, 0x11, +0x44, 0x44, 0xf4, 0x07, 0x00, 0xfc, 0x45, 0x44, +0x44, 0x44, 0x44, 0xff, 0xff, 0x6f, 0x44, 0x44, +0x11, 0x11, 0x11, 0xfd, 0x7f, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, +0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/stop b/Bitmaps/freaknet.org/bitmaps/icon/stop new file mode 100644 index 0000000..0924f22 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/stop @@ -0,0 +1,55 @@ +#define stop_width 64 +#define stop_height 50 +static char stop_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xf0, 0x01, +0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x80, 0x07, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x18, +0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x30, +0x00, 0x00, 0x00, 0x40, 0x00, 0x02, 0x3e, 0x60, +0x00, 0x00, 0x00, 0xa0, 0x00, 0x02, 0x82, 0x40, +0x00, 0x00, 0x00, 0x50, 0x01, 0x06, 0x03, 0xc2, +0x00, 0x00, 0x00, 0xa8, 0x02, 0x8c, 0x01, 0x84, +0x00, 0x00, 0x00, 0x54, 0x01, 0xc0, 0x00, 0x88, +0x00, 0x00, 0x00, 0xaa, 0x00, 0x00, 0xe0, 0x88, +0x00, 0x00, 0x00, 0x55, 0x00, 0x00, 0x80, 0x91, +0x00, 0x00, 0x80, 0x2a, 0x00, 0x70, 0x00, 0x91, +0x00, 0x00, 0x40, 0x15, 0x00, 0xf0, 0x00, 0x91, +0x00, 0x00, 0xa0, 0x0a, 0x00, 0xc0, 0x00, 0x90, +0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x81, 0x88, +0x00, 0x00, 0xa8, 0x02, 0x00, 0x00, 0x01, 0x88, +0x00, 0x00, 0x54, 0x01, 0x00, 0x00, 0x01, 0xc0, +0x00, 0x00, 0xaa, 0x00, 0x00, 0x00, 0x01, 0x40, +0x00, 0x00, 0x55, 0x00, 0x00, 0x98, 0x01, 0x20, +0x00, 0x80, 0x2a, 0x00, 0x00, 0xfe, 0x00, 0x00, +0x00, 0x40, 0x15, 0x00, 0x00, 0x7f, 0x00, 0x00, +0x00, 0xa0, 0x0a, 0x00, 0x00, 0x01, 0x10, 0x00, +0x00, 0x50, 0x05, 0x00, 0x00, 0x01, 0x04, 0x00, +0x00, 0xa8, 0x02, 0x00, 0x00, 0xbe, 0x00, 0x00, +0x00, 0x54, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xaa, 0x00, 0x00, 0x20, 0x00, 0x30, 0x00, +0x00, 0x55, 0x00, 0x00, 0x30, 0x00, 0x0c, 0x00, +0x80, 0x2a, 0x00, 0x00, 0x10, 0xe0, 0x03, 0x00, +0x40, 0x15, 0x00, 0x00, 0x10, 0x60, 0x00, 0x00, +0xa0, 0x0a, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, +0x50, 0x05, 0x00, 0x00, 0x20, 0x10, 0x00, 0x00, +0xa8, 0x02, 0x00, 0x00, 0x60, 0x18, 0x00, 0x00, +0x54, 0x01, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, +0xa8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x50, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, 0xc0, 0x33, 0x8e, 0x07, +0x00, 0x00, 0x00, 0x00, 0xe0, 0x7a, 0xdb, 0x0f, +0x00, 0x00, 0x00, 0x00, 0xe0, 0x31, 0x9b, 0x0d, +0x00, 0x00, 0x00, 0x00, 0xc0, 0x33, 0x9b, 0x0d, +0x00, 0x00, 0x00, 0x00, 0xa0, 0x33, 0x9b, 0x0d, +0x00, 0x00, 0x00, 0x00, 0xe0, 0x61, 0x8e, 0x07, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/stopplay b/Bitmaps/freaknet.org/bitmaps/icon/stopplay new file mode 100644 index 0000000..ddc603c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/stopplay @@ -0,0 +1,37 @@ +#define stopplay_width 32 +#define stopplay_height 32 +static char stopplay_bits[] = { +0x00, 0xfe, 0x7f, 0x00, +0x00, 0x01, 0x80, 0x00, +0x80, 0xfc, 0x3f, 0x01, +0x40, 0xfe, 0x7f, 0x02, +0x20, 0xff, 0xff, 0x04, +0x90, 0xff, 0xff, 0x09, +0xc8, 0xff, 0xff, 0x13, +0xe4, 0xff, 0xff, 0x27, +0xf2, 0xff, 0xff, 0x4f, +0xf9, 0xff, 0xff, 0x9f, +0xfd, 0xff, 0xff, 0xbf, +0x1d, 0x83, 0x71, 0xb8, +0xed, 0xee, 0x6e, 0xb7, +0xed, 0xef, 0x6e, 0xb7, +0xed, 0xef, 0x6e, 0xb7, +0x1d, 0xef, 0x6e, 0xb8, +0xfd, 0xee, 0x6e, 0xbf, +0xfd, 0xee, 0x6e, 0xbf, +0xed, 0xee, 0x6e, 0xbf, +0x1d, 0xef, 0x71, 0xbf, +0xfd, 0xff, 0xff, 0xbf, +0xfd, 0xff, 0xff, 0xbf, +0xf9, 0xff, 0xff, 0x9f, +0xf2, 0xff, 0xff, 0x4f, +0xe4, 0xff, 0xff, 0x27, +0xc8, 0xff, 0xff, 0x13, +0x90, 0xff, 0xff, 0x09, +0x20, 0xff, 0xff, 0x04, +0x40, 0xfe, 0x7f, 0x02, +0x80, 0xfc, 0x3f, 0x01, +0x00, 0x01, 0x80, 0x00, +0x00, 0xfe, 0x7f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/stopplayloop b/Bitmaps/freaknet.org/bitmaps/icon/stopplayloop new file mode 100644 index 0000000..bd4bc74 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/stopplayloop @@ -0,0 +1,37 @@ +#define stopplayloop_width 39 +#define stopplayloop_height 32 +static char stopplayloop_bits[] = { +0x00, 0x00, 0xff, 0x3f, 0x00, +0x08, 0x80, 0x00, 0x40, 0x00, +0x08, 0x40, 0xfe, 0x9f, 0x00, +0x1c, 0x20, 0xff, 0x3f, 0x01, +0x1c, 0x90, 0xff, 0x7f, 0x02, +0x3e, 0xc8, 0xff, 0xff, 0x04, +0x7f, 0xe4, 0xff, 0xff, 0x09, +0x08, 0xf2, 0xff, 0xff, 0x13, +0x08, 0xf9, 0xff, 0xff, 0x27, +0x88, 0xfc, 0xff, 0xff, 0x4f, +0x88, 0xfe, 0xff, 0xff, 0x5f, +0x88, 0x8e, 0xc1, 0x38, 0x5c, +0x88, 0x76, 0x77, 0xb7, 0x5b, +0x88, 0xf6, 0x77, 0xb7, 0x5b, +0x88, 0xf6, 0x77, 0xb7, 0x5b, +0x88, 0x8e, 0x77, 0x37, 0x5c, +0x88, 0x7e, 0x77, 0xb7, 0x5f, +0x88, 0x7e, 0x77, 0xb7, 0x5f, +0x88, 0x76, 0x77, 0xb7, 0x5f, +0x88, 0x8e, 0xf7, 0xb8, 0x5f, +0x88, 0xfe, 0xff, 0xff, 0x5f, +0x88, 0xfe, 0xff, 0xff, 0x5f, +0x88, 0xfc, 0xff, 0xff, 0x4f, +0x08, 0xf9, 0xff, 0xff, 0x27, +0x08, 0xf2, 0xff, 0xff, 0x13, +0x08, 0xe4, 0xff, 0xff, 0x09, +0x08, 0xcc, 0xff, 0xff, 0x04, +0x08, 0x92, 0xff, 0x7f, 0x02, +0x10, 0x21, 0xff, 0x3f, 0x01, +0xe0, 0x40, 0xfe, 0x9f, 0x00, +0x00, 0x80, 0x00, 0x40, 0x00, +0x00, 0x00, 0xff, 0x3f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/texture b/Bitmaps/freaknet.org/bitmaps/icon/texture new file mode 100644 index 0000000..3d2d4e1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/texture @@ -0,0 +1,69 @@ +#define texture_width 64 +#define texture_height 64 +static char texture_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0x03, 0x00, 0xfc, 0x80, 0x0f, 0x00, 0x00, 0xc0, +0x03, 0x00, 0xff, 0x80, 0x7f, 0x00, 0x00, 0xc0, +0x03, 0x80, 0x33, 0x00, 0xe6, 0x00, 0x00, 0xc0, +0x03, 0xc0, 0x19, 0x00, 0xcc, 0x00, 0x00, 0xc0, +0x03, 0xc0, 0x18, 0x00, 0x8c, 0x01, 0x00, 0xc0, +0x03, 0xc0, 0x18, 0x00, 0x8e, 0x01, 0x00, 0xc0, +0x03, 0xc0, 0xd8, 0xff, 0x87, 0x01, 0x00, 0xc0, +0x03, 0xf0, 0x70, 0xd2, 0x82, 0x03, 0x00, 0xc0, +0x03, 0xfc, 0x70, 0x92, 0xc2, 0x0f, 0x00, 0xc0, +0x03, 0x9e, 0x41, 0x92, 0x62, 0x0c, 0x00, 0xc0, +0x03, 0x06, 0x7f, 0x92, 0x3e, 0x18, 0x00, 0xc0, +0x03, 0x06, 0x40, 0x92, 0x02, 0x18, 0x00, 0xc0, +0x03, 0x1c, 0xc0, 0x99, 0x02, 0x1c, 0x00, 0xc0, +0x03, 0xfc, 0x7f, 0xef, 0xfd, 0x0f, 0x00, 0xc0, +0x03, 0xf0, 0x0f, 0x00, 0xfc, 0x07, 0x00, 0xc0, +0x03, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x4c, 0x14, 0x19, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x4c, 0x14, 0x19, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x4e, 0x12, 0x31, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x8e, 0xe3, 0x30, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x06, 0x00, 0x30, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x06, 0x00, 0x70, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x07, 0x00, 0x60, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xc0, +0x03, 0xc0, 0x07, 0x00, 0xf0, 0x1f, 0x00, 0xc0, +0x03, 0xf0, 0x7f, 0x00, 0x0c, 0x38, 0x00, 0xc0, +0x03, 0x78, 0x80, 0x81, 0x03, 0x70, 0x00, 0xc0, +0x03, 0x18, 0x00, 0x7e, 0x00, 0xe0, 0x00, 0xc0, +0x03, 0x0c, 0x3c, 0x00, 0xf0, 0xe0, 0x00, 0xc0, +0x03, 0x0c, 0x66, 0x00, 0x98, 0xc1, 0x00, 0xc0, +0x03, 0x0c, 0x42, 0x00, 0x08, 0xc1, 0x00, 0xc0, +0x03, 0x0c, 0x42, 0x00, 0x08, 0xc1, 0x00, 0xc0, +0x03, 0x0c, 0x66, 0x00, 0x98, 0xc1, 0x00, 0xc0, +0x03, 0x0c, 0x3c, 0x00, 0xf0, 0xc0, 0x00, 0xc0, +0x03, 0x0c, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xc0, +0x03, 0x0c, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xc0, +0x03, 0x1c, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xc0, +0x03, 0x18, 0x00, 0x00, 0x00, 0x60, 0x00, 0xc0, +0x03, 0x38, 0x00, 0xfc, 0x01, 0x30, 0x00, 0xc0, +0x03, 0xf0, 0x80, 0x03, 0x06, 0x38, 0x7c, 0xc0, +0x03, 0xc0, 0xff, 0x01, 0xfc, 0x1f, 0x03, 0xc0, +0x83, 0x07, 0xff, 0x03, 0xff, 0x87, 0x01, 0xc0, +0x03, 0x1c, 0x7e, 0x86, 0xd3, 0xff, 0x00, 0xc0, +0x03, 0xf0, 0x3b, 0xfc, 0xe1, 0x00, 0x38, 0xc0, +0x03, 0x07, 0x2c, 0x78, 0xe0, 0x7f, 0x0e, 0xc0, +0x03, 0x18, 0x16, 0x00, 0xc0, 0x99, 0x03, 0xc0, +0x03, 0xf0, 0x0b, 0x00, 0x00, 0x33, 0x00, 0xc0, +0x03, 0x1e, 0x04, 0x00, 0x00, 0xc2, 0x03, 0xc0, +0x33, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0xc0, +0x33, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0xc0, +0xf3, 0x9c, 0xb1, 0x6f, 0xe6, 0x86, 0x03, 0xc0, +0x33, 0x26, 0x1b, 0x63, 0xc6, 0xcf, 0x04, 0xc0, +0x33, 0x3e, 0x0e, 0x63, 0xc6, 0xc9, 0x07, 0xc0, +0x33, 0x06, 0x0e, 0x63, 0xc6, 0xc0, 0x00, 0xc0, +0x33, 0x26, 0x1b, 0x63, 0xc6, 0xc0, 0x64, 0xc0, +0xe3, 0x9c, 0x31, 0xce, 0xc5, 0x80, 0x63, 0xc0, +0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/tty b/Bitmaps/freaknet.org/bitmaps/icon/tty new file mode 100644 index 0000000..1993309 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/tty @@ -0,0 +1,69 @@ +#define tty_width 64 +#define tty_height 64 +static char tty_bits[] = { +0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, +0x80, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x01, 0x00, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x02, 0x00, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x02, 0x00, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x40, 0x13, 0x17, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x40, 0x13, 0x11, 0x00, 0x00, 0xc0, 0x02, 0x00, +0xa0, 0x13, 0x13, 0x00, 0x00, 0xc0, 0x05, 0x00, +0xa0, 0x11, 0x11, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x71, 0x71, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x01, 0x00, 0x80, 0x05, 0x00, +0xd0, 0x31, 0x00, 0x00, 0x00, 0x80, 0x0b, 0x00, +0xd0, 0x20, 0x77, 0x5d, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x20, 0x55, 0x15, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x70, 0x77, 0x55, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x40, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x70, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x0b, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x03, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x05, 0x0f, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0xc2, 0x18, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x32, 0x10, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x0a, 0x10, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0a, 0x10, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x06, 0x10, +0x80, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x01, 0x10, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x08, +0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x08, +0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x04, +0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x04, +0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x04, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x04, +0x40, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x02, 0x02, +0x20, 0x99, 0x99, 0x99, 0x19, 0x55, 0x04, 0x02, +0x20, 0x00, 0x00, 0x00, 0x40, 0xaa, 0x04, 0x01, +0x90, 0xcc, 0xcc, 0xcc, 0x6c, 0xaa, 0xf8, 0x00, +0x10, 0x00, 0x00, 0x00, 0x00, 0x54, 0x09, 0x00, +0xc8, 0x9c, 0x99, 0x99, 0x19, 0xfc, 0x11, 0x00, +0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, +0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/yield b/Bitmaps/freaknet.org/bitmaps/icon/yield new file mode 100644 index 0000000..70b88cf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/yield @@ -0,0 +1,53 @@ +#define yield_width 48 +#define yield_height 48 +static char yield_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0xff, 0xff, 0xff, 0xff, 0x03, +0xe0, 0xff, 0xff, 0xff, 0xff, 0x0f, +0xf0, 0xff, 0xff, 0xff, 0xff, 0x1f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0x01, 0x00, 0x00, 0x00, 0x3f, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x7e, +0x7c, 0xee, 0xee, 0x73, 0x7c, 0x7c, +0x7c, 0x44, 0x44, 0x22, 0x88, 0x7c, +0x7c, 0x44, 0x44, 0x20, 0x88, 0x7c, +0x7c, 0x38, 0xc4, 0x20, 0x88, 0x7c, +0x78, 0x10, 0x44, 0x20, 0x88, 0x3c, +0xf8, 0x10, 0x44, 0x20, 0x88, 0x3e, +0xf0, 0x10, 0x44, 0x22, 0x89, 0x1e, +0xf0, 0x39, 0xee, 0xf3, 0x7d, 0x1f, +0xe0, 0x01, 0x00, 0x00, 0x00, 0x0f, +0xe0, 0x03, 0x00, 0x00, 0x80, 0x0f, +0xc0, 0xc3, 0xff, 0xff, 0x87, 0x07, +0xc0, 0x07, 0x00, 0x00, 0xc0, 0x07, +0x80, 0x07, 0x00, 0x00, 0xc0, 0x03, +0x80, 0x8f, 0xcb, 0xd4, 0xe1, 0x03, +0x00, 0x8f, 0x2a, 0x9c, 0xe0, 0x01, +0x00, 0x9f, 0xa9, 0x95, 0xf0, 0x01, +0x00, 0x9e, 0xca, 0x94, 0xf0, 0x00, +0x00, 0x3e, 0x00, 0x03, 0xf8, 0x00, +0x00, 0x3c, 0x00, 0x01, 0x78, 0x00, +0x00, 0x7c, 0x70, 0x03, 0x7c, 0x00, +0x00, 0x78, 0x50, 0x01, 0x3c, 0x00, +0x00, 0xf8, 0x70, 0x01, 0x3e, 0x00, +0x00, 0xf0, 0x00, 0x00, 0x1e, 0x00, +0x00, 0xf0, 0x45, 0x52, 0x1f, 0x00, +0x00, 0xe0, 0x55, 0x25, 0x0f, 0x00, +0x00, 0xe0, 0x3b, 0xa7, 0x0f, 0x00, +0x00, 0xc0, 0x2b, 0xa5, 0x07, 0x00, +0x00, 0xc0, 0x07, 0xc0, 0x07, 0x00, +0x00, 0x80, 0x07, 0xc0, 0x03, 0x00, +0x00, 0x80, 0x0f, 0xe0, 0x03, 0x00, +0x00, 0x00, 0x0f, 0xe0, 0x01, 0x00, +0x00, 0x00, 0x1f, 0xf0, 0x01, 0x00, +0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x3e, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x3c, 0x78, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/icon/zoom b/Bitmaps/freaknet.org/bitmaps/icon/zoom new file mode 100644 index 0000000..75ede6a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/icon/zoom @@ -0,0 +1,30 @@ +#define zoom_width 30 +#define zoom_height 25 +static char zoom_bits[] = { +0xe0, 0x07, 0x00, 0x00, +0x18, 0x18, 0x00, 0x00, +0x04, 0x20, 0x00, 0x00, +0xfe, 0x43, 0x00, 0x00, +0xfe, 0xe3, 0x00, 0x00, +0x85, 0xb1, 0x00, 0x00, +0xc1, 0x18, 0x01, 0x00, +0xc1, 0x18, 0x01, 0x00, +0x61, 0x18, 0x01, 0x00, +0x61, 0x18, 0x01, 0x00, +0x31, 0x18, 0x03, 0x00, +0x32, 0x18, 0x0f, 0x00, +0x1a, 0x98, 0x3f, 0x00, +0x1c, 0xfa, 0xfe, 0x03, +0xf8, 0x33, 0xf8, 0x05, +0xf0, 0x13, 0xe0, 0x06, +0xc0, 0x0f, 0x80, 0x03, +0x00, 0x00, 0x00, 0x00, +0x9f, 0xe3, 0x6c, 0x06, +0x50, 0x14, 0x99, 0x09, +0x48, 0x14, 0x89, 0x08, +0x44, 0x14, 0x89, 0x08, +0x42, 0x14, 0x89, 0x08, +0x41, 0x14, 0x89, 0x28, +0x9f, 0xe3, 0x88, 0x18, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/index.html b/Bitmaps/freaknet.org/bitmaps/index.html new file mode 100644 index 0000000..95c680d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]README1988-12-17 18:51 831  
[DIR]bmenu/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]texture/1991-04-22 16:07 -  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/index.html?C=D;O=A b/Bitmaps/freaknet.org/bitmaps/index.html?C=D;O=A new file mode 100644 index 0000000..c1d24e2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html?C=D;O=A @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]README1988-12-17 18:51 831  
[DIR]bmenu/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]texture/1991-04-22 16:07 -  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=A new file mode 100644 index 0000000..49d23bc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=A @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]README1988-12-17 18:51 831  
[DIR]bmenu/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]texture/1991-04-22 16:07 -  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=D b/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=D new file mode 100644 index 0000000..e4dab4f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html?C=M;O=D @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]texture/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]bmenu/1991-04-22 16:07 -  
[   ]README1988-12-17 18:51 831  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=A b/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=A new file mode 100644 index 0000000..95c680d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=A @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]README1988-12-17 18:51 831  
[DIR]bmenu/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]texture/1991-04-22 16:07 -  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=D new file mode 100644 index 0000000..e4dab4f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/index.html?C=N;O=D @@ -0,0 +1,23 @@ + + + + Index of /martin/tape/stuff/bitmaps + + +

Index of /martin/tape/stuff/bitmaps

+ + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]texture/1991-04-22 16:07 -  
[DIR]large/1991-04-22 16:07 -  
[DIR]icon/1991-04-22 16:07 -  
[DIR]frame/1991-04-22 16:07 -  
[DIR]face/1991-04-22 16:07 -  
[DIR]cursor/1991-04-22 16:07 -  
[DIR]bmenu/1991-04-22 16:07 -  
[   ]README1988-12-17 18:51 831  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye b/Bitmaps/freaknet.org/bitmaps/large/eye new file mode 100644 index 0000000..d0c036f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye @@ -0,0 +1,36 @@ +#define eye_width 54 +#define eye_height 31 +static char eye_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xb0, 0x64, 0x12, 0x00, 0x00, +0x00, 0x00, 0xa0, 0x28, 0x12, 0x00, 0x00, +0x00, 0x88, 0xa6, 0x28, 0x93, 0x20, 0x00, +0x00, 0xd8, 0x24, 0x29, 0x51, 0x28, 0x00, +0x00, 0x90, 0x24, 0x69, 0x69, 0x26, 0x00, +0x00, 0x91, 0x64, 0x2d, 0x65, 0x2a, 0x00, +0x40, 0x66, 0x6d, 0xef, 0x65, 0x6a, 0x01, +0x80, 0xf8, 0xff, 0xff, 0xf7, 0xba, 0x00, +0x00, 0xf7, 0xff, 0xff, 0xff, 0x1d, 0x01, +0xd0, 0xfe, 0x83, 0xba, 0x0a, 0x8f, 0x09, +0xf0, 0x1f, 0xe0, 0xd7, 0x21, 0xf8, 0x0a, +0xf0, 0x03, 0xb0, 0xaa, 0x20, 0xe0, 0x07, +0x78, 0x00, 0xf0, 0x7d, 0x30, 0x90, 0x07, +0x34, 0x00, 0xb8, 0x3e, 0x68, 0x00, 0x07, +0x1e, 0x00, 0x78, 0x3f, 0x76, 0x20, 0x0e, +0x18, 0x00, 0xb8, 0xff, 0x7b, 0x00, 0x14, +0x28, 0x00, 0x58, 0xff, 0x77, 0x00, 0x3d, +0x10, 0x00, 0xb8, 0xff, 0x6b, 0x00, 0x2c, +0x70, 0x00, 0x58, 0xff, 0x77, 0x40, 0x34, +0x20, 0x00, 0xf8, 0xfb, 0x7f, 0x00, 0x1d, +0x70, 0x00, 0x58, 0xff, 0x75, 0xc0, 0x3d, +0xc0, 0x00, 0xf0, 0xfe, 0x3a, 0xc0, 0x3d, +0x20, 0x05, 0x70, 0x55, 0x3f, 0x40, 0x1f, +0x00, 0x03, 0xe0, 0xaf, 0x1a, 0xe0, 0x0e, +0x00, 0x0e, 0xc0, 0x75, 0x0f, 0x80, 0x07, +0x00, 0x1c, 0x80, 0xff, 0x07, 0xc8, 0x01, +0x00, 0x70, 0x00, 0xfe, 0x01, 0xe0, 0x00, +0x00, 0x80, 0x07, 0x00, 0x00, 0x1e, 0x00, +0x00, 0x00, 0xf8, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x00, 0xe0, 0xff, 0x7f, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye1 b/Bitmaps/freaknet.org/bitmaps/large/eye1 new file mode 100644 index 0000000..16adfd6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye1 @@ -0,0 +1,40 @@ +#define eye1_width 56 +#define eye1_height 35 +static char eye1_bits[] = { +0x00, 0x00, 0x58, 0x32, 0x09, 0x00, 0x00, +0x00, 0x00, 0x50, 0x14, 0x09, 0x00, 0x00, +0x00, 0x44, 0x53, 0x94, 0x49, 0x00, 0x00, +0x00, 0x6c, 0x92, 0x94, 0x28, 0x12, 0x00, +0x00, 0x48, 0x92, 0xb4, 0x34, 0x17, 0x00, +0x80, 0x48, 0xb2, 0x96, 0x32, 0x15, 0x00, +0x28, 0xb3, 0xb6, 0xf7, 0x32, 0xb5, 0x00, +0x48, 0xfc, 0xff, 0xff, 0x7b, 0x5d, 0x00, +0x91, 0xfb, 0xff, 0xff, 0xff, 0x8e, 0x01, +0x6a, 0xff, 0x41, 0x5d, 0x85, 0xe7, 0x04, +0xfd, 0x0f, 0xf0, 0xeb, 0x10, 0x3c, 0x05, +0xf9, 0x01, 0x58, 0x55, 0x10, 0xf0, 0x2b, +0x3e, 0x00, 0xf8, 0x3e, 0x18, 0xc8, 0x15, +0x1a, 0x00, 0x5c, 0x1f, 0x34, 0x80, 0x2f, +0x0f, 0x00, 0xbc, 0x1f, 0x3b, 0x10, 0x1f, +0x0c, 0x00, 0xdc, 0xff, 0x3d, 0x40, 0x0a, +0x14, 0x00, 0xac, 0xff, 0x3b, 0x80, 0x1e, +0x08, 0x00, 0xdc, 0xff, 0x35, 0x00, 0x1e, +0x38, 0x00, 0xac, 0xff, 0x3b, 0x40, 0x1f, +0x10, 0x00, 0xfc, 0xfd, 0x3f, 0x00, 0x1e, +0x30, 0x00, 0xac, 0xff, 0x3a, 0x00, 0x1f, +0x60, 0x00, 0x78, 0x7f, 0x1d, 0x40, 0x0e, +0xc0, 0x02, 0xb8, 0xaa, 0x1f, 0x00, 0x0f, +0xc0, 0x01, 0xf0, 0x57, 0x0d, 0x50, 0x07, +0x00, 0x07, 0xe0, 0xba, 0x07, 0x80, 0x03, +0x00, 0x0a, 0xc0, 0xff, 0x03, 0xe4, 0x00, +0x00, 0x38, 0x00, 0xff, 0x00, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x00, 0x00, 0x0f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye2 b/Bitmaps/freaknet.org/bitmaps/large/eye2 new file mode 100644 index 0000000..551a655 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye2 @@ -0,0 +1,40 @@ +#define eye2_width 56 +#define eye2_height 35 +static char eye2_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0xed, 0x05, 0x00, 0x00, +0x00, 0xc0, 0xde, 0x6e, 0x5f, 0x00, 0x00, +0x00, 0xe8, 0x67, 0x93, 0xae, 0x03, 0x00, +0x40, 0x19, 0x49, 0x92, 0x62, 0x0d, 0x00, +0x80, 0xd6, 0xca, 0xb2, 0x22, 0x77, 0x00, +0x58, 0xdd, 0xfe, 0xff, 0xff, 0xf1, 0x00, +0xf0, 0xd9, 0xff, 0x7f, 0xb4, 0xaf, 0x03, +0xf6, 0xff, 0xbf, 0x1f, 0x3b, 0xf8, 0x07, +0xfc, 0x37, 0xdd, 0xff, 0x3d, 0xc0, 0x0b, +0x76, 0x0b, 0xac, 0xff, 0x3b, 0x80, 0x1f, +0x2c, 0x00, 0xdc, 0xff, 0x35, 0x00, 0x37, +0x14, 0x00, 0xac, 0xff, 0x3b, 0x40, 0x1f, +0x48, 0x00, 0xfc, 0xfd, 0x3f, 0x00, 0x1e, +0x18, 0x00, 0xac, 0xff, 0x3a, 0x00, 0x1f, +0x30, 0x00, 0x78, 0x7f, 0x1d, 0x40, 0x0e, +0x60, 0x02, 0xb8, 0xaa, 0x1f, 0x00, 0x0f, +0xc0, 0x01, 0xf0, 0x57, 0x0d, 0x50, 0x07, +0x00, 0x07, 0xe0, 0xba, 0x07, 0x80, 0x03, +0x00, 0x0a, 0xc0, 0xff, 0x03, 0xe4, 0x00, +0x00, 0x38, 0x00, 0xff, 0x00, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x00, 0x00, 0x0f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye3 b/Bitmaps/freaknet.org/bitmaps/large/eye3 new file mode 100644 index 0000000..316043a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye3 @@ -0,0 +1,40 @@ +#define eye3_width 56 +#define eye3_height 35 +static char eye3_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0xed, 0x05, 0x00, 0x00, +0x00, 0x80, 0xfe, 0x6e, 0x5f, 0x00, 0x00, +0x00, 0xc0, 0x07, 0x82, 0xa8, 0x03, 0x00, +0x00, 0x70, 0x41, 0x12, 0x00, 0x0d, 0x00, +0x00, 0xde, 0x08, 0x00, 0x11, 0x34, 0x00, +0x80, 0x1d, 0x24, 0x10, 0x00, 0xe6, 0x00, +0xa0, 0x23, 0x00, 0x00, 0x40, 0x80, 0x03, +0xf0, 0x01, 0x00, 0x00, 0x00, 0x40, 0x07, +0xbc, 0x12, 0x01, 0x00, 0x00, 0x10, 0x0a, +0x5e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, +0xae, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, +0x55, 0x08, 0x00, 0x00, 0x00, 0x90, 0x1a, +0x75, 0x03, 0x00, 0x00, 0x00, 0x00, 0x3f, +0x74, 0x1e, 0x01, 0x10, 0x60, 0xfc, 0x3f, +0xea, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1e, +0xac, 0xff, 0xff, 0xba, 0xff, 0xd5, 0x0f, +0xa0, 0x45, 0xf6, 0x57, 0x4d, 0x55, 0x07, +0xb0, 0x67, 0xf2, 0xba, 0x4f, 0xcd, 0x03, +0x40, 0xea, 0xdb, 0xff, 0x4b, 0xeb, 0x00, +0x00, 0xbb, 0x68, 0xff, 0x98, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x74, 0x00, 0x0f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye4 b/Bitmaps/freaknet.org/bitmaps/large/eye4 new file mode 100644 index 0000000..54836e3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye4 @@ -0,0 +1,40 @@ +#define eye4_width 56 +#define eye4_height 35 +static char eye4_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0xed, 0x05, 0x00, 0x00, +0x00, 0x80, 0xfe, 0x6e, 0x5f, 0x00, 0x00, +0x00, 0xc0, 0x07, 0x82, 0xa8, 0x03, 0x00, +0x00, 0x70, 0x41, 0x12, 0x00, 0x0d, 0x00, +0x00, 0xde, 0x08, 0x00, 0x11, 0x34, 0x00, +0x80, 0x1d, 0x24, 0x10, 0x00, 0xe6, 0x00, +0xa0, 0x23, 0x00, 0x00, 0x40, 0x80, 0x03, +0xf0, 0x01, 0x00, 0x00, 0x00, 0x40, 0x07, +0xbc, 0x12, 0x01, 0x00, 0x00, 0x10, 0x0a, +0x5e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, +0xba, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, +0x55, 0x08, 0x00, 0x00, 0x00, 0x90, 0x1a, +0x75, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, +0xb6, 0x01, 0x01, 0x00, 0x00, 0x80, 0x7f, +0xeb, 0x09, 0x00, 0x00, 0x00, 0xc4, 0x7e, +0xac, 0x14, 0x00, 0x00, 0x00, 0xc0, 0xaf, +0xa6, 0x47, 0x04, 0x00, 0x00, 0x68, 0x7f, +0xb0, 0x2e, 0x00, 0x00, 0x80, 0xd0, 0x53, +0x98, 0x4b, 0x45, 0x41, 0x14, 0xf9, 0x96, +0xc0, 0xba, 0x10, 0x00, 0x80, 0xfa, 0x6c, +0x70, 0xea, 0xab, 0x98, 0x22, 0xaf, 0x19, +0x00, 0xab, 0x7f, 0x55, 0xc8, 0x2b, 0x03, +0x80, 0xad, 0xf6, 0xff, 0xbf, 0x3a, 0x06, +0x00, 0xa4, 0x56, 0x4a, 0xb5, 0xf2, 0x00, +0x00, 0xb0, 0x55, 0x4a, 0xb5, 0x16, 0x00, +0x00, 0xc0, 0x44, 0x6a, 0xf5, 0x35, 0x00, +0x00, 0x00, 0x64, 0x3b, 0x4d, 0x00, 0x00, +0x00, 0x00, 0x20, 0x11, 0x0b, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye_bld1 b/Bitmaps/freaknet.org/bitmaps/large/eye_bld1 new file mode 100644 index 0000000..83ee38d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye_bld1 @@ -0,0 +1,40 @@ +#define eye_bld1_width 56 +#define eye_bld1_height 35 +static char eye_bld1_bits[] = { +0x00, 0x00, 0x58, 0x32, 0x09, 0x00, 0x00, +0x00, 0x00, 0x50, 0x14, 0x09, 0x00, 0x00, +0x00, 0x44, 0x53, 0x94, 0x49, 0x00, 0x00, +0x00, 0x6c, 0x92, 0x94, 0x28, 0x12, 0x00, +0x00, 0x48, 0x92, 0xb4, 0x34, 0x17, 0x00, +0x80, 0x48, 0xb2, 0x96, 0x32, 0x15, 0x00, +0x28, 0xb3, 0xb6, 0xf7, 0x32, 0xb5, 0x00, +0x48, 0xfc, 0xff, 0xff, 0x7b, 0x5d, 0x00, +0x91, 0xfb, 0xff, 0xff, 0xff, 0x8e, 0x01, +0x6a, 0xff, 0x41, 0x5d, 0x85, 0xe7, 0x04, +0xfd, 0x5f, 0xf0, 0xeb, 0x70, 0x3e, 0x05, +0xf9, 0x31, 0x58, 0x55, 0x10, 0xf5, 0x2b, +0x3e, 0x88, 0xf9, 0x3e, 0x18, 0xc9, 0x15, +0x1a, 0x69, 0x5c, 0x1f, 0x34, 0xb1, 0x2f, +0xff, 0x2f, 0xbc, 0x1f, 0x3b, 0x5b, 0x1f, +0xcc, 0x10, 0xdc, 0xff, 0x3d, 0x0a, 0x0e, +0x54, 0x60, 0xac, 0xff, 0x3b, 0x86, 0x1e, +0x88, 0xcf, 0xdc, 0xff, 0xb5, 0xf8, 0x1e, +0xf8, 0x01, 0xac, 0xff, 0x3b, 0x23, 0x1e, +0x90, 0x32, 0xfc, 0xfd, 0x3f, 0xee, 0x1f, +0xb0, 0x5e, 0xac, 0xff, 0x3a, 0x58, 0x1e, +0x60, 0x99, 0x79, 0x7f, 0x1d, 0x0e, 0x0f, +0xc0, 0xe2, 0xb8, 0xaa, 0x9f, 0xa9, 0x0e, +0xc0, 0x61, 0xf0, 0x57, 0x8d, 0x58, 0x07, +0x00, 0xc7, 0xe1, 0xba, 0xf7, 0x88, 0x03, +0x00, 0x0a, 0xc1, 0xff, 0x1b, 0xee, 0x00, +0x00, 0x38, 0x03, 0xff, 0x08, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x00, 0x00, 0x1f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye_bld2 b/Bitmaps/freaknet.org/bitmaps/large/eye_bld2 new file mode 100644 index 0000000..06709f6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye_bld2 @@ -0,0 +1,40 @@ +#define eye_bld2_width 56 +#define eye_bld2_height 35 +static char eye_bld2_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0xed, 0x05, 0x00, 0x00, +0x00, 0xc0, 0xde, 0x6e, 0x5f, 0x00, 0x00, +0x00, 0xe8, 0x67, 0x93, 0xae, 0x03, 0x00, +0x40, 0x19, 0x49, 0x92, 0x62, 0x0d, 0x00, +0x80, 0xd6, 0xca, 0xb2, 0x22, 0x77, 0x00, +0x58, 0xdd, 0xfe, 0xff, 0xff, 0xf1, 0x00, +0xf0, 0xd9, 0xff, 0x7f, 0xb4, 0xaf, 0x03, +0xf6, 0xff, 0xbf, 0x1f, 0x3b, 0xf8, 0x07, +0xfc, 0x37, 0xdd, 0xff, 0x3d, 0xca, 0x0f, +0x76, 0x6b, 0xac, 0xff, 0x3b, 0x86, 0x1f, +0xac, 0xcf, 0xdc, 0xff, 0xb5, 0xf8, 0x3f, +0xfc, 0x01, 0xac, 0xff, 0x3b, 0x23, 0x1e, +0xd8, 0x32, 0xfc, 0xfd, 0x3f, 0xee, 0x3f, +0xb8, 0x5e, 0xac, 0xff, 0x3a, 0x58, 0x1e, +0x70, 0x99, 0x79, 0x7f, 0x1d, 0x0e, 0x0f, +0xe0, 0xe2, 0xb8, 0xaa, 0x9f, 0xa9, 0x0e, +0xc0, 0x61, 0xf0, 0x57, 0x8d, 0x58, 0x07, +0x00, 0xc7, 0xe1, 0xba, 0xf7, 0x88, 0x03, +0x00, 0x0a, 0xc1, 0xff, 0x1b, 0xee, 0x00, +0x00, 0x38, 0x03, 0xff, 0x08, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x00, 0x00, 0x1f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eye_bld3 b/Bitmaps/freaknet.org/bitmaps/large/eye_bld3 new file mode 100644 index 0000000..6cc7649 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eye_bld3 @@ -0,0 +1,40 @@ +#define eye_bld3_width 56 +#define eye_bld3_height 35 +static char eye_bld3_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0xed, 0x05, 0x00, 0x00, +0x00, 0x80, 0xfe, 0x6e, 0x5f, 0x00, 0x00, +0x00, 0xc0, 0x07, 0x82, 0xa8, 0x03, 0x00, +0x00, 0x70, 0x41, 0x12, 0x00, 0x0d, 0x00, +0x00, 0xde, 0x08, 0x00, 0x11, 0x34, 0x00, +0x80, 0x1d, 0x24, 0x10, 0x00, 0xe6, 0x00, +0xa0, 0x23, 0x00, 0x00, 0x40, 0x80, 0x03, +0xf0, 0x01, 0x00, 0x00, 0x00, 0x40, 0x07, +0xbc, 0x12, 0x01, 0x00, 0x00, 0x10, 0x0a, +0x5e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, +0xae, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, +0x55, 0x08, 0x00, 0x00, 0x00, 0x00, 0x1a, +0x75, 0x03, 0x00, 0x00, 0x00, 0x00, 0x3f, +0x74, 0x5e, 0x00, 0x10, 0x60, 0xfc, 0x3f, +0xea, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1e, +0xac, 0xff, 0xff, 0xba, 0xff, 0xd5, 0x0f, +0xa0, 0x45, 0xf6, 0x57, 0x4d, 0x55, 0x07, +0xb0, 0x67, 0xf2, 0xba, 0x4f, 0xcd, 0x03, +0x40, 0xea, 0xdb, 0xff, 0x5b, 0xef, 0x00, +0x00, 0xbb, 0x6b, 0xff, 0x98, 0x70, 0x00, +0x00, 0xe0, 0x03, 0x74, 0x00, 0x1f, 0x00, +0x00, 0x00, 0x7f, 0x00, 0xf0, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/eyesmaller b/Bitmaps/freaknet.org/bitmaps/large/eyesmaller new file mode 100644 index 0000000..c7879d1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/eyesmaller @@ -0,0 +1,34 @@ +#define eyesmaller_width 40 +#define eyesmaller_height 29 +static char eyesmaller_bits[] = { +0x00, 0x00, 0x21, 0x00, 0x00, +0x00, 0x28, 0x11, 0x10, 0x00, +0x00, 0x89, 0x90, 0x12, 0x00, +0x00, 0xa9, 0x95, 0x98, 0x01, +0x20, 0xba, 0xb5, 0x8a, 0x00, +0x44, 0xcc, 0xa2, 0x48, 0x06, +0x8c, 0xb1, 0xfe, 0x4b, 0x19, +0x11, 0xfe, 0xff, 0x5f, 0x0d, +0x32, 0xff, 0xff, 0xff, 0x24, +0xc8, 0x0f, 0xea, 0x8a, 0x15, +0x7b, 0x00, 0x5f, 0x07, 0xd6, +0x1c, 0x80, 0xaa, 0x42, 0x28, +0x16, 0xc0, 0xf7, 0x41, 0x14, +0x01, 0xc0, 0xfa, 0xa0, 0x70, +0x0b, 0xe0, 0xfd, 0xd8, 0x28, +0x02, 0xe0, 0xfe, 0xef, 0x60, +0x12, 0x60, 0xfd, 0xdf, 0xf0, +0x06, 0xe0, 0xfe, 0xaf, 0xc0, +0x0c, 0x60, 0xfd, 0xdf, 0xf0, +0x24, 0xe0, 0xef, 0xff, 0xc0, +0x08, 0x60, 0xfd, 0xd7, 0xa8, +0x10, 0xc0, 0xfb, 0x6b, 0x64, +0x20, 0xc0, 0x55, 0x7d, 0x70, +0xc0, 0x80, 0xbf, 0x2a, 0x28, +0x80, 0x01, 0xd7, 0x1d, 0x18, +0x00, 0x07, 0xfc, 0x07, 0x0c, +0x00, 0x3c, 0x00, 0x00, 0x07, +0x00, 0xe0, 0x01, 0xe0, 0x00, +0x00, 0x00, 0xfe, 0x1f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/font b/Bitmaps/freaknet.org/bitmaps/large/font new file mode 100644 index 0000000..75b34f8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/font @@ -0,0 +1,40 @@ +#define font_width 50 +#define font_height 35 +static char font_bits[] = { +0xc0, 0x01, 0xe0, 0x00, 0x06, 0x00, 0x00, +0x80, 0x01, 0xc0, 0x00, 0xcf, 0x3b, 0x00, +0x8e, 0xc7, 0xf1, 0x1c, 0xe3, 0x33, 0x00, +0x9b, 0xef, 0xfb, 0xb6, 0x67, 0xf1, 0x00, +0x9e, 0x6d, 0xda, 0x3e, 0xe3, 0xf1, 0x01, +0x9b, 0x6d, 0xd8, 0x06, 0xf3, 0xb3, 0x01, +0x9b, 0xef, 0xfb, 0x3e, 0x33, 0xb3, 0x01, +0x3e, 0xc7, 0xf1, 0x9c, 0xf7, 0xb3, 0x01, +0x00, 0x00, 0x00, 0x00, 0xe0, 0xb9, 0x03, +0x86, 0x39, 0x38, 0x00, 0x00, 0x00, 0x00, +0x86, 0x31, 0x30, 0x00, 0x00, 0x00, 0x00, +0x00, 0xb0, 0x31, 0xef, 0xf8, 0x70, 0x00, +0xc7, 0xf1, 0x30, 0xfe, 0xf9, 0xf9, 0x00, +0x86, 0x71, 0x30, 0xb6, 0xb1, 0xd9, 0x00, +0x86, 0xf1, 0x30, 0xb6, 0xb1, 0xd9, 0x00, +0x86, 0xb1, 0x31, 0xb6, 0xb1, 0xf9, 0x00, +0x8f, 0xf9, 0x7b, 0xb7, 0xbb, 0x73, 0x00, +0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, +0x1f, 0xdf, 0xe7, 0x99, 0xbb, 0x3b, 0x00, +0xbf, 0x9f, 0x77, 0x3d, 0x1b, 0x1b, 0x00, +0xb6, 0x8d, 0xf1, 0x18, 0x1b, 0x1b, 0x00, +0xb6, 0x8d, 0xe1, 0x19, 0x1b, 0x0e, 0x00, +0x1e, 0x8f, 0xd1, 0x19, 0x3f, 0x0e, 0x00, +0x06, 0xcc, 0xf3, 0x30, 0x3e, 0x04, 0x00, +0x0f, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, +0xb7, 0x7b, 0x73, 0xf3, 0xf3, 0x01, 0x00, +0xb6, 0x71, 0x61, 0xb3, 0x93, 0x01, 0x00, +0xb6, 0xe1, 0x60, 0xc3, 0xc1, 0x01, 0x00, +0xfc, 0xe0, 0xe0, 0xe3, 0xe0, 0x00, 0x00, +0xfc, 0xd0, 0xc1, 0x73, 0x63, 0x00, 0x00, +0x48, 0xd8, 0x63, 0xf3, 0x03, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x01, 0x60, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/fourarrows b/Bitmaps/freaknet.org/bitmaps/large/fourarrows new file mode 100644 index 0000000..f8b3fd1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/fourarrows @@ -0,0 +1,52 @@ +#define fourarrows_width 47 +#define fourarrows_height 47 +static char fourarrows_bits[] = { +0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x20, 0x01, 0x00, 0x00, +0x00, 0x00, 0x10, 0x02, 0x00, 0x00, +0x00, 0x00, 0x08, 0x04, 0x00, 0x00, +0x00, 0x00, 0x04, 0x08, 0x00, 0x00, +0x00, 0x00, 0x02, 0x10, 0x00, 0x00, +0x00, 0x00, 0x01, 0x20, 0x00, 0x00, +0x00, 0x80, 0x00, 0x40, 0x00, 0x00, +0x00, 0x80, 0x07, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x07, 0xf8, 0x01, 0x00, +0x00, 0x00, 0x06, 0xf8, 0x01, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x80, 0x03, 0xfc, 0x3f, 0x60, 0x00, +0x40, 0x03, 0xf8, 0x3f, 0xa0, 0x00, +0x20, 0x03, 0xf0, 0x3f, 0x20, 0x01, +0x10, 0xff, 0x00, 0xc0, 0x3f, 0x02, +0x08, 0x80, 0x01, 0x40, 0x00, 0x04, +0x04, 0x80, 0x03, 0x40, 0x00, 0x08, +0x02, 0x80, 0x03, 0x40, 0x00, 0x10, +0x01, 0x80, 0x03, 0x40, 0x00, 0x20, +0x01, 0x80, 0x03, 0x40, 0x00, 0x60, +0x02, 0x80, 0x03, 0x40, 0x00, 0x70, +0x04, 0x80, 0x03, 0x40, 0x00, 0x78, +0x08, 0x80, 0x03, 0x40, 0x00, 0x3c, +0x10, 0xff, 0x03, 0xc0, 0x3f, 0x1e, +0x20, 0xff, 0x03, 0x80, 0x3f, 0x0f, +0x40, 0xff, 0x03, 0x00, 0xbf, 0x07, +0x80, 0x07, 0xfc, 0x0f, 0xe0, 0x03, +0x00, 0x07, 0x04, 0x18, 0xe0, 0x01, +0x00, 0x06, 0x04, 0x38, 0xe0, 0x00, +0x00, 0x00, 0x04, 0x38, 0x60, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x00, 0x04, 0x38, 0x00, 0x00, +0x00, 0x80, 0x07, 0xf8, 0x03, 0x00, +0x00, 0x80, 0x00, 0xc0, 0x03, 0x00, +0x00, 0x00, 0x01, 0xe0, 0x01, 0x00, +0x00, 0x00, 0x02, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x04, 0x78, 0x00, 0x00, +0x00, 0x00, 0x08, 0x3c, 0x00, 0x00, +0x00, 0x00, 0x10, 0x1e, 0x00, 0x00, +0x00, 0x00, 0x20, 0x0f, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, +0x00, 0x00, 0x80, 0x03, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/frog1 b/Bitmaps/freaknet.org/bitmaps/large/frog1 new file mode 100644 index 0000000..f960c0f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/frog1 @@ -0,0 +1,39 @@ +#define frog1_width 48 +#define frog1_height 34 +static char frog1_bits[] = { +0x70, 0x00, 0x00, 0x00, 0x00, 0x0e, +0x88, 0x01, 0x00, 0x00, 0x80, 0x11, +0x04, 0x02, 0x00, 0x00, 0x40, 0x20, +0x02, 0x04, 0x00, 0x00, 0x20, 0x40, +0x02, 0x08, 0x00, 0x00, 0x10, 0x40, +0x01, 0x08, 0x00, 0x00, 0x10, 0x80, +0x01, 0x10, 0x3c, 0x1e, 0x08, 0x80, +0x01, 0x20, 0x42, 0x21, 0x04, 0x80, +0x01, 0x20, 0x99, 0x4c, 0x04, 0x80, +0x01, 0x40, 0xad, 0x56, 0x02, 0x80, +0x01, 0xf0, 0xbd, 0x5e, 0x02, 0x80, +0x01, 0x0c, 0x99, 0xcc, 0x03, 0x80, +0x82, 0x03, 0x42, 0x21, 0xfc, 0x40, +0x42, 0x00, 0x3c, 0x1e, 0x00, 0x43, +0x32, 0x04, 0x00, 0x00, 0x08, 0x44, +0x0a, 0x02, 0x00, 0x00, 0x10, 0x48, +0x0a, 0x07, 0x00, 0x00, 0x28, 0x48, +0x0a, 0xf9, 0x07, 0x00, 0x26, 0x48, +0x0c, 0x00, 0xf8, 0xff, 0x01, 0x28, +0x74, 0x00, 0x00, 0x00, 0x00, 0x26, +0x84, 0x1f, 0x00, 0x00, 0x80, 0x21, +0x08, 0xe0, 0x00, 0x00, 0x60, 0x10, +0x10, 0x00, 0x03, 0x00, 0x1e, 0x08, +0x20, 0x10, 0xfc, 0xff, 0x01, 0x04, +0x40, 0x10, 0x00, 0x00, 0x0c, 0x02, +0xc0, 0x23, 0x10, 0x08, 0xc4, 0x03, +0x30, 0x3c, 0x10, 0x08, 0x3c, 0x0c, +0x0c, 0x60, 0x10, 0x08, 0x04, 0x30, +0x52, 0xa2, 0x10, 0x08, 0x44, 0x4a, +0x49, 0x92, 0xf0, 0x0f, 0x4e, 0x92, +0xb6, 0x0d, 0x41, 0x02, 0xb1, 0x6d, +0x00, 0x80, 0x48, 0x12, 0x01, 0x00, +0x00, 0x40, 0x32, 0x4c, 0x02, 0x00, +0x00, 0x80, 0x0d, 0xb0, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/frog2 b/Bitmaps/freaknet.org/bitmaps/large/frog2 new file mode 100644 index 0000000..d7ea740 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/frog2 @@ -0,0 +1,39 @@ +#define frog2_width 48 +#define frog2_height 34 +static char frog2_bits[] = { +0x70, 0x00, 0x00, 0x00, 0x00, 0x0e, +0x88, 0x01, 0x00, 0x00, 0x80, 0x11, +0x04, 0x02, 0x00, 0x00, 0x40, 0x20, +0x02, 0x04, 0x78, 0x3c, 0x20, 0x40, +0x02, 0x08, 0x84, 0x42, 0x10, 0x40, +0x01, 0x08, 0x32, 0x99, 0x10, 0x80, +0x01, 0x10, 0x5a, 0xad, 0x08, 0x80, +0x01, 0x20, 0x7a, 0xbd, 0x04, 0x80, +0x01, 0xa0, 0x33, 0x99, 0x04, 0x80, +0x01, 0x60, 0x84, 0x42, 0x03, 0x80, +0x01, 0x10, 0x78, 0x3c, 0x04, 0x80, +0x01, 0x0c, 0x00, 0x00, 0x08, 0x80, +0x82, 0x03, 0x00, 0x00, 0xf0, 0x40, +0x42, 0x80, 0xff, 0xff, 0x01, 0x43, +0xb2, 0xf0, 0xff, 0xff, 0x8f, 0x44, +0x8a, 0xff, 0xff, 0xff, 0xff, 0x48, +0x8a, 0xff, 0x07, 0xc1, 0xff, 0x48, +0x0a, 0xff, 0x03, 0x80, 0x7f, 0x48, +0x0c, 0xfe, 0x0f, 0xe0, 0x3f, 0x28, +0x74, 0xc0, 0xff, 0xff, 0x01, 0x26, +0x84, 0x1f, 0x00, 0x00, 0x80, 0x21, +0x08, 0xe0, 0x00, 0x00, 0x60, 0x10, +0x10, 0x00, 0x03, 0x00, 0x1e, 0x08, +0x20, 0x10, 0xfc, 0xff, 0x01, 0x04, +0x40, 0x10, 0x00, 0x00, 0x0c, 0x02, +0xc0, 0x23, 0x10, 0x08, 0xc4, 0x03, +0x30, 0x3c, 0x10, 0x08, 0x3c, 0x0c, +0x0c, 0x60, 0x10, 0x08, 0x04, 0x30, +0x52, 0xa2, 0x10, 0x08, 0x44, 0x4a, +0x49, 0x92, 0xf0, 0x0f, 0x4e, 0x92, +0xb6, 0x0d, 0x41, 0x02, 0xb1, 0x6d, +0x00, 0x80, 0x48, 0x12, 0x01, 0x00, +0x00, 0x40, 0x32, 0x4c, 0x02, 0x00, +0x00, 0x80, 0x0d, 0xb0, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/gethappy b/Bitmaps/freaknet.org/bitmaps/large/gethappy new file mode 100644 index 0000000..a37f306 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/gethappy @@ -0,0 +1,64 @@ +#define gethappy_width 62 +#define gethappy_height 59 +static char gethappy_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x20, +0x80, 0x3f, 0x7f, 0xfe, 0xc1, 0x70, 0x42, 0x20, +0xc0, 0x3f, 0x7f, 0xfe, 0xb1, 0x5c, 0x42, 0x20, +0xc0, 0x00, 0x03, 0x30, 0xf0, 0x44, 0x23, 0x30, +0xc0, 0x00, 0x03, 0x30, 0xf0, 0x46, 0x21, 0x10, +0xc0, 0x3c, 0x1f, 0x30, 0x20, 0xa2, 0x10, 0x18, +0xc0, 0x3c, 0x1f, 0x30, 0xc0, 0xbf, 0x10, 0x08, +0xc0, 0x30, 0x03, 0x30, 0x00, 0x8c, 0x0c, 0x04, +0xc0, 0x30, 0x03, 0x30, 0x00, 0x38, 0x01, 0x03, +0xc0, 0x3f, 0x7f, 0x30, 0x41, 0x00, 0x83, 0x01, +0x80, 0x1f, 0x7f, 0x30, 0x3e, 0x00, 0x7e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xc6, 0x60, 0xf0, 0xc7, 0x1f, 0xc3, 0x00, +0x00, 0xc6, 0xf0, 0xf0, 0xcf, 0x3f, 0xc3, 0x00, +0x00, 0xc6, 0x98, 0x31, 0xcc, 0x30, 0xc3, 0x00, +0x00, 0xc6, 0x0c, 0x33, 0xcc, 0x30, 0xc3, 0x00, +0x00, 0xc6, 0x0c, 0x33, 0xcc, 0x30, 0xe7, 0x00, +0x00, 0xfe, 0xfc, 0xf3, 0xcf, 0x3f, 0x7e, 0x00, +0x00, 0xfe, 0xfc, 0xf3, 0xc7, 0x1f, 0x3c, 0x00, +0x20, 0xc6, 0x0c, 0x33, 0xc0, 0x00, 0x18, 0x00, +0x20, 0xc6, 0x0c, 0x33, 0xc0, 0x00, 0x18, 0x00, +0x30, 0xc6, 0x0c, 0x33, 0xc0, 0x00, 0x18, 0x00, +0x18, 0xc6, 0x0c, 0x33, 0xc0, 0x00, 0x18, 0x00, +0x0c, 0xc6, 0x0c, 0x33, 0xc0, 0x00, 0x18, 0x00, +0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, +0x00, 0x80, 0x20, 0x00, 0x04, 0x00, 0x24, 0x00, +0x00, 0x88, 0x20, 0x80, 0x04, 0x10, 0x22, 0x00, +0x00, 0x8e, 0x3f, 0xe0, 0x04, 0x10, 0x42, 0x00, +0x00, 0x1b, 0x0e, 0xb8, 0x3c, 0x08, 0x41, 0x00, +0x80, 0x10, 0x00, 0x88, 0xf8, 0x87, 0xc0, 0x01, +0xc0, 0x10, 0x00, 0x8c, 0xe0, 0xc3, 0x70, 0x01, +0x20, 0x10, 0x00, 0x82, 0x00, 0x40, 0x28, 0x02, +0x20, 0x10, 0x00, 0x01, 0x00, 0x20, 0x3c, 0x02, +0x10, 0x10, 0x00, 0x81, 0x00, 0x20, 0x00, 0x02, +0x18, 0x10, 0x80, 0x80, 0x00, 0x20, 0x00, 0x02, +0x08, 0x20, 0x40, 0x80, 0x00, 0x00, 0x00, 0x02, +0x00, 0x20, 0x40, 0x40, 0x00, 0x00, 0x00, 0x01, +0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x01, +0x04, 0x20, 0x08, 0x40, 0x00, 0x04, 0x80, 0x00, +0x06, 0x01, 0x04, 0x40, 0x00, 0x03, 0xf8, 0x00, +0x0f, 0x82, 0x01, 0x78, 0x80, 0x00, 0x66, 0x00, +0x0f, 0x82, 0x00, 0x6c, 0x40, 0x00, 0x9a, 0x00, +0x0f, 0x03, 0x00, 0xc2, 0x30, 0x00, 0x8c, 0x00, +0xfe, 0x01, 0x00, 0xe1, 0x0d, 0x20, 0x80, 0x00, +0xfc, 0x00, 0x00, 0x2e, 0x02, 0x58, 0xc0, 0x00, +0x00, 0x40, 0x00, 0xf0, 0x00, 0x60, 0x60, 0x00, +0x00, 0x80, 0x01, 0x9c, 0x03, 0xe0, 0x3d, 0x00, +0x00, 0x00, 0xcf, 0x07, 0x3c, 0x3e, 0x00, 0x00, +0x00, 0x00, 0x20, 0x00, 0x80, 0x02, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/ghost b/Bitmaps/freaknet.org/bitmaps/large/ghost new file mode 100644 index 0000000..ee3bcd2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/ghost @@ -0,0 +1,41 @@ +#define ghost_width 31 +#define ghost_height 36 +static char ghost_bits[] = { +0x00, 0xfc, 0x1f, 0x00, +0x80, 0xab, 0xea, 0x00, +0x60, 0x55, 0x55, 0x03, +0xb0, 0xaa, 0xaa, 0x06, +0x58, 0x55, 0x55, 0x0d, +0xac, 0xa0, 0x82, 0x1a, +0x54, 0x4c, 0x31, 0x15, +0x2a, 0x96, 0x58, 0x2a, +0x56, 0x5e, 0x79, 0x35, +0x2a, 0x8c, 0x30, 0x2a, +0x55, 0x40, 0x01, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x55, 0x55, 0x55, 0x55, +0xab, 0xaa, 0xaa, 0x6a, +0x56, 0x55, 0x55, 0x35, +0xaa, 0xeb, 0xeb, 0x2a, +0xd4, 0x56, 0xb5, 0x15, +0x78, 0x3c, 0x1e, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/greatart b/Bitmaps/freaknet.org/bitmaps/large/greatart new file mode 100644 index 0000000..b329c7f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/greatart @@ -0,0 +1,156 @@ +#define greatart_width 139 +#define greatart_height 151 +static char greatart_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x97, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x30, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0xd8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x0c, 0x04, 0x00, 0x00, 0x6f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x40, 0x02, 0x00, 0x04, 0x00, 0x80, 0x83, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x02, 0x00, 0x00, 0x80, 0x2f, 0xb6, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x83, 0x4f, 0x8a, 0x01, 0x04, 0xe0, 0x41, 0xa0, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x4a, 0xc6, 0x03, 0x04, 0x3e, 0x91, 0x3f, 0x33, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x81, 0x4a, 0x4a, 0x00, 0x04, 0x06, 0x62, 0xec, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x81, 0x48, 0x92, 0x03, 0x00, 0x4b, 0x86, 0x89, 0xee, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x0f, 0xe4, 0x07, 0x86, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x1b, 0x06, 0x62, 0x4f, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1f, 0x60, 0x01, 0x6a, 0xb4, 0x07, 0x4d, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0xa1, 0x17, 0x00, 0xde, 0x05, 0x86, 0x49, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0xc7, 0x40, 0x00, 0x00, 0xf4, 0x4c, 0xfe, 0x89, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x58, 0x40, 0x00, 0x00, 0x04, 0xc5, 0x04, 0x1f, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x02, 0xbb, 0x68, 0x11, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x80, 0x00, 0x02, 0xf0, 0xc9, 0x13, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x1c, 0x01, 0x00, 0x80, 0x0f, 0x22, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x63, 0x03, 0x0e, 0x00, 0x0a, 0xfe, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0xd1, 0x03, 0x1c, 0x13, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x51, 0x3c, 0x38, 0x10, 0x06, 0x00, 0x00, +0x80, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0xe8, 0x80, 0xf0, 0x04, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x09, 0x9f, 0xeb, 0x0c, 0x00, 0x00, +0x80, 0xfc, 0xff, 0xff, 0x3f, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x09, 0x70, 0x24, 0x0d, 0x00, 0x00, +0x80, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6a, 0x08, 0x80, 0xe9, 0x0c, 0x00, 0x00, +0x80, 0x0a, 0x00, 0x10, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xcc, 0x04, 0x80, 0x80, 0x04, 0x00, 0x00, +0x80, 0x02, 0x00, 0x20, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x07, 0x40, 0xca, 0x05, 0x00, 0x00, +0x80, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x40, 0x4a, 0x07, 0x00, 0x00, +0x80, 0x72, 0x4e, 0x8d, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x40, 0x8a, 0x04, 0x00, 0x00, +0x80, 0x12, 0x88, 0x8a, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xc9, 0x07, 0x00, 0x00, +0x80, 0x62, 0x8e, 0x8a, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x80, 0xc8, 0x01, 0x00, 0x00, +0x80, 0x42, 0x8a, 0x08, 0x42, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x80, 0x84, 0x00, 0x00, 0x00, +0x80, 0x72, 0xde, 0x98, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x43, 0x01, 0x00, 0x00, +0x80, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xac, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x13, 0x00, 0x10, 0x00, 0x00, 0x00, +0x80, 0x02, 0x00, 0x20, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0x02, 0x00, 0x20, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x08, 0x00, 0x11, 0x00, 0x00, 0x00, +0x80, 0x02, 0xce, 0x39, 0x47, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x40, 0x10, 0x00, 0x00, 0x00, +0x80, 0x02, 0x42, 0x29, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x10, 0x00, 0x00, 0x00, +0x80, 0x02, 0xce, 0x39, 0x47, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x10, 0x00, 0x00, 0x00, +0x80, 0x0a, 0x00, 0x00, 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xc0, 0x07, 0x10, 0x00, 0x00, 0x00, +0x80, 0x02, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x60, 0x00, 0x30, 0x00, 0x00, 0x00, +0x80, 0xfc, 0xff, 0x1f, 0x3e, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x3e, 0x00, 0x20, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x10, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x23, 0x00, 0x20, 0x00, 0x00, 0x00, +0x80, 0xff, 0xff, 0x13, 0xf2, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x60, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xf8, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, 0x8f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x03, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x44, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc3, 0x00, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x84, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0xf0, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf4, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x0e, 0x4e, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x34, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xc3, 0x83, 0x06, 0x00, 0x00, +0x00, 0x00, 0x00, 0xd4, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x60, 0x80, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x58, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x00, 0x05, 0x00, 0x00, +0x00, 0x00, 0x00, 0x60, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x10, 0x00, 0x05, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x00, 0x0e, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x0e, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x0c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x04, 0x00, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x04, 0x00, 0x04, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x02, 0x00, 0x00, +0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x06, 0x00, 0x02, 0x00, 0x00, +0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x02, 0x00, 0x00, +0x00, 0xa0, 0xff, 0xff, 0xff, 0xff, 0x5f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x02, 0x00, 0x00, +0x00, 0xd0, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x02, 0x00, 0x00, +0x00, 0xd0, 0xff, 0xff, 0xff, 0xff, 0xbf, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x01, 0x00, 0x00, +0x00, 0xd0, 0x00, 0x00, 0x00, 0x00, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x80, 0x01, 0x00, 0x00, +0x00, 0xd0, 0x00, 0x00, 0x48, 0x18, 0xb0, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0x01, 0x01, 0xc0, 0x00, 0x00, 0x00, +0x00, 0xd0, 0x00, 0x10, 0x84, 0x08, 0xb0, 0x00, 0x07, 0x60, 0x00, 0x80, 0xc1, 0x00, 0x40, 0x00, 0x00, 0x00, +0x00, 0xe8, 0xbe, 0xd3, 0x85, 0x0c, 0x70, 0xe1, 0x00, 0x80, 0x01, 0x00, 0x21, 0x00, 0x20, 0x00, 0x00, 0x00, +0x00, 0x68, 0xaa, 0x52, 0x85, 0x08, 0x60, 0x19, 0x00, 0x00, 0x06, 0x0f, 0x1d, 0x00, 0x10, 0x00, 0x00, 0x00, +0x00, 0x68, 0xa2, 0x57, 0x85, 0x18, 0x60, 0x07, 0x00, 0x5d, 0x40, 0x1b, 0x07, 0x00, 0x10, 0x00, 0x00, 0x00, +0x00, 0x68, 0x00, 0x00, 0x48, 0x00, 0x60, 0x00, 0xc0, 0x80, 0x20, 0x14, 0x01, 0x00, 0x18, 0x00, 0x00, 0x00, +0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x20, 0x02, 0x10, 0x00, 0xb0, 0xec, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, +0x00, 0x74, 0x20, 0x00, 0x10, 0x04, 0x80, 0x02, 0x08, 0x00, 0x60, 0x08, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x34, 0x00, 0x00, 0x08, 0x08, 0xd0, 0x02, 0x04, 0x00, 0xc0, 0x09, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, +0x00, 0x34, 0xa0, 0xbb, 0x4b, 0x49, 0xcc, 0x02, 0x00, 0x00, 0x20, 0x0f, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, +0x00, 0x34, 0xa0, 0xaa, 0x4a, 0x09, 0xc2, 0x02, 0x04, 0x00, 0x40, 0x00, 0x00, 0xc0, 0x10, 0x00, 0x00, 0x00, +0x00, 0x34, 0xa0, 0xbb, 0xca, 0x4b, 0xc1, 0x02, 0x00, 0x00, 0x40, 0x30, 0x00, 0x3e, 0x10, 0x00, 0x00, 0x00, +0x00, 0x34, 0x80, 0x00, 0x10, 0xa4, 0xc0, 0x02, 0x00, 0x00, 0xc0, 0x4f, 0xe1, 0x01, 0x14, 0x00, 0x00, 0x00, +0x00, 0x34, 0x80, 0x00, 0x00, 0x40, 0xc0, 0x02, 0x04, 0x00, 0x00, 0xe1, 0x1f, 0x00, 0x26, 0x00, 0x00, 0x00, +0x00, 0x34, 0x00, 0x00, 0x00, 0x60, 0xc0, 0x02, 0x00, 0x00, 0x00, 0x9e, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, +0x00, 0x34, 0x20, 0x20, 0x00, 0x10, 0xc0, 0x02, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x49, 0x00, 0x00, 0x00, +0x00, 0x34, 0x20, 0x20, 0x00, 0x10, 0xc0, 0x02, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, 0x49, 0x00, 0x00, 0x00, +0x00, 0x34, 0xe0, 0xee, 0x8e, 0x88, 0xc0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x49, 0x00, 0x00, 0x00, +0x00, 0x34, 0xa0, 0xaa, 0xca, 0x1d, 0xc0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x59, 0x00, 0x00, 0x00, +0x00, 0xc4, 0xa1, 0xae, 0x8e, 0x8c, 0xe0, 0x02, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x29, 0x00, 0x00, 0x00, +0x80, 0xe3, 0x03, 0x00, 0x00, 0x44, 0x60, 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x00, 0x00, +0x80, 0x68, 0x1c, 0x00, 0x00, 0x02, 0x60, 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x30, 0x00, 0x00, 0x00, +0x40, 0x68, 0xf6, 0x00, 0x00, 0x03, 0x60, 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x10, 0x00, 0x00, 0x00, +0x00, 0xe8, 0xa4, 0x03, 0x00, 0x01, 0x60, 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xe8, 0x0c, 0x02, 0x00, 0x01, 0x70, 0xc1, 0x03, 0x04, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xd0, 0x04, 0x06, 0x80, 0x00, 0xb0, 0x30, 0x04, 0x00, 0x00, 0x00, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xd0, 0x06, 0x18, 0x80, 0x00, 0xb0, 0x0c, 0x04, 0x00, 0x00, 0x00, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xd0, 0x00, 0x20, 0x40, 0x00, 0xb0, 0x02, 0x04, 0x00, 0x00, 0x00, 0x30, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xd0, 0xff, 0xdf, 0x1f, 0xff, 0xbf, 0x02, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xd0, 0xff, 0xbf, 0xbf, 0xff, 0xbf, 0x03, 0x04, 0x00, 0x00, 0x00, 0x60, 0x00, 0x08, 0x00, 0x00, 0x00, +0x00, 0xa0, 0xff, 0x7f, 0xbf, 0xff, 0x5f, 0x00, 0x04, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0x20, 0x00, 0x00, 0x21, 0x00, 0x40, 0x00, 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0xe0, 0xff, 0xff, 0xbe, 0xff, 0x7f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0x00, 0xc7, 0x03, 0x22, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0xc0, 0x07, 0x0c, 0x24, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0xf0, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x04, 0x00, 0x00, 0x00, +0x00, 0x10, 0x00, 0x40, 0x29, 0x00, 0x80, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x02, 0x00, 0x00, 0x00, +0x00, 0x10, 0x00, 0x00, 0xaa, 0xc7, 0x9f, 0x80, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x06, 0x00, 0x00, 0x00, +0x00, 0x48, 0x66, 0x66, 0xfe, 0x7e, 0x15, 0x81, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, 0x06, 0x00, 0x00, 0x00, +0x00, 0x08, 0x00, 0x00, 0x30, 0xd0, 0x2a, 0x41, 0x00, 0x00, 0x00, 0x00, 0x80, 0xf1, 0x01, 0x00, 0x00, 0x00, +0x00, 0x24, 0x33, 0x33, 0x3f, 0x9b, 0x2a, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9a, 0x03, 0x00, 0x00, 0x00, +0x00, 0x04, 0x00, 0xe0, 0x20, 0x00, 0x55, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb6, 0x00, 0x00, 0x00, 0x00, +0x00, 0x32, 0x67, 0x66, 0x66, 0x06, 0x7f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x00, 0x00, 0x00, +0x00, 0x02, 0x00, 0x18, 0x00, 0x00, 0x02, 0x04, 0x00, 0x00, 0x00, 0x00, 0x1e, 0xf2, 0x03, 0x00, 0x00, 0x00, +0x00, 0xfe, 0xff, 0xfb, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x9f, 0x07, 0x00, 0x00, 0x00, +0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, +0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x10, 0x08, 0x00, 0x00, 0x00, 0x00, 0xfb, 0xfb, 0x05, 0x00, 0x00, 0x00, +0x00, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xff, 0xcf, 0x07, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xc0, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x3c, 0x38, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xd3, 0xe7, 0x01, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xa8, 0x5e, 0x5c, 0x03, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x9f, 0xff, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x98, 0xd7, 0x35, 0x5f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x94, 0xb4, 0x97, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xdf, 0x0f, 0x1d, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xdc, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/guitar b/Bitmaps/freaknet.org/bitmaps/large/guitar new file mode 100644 index 0000000..c782049 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/guitar @@ -0,0 +1,54 @@ +#define guitar_width 36 +#define guitar_height 49 +static char guitar_bits[] = { +0x00, 0x00, 0x78, 0x00, 0x00, +0x00, 0x00, 0x84, 0x00, 0x00, +0x08, 0x00, 0xce, 0x01, 0x00, +0x18, 0x00, 0x84, 0x00, 0x00, +0x28, 0x00, 0xce, 0x01, 0x00, +0x28, 0x00, 0x84, 0x00, 0x00, +0x3c, 0x00, 0xce, 0x01, 0x00, +0x0a, 0x00, 0x84, 0x00, 0x00, +0x09, 0x00, 0xc8, 0x00, 0x00, +0x3d, 0x00, 0xc8, 0x00, 0x00, +0x29, 0x00, 0xc8, 0x00, 0x00, +0x2a, 0x00, 0xc8, 0x00, 0x00, +0x1c, 0x00, 0xc8, 0x00, 0x00, +0x08, 0x00, 0xc8, 0x00, 0x00, +0x0c, 0x00, 0xc8, 0x00, 0x00, +0x00, 0x20, 0xc8, 0x00, 0x00, +0x00, 0x60, 0xc8, 0x40, 0x00, +0x00, 0x20, 0xc8, 0xc0, 0x00, +0x00, 0x20, 0xc8, 0x40, 0x00, +0x00, 0x30, 0xc8, 0x40, 0x00, +0x00, 0x30, 0xc8, 0x60, 0x01, +0x00, 0x00, 0xc8, 0x60, 0x00, +0x00, 0x00, 0xc8, 0x00, 0x00, +0x00, 0x00, 0xcc, 0x03, 0x00, +0x00, 0x00, 0x03, 0x07, 0x00, +0x00, 0x84, 0x00, 0x0c, 0x00, +0x00, 0x4c, 0x00, 0x1c, 0x00, +0x00, 0x44, 0x00, 0x1c, 0x00, +0x00, 0x46, 0x00, 0x1c, 0x00, +0x00, 0x46, 0x38, 0x1c, 0x00, +0x00, 0x40, 0x7c, 0x1c, 0x00, +0x00, 0x40, 0x7c, 0x0c, 0x00, +0x00, 0x80, 0x7c, 0x0e, 0x06, +0x00, 0x80, 0x7c, 0x0e, 0x06, +0x00, 0x80, 0x38, 0x0e, 0x04, +0x00, 0x80, 0x00, 0x0e, 0x04, +0x00, 0x80, 0x00, 0x0e, 0x0c, +0x00, 0x40, 0x00, 0x1c, 0x04, +0x00, 0x22, 0x00, 0x38, 0x00, +0x00, 0x26, 0x00, 0x38, 0x00, +0x00, 0x22, 0x00, 0x38, 0x00, +0x00, 0x23, 0x00, 0x38, 0x00, +0x00, 0x23, 0x7c, 0x38, 0x02, +0x00, 0x20, 0x38, 0x38, 0x06, +0x00, 0x40, 0x00, 0x38, 0x02, +0x00, 0x40, 0x00, 0x1c, 0x03, +0x00, 0x80, 0x00, 0x0e, 0x03, +0x00, 0x00, 0x81, 0x07, 0x00, +0x00, 0x00, 0xfe, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/hack b/Bitmaps/freaknet.org/bitmaps/large/hack new file mode 100644 index 0000000..dbe75ed --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/hack @@ -0,0 +1,55 @@ +#define hack_width 53 +#define hack_height 50 +static char hack_bits[] = { +0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0xd8, 0x04, 0x00, 0x00, 0x00, +0x00, 0x00, 0x77, 0x0f, 0x00, 0x00, 0x00, +0x80, 0xff, 0xfc, 0x1d, 0x00, 0x00, 0x00, +0x40, 0x94, 0x5f, 0x1e, 0x00, 0x00, 0x00, +0x40, 0x7c, 0x7d, 0x1f, 0x00, 0x00, 0x00, +0x20, 0x62, 0xf7, 0x1f, 0x00, 0x00, 0x00, +0x20, 0xfa, 0x5d, 0x03, 0x00, 0x00, 0x00, +0x20, 0xaa, 0xdf, 0x04, 0x00, 0x00, 0x00, +0x20, 0xf2, 0x37, 0x0c, 0x00, 0x00, 0x00, +0x20, 0xba, 0x79, 0x10, 0x00, 0x00, 0x00, +0x20, 0x5a, 0xc5, 0x10, 0x00, 0x00, 0x00, +0x20, 0x34, 0x05, 0x61, 0x00, 0x00, 0x00, +0x40, 0x54, 0x03, 0x42, 0x00, 0x00, 0x00, +0x40, 0x68, 0x02, 0x84, 0x01, 0x00, 0x00, +0xc0, 0xd0, 0x03, 0x08, 0x02, 0x00, 0x00, +0x80, 0x61, 0x01, 0x18, 0x02, 0x00, 0x00, +0x00, 0x83, 0x00, 0x30, 0x04, 0x00, 0x00, +0x00, 0x86, 0x00, 0x20, 0x08, 0x00, 0x00, +0x00, 0x58, 0x00, 0x40, 0x10, 0x00, 0x00, +0x00, 0x60, 0x00, 0x80, 0x20, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0x40, 0x00, 0x00, +0x00, 0x80, 0x00, 0x00, 0x43, 0x00, 0x00, +0x00, 0x40, 0x00, 0x00, 0x82, 0x01, 0x00, +0x00, 0x40, 0x00, 0x00, 0x0c, 0x03, 0x00, +0x00, 0x60, 0x00, 0x00, 0x00, 0x06, 0x00, +0x00, 0x50, 0x00, 0x00, 0x30, 0x04, 0x00, +0x00, 0x58, 0x00, 0x00, 0x20, 0x08, 0x00, +0x00, 0x48, 0x02, 0x00, 0x40, 0x10, 0x00, +0x00, 0x48, 0x04, 0x00, 0x80, 0x20, 0x00, +0x00, 0x30, 0x1c, 0x00, 0x80, 0x40, 0x00, +0x00, 0x00, 0x34, 0x00, 0x00, 0x81, 0x00, +0x00, 0x00, 0x64, 0x00, 0x00, 0x81, 0x00, +0x1c, 0x00, 0x44, 0x80, 0x03, 0x02, 0x01, +0x08, 0x00, 0x44, 0x00, 0x01, 0x02, 0x02, +0x08, 0x00, 0x38, 0x00, 0x01, 0x06, 0x04, +0x08, 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, +0x08, 0x00, 0x00, 0x00, 0x01, 0x04, 0x04, +0x08, 0x00, 0x00, 0x00, 0x01, 0x08, 0x08, +0x08, 0x00, 0x00, 0x00, 0x01, 0x08, 0x08, +0xe8, 0x81, 0x07, 0x0f, 0x79, 0x08, 0x08, +0x18, 0x42, 0x88, 0x10, 0x11, 0x08, 0x0c, +0x08, 0x02, 0x88, 0x00, 0x09, 0x10, 0x04, +0x08, 0x82, 0x8f, 0x00, 0x0d, 0x10, 0x04, +0x08, 0x42, 0x88, 0x00, 0x13, 0x60, 0x02, +0x08, 0x42, 0x88, 0x00, 0x21, 0x40, 0x03, +0x08, 0x42, 0x88, 0x10, 0x41, 0x80, 0x01, +0x1c, 0x87, 0x1f, 0x8f, 0xe3, 0x80, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/hammer b/Bitmaps/freaknet.org/bitmaps/large/hammer new file mode 100644 index 0000000..a12702c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/hammer @@ -0,0 +1,49 @@ +#define hammer_width 47 +#define hammer_height 44 +static char hammer_bits[] = { +0x00, 0x00, 0xfc, 0x0f, 0x00, 0x00, +0x00, 0xc0, 0xff, 0x7f, 0x00, 0x00, +0x00, 0xf0, 0xff, 0x01, 0x00, 0x00, +0x00, 0xf8, 0x1f, 0x00, 0x00, 0x00, +0x00, 0xfc, 0x07, 0x00, 0x00, 0x00, +0x00, 0xfe, 0x07, 0x00, 0x00, 0x00, +0x00, 0xff, 0x03, 0x00, 0x00, 0x00, +0x80, 0xff, 0x03, 0x00, 0x00, 0x00, +0x80, 0xff, 0x03, 0x00, 0x00, 0x00, +0x80, 0xff, 0x03, 0x00, 0x00, 0x00, +0x80, 0xff, 0x03, 0x00, 0x00, 0x00, +0x80, 0xff, 0x07, 0x00, 0x00, 0x00, +0xc8, 0xff, 0x0f, 0x00, 0x00, 0x00, +0xfc, 0xff, 0x1f, 0x00, 0x00, 0x00, +0xfe, 0xff, 0x3f, 0x00, 0x00, 0x00, +0xff, 0xc3, 0x4f, 0x00, 0x00, 0x00, +0xfe, 0x81, 0x87, 0x00, 0x00, 0x00, +0xfc, 0x01, 0x03, 0x01, 0x00, 0x00, +0xf8, 0x03, 0x02, 0x02, 0x00, 0x00, +0xf0, 0x01, 0x04, 0x04, 0x00, 0x00, +0xe0, 0x00, 0x08, 0x08, 0x00, 0x00, +0x40, 0x00, 0x10, 0x10, 0x00, 0x00, +0x00, 0x00, 0x20, 0x20, 0x00, 0x00, +0x00, 0x00, 0x40, 0x40, 0x00, 0x00, +0x00, 0x00, 0x80, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0x01, 0x01, 0x00, +0x00, 0x00, 0x00, 0x02, 0x02, 0x00, +0x00, 0x00, 0x00, 0x04, 0x04, 0x00, +0x00, 0x00, 0x00, 0x08, 0x08, 0x00, +0x00, 0x00, 0x00, 0x10, 0x10, 0x00, +0x00, 0x00, 0x00, 0x20, 0x20, 0x00, +0x00, 0x00, 0x00, 0x40, 0x40, 0x00, +0x00, 0x00, 0x00, 0x80, 0x80, 0x00, +0x00, 0x00, 0x00, 0x00, 0x01, 0x01, +0x00, 0x00, 0x00, 0x00, 0x02, 0x02, +0x00, 0x00, 0x00, 0x00, 0x04, 0x04, +0x00, 0x00, 0x00, 0x00, 0x08, 0x08, +0x00, 0x00, 0x00, 0x00, 0x10, 0x10, +0x00, 0x00, 0x00, 0x00, 0x20, 0x20, +0x00, 0x00, 0x00, 0x00, 0x40, 0x40, +0x00, 0x00, 0x00, 0x00, 0x80, 0x20, +0x00, 0x00, 0x00, 0x00, 0x00, 0x11, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, +0x00, 0x00, 0x00, 0x00, 0x00, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/handbig_lr b/Bitmaps/freaknet.org/bitmaps/large/handbig_lr new file mode 100644 index 0000000..0563da6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/handbig_lr @@ -0,0 +1,42 @@ +#define handbig_lr_width 45 +#define handbig_lr_height 37 +static char handbig_lr_bits[] = { +0x80, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x02, 0x00, 0x00, 0x00, 0x00, +0x00, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, +0x00, 0xf0, 0x1f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, 0x00, +0x00, 0x04, 0x00, 0x0c, 0x00, 0x00, +0x01, 0x04, 0x00, 0x10, 0x00, 0x00, +0x01, 0x04, 0x00, 0x20, 0x00, 0x00, +0x02, 0x0c, 0x30, 0x20, 0x00, 0x00, +0x06, 0x08, 0x40, 0x20, 0x00, 0x00, +0x04, 0x18, 0x40, 0x20, 0x00, 0x00, +0x04, 0x70, 0x40, 0x20, 0x00, 0x00, +0x0c, 0xc1, 0x63, 0x60, 0x00, 0x00, +0x08, 0x02, 0x20, 0xd0, 0x00, 0x00, +0x08, 0x04, 0x30, 0x9c, 0x01, 0x00, +0x18, 0x00, 0x10, 0x12, 0x01, 0x00, +0x10, 0x04, 0x10, 0x09, 0x02, 0x00, +0x10, 0x00, 0xa8, 0x0d, 0x06, 0x00, +0x10, 0x00, 0xa4, 0x04, 0x0c, 0x00, +0x20, 0xbe, 0xcf, 0x0f, 0x19, 0x00, +0x40, 0x62, 0x3c, 0xb8, 0x30, 0x00, +0xc0, 0x51, 0x14, 0xe0, 0x60, 0x00, +0x80, 0xdf, 0x23, 0xc0, 0xc0, 0x00, +0x00, 0x42, 0x60, 0x80, 0x00, 0x01, +0x00, 0x82, 0xc0, 0x40, 0x03, 0x02, +0x00, 0x0c, 0x81, 0x41, 0x2e, 0x04, +0x00, 0x18, 0x83, 0x66, 0x18, 0x0c, +0x00, 0xe0, 0x8e, 0x3c, 0x10, 0x18, +0x00, 0x00, 0x78, 0x00, 0x30, 0x10, +0x00, 0x00, 0x00, 0x00, 0x60, 0x10, +0x00, 0x00, 0x00, 0x00, 0xc0, 0x19, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/handbig_ul b/Bitmaps/freaknet.org/bitmaps/large/handbig_ul new file mode 100644 index 0000000..9fbc3d4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/handbig_ul @@ -0,0 +1,52 @@ +#define handbig_ul_width 37 +#define handbig_ul_height 47 +static char handbig_ul_bits[] = { +0x1e, 0x00, 0x00, 0x00, 0x00, +0x33, 0x00, 0x00, 0x00, 0x00, +0x61, 0x00, 0x00, 0x00, 0x00, +0x81, 0x00, 0x00, 0x00, 0x00, +0x03, 0x01, 0x00, 0x00, 0x00, +0x02, 0x02, 0x00, 0x00, 0x00, +0x06, 0x06, 0x00, 0x00, 0x00, +0x4c, 0x0c, 0x00, 0x00, 0x00, +0x38, 0x18, 0x00, 0x00, 0x00, +0x60, 0x30, 0x00, 0x00, 0x00, +0x40, 0x60, 0x00, 0x00, 0x00, +0xc0, 0xc0, 0x00, 0x00, 0x00, +0x80, 0x10, 0x03, 0x00, 0x00, +0x00, 0x0f, 0x06, 0x00, 0x00, +0xe0, 0x06, 0x0c, 0x00, 0x00, +0x30, 0x0c, 0xf8, 0x01, 0x00, +0x10, 0x08, 0x07, 0x02, 0x00, +0x10, 0xd8, 0x02, 0x04, 0x00, +0x30, 0x70, 0x02, 0x0c, 0x00, +0x20, 0x10, 0x01, 0x18, 0x00, +0x40, 0xd0, 0x00, 0x60, 0x00, +0xf0, 0x70, 0x00, 0xc0, 0x00, +0x88, 0x11, 0x78, 0x80, 0x00, +0x08, 0x6b, 0x8e, 0x80, 0x00, +0x08, 0x8c, 0x83, 0x00, 0x01, +0x18, 0x58, 0x00, 0x00, 0x01, +0x10, 0x3c, 0x00, 0x00, 0x01, +0x30, 0x12, 0x08, 0x00, 0x01, +0x60, 0x12, 0x08, 0x00, 0x01, +0x90, 0x12, 0x08, 0x00, 0x01, +0x10, 0x0f, 0x18, 0x00, 0x01, +0x10, 0x18, 0x10, 0x00, 0x01, +0x20, 0x16, 0x30, 0x00, 0x01, +0x60, 0x12, 0xe0, 0x00, 0x02, +0x40, 0x92, 0x82, 0x07, 0x06, +0x80, 0x1b, 0x04, 0x00, 0x0c, +0x00, 0x06, 0x08, 0x00, 0x10, +0x00, 0x06, 0x00, 0x00, 0x10, +0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x10, 0x00, 0x00, 0x00, +0x00, 0xe0, 0x01, 0x00, 0x00, +0x00, 0x00, 0x0f, 0x00, 0x00, +0x00, 0x00, 0x78, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, +0x00, 0x00, 0x00, 0x08, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/hatsoff b/Bitmaps/freaknet.org/bitmaps/large/hatsoff new file mode 100644 index 0000000..c70025d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/hatsoff @@ -0,0 +1,60 @@ +#define hatsoff_width 53 +#define hatsoff_height 55 +static char hatsoff_bits[] = { +0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xbe, 0x01, 0x00, 0x90, 0x01, 0x00, +0x00, 0x9e, 0x01, 0x00, 0xf0, 0x07, 0x00, +0x00, 0x8e, 0x01, 0x00, 0xfc, 0x0f, 0x00, +0x10, 0x80, 0x07, 0x00, 0xfc, 0x0f, 0x00, +0x10, 0x80, 0x1f, 0x00, 0xfc, 0x1f, 0x00, +0x10, 0x80, 0x1f, 0x00, 0xff, 0x1f, 0x00, +0x10, 0x00, 0x1e, 0x00, 0xdf, 0x0f, 0x00, +0x10, 0x00, 0xf8, 0x00, 0xcc, 0x0f, 0x00, +0x20, 0x00, 0xfc, 0x00, 0xe0, 0x07, 0x00, +0xc0, 0x00, 0xfc, 0x00, 0xf8, 0x03, 0x00, +0x88, 0x03, 0xf8, 0x00, 0xfe, 0x03, 0x00, +0x10, 0x00, 0xf8, 0x00, 0xfe, 0x03, 0x00, +0x10, 0x00, 0xf8, 0x00, 0xf8, 0x06, 0x00, +0xe0, 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x01, 0xff, 0x03, 0x00, +0x00, 0x00, 0xf0, 0x83, 0xff, 0x03, 0x00, +0x00, 0x00, 0xe0, 0xcf, 0xff, 0x07, 0x00, +0x00, 0x00, 0xc0, 0xff, 0xff, 0x07, 0x00, +0x00, 0x00, 0x80, 0xff, 0xff, 0x0f, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x00, +0x00, 0x00, 0x00, 0xfc, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0xf8, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0xe0, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0xe0, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0xe0, 0xff, 0x3f, 0x00, +0x00, 0x00, 0x00, 0xf0, 0xff, 0x7d, 0x00, +0x00, 0x00, 0x00, 0xf0, 0xff, 0x79, 0x00, +0x00, 0x00, 0x00, 0xf0, 0xff, 0xf9, 0x00, +0x00, 0x00, 0x00, 0xf0, 0xff, 0xf1, 0x03, +0x00, 0x00, 0x00, 0xf8, 0xff, 0xe1, 0x01, +0x00, 0x00, 0x00, 0xf8, 0xff, 0xe1, 0x03, +0x00, 0x00, 0x00, 0xf8, 0xff, 0xa1, 0x07, +0x00, 0x00, 0x00, 0xf8, 0xff, 0x81, 0x0f, +0x00, 0x00, 0x00, 0xfc, 0xff, 0x81, 0x1f, +0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0x07, +0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0x1c, +0x00, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, +0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, +0x11, 0xc2, 0xc7, 0xc0, 0xf1, 0x3c, 0x1c, +0x11, 0x05, 0x21, 0x21, 0x12, 0x04, 0x0e, +0x91, 0x08, 0x21, 0x20, 0x12, 0x04, 0x07, +0x9f, 0x0f, 0xc1, 0x20, 0x72, 0x1c, 0x03, +0x91, 0x08, 0x01, 0x21, 0x12, 0x04, 0x00, +0x91, 0x08, 0x21, 0x21, 0x12, 0x84, 0x01, +0x91, 0x08, 0xc1, 0xc0, 0x11, 0x84, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/heart32 b/Bitmaps/freaknet.org/bitmaps/large/heart32 new file mode 100644 index 0000000..0b9fe97 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/heart32 @@ -0,0 +1,37 @@ +#define heart32_width 32 +#define heart32_height 32 +static char heart32_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x3e, 0xf8, 0x00, +0x80, 0x7f, 0xfc, 0x03, +0x80, 0xff, 0xfe, 0x03, +0xc0, 0xff, 0xfe, 0x07, +0xc0, 0xff, 0xff, 0x07, +0xc0, 0xff, 0xff, 0x07, +0xc0, 0xff, 0xff, 0x07, +0xc0, 0xff, 0xff, 0x07, +0xc0, 0xff, 0xff, 0x07, +0xc0, 0xff, 0xff, 0x07, +0x80, 0xff, 0xff, 0x03, +0x80, 0xff, 0xff, 0x03, +0x00, 0xff, 0xff, 0x01, +0x00, 0xfe, 0xff, 0x00, +0x00, 0xf8, 0x3f, 0x00, +0x00, 0xf0, 0x1f, 0x00, +0x00, 0xc0, 0x07, 0x00, +0x00, 0x80, 0x03, 0x00, +0x00, 0x00, 0x01, 0x00, +0x00, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/heart32.waa b/Bitmaps/freaknet.org/bitmaps/large/heart32.waa new file mode 100644 index 0000000..c3fe2f6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/heart32.waa @@ -0,0 +1,37 @@ +#define heart32.waa_width 32 +#define heart32.waa_height 32 +static char heart32.waa_bits[] = { +0xff, 0xf7, 0xff, 0xff, +0xd7, 0xac, 0xbb, 0xef, +0xc7, 0xbb, 0x5b, 0xd7, +0x03, 0xbb, 0xea, 0xba, +0xc7, 0x3f, 0x09, 0x82, +0xef, 0xbf, 0xeb, 0xba, +0xe7, 0xff, 0xff, 0xff, +0xf3, 0xc1, 0x07, 0xff, +0x79, 0x80, 0x03, 0xfc, +0x7d, 0x00, 0x01, 0xfc, +0x3d, 0x08, 0x21, 0xf8, +0x23, 0x0c, 0x30, 0xf8, +0x0f, 0x00, 0x00, 0xf8, +0x3f, 0x00, 0x20, 0xf8, +0x3f, 0x02, 0x4f, 0xf8, +0x3f, 0xc1, 0x1f, 0xf8, +0x3f, 0x70, 0x9c, 0xf8, +0x7f, 0x08, 0x38, 0xfc, +0x7f, 0x00, 0x38, 0xfc, +0xff, 0x00, 0x00, 0xfc, +0xff, 0x01, 0x00, 0xf9, +0xff, 0x07, 0xc0, 0xfb, +0xff, 0x07, 0xe0, 0xf3, +0xff, 0x33, 0xe8, 0xf7, +0xff, 0x7b, 0xcc, 0xe7, +0xff, 0xfb, 0xde, 0x87, +0xff, 0xf9, 0xde, 0xcf, +0xff, 0xf9, 0xde, 0xdf, +0xff, 0xf3, 0xcf, 0xdf, +0xff, 0xf0, 0x87, 0xff, +0x3f, 0xf6, 0x17, 0xfe, +0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/huh b/Bitmaps/freaknet.org/bitmaps/large/huh new file mode 100644 index 0000000..109dc75 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/huh @@ -0,0 +1,55 @@ +#define huh_width 40 +#define huh_height 50 +static char huh_bits[] = { +0x00, 0x90, 0x1f, 0x00, 0x00, +0x00, 0xe0, 0x7f, 0x00, 0x00, +0x00, 0xff, 0x7f, 0x00, 0x00, +0x00, 0xfc, 0xff, 0x00, 0x00, +0x00, 0xfc, 0xff, 0x00, 0x00, +0x00, 0xf8, 0xff, 0x00, 0x00, +0x00, 0xf8, 0xff, 0x00, 0x00, +0x00, 0xf8, 0xff, 0x00, 0x00, +0x00, 0xf8, 0x7f, 0x00, 0x30, +0x00, 0xfc, 0x7f, 0x00, 0x70, +0x00, 0xfc, 0xff, 0x00, 0x70, +0x00, 0xf0, 0x7f, 0x00, 0x73, +0x00, 0xc0, 0x7f, 0x38, 0xf6, +0x00, 0xc0, 0x7f, 0x7c, 0xfc, +0x00, 0x00, 0x7e, 0x7f, 0xfc, +0x00, 0x00, 0xfe, 0x7f, 0xf8, +0x00, 0x00, 0xfc, 0x7f, 0xf0, +0x00, 0xc0, 0xff, 0xff, 0x70, +0x00, 0xe0, 0xff, 0xff, 0xf8, +0x00, 0xe0, 0xff, 0xff, 0xf8, +0x00, 0xe0, 0x3f, 0xfc, 0xf9, +0x00, 0xe0, 0x9f, 0xf9, 0xf9, +0x00, 0xe0, 0x9f, 0xf9, 0x7d, +0x72, 0xe0, 0xff, 0xf9, 0x7d, +0xc2, 0xe0, 0xff, 0xfc, 0x3f, +0xcd, 0xe0, 0x7f, 0xfe, 0x3f, +0xfe, 0xe5, 0x7f, 0xfe, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0x7f, 0xfe, 0x1b, +0x00, 0xff, 0x7f, 0xfe, 0x03, +0x80, 0xff, 0xff, 0xff, 0x03, +0x00, 0xff, 0xff, 0xff, 0x03, +0x00, 0xfc, 0xff, 0xff, 0x03, +0x00, 0xe8, 0xfe, 0xff, 0x03, +0x00, 0x00, 0xfe, 0xff, 0x03, +0x00, 0x00, 0xfe, 0xff, 0x03, +0x00, 0x00, 0xff, 0xff, 0x03, +0x00, 0x00, 0xff, 0xff, 0x03, +0x00, 0x00, 0xff, 0xff, 0x03, +0x00, 0x00, 0xff, 0x01, 0x03, +0x00, 0x00, 0x03, 0x00, 0x02, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x22, 0x20, 0x38, +0x00, 0x00, 0x22, 0x20, 0x64, +0x00, 0x00, 0x22, 0x20, 0x64, +0x00, 0x00, 0xbe, 0xe4, 0x30, +0x00, 0x00, 0xa2, 0x24, 0x11, +0x00, 0x00, 0xa2, 0x24, 0x01, +0x00, 0x00, 0x22, 0x2f, 0x11, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/index b/Bitmaps/freaknet.org/bitmaps/large/index new file mode 100644 index 0000000..274b75f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/index @@ -0,0 +1,53 @@ +#define index_width 27 +#define index_height 48 +static char index_bits[] = { +0x00, 0xf0, 0x01, 0x00, +0x00, 0x0c, 0x1b, 0x00, +0x00, 0x36, 0x6e, 0x00, +0x00, 0xfb, 0xf3, 0x00, +0x80, 0x1d, 0xc7, 0x01, +0x80, 0x7e, 0xac, 0x01, +0xc0, 0xe7, 0x99, 0x02, +0x80, 0xf3, 0x2e, 0x01, +0x60, 0x9b, 0x75, 0x02, +0x40, 0xf5, 0x6a, 0x06, +0x20, 0x19, 0xb7, 0x04, +0xb0, 0x6c, 0xbe, 0x04, +0xb0, 0xd6, 0x0a, 0x05, +0xb0, 0x0a, 0x6d, 0x05, +0x98, 0x6f, 0x6e, 0x07, +0x58, 0x95, 0x16, 0x06, +0x58, 0xf5, 0x76, 0x02, +0x78, 0xd7, 0x6e, 0x06, +0xa8, 0x92, 0x4e, 0x06, +0xa8, 0x72, 0x6a, 0x02, +0xa8, 0x4a, 0x6b, 0x03, +0x48, 0x4a, 0x29, 0x01, +0x48, 0x55, 0x31, 0x01, +0x48, 0x5e, 0xbb, 0x00, +0x10, 0x46, 0xb4, 0x00, +0xb0, 0xf9, 0xc4, 0x00, +0xc0, 0x06, 0x6a, 0x00, +0xc8, 0xfe, 0x27, 0x00, +0xf0, 0x11, 0x1f, 0x00, +0x90, 0x7d, 0x08, 0x00, +0x40, 0x08, 0x07, 0x00, +0xc0, 0xf1, 0x03, 0x00, +0x00, 0xfe, 0x01, 0x00, +0x08, 0x00, 0x00, 0x00, +0xfc, 0x07, 0x00, 0x00, +0x66, 0x08, 0x02, 0x00, +0x5e, 0xe0, 0x03, 0x00, +0xba, 0x0e, 0x06, 0x00, +0x7d, 0x89, 0x03, 0x00, +0x3e, 0xfb, 0x05, 0x00, +0xf5, 0xf3, 0x05, 0x00, +0x9b, 0xf8, 0x04, 0x00, +0x02, 0x4c, 0x04, 0x00, +0xfe, 0x2d, 0x03, 0x00, +0x40, 0x10, 0x00, 0x00, +0xcc, 0x8f, 0x01, 0x00, +0x00, 0xc0, 0x00, 0x00, +0x00, 0x70, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/index.html b/Bitmaps/freaknet.org/bitmaps/large/index.html new file mode 100644 index 0000000..042a9ad --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/index.html @@ -0,0 +1,149 @@ + + + + Index of /martin/tape/stuff/bitmaps/large + + +

Index of /martin/tape/stuff/bitmaps/large

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]apple1988-12-18 21:15 855  
[   ]arrows1988-12-18 21:16 2.2K 
[   ]banana1988-12-18 21:16 1.0K 
[   ]bignot1988-12-18 21:16 1.2K 
[   ]bigokay1988-12-18 21:16 1.7K 
[   ]bigswitch11988-12-18 21:16 1.6K 
[   ]bigswitch21988-12-18 21:16 1.6K 
[   ]booknew1988-12-18 21:16 536  
[   ]boss1988-12-18 21:16 1.1K 
[   ]cassette1988-12-18 21:16 1.7K 
[   ]cherries1988-12-18 21:16 1.2K 
[   ]circlebig1988-12-18 21:16 3.2K 
[   ]cube1988-12-18 21:16 877  
[   ]cube11988-12-18 21:16 880  
[   ]cube21988-12-18 21:16 880  
[   ]deskphone11988-12-18 21:16 1.6K 
[   ]deskphone21988-12-18 21:16 2.2K 
[   ]deskphone31988-12-18 21:16 2.2K 
[   ]digital1988-12-18 21:16 1.2K 
[   ]digital11988-12-18 21:16 1.0K 
[   ]dkong11988-12-18 21:16 783  
[   ]ear1988-12-18 21:16 949  
[   ]eh1988-12-18 21:16 2.0K 
[   ]exit1988-12-18 21:16 1.1K 
[   ]eye1988-12-18 21:16 1.4K 
[   ]eye11988-12-18 21:16 1.5K 
[   ]eye21988-12-18 21:16 1.5K 
[   ]eye31988-12-18 21:16 1.5K 
[   ]eye41988-12-18 21:16 1.5K 
[   ]eye_bld11988-12-18 21:16 1.6K 
[   ]eye_bld21988-12-18 21:16 1.6K 
[   ]eye_bld31988-12-18 21:16 1.6K 
[   ]eyesmaller1988-12-18 21:16 1.0K 
[   ]font1988-12-18 21:16 1.5K 
[   ]fourarrows1988-12-18 21:16 1.8K 
[   ]frog11988-12-18 21:16 1.3K 
[   ]frog21988-12-18 21:16 1.3K 
[   ]gethappy1988-12-18 21:16 2.9K 
[   ]ghost1988-12-18 21:16 1.0K 
[   ]greatart1988-12-18 21:16 16K 
[   ]guitar1988-12-18 21:16 1.6K 
[   ]hack1988-12-18 21:16 2.2K 
[   ]hammer1988-12-18 21:16 1.7K 
[   ]handbig_lr1988-12-18 21:16 1.4K 
[   ]handbig_ul1988-12-18 21:16 1.5K 
[   ]hatsoff1988-12-18 21:16 2.4K 
[   ]heart321988-12-18 21:16 886  
[   ]heart32.waa1988-12-18 21:16 898  
[   ]huh1988-12-18 21:16 1.6K 
[   ]index1988-12-18 21:16 1.3K 
[   ]index_smear1988-12-18 21:16 2.5K 
[   ]jaggie1988-12-18 21:16 1.9K 
[   ]jaggie11988-12-18 21:16 1.9K 
[   ]jaggie21988-12-18 21:16 1.9K 
[   ]jaggie31988-12-18 21:16 1.9K 
[   ]jaggie41988-12-18 21:16 1.9K 
[   ]jaggie51988-12-18 21:16 1.9K 
[   ]jaggie61988-12-18 21:16 1.9K 
[   ]jaggie71988-12-18 21:16 1.9K 
[   ]jaggie81988-12-18 21:17 1.9K 
[   ]jaggie91988-12-18 21:17 1.9K 
[   ]letter1988-12-18 21:17 683  
[   ]letters1988-12-18 21:17 1.1K 
[   ]logbook1988-12-18 21:17 711  
[   ]mbox11988-12-18 21:17 3.1K 
[   ]mbox21988-12-18 21:17 3.1K 
[   ]menucursors1988-12-18 21:17 2.2K 
[   ]middle1988-12-18 21:17 1.5K 
[   ]mouse01988-12-18 21:17 1.4K 
[   ]mouse11988-12-18 21:17 1.4K 
[   ]mouse21988-12-18 21:17 1.4K 
[   ]mouse31988-12-18 21:17 1.4K 
[   ]mouse121988-12-18 21:17 1.4K 
[   ]mouse131988-12-18 21:17 1.4K 
[   ]mouse231988-12-18 21:17 1.4K 
[   ]mouse1231988-12-18 21:17 1.4K 
[   ]nosmoking1988-12-18 21:17 1.3K 
[   ]nude1988-12-18 21:17 1.8K 
[   ]nuke11988-12-18 21:17 855  
[   ]nuke21988-12-18 21:17 855  
[   ]nuke31988-12-18 21:17 855  
[   ]nuke41988-12-18 21:17 855  
[   ]nuke51988-12-18 21:17 855  
[   ]nuke61988-12-18 21:17 855  
[   ]nuke71988-12-18 21:17 855  
[   ]nuke81988-12-18 21:17 855  
[   ]nuke91988-12-18 21:17 855  
[   ]nuke101988-12-18 21:17 858  
[   ]nuke111988-12-18 21:17 858  
[   ]nuke121988-12-18 21:17 858  
[   ]nuke131988-12-18 21:17 858  
[   ]numbers1988-12-18 21:17 580  
[   ]numbers21988-12-18 21:17 697  
[   ]okay1988-12-18 21:17 1.0K 
[   ]pacman21988-12-18 21:17 886  
[   ]pacmen1988-12-18 21:17 2.2K 
[   ]pushbutton1988-12-18 21:17 1.9K 
[   ]q_bert1988-12-18 21:17 1.9K 
[   ]safenude1988-12-18 21:17 1.8K 
[   ]scissors1988-12-18 21:17 764  
[   ]screwdriver1988-12-18 21:17 748  
[   ]smallclef1988-12-18 21:17 456  
[   ]smallclef11988-12-18 21:17 627  
[   ]smalldriver1988-12-18 21:17 272  
[   ]smileheart1988-12-18 21:17 475  
[   ]snore11988-12-18 21:17 2.2K 
[   ]snore21988-12-18 21:17 2.2K 
[   ]stinko1988-12-18 21:17 2.4K 
[   ]stop1988-12-18 21:17 3.1K 
[   ]stopplay1988-12-18 21:17 1.5K 
[   ]strawberry1988-12-18 21:17 1.1K 
[   ]switches1988-12-18 21:17 1.0K 
[   ]thinker1988-12-19 09:34 886  
[   ]thumb1988-12-18 21:17 1.8K 
[   ]thumb_alpha1988-12-18 21:17 1.8K 
[   ]thumb_l1988-12-18 21:17 2.0K 
[   ]thumbsdown1988-12-18 21:17 2.8K 
[   ]thumbsup1988-12-18 21:17 2.4K 
[   ]tinynumbers1988-12-18 21:17 345  
[   ]toggle11988-12-18 21:17 1.8K 
[   ]toggle21988-12-18 21:17 1.8K 
[   ]toggle31988-12-18 21:17 1.8K 
[   ]touch11988-12-18 21:17 2.4K 
[   ]touch21988-12-18 21:18 2.4K 
[   ]touch31988-12-18 21:18 2.4K 
[   ]tty1988-12-18 21:18 3.1K 
[   ]turnpage21988-12-18 21:18 792  
[   ]vaderbig1988-12-18 21:18 739  
[   ]wait1988-12-18 21:18 1.7K 
[   ]wings1988-12-18 21:18 279  
[   ]yield1988-12-18 21:18 1.8K 
[   ]yoda1988-12-18 21:18 3.4K 
[   ]zip1988-12-18 21:18 2.0K 
[   ]zoom1988-12-18 21:18 577  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/large/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/large/index.html?C=M;O=A new file mode 100644 index 0000000..15cdcef --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/index.html?C=M;O=A @@ -0,0 +1,149 @@ + + + + Index of /martin/tape/stuff/bitmaps/large + + +

Index of /martin/tape/stuff/bitmaps/large

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]apple1988-12-18 21:15 855  
[   ]arrows1988-12-18 21:16 2.2K 
[   ]banana1988-12-18 21:16 1.0K 
[   ]bignot1988-12-18 21:16 1.2K 
[   ]bigokay1988-12-18 21:16 1.7K 
[   ]bigswitch11988-12-18 21:16 1.6K 
[   ]bigswitch21988-12-18 21:16 1.6K 
[   ]booknew1988-12-18 21:16 536  
[   ]boss1988-12-18 21:16 1.1K 
[   ]cassette1988-12-18 21:16 1.7K 
[   ]cherries1988-12-18 21:16 1.2K 
[   ]circlebig1988-12-18 21:16 3.2K 
[   ]cube1988-12-18 21:16 877  
[   ]cube11988-12-18 21:16 880  
[   ]cube21988-12-18 21:16 880  
[   ]deskphone11988-12-18 21:16 1.6K 
[   ]deskphone21988-12-18 21:16 2.2K 
[   ]deskphone31988-12-18 21:16 2.2K 
[   ]digital1988-12-18 21:16 1.2K 
[   ]digital11988-12-18 21:16 1.0K 
[   ]dkong11988-12-18 21:16 783  
[   ]ear1988-12-18 21:16 949  
[   ]eh1988-12-18 21:16 2.0K 
[   ]exit1988-12-18 21:16 1.1K 
[   ]eye1988-12-18 21:16 1.4K 
[   ]eye11988-12-18 21:16 1.5K 
[   ]eye21988-12-18 21:16 1.5K 
[   ]eye31988-12-18 21:16 1.5K 
[   ]eye41988-12-18 21:16 1.5K 
[   ]eye_bld11988-12-18 21:16 1.6K 
[   ]eye_bld21988-12-18 21:16 1.6K 
[   ]eye_bld31988-12-18 21:16 1.6K 
[   ]eyesmaller1988-12-18 21:16 1.0K 
[   ]font1988-12-18 21:16 1.5K 
[   ]fourarrows1988-12-18 21:16 1.8K 
[   ]frog11988-12-18 21:16 1.3K 
[   ]frog21988-12-18 21:16 1.3K 
[   ]gethappy1988-12-18 21:16 2.9K 
[   ]ghost1988-12-18 21:16 1.0K 
[   ]greatart1988-12-18 21:16 16K 
[   ]guitar1988-12-18 21:16 1.6K 
[   ]hack1988-12-18 21:16 2.2K 
[   ]hammer1988-12-18 21:16 1.7K 
[   ]handbig_lr1988-12-18 21:16 1.4K 
[   ]handbig_ul1988-12-18 21:16 1.5K 
[   ]hatsoff1988-12-18 21:16 2.4K 
[   ]heart321988-12-18 21:16 886  
[   ]heart32.waa1988-12-18 21:16 898  
[   ]huh1988-12-18 21:16 1.6K 
[   ]index1988-12-18 21:16 1.3K 
[   ]index_smear1988-12-18 21:16 2.5K 
[   ]jaggie1988-12-18 21:16 1.9K 
[   ]jaggie11988-12-18 21:16 1.9K 
[   ]jaggie21988-12-18 21:16 1.9K 
[   ]jaggie31988-12-18 21:16 1.9K 
[   ]jaggie41988-12-18 21:16 1.9K 
[   ]jaggie51988-12-18 21:16 1.9K 
[   ]jaggie61988-12-18 21:16 1.9K 
[   ]jaggie71988-12-18 21:16 1.9K 
[   ]jaggie81988-12-18 21:17 1.9K 
[   ]jaggie91988-12-18 21:17 1.9K 
[   ]letter1988-12-18 21:17 683  
[   ]letters1988-12-18 21:17 1.1K 
[   ]logbook1988-12-18 21:17 711  
[   ]mbox11988-12-18 21:17 3.1K 
[   ]mbox21988-12-18 21:17 3.1K 
[   ]menucursors1988-12-18 21:17 2.2K 
[   ]middle1988-12-18 21:17 1.5K 
[   ]mouse01988-12-18 21:17 1.4K 
[   ]mouse11988-12-18 21:17 1.4K 
[   ]mouse121988-12-18 21:17 1.4K 
[   ]mouse1231988-12-18 21:17 1.4K 
[   ]mouse131988-12-18 21:17 1.4K 
[   ]mouse21988-12-18 21:17 1.4K 
[   ]mouse231988-12-18 21:17 1.4K 
[   ]mouse31988-12-18 21:17 1.4K 
[   ]nosmoking1988-12-18 21:17 1.3K 
[   ]nude1988-12-18 21:17 1.8K 
[   ]nuke11988-12-18 21:17 855  
[   ]nuke101988-12-18 21:17 858  
[   ]nuke111988-12-18 21:17 858  
[   ]nuke121988-12-18 21:17 858  
[   ]nuke21988-12-18 21:17 855  
[   ]nuke131988-12-18 21:17 858  
[   ]nuke31988-12-18 21:17 855  
[   ]nuke41988-12-18 21:17 855  
[   ]nuke51988-12-18 21:17 855  
[   ]nuke61988-12-18 21:17 855  
[   ]nuke71988-12-18 21:17 855  
[   ]nuke81988-12-18 21:17 855  
[   ]nuke91988-12-18 21:17 855  
[   ]numbers1988-12-18 21:17 580  
[   ]numbers21988-12-18 21:17 697  
[   ]okay1988-12-18 21:17 1.0K 
[   ]pacman21988-12-18 21:17 886  
[   ]pacmen1988-12-18 21:17 2.2K 
[   ]pushbutton1988-12-18 21:17 1.9K 
[   ]q_bert1988-12-18 21:17 1.9K 
[   ]safenude1988-12-18 21:17 1.8K 
[   ]scissors1988-12-18 21:17 764  
[   ]screwdriver1988-12-18 21:17 748  
[   ]smallclef1988-12-18 21:17 456  
[   ]smallclef11988-12-18 21:17 627  
[   ]smalldriver1988-12-18 21:17 272  
[   ]smileheart1988-12-18 21:17 475  
[   ]snore11988-12-18 21:17 2.2K 
[   ]snore21988-12-18 21:17 2.2K 
[   ]stinko1988-12-18 21:17 2.4K 
[   ]stop1988-12-18 21:17 3.1K 
[   ]stopplay1988-12-18 21:17 1.5K 
[   ]strawberry1988-12-18 21:17 1.1K 
[   ]switches1988-12-18 21:17 1.0K 
[   ]thumb1988-12-18 21:17 1.8K 
[   ]thumb_alpha1988-12-18 21:17 1.8K 
[   ]thumb_l1988-12-18 21:17 2.0K 
[   ]thumbsdown1988-12-18 21:17 2.8K 
[   ]thumbsup1988-12-18 21:17 2.4K 
[   ]tinynumbers1988-12-18 21:17 345  
[   ]toggle11988-12-18 21:17 1.8K 
[   ]toggle21988-12-18 21:17 1.8K 
[   ]toggle31988-12-18 21:17 1.8K 
[   ]touch11988-12-18 21:17 2.4K 
[   ]touch21988-12-18 21:18 2.4K 
[   ]touch31988-12-18 21:18 2.4K 
[   ]tty1988-12-18 21:18 3.1K 
[   ]turnpage21988-12-18 21:18 792  
[   ]vaderbig1988-12-18 21:18 739  
[   ]wait1988-12-18 21:18 1.7K 
[   ]wings1988-12-18 21:18 279  
[   ]yield1988-12-18 21:18 1.8K 
[   ]yoda1988-12-18 21:18 3.4K 
[   ]zip1988-12-18 21:18 2.0K 
[   ]zoom1988-12-18 21:18 577  
[   ]thinker1988-12-19 09:34 886  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/large/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/large/index.html?C=N;O=D new file mode 100644 index 0000000..a86b2d5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/index.html?C=N;O=D @@ -0,0 +1,149 @@ + + + + Index of /martin/tape/stuff/bitmaps/large + + +

Index of /martin/tape/stuff/bitmaps/large

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]zoom1988-12-18 21:18 577  
[   ]zip1988-12-18 21:18 2.0K 
[   ]yoda1988-12-18 21:18 3.4K 
[   ]yield1988-12-18 21:18 1.8K 
[   ]wings1988-12-18 21:18 279  
[   ]wait1988-12-18 21:18 1.7K 
[   ]vaderbig1988-12-18 21:18 739  
[   ]turnpage21988-12-18 21:18 792  
[   ]tty1988-12-18 21:18 3.1K 
[   ]touch31988-12-18 21:18 2.4K 
[   ]touch21988-12-18 21:18 2.4K 
[   ]touch11988-12-18 21:17 2.4K 
[   ]toggle31988-12-18 21:17 1.8K 
[   ]toggle21988-12-18 21:17 1.8K 
[   ]toggle11988-12-18 21:17 1.8K 
[   ]tinynumbers1988-12-18 21:17 345  
[   ]thumbsup1988-12-18 21:17 2.4K 
[   ]thumbsdown1988-12-18 21:17 2.8K 
[   ]thumb_l1988-12-18 21:17 2.0K 
[   ]thumb_alpha1988-12-18 21:17 1.8K 
[   ]thumb1988-12-18 21:17 1.8K 
[   ]thinker1988-12-19 09:34 886  
[   ]switches1988-12-18 21:17 1.0K 
[   ]strawberry1988-12-18 21:17 1.1K 
[   ]stopplay1988-12-18 21:17 1.5K 
[   ]stop1988-12-18 21:17 3.1K 
[   ]stinko1988-12-18 21:17 2.4K 
[   ]snore21988-12-18 21:17 2.2K 
[   ]snore11988-12-18 21:17 2.2K 
[   ]smileheart1988-12-18 21:17 475  
[   ]smalldriver1988-12-18 21:17 272  
[   ]smallclef11988-12-18 21:17 627  
[   ]smallclef1988-12-18 21:17 456  
[   ]screwdriver1988-12-18 21:17 748  
[   ]scissors1988-12-18 21:17 764  
[   ]safenude1988-12-18 21:17 1.8K 
[   ]q_bert1988-12-18 21:17 1.9K 
[   ]pushbutton1988-12-18 21:17 1.9K 
[   ]pacmen1988-12-18 21:17 2.2K 
[   ]pacman21988-12-18 21:17 886  
[   ]okay1988-12-18 21:17 1.0K 
[   ]numbers21988-12-18 21:17 697  
[   ]numbers1988-12-18 21:17 580  
[   ]nuke131988-12-18 21:17 858  
[   ]nuke121988-12-18 21:17 858  
[   ]nuke111988-12-18 21:17 858  
[   ]nuke101988-12-18 21:17 858  
[   ]nuke91988-12-18 21:17 855  
[   ]nuke81988-12-18 21:17 855  
[   ]nuke71988-12-18 21:17 855  
[   ]nuke61988-12-18 21:17 855  
[   ]nuke51988-12-18 21:17 855  
[   ]nuke41988-12-18 21:17 855  
[   ]nuke31988-12-18 21:17 855  
[   ]nuke21988-12-18 21:17 855  
[   ]nuke11988-12-18 21:17 855  
[   ]nude1988-12-18 21:17 1.8K 
[   ]nosmoking1988-12-18 21:17 1.3K 
[   ]mouse1231988-12-18 21:17 1.4K 
[   ]mouse231988-12-18 21:17 1.4K 
[   ]mouse131988-12-18 21:17 1.4K 
[   ]mouse121988-12-18 21:17 1.4K 
[   ]mouse31988-12-18 21:17 1.4K 
[   ]mouse21988-12-18 21:17 1.4K 
[   ]mouse11988-12-18 21:17 1.4K 
[   ]mouse01988-12-18 21:17 1.4K 
[   ]middle1988-12-18 21:17 1.5K 
[   ]menucursors1988-12-18 21:17 2.2K 
[   ]mbox21988-12-18 21:17 3.1K 
[   ]mbox11988-12-18 21:17 3.1K 
[   ]logbook1988-12-18 21:17 711  
[   ]letters1988-12-18 21:17 1.1K 
[   ]letter1988-12-18 21:17 683  
[   ]jaggie91988-12-18 21:17 1.9K 
[   ]jaggie81988-12-18 21:17 1.9K 
[   ]jaggie71988-12-18 21:16 1.9K 
[   ]jaggie61988-12-18 21:16 1.9K 
[   ]jaggie51988-12-18 21:16 1.9K 
[   ]jaggie41988-12-18 21:16 1.9K 
[   ]jaggie31988-12-18 21:16 1.9K 
[   ]jaggie21988-12-18 21:16 1.9K 
[   ]jaggie11988-12-18 21:16 1.9K 
[   ]jaggie1988-12-18 21:16 1.9K 
[   ]index_smear1988-12-18 21:16 2.5K 
[   ]index1988-12-18 21:16 1.3K 
[   ]huh1988-12-18 21:16 1.6K 
[   ]heart32.waa1988-12-18 21:16 898  
[   ]heart321988-12-18 21:16 886  
[   ]hatsoff1988-12-18 21:16 2.4K 
[   ]handbig_ul1988-12-18 21:16 1.5K 
[   ]handbig_lr1988-12-18 21:16 1.4K 
[   ]hammer1988-12-18 21:16 1.7K 
[   ]hack1988-12-18 21:16 2.2K 
[   ]guitar1988-12-18 21:16 1.6K 
[   ]greatart1988-12-18 21:16 16K 
[   ]ghost1988-12-18 21:16 1.0K 
[   ]gethappy1988-12-18 21:16 2.9K 
[   ]frog21988-12-18 21:16 1.3K 
[   ]frog11988-12-18 21:16 1.3K 
[   ]fourarrows1988-12-18 21:16 1.8K 
[   ]font1988-12-18 21:16 1.5K 
[   ]eyesmaller1988-12-18 21:16 1.0K 
[   ]eye_bld31988-12-18 21:16 1.6K 
[   ]eye_bld21988-12-18 21:16 1.6K 
[   ]eye_bld11988-12-18 21:16 1.6K 
[   ]eye41988-12-18 21:16 1.5K 
[   ]eye31988-12-18 21:16 1.5K 
[   ]eye21988-12-18 21:16 1.5K 
[   ]eye11988-12-18 21:16 1.5K 
[   ]eye1988-12-18 21:16 1.4K 
[   ]exit1988-12-18 21:16 1.1K 
[   ]eh1988-12-18 21:16 2.0K 
[   ]ear1988-12-18 21:16 949  
[   ]dkong11988-12-18 21:16 783  
[   ]digital11988-12-18 21:16 1.0K 
[   ]digital1988-12-18 21:16 1.2K 
[   ]deskphone31988-12-18 21:16 2.2K 
[   ]deskphone21988-12-18 21:16 2.2K 
[   ]deskphone11988-12-18 21:16 1.6K 
[   ]cube21988-12-18 21:16 880  
[   ]cube11988-12-18 21:16 880  
[   ]cube1988-12-18 21:16 877  
[   ]circlebig1988-12-18 21:16 3.2K 
[   ]cherries1988-12-18 21:16 1.2K 
[   ]cassette1988-12-18 21:16 1.7K 
[   ]boss1988-12-18 21:16 1.1K 
[   ]booknew1988-12-18 21:16 536  
[   ]bigswitch21988-12-18 21:16 1.6K 
[   ]bigswitch11988-12-18 21:16 1.6K 
[   ]bigokay1988-12-18 21:16 1.7K 
[   ]bignot1988-12-18 21:16 1.2K 
[   ]banana1988-12-18 21:16 1.0K 
[   ]arrows1988-12-18 21:16 2.2K 
[   ]apple1988-12-18 21:15 855  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/large/index_smear b/Bitmaps/freaknet.org/bitmaps/large/index_smear new file mode 100644 index 0000000..e6baa04 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/index_smear @@ -0,0 +1,63 @@ +#define index_smear_width 49 +#define index_smear_height 58 +static char index_smear_bits[] = { +0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, +0xe0, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, +0xd8, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00, +0x68, 0xb6, 0x00, 0x00, 0x00, 0x00, 0x00, +0xd4, 0x2b, 0x01, 0x00, 0x00, 0x00, 0x00, +0x3a, 0x26, 0x01, 0x00, 0x00, 0x00, 0x00, +0x9e, 0xcd, 0x02, 0x00, 0x00, 0x00, 0x00, +0xd4, 0xda, 0x04, 0x00, 0x00, 0x00, 0x00, +0x2d, 0xd4, 0x01, 0x00, 0x00, 0x00, 0x00, +0x9d, 0x7d, 0x06, 0x00, 0x00, 0x00, 0x00, +0x5a, 0xaa, 0x19, 0x00, 0x00, 0x00, 0x00, +0xdb, 0xab, 0x0a, 0x00, 0x00, 0x00, 0x00, +0xdd, 0xba, 0x0d, 0x00, 0x00, 0x00, 0x00, +0x1c, 0x52, 0x03, 0x00, 0x00, 0x00, 0x00, +0x89, 0x53, 0x0b, 0x00, 0x00, 0x00, 0x00, +0xad, 0x54, 0x01, 0x00, 0x00, 0x00, 0x00, +0xa4, 0x94, 0x0a, 0x00, 0x00, 0x00, 0x00, +0xd4, 0xaa, 0x0b, 0x00, 0x00, 0x00, 0x00, +0xde, 0x9e, 0x0e, 0x00, 0x00, 0x00, 0x00, +0x80, 0x18, 0x03, 0x00, 0x00, 0x00, 0x00, +0xd2, 0x77, 0x07, 0x00, 0x00, 0x00, 0x00, +0x68, 0xf8, 0x05, 0x00, 0x00, 0x00, 0x00, +0xae, 0xbf, 0x13, 0x00, 0x00, 0x00, 0x00, +0x1c, 0xc7, 0x02, 0x00, 0x00, 0x00, 0x00, +0x48, 0xef, 0x02, 0x00, 0x00, 0x00, 0x00, +0xa0, 0xdf, 0x10, 0x00, 0x00, 0x00, 0x00, +0x20, 0x9b, 0x04, 0x00, 0x00, 0x00, 0x00, +0xc0, 0x44, 0x30, 0x00, 0x00, 0x00, 0x00, +0x00, 0x03, 0x12, 0x00, 0x00, 0x00, 0x00, +0x10, 0x80, 0x1b, 0x00, 0x00, 0x00, 0x00, +0x50, 0x68, 0x19, 0x00, 0x00, 0x00, 0x00, +0x10, 0x8c, 0x0e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x8b, 0xdb, 0x01, 0x00, 0x00, 0x00, +0xc0, 0xdf, 0x3d, 0x00, 0x00, 0x00, 0x00, +0x80, 0xd9, 0xad, 0x01, 0x00, 0x00, 0x00, +0x00, 0x64, 0xda, 0x00, 0x00, 0x00, 0x00, +0x00, 0x72, 0xd0, 0x01, 0x00, 0x00, 0x00, +0x00, 0xde, 0x49, 0x01, 0x00, 0x00, 0x00, +0x00, 0xf8, 0xa1, 0x00, 0x00, 0x00, 0x00, +0x00, 0x84, 0x65, 0x00, 0x00, 0x00, 0x00, +0x00, 0xa0, 0xb2, 0x09, 0x00, 0x00, 0x00, +0x00, 0xb0, 0x38, 0x00, 0x00, 0x00, 0x00, +0x00, 0x40, 0x8e, 0x3a, 0x00, 0x00, 0x00, +0x00, 0x20, 0xbe, 0x27, 0x0f, 0x00, 0x00, +0x00, 0x80, 0x76, 0x41, 0x10, 0x00, 0x00, +0x00, 0x00, 0x53, 0xa0, 0x04, 0x00, 0x00, +0x00, 0x00, 0xce, 0xd0, 0x01, 0x00, 0x00, +0x00, 0x00, 0xc8, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe8, 0x44, 0x07, 0x00, 0x00, +0x00, 0x00, 0x38, 0x01, 0x02, 0x02, 0x00, +0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x00, +0x00, 0x00, 0x40, 0x4c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7f, 0x01, 0x03, 0x00, +0x00, 0x00, 0x00, 0xa8, 0x07, 0x04, 0x00, +0x00, 0x00, 0x00, 0x20, 0x61, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie b/Bitmaps/freaknet.org/bitmaps/large/jaggie new file mode 100644 index 0000000..0885845 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie @@ -0,0 +1,49 @@ +#define jaggie_width 49 +#define jaggie_height 44 +static char jaggie_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0xa0, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x7f, 0x01, +0xfd, 0x03, 0x03, 0x00, 0xc3, 0x63, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0xf1, 0x3f, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0xfc, 0x62, 0x01, +0x99, 0xfd, 0x07, 0x80, 0xcf, 0x42, 0x01, +0x8d, 0x05, 0x05, 0x80, 0x82, 0x63, 0x01, +0x0d, 0x87, 0x03, 0x00, 0x03, 0x10, 0x01, +0x19, 0xc0, 0x02, 0x00, 0x1d, 0x1c, 0x01, +0x32, 0x60, 0x01, 0x00, 0xf6, 0x87, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc6, 0x88, 0x81, 0x03, 0x00, +0x00, 0x01, 0x09, 0x40, 0xc2, 0x01, 0x00, +0x00, 0x87, 0x00, 0x00, 0x24, 0x03, 0x00, +0x00, 0x4d, 0xf0, 0x3f, 0x38, 0x02, 0x00, +0x00, 0x11, 0x9e, 0xe7, 0x11, 0x02, 0x00, +0x00, 0x11, 0x9b, 0x67, 0x03, 0x03, 0x00, +0x00, 0x9b, 0xbb, 0x77, 0xa7, 0x01, 0x00, +0x00, 0xca, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0xcc, 0xdd, 0xef, 0xce, 0x00, 0x00, +0x00, 0xc8, 0xcd, 0xcf, 0x4e, 0x00, 0x00, +0x00, 0x88, 0xfd, 0xff, 0x46, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie1 b/Bitmaps/freaknet.org/bitmaps/large/jaggie1 new file mode 100644 index 0000000..91488b4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie1 @@ -0,0 +1,49 @@ +#define jaggie1_width 49 +#define jaggie1_height 44 +static char jaggie1_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0x80, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x00, 0x01, +0xfd, 0x03, 0x03, 0x00, 0x03, 0x60, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0x01, 0x30, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0x00, 0x6e, 0x01, +0x99, 0xfd, 0x07, 0x80, 0xff, 0x27, 0x01, +0x8d, 0x05, 0x05, 0x80, 0xe2, 0x13, 0x01, +0x0d, 0x87, 0x03, 0x00, 0x0f, 0x0c, 0x01, +0x19, 0xc0, 0x02, 0x00, 0xf9, 0x03, 0x01, +0x32, 0x60, 0x01, 0x00, 0x06, 0x80, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc6, 0x88, 0x81, 0x03, 0x00, +0x00, 0x01, 0x09, 0x40, 0xc2, 0x01, 0x00, +0x00, 0x87, 0x00, 0x00, 0x24, 0x03, 0x00, +0x00, 0x4d, 0xf0, 0x3f, 0x38, 0x02, 0x00, +0x00, 0x11, 0x9e, 0xe7, 0x11, 0x02, 0x00, +0x00, 0x11, 0x9b, 0x67, 0x03, 0x03, 0x00, +0x00, 0x9b, 0xbb, 0x77, 0xa7, 0x01, 0x00, +0x00, 0xca, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0xcc, 0xdd, 0xef, 0xce, 0x00, 0x00, +0x00, 0xc8, 0xcd, 0xcf, 0x4e, 0x00, 0x00, +0x00, 0x88, 0xfd, 0xff, 0x46, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie2 b/Bitmaps/freaknet.org/bitmaps/large/jaggie2 new file mode 100644 index 0000000..4d6290b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie2 @@ -0,0 +1,49 @@ +#define jaggie2_width 49 +#define jaggie2_height 44 +static char jaggie2_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0x80, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x00, 0x01, +0xfd, 0x03, 0x03, 0x00, 0x03, 0x00, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0x01, 0x80, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0x00, 0xc0, 0x01, +0x99, 0xfd, 0x07, 0x80, 0x01, 0x60, 0x01, +0x8d, 0x05, 0x05, 0x80, 0x06, 0x38, 0x01, +0x0d, 0x87, 0x03, 0x00, 0xff, 0x0f, 0x01, +0x19, 0xc0, 0x02, 0x00, 0x0d, 0x00, 0x01, +0x32, 0x60, 0x01, 0x00, 0x06, 0x80, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc6, 0x88, 0x81, 0x03, 0x00, +0x00, 0x01, 0x09, 0x40, 0xc2, 0x01, 0x00, +0x00, 0x87, 0x00, 0x00, 0x24, 0x03, 0x00, +0x00, 0x4d, 0xf0, 0x3f, 0x38, 0x02, 0x00, +0x00, 0x11, 0x9e, 0xe7, 0x11, 0x02, 0x00, +0x00, 0x11, 0x9b, 0x67, 0x03, 0x03, 0x00, +0x00, 0x9b, 0xbb, 0x77, 0xa7, 0x01, 0x00, +0x00, 0xca, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0xcc, 0xdd, 0xef, 0xce, 0x00, 0x00, +0x00, 0xc8, 0xcd, 0xcf, 0x4e, 0x00, 0x00, +0x00, 0x88, 0xfd, 0xff, 0x46, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie3 b/Bitmaps/freaknet.org/bitmaps/large/jaggie3 new file mode 100644 index 0000000..14d9f42 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie3 @@ -0,0 +1,49 @@ +#define jaggie3_width 49 +#define jaggie3_height 44 +static char jaggie3_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0xa0, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x7f, 0x01, +0xfd, 0x03, 0x03, 0x00, 0xc3, 0x63, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0xf1, 0x3f, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0xfc, 0x62, 0x01, +0x99, 0xfd, 0x07, 0x80, 0xcf, 0x42, 0x01, +0x8d, 0x05, 0x05, 0x80, 0x82, 0x63, 0x01, +0x0d, 0x87, 0x03, 0x00, 0x03, 0x10, 0x01, +0x19, 0xc0, 0x02, 0x00, 0x1d, 0x1c, 0x01, +0x32, 0x60, 0x01, 0x00, 0xf6, 0x87, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc0, 0x08, 0x80, 0x03, 0x00, +0x00, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x87, 0x07, 0x80, 0x27, 0x03, 0x00, +0x00, 0x4d, 0x08, 0x40, 0x38, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x10, 0x02, 0x00, +0x00, 0x11, 0xff, 0xff, 0x03, 0x03, 0x00, +0x00, 0x9b, 0x9b, 0x67, 0xa7, 0x01, 0x00, +0x00, 0xca, 0x9b, 0x67, 0xef, 0x00, 0x00, +0x00, 0xcc, 0xdd, 0xef, 0xce, 0x00, 0x00, +0x00, 0x88, 0xfd, 0xff, 0x46, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie4 b/Bitmaps/freaknet.org/bitmaps/large/jaggie4 new file mode 100644 index 0000000..19d4fc1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie4 @@ -0,0 +1,49 @@ +#define jaggie4_width 49 +#define jaggie4_height 44 +static char jaggie4_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0xa0, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x7f, 0x01, +0xfd, 0x03, 0x03, 0x00, 0xc3, 0x63, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0xf1, 0x3f, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0xfc, 0x62, 0x01, +0x99, 0xfd, 0x07, 0x80, 0xcf, 0x42, 0x01, +0x8d, 0x05, 0x05, 0x80, 0x82, 0x63, 0x01, +0x0d, 0x87, 0x03, 0x00, 0x03, 0x10, 0x01, +0x19, 0xc0, 0x02, 0x00, 0x1d, 0x1c, 0x01, +0x32, 0x60, 0x01, 0x00, 0xf6, 0x87, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc0, 0x08, 0x80, 0x03, 0x00, +0x00, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x87, 0x07, 0x80, 0x27, 0x03, 0x00, +0x00, 0x4d, 0x08, 0x40, 0x38, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x10, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x00, 0x03, 0x00, +0x00, 0x9b, 0xff, 0xff, 0xa7, 0x01, 0x00, +0x00, 0xce, 0xdf, 0xef, 0xef, 0x00, 0x00, +0x00, 0x88, 0xfd, 0xff, 0x46, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie5 b/Bitmaps/freaknet.org/bitmaps/large/jaggie5 new file mode 100644 index 0000000..6d9fbc5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie5 @@ -0,0 +1,49 @@ +#define jaggie5_width 49 +#define jaggie5_height 44 +static char jaggie5_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0xa0, 0x00, +0xfe, 0x81, 0x01, 0x00, 0x06, 0x7f, 0x01, +0xfd, 0x03, 0x03, 0x00, 0xc3, 0x63, 0x01, +0xcf, 0x0f, 0x06, 0x80, 0xf1, 0x3f, 0x01, +0xf3, 0x3f, 0x04, 0x80, 0xfc, 0x62, 0x01, +0x99, 0xfd, 0x07, 0x80, 0xcf, 0x42, 0x01, +0x8d, 0x05, 0x05, 0x80, 0x82, 0x63, 0x01, +0x0d, 0x87, 0x03, 0x00, 0x03, 0x10, 0x01, +0x19, 0xc0, 0x02, 0x00, 0x1d, 0x1c, 0x01, +0x32, 0x60, 0x01, 0x00, 0xf6, 0x87, 0x00, +0xe6, 0x9f, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc0, 0x08, 0x80, 0x03, 0x00, +0x00, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x87, 0x07, 0x80, 0x27, 0x03, 0x00, +0x00, 0x4d, 0x08, 0x40, 0x38, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x10, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x00, 0x03, 0x00, +0x00, 0x1b, 0xff, 0xff, 0xa3, 0x01, 0x00, +0x00, 0xce, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie6 b/Bitmaps/freaknet.org/bitmaps/large/jaggie6 new file mode 100644 index 0000000..9c36a0c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie6 @@ -0,0 +1,49 @@ +#define jaggie6_width 49 +#define jaggie6_height 44 +static char jaggie6_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0x80, 0x00, +0x06, 0x80, 0x01, 0x00, 0x06, 0x00, 0x01, +0x0d, 0x00, 0x03, 0x00, 0x03, 0x60, 0x01, +0x1f, 0x00, 0x06, 0x80, 0x01, 0x30, 0x01, +0x73, 0x00, 0x04, 0x80, 0x00, 0x6e, 0x01, +0xd9, 0xff, 0x07, 0x80, 0xff, 0x27, 0x01, +0x8d, 0x0f, 0x05, 0x80, 0xe2, 0x13, 0x01, +0x0d, 0x80, 0x03, 0x00, 0x0f, 0x0c, 0x01, +0x39, 0xe0, 0x02, 0x00, 0xf9, 0x03, 0x01, +0xe2, 0x7f, 0x01, 0x00, 0x06, 0x80, 0x00, +0x06, 0x80, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc6, 0x88, 0x81, 0x03, 0x00, +0x00, 0x01, 0x09, 0x40, 0xc2, 0x01, 0x00, +0x00, 0x87, 0x00, 0x00, 0x24, 0x01, 0x00, +0x00, 0x4d, 0xf0, 0x3f, 0x38, 0x01, 0x00, +0x00, 0x11, 0x9e, 0xe7, 0x11, 0x01, 0x00, +0x00, 0x11, 0x9b, 0x67, 0x03, 0x01, 0x00, +0x00, 0x9b, 0xbb, 0x77, 0xa7, 0x01, 0x00, +0x00, 0xc5, 0xff, 0xff, 0xf7, 0x00, 0x00, +0x00, 0xc7, 0xee, 0x77, 0x67, 0x00, 0x00, +0x00, 0xc6, 0xe6, 0x67, 0x27, 0x00, 0x00, +0x00, 0xc4, 0xfe, 0x7f, 0x23, 0x00, 0x00, +0x00, 0x8c, 0x07, 0xe0, 0x21, 0x00, 0x00, +0x00, 0x18, 0x00, 0x00, 0x10, 0x00, 0x00, +0x00, 0x30, 0xf2, 0x4f, 0x08, 0x00, 0x00, +0x00, 0x60, 0x3c, 0x78, 0x04, 0x00, 0x00, +0x00, 0xc0, 0x02, 0x00, 0x03, 0x00, 0x00, +0x00, 0x80, 0x11, 0xc0, 0x01, 0x00, 0x00, +0x00, 0x00, 0x03, 0x62, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie7 b/Bitmaps/freaknet.org/bitmaps/large/jaggie7 new file mode 100644 index 0000000..623ec2e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie7 @@ -0,0 +1,49 @@ +#define jaggie7_width 49 +#define jaggie7_height 44 +static char jaggie7_bits[] = { +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0x80, 0x00, +0x02, 0x80, 0x01, 0x00, 0x06, 0x00, 0x01, +0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x01, +0x03, 0x00, 0x06, 0x80, 0x01, 0x80, 0x01, +0x07, 0x00, 0x04, 0x80, 0x00, 0xc0, 0x01, +0x1d, 0x00, 0x06, 0x80, 0x01, 0x60, 0x01, +0x79, 0x80, 0x07, 0x80, 0x06, 0x38, 0x01, +0xc1, 0xff, 0x02, 0x00, 0xff, 0x0f, 0x01, +0x01, 0x00, 0x02, 0x00, 0x0d, 0x00, 0x01, +0x02, 0x00, 0x01, 0x00, 0x06, 0x80, 0x00, +0x06, 0x80, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x3f, 0x00, 0x00, 0xe8, 0x3f, 0x00, +0xd8, 0x7f, 0xfe, 0xfc, 0x0d, 0x24, 0x00, +0x68, 0x80, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc6, 0x88, 0x81, 0x03, 0x00, +0x00, 0x01, 0x09, 0x40, 0xc2, 0x01, 0x00, +0x00, 0x87, 0x00, 0x00, 0x24, 0x03, 0x00, +0x00, 0x4d, 0xf0, 0x3f, 0x38, 0x02, 0x00, +0x00, 0x11, 0x9e, 0xe7, 0x11, 0x02, 0x00, +0x00, 0x13, 0x9b, 0x67, 0x07, 0x03, 0x00, +0x00, 0x9a, 0xbb, 0x77, 0xaf, 0x03, 0x00, +0x00, 0x96, 0xff, 0xff, 0xcf, 0x01, 0x00, +0x00, 0x9c, 0xbb, 0xdf, 0x8d, 0x00, 0x00, +0x00, 0x98, 0x9b, 0x9f, 0x8d, 0x00, 0x00, +0x00, 0x10, 0xfb, 0xff, 0x8d, 0x00, 0x00, +0x00, 0x30, 0x1e, 0x80, 0x87, 0x00, 0x00, +0x00, 0x60, 0x00, 0x00, 0x40, 0x00, 0x00, +0x00, 0xc0, 0xc8, 0x3f, 0x21, 0x00, 0x00, +0x00, 0x80, 0xf1, 0xe0, 0x11, 0x00, 0x00, +0x00, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0x00, +0x00, 0x00, 0x46, 0x00, 0x07, 0x00, 0x00, +0x00, 0x00, 0x0c, 0x88, 0x01, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie8 b/Bitmaps/freaknet.org/bitmaps/large/jaggie8 new file mode 100644 index 0000000..60ca500 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie8 @@ -0,0 +1,49 @@ +#define jaggie8_width 49 +#define jaggie8_height 44 +static char jaggie8_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0x0f, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x38, 0x38, 0x00, 0x00, 0x38, 0x70, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x0c, 0x80, 0x00, +0x06, 0x80, 0x01, 0x00, 0x06, 0x00, 0x01, +0x0d, 0x00, 0x03, 0x00, 0x03, 0x60, 0x01, +0x1f, 0x00, 0x06, 0x80, 0x01, 0x30, 0x01, +0x73, 0x00, 0x04, 0x80, 0x00, 0x6e, 0x01, +0xd9, 0xff, 0x07, 0x80, 0xff, 0x27, 0x01, +0x8d, 0x0f, 0x05, 0x80, 0xe2, 0x13, 0x01, +0x0d, 0x80, 0x03, 0x00, 0x0f, 0x0c, 0x01, +0x39, 0xe0, 0x02, 0x00, 0xf9, 0x03, 0x01, +0xe2, 0x7f, 0x01, 0x00, 0x06, 0x80, 0x00, +0x06, 0x80, 0x00, 0x00, 0x0c, 0x60, 0x00, +0x1c, 0x40, 0x00, 0x00, 0xf0, 0x3f, 0x00, +0xf8, 0x7f, 0xfe, 0xfc, 0xed, 0x3f, 0x00, +0xf8, 0xff, 0x41, 0x0b, 0x03, 0x2c, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc0, 0x08, 0x80, 0x03, 0x00, +0x00, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x87, 0x07, 0x80, 0x27, 0x03, 0x00, +0x00, 0x4d, 0x08, 0x40, 0x38, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x10, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x00, 0x03, 0x00, +0x00, 0x1b, 0xff, 0xff, 0xa3, 0x01, 0x00, +0x00, 0xce, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/jaggie9 b/Bitmaps/freaknet.org/bitmaps/large/jaggie9 new file mode 100644 index 0000000..3622a31 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/jaggie9 @@ -0,0 +1,49 @@ +#define jaggie9_width 49 +#define jaggie9_height 44 +static char jaggie9_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x38, 0x38, 0x00, 0x00, 0xe0, 0x1f, 0x00, +0x04, 0xe0, 0x00, 0x00, 0x38, 0x70, 0x00, +0x02, 0x80, 0x01, 0x00, 0x0c, 0x80, 0x00, +0x01, 0x00, 0x03, 0x00, 0x06, 0x00, 0x01, +0x03, 0x00, 0x06, 0x00, 0x03, 0x00, 0x01, +0x07, 0x00, 0x04, 0x80, 0x01, 0x80, 0x01, +0x1d, 0x00, 0x06, 0x80, 0x00, 0xc0, 0x01, +0x79, 0x80, 0x07, 0x80, 0x01, 0x60, 0x01, +0xc1, 0xff, 0x02, 0x80, 0x06, 0x38, 0x01, +0x01, 0x00, 0x02, 0x00, 0xff, 0x0f, 0x01, +0x02, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, +0x06, 0x80, 0x00, 0x00, 0x06, 0x80, 0x00, +0x1c, 0x40, 0x00, 0x00, 0x0c, 0x60, 0x00, +0xf8, 0x7f, 0xfe, 0xfc, 0xfd, 0x3f, 0x00, +0xf8, 0xff, 0x41, 0x0b, 0xff, 0x3f, 0x00, +0x28, 0x00, 0x86, 0x87, 0x00, 0x32, 0x00, +0x78, 0x00, 0x0c, 0x43, 0x00, 0x1b, 0x00, +0x90, 0x01, 0x08, 0x43, 0xc0, 0x0e, 0x00, +0xe0, 0x02, 0x08, 0x43, 0x60, 0x07, 0x00, +0xc0, 0x0f, 0x10, 0x03, 0xdd, 0x04, 0x00, +0x80, 0x83, 0x21, 0x27, 0x26, 0x04, 0x00, +0x80, 0x4c, 0xc0, 0x14, 0x30, 0x04, 0x00, +0x80, 0x38, 0x40, 0x08, 0x18, 0x06, 0x00, +0x80, 0x31, 0xc0, 0x08, 0x80, 0x03, 0x00, +0x00, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x87, 0x07, 0x80, 0x27, 0x03, 0x00, +0x00, 0x4d, 0x08, 0x40, 0x38, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x10, 0x02, 0x00, +0x00, 0x11, 0x00, 0x00, 0x00, 0x03, 0x00, +0x00, 0x1b, 0xff, 0xff, 0xa3, 0x01, 0x00, +0x00, 0xce, 0xff, 0xff, 0xef, 0x00, 0x00, +0x00, 0x18, 0x0f, 0xc0, 0x43, 0x00, 0x00, +0x00, 0x30, 0x00, 0x00, 0x20, 0x00, 0x00, +0x00, 0x60, 0xe4, 0x9f, 0x10, 0x00, 0x00, +0x00, 0xc0, 0x78, 0xf0, 0x08, 0x00, 0x00, +0x00, 0x80, 0x05, 0x00, 0x06, 0x00, 0x00, +0x00, 0x00, 0x23, 0x80, 0x03, 0x00, 0x00, +0x00, 0x00, 0x06, 0xc4, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/letter b/Bitmaps/freaknet.org/bitmaps/large/letter new file mode 100644 index 0000000..142f899 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/letter @@ -0,0 +1,29 @@ +#define letter_width 32 +#define letter_height 24 +static char letter_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0xf0, 0xff, 0xff, 0x03, +0x10, 0x00, 0x00, 0x06, +0x10, 0x00, 0x00, 0x0e, +0x90, 0x3f, 0x00, 0x1a, +0x10, 0x00, 0x00, 0x32, +0x90, 0x6f, 0x00, 0x62, +0x10, 0x00, 0x00, 0xc2, +0x10, 0x00, 0x00, 0xfe, +0x90, 0xf7, 0xfd, 0x80, +0x10, 0x00, 0x00, 0x80, +0x90, 0xdf, 0xef, 0x8f, +0x10, 0x00, 0x00, 0x80, +0x90, 0xfd, 0xbe, 0x87, +0x10, 0x00, 0x00, 0x80, +0x90, 0xdf, 0xef, 0x8f, +0x10, 0x00, 0x00, 0x80, +0x90, 0xfb, 0xbf, 0x87, +0x10, 0x00, 0x00, 0x80, +0x90, 0xfd, 0xfe, 0x8e, +0x10, 0x00, 0x00, 0x80, +0x10, 0x00, 0x00, 0x80, +0xf0, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/letters b/Bitmaps/freaknet.org/bitmaps/large/letters new file mode 100644 index 0000000..b9809cc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/letters @@ -0,0 +1,40 @@ +#define letters_width 34 +#define letters_height 35 +static char letters_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0xf0, 0xff, 0xff, 0xff, 0x00, +0x10, 0x00, 0x00, 0x80, 0x00, +0x10, 0x00, 0x00, 0xb8, 0x00, +0x90, 0xdf, 0xf7, 0x83, 0x00, +0x10, 0x00, 0x00, 0x80, 0x00, +0xd0, 0xff, 0xff, 0x8f, 0x00, +0x50, 0x00, 0x00, 0x98, 0x00, +0x50, 0x00, 0x00, 0xb8, 0x00, +0x50, 0xfe, 0x00, 0xe8, 0x00, +0x5c, 0x00, 0x00, 0xc8, 0x00, +0x54, 0xbe, 0x01, 0x88, 0x01, +0x56, 0x00, 0x00, 0x08, 0x03, +0x57, 0x00, 0x00, 0xf8, 0x03, +0x55, 0xde, 0xf7, 0x03, 0x02, +0x55, 0x00, 0x00, 0x00, 0x02, +0x55, 0x7e, 0xbf, 0x3f, 0x02, +0x55, 0x00, 0x00, 0x00, 0x02, +0x55, 0xf6, 0xfb, 0x1e, 0x02, +0x55, 0x00, 0x00, 0x00, 0x02, +0x55, 0x7e, 0xbf, 0x3f, 0x02, +0x75, 0x00, 0x00, 0x00, 0x02, +0x45, 0xee, 0xff, 0x1e, 0x02, +0x45, 0x00, 0x00, 0x00, 0x02, +0x45, 0xf6, 0xfb, 0x3b, 0x02, +0x45, 0x00, 0x00, 0x00, 0x02, +0x45, 0x00, 0x00, 0x00, 0x02, +0xc5, 0xff, 0xff, 0xff, 0x03, +0x05, 0x00, 0x00, 0x20, 0x00, +0x05, 0x00, 0x00, 0x20, 0x00, +0x05, 0x00, 0x00, 0x20, 0x00, +0xfd, 0xff, 0xff, 0x3f, 0x00, +0x01, 0x00, 0x00, 0x08, 0x00, +0xff, 0xff, 0xff, 0x0f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/logbook b/Bitmaps/freaknet.org/bitmaps/large/logbook new file mode 100644 index 0000000..0d84ddf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/logbook @@ -0,0 +1,30 @@ +#define logbook_width 32 +#define logbook_height 25 +static char logbook_bits[] = { +0x00, 0x00, 0x07, 0x00, +0x00, 0x80, 0xf9, 0xff, +0x00, 0xc0, 0xfc, 0xff, +0x00, 0x60, 0x46, 0x78, +0x00, 0x30, 0x33, 0x79, +0x00, 0x98, 0xf9, 0x7c, +0x00, 0xcc, 0x01, 0x3e, +0x00, 0xe6, 0xff, 0x5f, +0x00, 0x33, 0xc0, 0x2f, +0x80, 0x99, 0xcf, 0x57, +0xc0, 0xcc, 0xe7, 0xab, +0x60, 0x0e, 0xf0, 0xd5, +0x30, 0xff, 0xff, 0x6a, +0x98, 0xff, 0x7c, 0x35, +0xcc, 0x7f, 0xbe, 0x1a, +0x66, 0x00, 0x5f, 0x0d, +0xf6, 0xff, 0xaf, 0x06, +0xff, 0xff, 0x57, 0x03, +0x03, 0x00, 0xac, 0x01, +0xff, 0xff, 0xd5, 0x00, +0x03, 0x00, 0x6a, 0x00, +0xff, 0xff, 0x35, 0x00, +0x03, 0x00, 0x1c, 0x00, +0xff, 0xff, 0x0f, 0x00, +0xfa, 0xff, 0x07, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mbox1 b/Bitmaps/freaknet.org/bitmaps/large/mbox1 new file mode 100644 index 0000000..eeebe8a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mbox1 @@ -0,0 +1,69 @@ +#define mbox1_width 64 +#define mbox1_height 64 +static char mbox1_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0xff, 0xff, 0xff, 0x7f, 0x00, +0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x00, 0xe4, 0x00, 0x00, 0x00, 0x80, 0x00, +0x00, 0x00, 0xb4, 0x01, 0x00, 0x00, 0x00, 0x01, +0x00, 0x00, 0x5c, 0x71, 0x1c, 0x00, 0x00, 0x01, +0x00, 0x00, 0xac, 0x62, 0x0c, 0x02, 0x00, 0x03, +0x00, 0x00, 0x5c, 0xa3, 0x0a, 0xc5, 0x09, 0x02, +0x00, 0x00, 0xac, 0x22, 0x89, 0x88, 0x08, 0x02, +0x00, 0x00, 0x5c, 0x23, 0x89, 0x88, 0x08, 0x02, +0x00, 0x00, 0xac, 0x22, 0x88, 0x8f, 0x08, 0x02, +0x00, 0x00, 0x5c, 0x23, 0x88, 0x88, 0x48, 0x02, +0x00, 0x00, 0xac, 0x22, 0x88, 0x88, 0x38, 0x02, +0x00, 0x00, 0x5c, 0x23, 0x88, 0xc8, 0x01, 0x02, +0x00, 0x00, 0xac, 0x22, 0x88, 0x1c, 0x80, 0x03, +0x00, 0x00, 0x5c, 0x23, 0xc8, 0x01, 0xf0, 0x00, +0x00, 0x00, 0xac, 0x22, 0x1c, 0x00, 0x0e, 0x00, +0x00, 0x00, 0x58, 0x73, 0x00, 0xe0, 0x01, 0x00, +0x00, 0x00, 0xb2, 0x02, 0x00, 0x1e, 0x00, 0x00, +0x00, 0x00, 0x67, 0x03, 0xf0, 0x03, 0x00, 0x00, +0x00, 0x00, 0xcd, 0x02, 0x1e, 0x02, 0x00, 0x00, +0x00, 0x80, 0x99, 0x83, 0x23, 0x02, 0x00, 0x00, +0x00, 0x80, 0x30, 0x61, 0x24, 0x02, 0x00, 0x00, +0x00, 0xc0, 0x60, 0x1e, 0x24, 0x02, 0x00, 0x00, +0x00, 0x40, 0xc0, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x60, 0x80, 0x01, 0x24, 0x02, 0x00, 0x00, +0x00, 0x20, 0x80, 0x01, 0x24, 0x02, 0x00, 0x00, +0x00, 0x30, 0x80, 0x01, 0x24, 0x02, 0x00, 0x00, +0x00, 0x10, 0x80, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x10, 0xc0, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x30, 0x40, 0x94, 0x25, 0x02, 0x00, 0x00, +0x00, 0x20, 0x60, 0x98, 0x24, 0x02, 0x00, 0x00, +0x00, 0x60, 0x30, 0xb4, 0x24, 0x02, 0x00, 0x00, +0x00, 0xc0, 0x1c, 0xee, 0x24, 0x02, 0x00, 0x00, +0x00, 0x80, 0x07, 0xf0, 0x24, 0xc2, 0x00, 0x00, +0x00, 0x00, 0x00, 0xa0, 0x25, 0x7a, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7c, 0x27, 0x36, 0x03, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x26, 0x0f, 0x02, 0x00, +0x00, 0x00, 0x00, 0x04, 0x26, 0x0b, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xa4, 0x07, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xa4, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xac, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x78, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mbox2 b/Bitmaps/freaknet.org/bitmaps/large/mbox2 new file mode 100644 index 0000000..19ca763 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mbox2 @@ -0,0 +1,69 @@ +#define mbox2_width 64 +#define mbox2_height 64 +static char mbox2_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xd0, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x18, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x20, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x18, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x06, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xd0, 0x01, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0xff, 0xff, 0xff, 0x7f, 0x00, +0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0xc0, 0x00, +0x00, 0x00, 0xec, 0x00, 0x00, 0x00, 0x80, 0x00, +0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x00, 0x01, +0x00, 0x00, 0xfe, 0x71, 0x1c, 0x00, 0x00, 0x01, +0x00, 0xfc, 0xff, 0x63, 0x0c, 0x02, 0x00, 0x03, +0x00, 0x04, 0x00, 0xa2, 0x0a, 0xc5, 0x09, 0x02, +0x00, 0x64, 0x82, 0x23, 0x89, 0x88, 0x08, 0x02, +0x00, 0x04, 0xd5, 0x22, 0x89, 0x88, 0x08, 0x02, +0x00, 0x08, 0x38, 0x23, 0x88, 0x8f, 0x08, 0x02, +0x00, 0xc8, 0x07, 0x23, 0x88, 0x88, 0x48, 0x02, +0x00, 0x3e, 0x80, 0x22, 0x88, 0x88, 0x38, 0x02, +0x00, 0x06, 0x40, 0x22, 0x88, 0xc8, 0x01, 0x02, +0x00, 0xfe, 0x3f, 0x22, 0x88, 0x1c, 0x80, 0x03, +0x00, 0x02, 0x00, 0x22, 0xc8, 0x01, 0xf0, 0x00, +0x00, 0x06, 0x00, 0x22, 0x1c, 0x00, 0x0e, 0x00, +0x00, 0x04, 0xc0, 0x73, 0x00, 0xe0, 0x01, 0x00, +0x00, 0x04, 0x70, 0x02, 0x00, 0x1e, 0x00, 0x00, +0x00, 0x04, 0x6f, 0x02, 0xf0, 0x03, 0x00, 0x00, +0x00, 0xe4, 0xc1, 0x02, 0x1e, 0x02, 0x00, 0x00, +0x00, 0x1c, 0x80, 0x83, 0x23, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x63, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1e, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x94, 0x25, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x98, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0xb4, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0xee, 0x24, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf0, 0x24, 0xc2, 0x00, 0x00, +0x00, 0x00, 0x00, 0xa0, 0x25, 0x7a, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7c, 0x27, 0x36, 0x03, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x26, 0x0f, 0x02, 0x00, +0x00, 0x00, 0x00, 0x04, 0x26, 0x0b, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xa4, 0x07, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xa4, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xac, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x78, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/menucursors b/Bitmaps/freaknet.org/bitmaps/large/menucursors new file mode 100644 index 0000000..bd9bb0e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/menucursors @@ -0,0 +1,55 @@ +#define menucursors_width 50 +#define menucursors_height 50 +static char menucursors_bits[] = { +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xc0, 0x1f, 0x70, 0x38, 0xe0, 0x0f, 0x00, +0x1e, 0x10, 0x10, 0x23, 0x20, 0xe0, 0x01, +0x1c, 0x10, 0x90, 0x27, 0x20, 0xe0, 0x00, +0x1e, 0x10, 0x10, 0x23, 0x20, 0xe0, 0x01, +0xd7, 0x1f, 0x70, 0x3b, 0xe0, 0xaf, 0x03, +0x02, 0x10, 0x10, 0x23, 0x20, 0x00, 0x01, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0x00, 0x1c, 0x80, 0x07, 0xe0, 0x00, 0x00, +0x9e, 0x11, 0x3c, 0xf0, 0x20, 0xe6, 0x01, +0xdc, 0x13, 0x38, 0x70, 0x20, 0xef, 0x00, +0x9e, 0x11, 0x3c, 0xf0, 0x20, 0xe6, 0x01, +0x97, 0x1d, 0xae, 0xd7, 0xe1, 0xa6, 0x03, +0x82, 0x11, 0x04, 0x80, 0x20, 0x06, 0x01, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0x08, 0x10, 0x10, 0x20, 0x20, 0x40, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3c, 0xf3, 0x00, 0x00, 0x00, +0x00, 0x00, 0xb8, 0x77, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3c, 0xf3, 0x00, 0x00, 0x00, +0x00, 0x00, 0x2e, 0xd3, 0x01, 0x00, 0x00, +0x00, 0x00, 0x04, 0x83, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/middle b/Bitmaps/freaknet.org/bitmaps/large/middle new file mode 100644 index 0000000..9993c5f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/middle @@ -0,0 +1,64 @@ +#define middle_width 27 +#define middle_height 59 +static char middle_bits[] = { +0x00, 0xf3, 0x07, 0x00, +0x00, 0x2c, 0x0c, 0x00, +0xc0, 0xf7, 0x13, 0x00, +0x60, 0x7f, 0x34, 0x00, +0xe0, 0xd9, 0x79, 0x01, +0xf0, 0x75, 0xd2, 0x01, +0x68, 0x92, 0x57, 0x01, +0x68, 0x06, 0x64, 0x01, +0xa4, 0xf7, 0xab, 0x01, +0x74, 0x00, 0x16, 0x03, +0xf0, 0x7f, 0xc4, 0x05, +0x3e, 0x8a, 0x68, 0x01, +0x16, 0x92, 0x48, 0x03, +0xac, 0x21, 0xcd, 0x05, +0x56, 0x22, 0xdd, 0x04, +0x36, 0x22, 0x95, 0x06, +0x32, 0x54, 0x96, 0x07, +0x9b, 0x92, 0x86, 0x04, +0xdb, 0x9a, 0x94, 0x04, +0x4b, 0x8a, 0x24, 0x05, +0x2b, 0xa9, 0xac, 0x03, +0xab, 0xa5, 0x3d, 0x02, +0x2b, 0x34, 0x45, 0x02, +0x0b, 0x32, 0x63, 0x02, +0x8a, 0x29, 0xea, 0x02, +0x00, 0x2c, 0x4c, 0x01, +0xc3, 0xc7, 0x0c, 0x01, +0x18, 0x88, 0x97, 0x00, +0xec, 0x0c, 0xa0, 0x00, +0x48, 0xcc, 0x58, 0x00, +0xc2, 0xb1, 0x42, 0x00, +0xd4, 0xde, 0x1c, 0x00, +0x28, 0x21, 0x0d, 0x00, +0xf0, 0x7e, 0x07, 0x00, +0x80, 0xfb, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, +0xfe, 0x7e, 0x00, 0x00, +0xc2, 0x01, 0x0f, 0x00, +0xf0, 0x2d, 0x08, 0x00, +0x55, 0x4c, 0x10, 0x00, +0x09, 0x5f, 0x13, 0x00, +0x55, 0x98, 0x16, 0x00, +0x89, 0x06, 0x13, 0x00, +0x33, 0x30, 0x05, 0x00, +0xdc, 0xc0, 0x24, 0x00, +0x40, 0x01, 0x24, 0x00, +0x04, 0xba, 0x03, 0x00, +0x10, 0x00, 0x0e, 0x00, +0xc0, 0x00, 0x03, 0x00, +0x00, 0x3b, 0x1a, 0x00, +0x00, 0x00, 0x07, 0x00, +0x00, 0x80, 0x01, 0x00, +0xf6, 0x07, 0x00, 0x00, +0x01, 0x38, 0x00, 0x00, +0x04, 0x40, 0x00, 0x00, +0x78, 0x8f, 0x00, 0x00, +0x00, 0x0c, 0x02, 0x00, +0x00, 0x10, 0x04, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse0 b/Bitmaps/freaknet.org/bitmaps/large/mouse0 new file mode 100644 index 0000000..bf2fe23 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse0 @@ -0,0 +1,33 @@ +#define mouse0_width 64 +#define mouse0_height 28 +static char mouse0_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0xff, 0x03, 0xfe, 0x07, 0xfc, 0x0f, 0xe2, +0x05, 0x01, 0x06, 0x02, 0x0c, 0x04, 0x18, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0xff, 0x0f, 0xfe, 0x1f, 0xfc, 0x3f, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse1 b/Bitmaps/freaknet.org/bitmaps/large/mouse1 new file mode 100644 index 0000000..1d62bdc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse1 @@ -0,0 +1,33 @@ +#define mouse1_width 64 +#define mouse1_height 28 +static char mouse1_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0x00, 0x00, 0xfe, 0x07, 0xfc, 0x0f, 0xe2, +0x05, 0xfe, 0x07, 0x02, 0x0c, 0x04, 0x18, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xfe, 0x1f, 0xfc, 0x3f, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse12 b/Bitmaps/freaknet.org/bitmaps/large/mouse12 new file mode 100644 index 0000000..b30223d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse12 @@ -0,0 +1,33 @@ +#define mouse12_width 64 +#define mouse12_height 28 +static char mouse12_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x0f, 0xe2, +0x05, 0xfe, 0x07, 0xfc, 0x0f, 0x04, 0x18, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0xfc, 0x3f, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse123 b/Bitmaps/freaknet.org/bitmaps/large/mouse123 new file mode 100644 index 0000000..ca6c6fe --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse123 @@ -0,0 +1,33 @@ +#define mouse123_width 64 +#define mouse123_height 28 +static char mouse123_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe2, +0x05, 0xfe, 0x07, 0xfc, 0x0f, 0xf8, 0x1f, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse13 b/Bitmaps/freaknet.org/bitmaps/large/mouse13 new file mode 100644 index 0000000..84f1b81 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse13 @@ -0,0 +1,33 @@ +#define mouse13_width 64 +#define mouse13_height 28 +static char mouse13_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0x00, 0x00, 0xfe, 0x07, 0x00, 0x00, 0xe2, +0x05, 0xfe, 0x07, 0x02, 0x0c, 0xf8, 0x1f, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0xaa, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x56, 0x0d, 0xfe, 0x1f, 0x58, 0x35, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse2 b/Bitmaps/freaknet.org/bitmaps/large/mouse2 new file mode 100644 index 0000000..560fe1f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse2 @@ -0,0 +1,33 @@ +#define mouse2_width 64 +#define mouse2_height 28 +static char mouse2_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0xff, 0x03, 0x00, 0x00, 0xfc, 0x0f, 0xe2, +0x05, 0x01, 0x06, 0xfc, 0x0f, 0x04, 0x18, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x04, 0x38, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0x04, 0x38, 0xe2, +0x05, 0xff, 0x0f, 0xac, 0x1a, 0xfc, 0x3f, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse23 b/Bitmaps/freaknet.org/bitmaps/large/mouse23 new file mode 100644 index 0000000..f23169a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse23 @@ -0,0 +1,33 @@ +#define mouse23_width 64 +#define mouse23_height 28 +static char mouse23_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0xe2, +0x05, 0x01, 0x06, 0xfc, 0x0f, 0xf8, 0x1f, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x54, 0x1d, 0xa8, 0x3a, 0xe2, +0x05, 0xff, 0x0f, 0xac, 0x1a, 0x58, 0x35, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/mouse3 b/Bitmaps/freaknet.org/bitmaps/large/mouse3 new file mode 100644 index 0000000..883e5a8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/mouse3 @@ -0,0 +1,33 @@ +#define mouse3_width 64 +#define mouse3_height 28 +static char mouse3_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, +0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, +0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, +0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf2, +0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xe2, +0x05, 0xff, 0x03, 0xfe, 0x07, 0x00, 0x00, 0xe2, +0x05, 0x01, 0x06, 0x02, 0x0c, 0xf8, 0x1f, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0x58, 0x35, 0xe2, +0x05, 0x01, 0x0e, 0x02, 0x1c, 0xa8, 0x3a, 0xe2, +0x05, 0xff, 0x0f, 0xfe, 0x1f, 0x58, 0x35, 0xe2, +0x25, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x7f, 0xe2, +0x05, 0xfc, 0x0f, 0xf8, 0x1f, 0xf0, 0x3f, 0xe2, +0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, +0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe1, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, +0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nosmoking b/Bitmaps/freaknet.org/bitmaps/large/nosmoking new file mode 100644 index 0000000..16aaaca --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nosmoking @@ -0,0 +1,45 @@ +#define nosmoking_width 40 +#define nosmoking_height 40 +static char nosmoking_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xef, 0xff, 0xff, 0xff, +0x07, 0xe0, 0x63, 0x06, 0xfe, +0xf3, 0xff, 0x63, 0x02, 0xfc, +0xfb, 0xff, 0x43, 0xf2, 0xfc, +0xfb, 0xff, 0x43, 0xf2, 0xfc, +0xf3, 0xff, 0x03, 0xf2, 0xfc, +0xc7, 0xff, 0x13, 0xf2, 0xfc, +0x1f, 0xf0, 0x13, 0xf2, 0xfc, +0x7f, 0xc0, 0x33, 0xf2, 0xfc, +0x7f, 0x1e, 0x33, 0x02, 0xfc, +0x7f, 0x70, 0x32, 0x06, 0xfe, +0xbf, 0xe7, 0xfe, 0xff, 0xff, +0x9f, 0x5f, 0xfe, 0x9f, 0xff, +0x3f, 0x00, 0xff, 0x87, 0xff, +0x3f, 0xbc, 0xff, 0x31, 0xff, +0xbf, 0x99, 0x7f, 0x3c, 0xff, +0xbf, 0xc3, 0x1f, 0x7f, 0xfe, +0x7f, 0xf0, 0xc7, 0x7f, 0xfe, +0xff, 0xfb, 0xf1, 0xff, 0xfc, +0x0f, 0x7c, 0xfc, 0x3f, 0xfe, +0xf7, 0x1f, 0xff, 0x8f, 0xff, +0xf7, 0xc7, 0xff, 0xe3, 0xff, +0xc7, 0xf3, 0xff, 0xf8, 0xff, +0xff, 0xfa, 0x3f, 0xfe, 0xff, +0xbf, 0xf2, 0x8f, 0xff, 0xff, +0xbf, 0xf4, 0xe3, 0xff, 0xff, +0xbf, 0xf5, 0xf8, 0xff, 0xff, +0x3f, 0x25, 0xfe, 0xff, 0xff, +0x7f, 0x8d, 0xff, 0xff, 0xff, +0x7f, 0xeb, 0xff, 0xff, 0xff, +0x7f, 0xea, 0xff, 0xff, 0xff, +0xff, 0xfe, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nude b/Bitmaps/freaknet.org/bitmaps/large/nude new file mode 100644 index 0000000..f93d47f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nude @@ -0,0 +1,53 @@ +#define nude_width 48 +#define nude_height 48 +static char nude_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0x00, 0x00, 0x80, 0xb5, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xca, 0x01, 0x00, +0x00, 0x00, 0xa0, 0xbe, 0x01, 0x00, +0x00, 0x00, 0x70, 0x43, 0x01, 0x00, +0x00, 0x00, 0x90, 0x80, 0x03, 0x00, +0x00, 0x00, 0xf8, 0x36, 0x03, 0x00, +0x00, 0x00, 0xd4, 0x80, 0x03, 0x00, +0x00, 0x00, 0x7a, 0x80, 0x02, 0x00, +0x00, 0x00, 0x6e, 0xa2, 0x02, 0x00, +0x00, 0x00, 0x7b, 0x1c, 0x07, 0x00, +0x00, 0x80, 0xd6, 0x80, 0x0d, 0x00, +0x00, 0x80, 0xff, 0x40, 0x3b, 0x00, +0x00, 0xc0, 0x03, 0xc0, 0x6d, 0x00, +0x00, 0xc0, 0x00, 0x00, 0x2f, 0x00, +0x00, 0xc0, 0x00, 0x00, 0x74, 0x00, +0x00, 0x60, 0x0c, 0x28, 0x58, 0x00, +0x00, 0x30, 0xb4, 0x29, 0x7b, 0x00, +0x00, 0x10, 0xb2, 0x29, 0x2b, 0x00, +0x00, 0x10, 0x32, 0x28, 0x18, 0x00, +0x00, 0x10, 0xe4, 0x6c, 0x4c, 0x00, +0x00, 0x70, 0xac, 0xc7, 0xfb, 0x01, +0x00, 0xc0, 0x49, 0x00, 0x06, 0x03, +0x00, 0x00, 0x53, 0x00, 0x02, 0x02, +0x00, 0x00, 0x66, 0x10, 0x03, 0x02, +0x00, 0x00, 0xc4, 0x00, 0x01, 0x02, +0x00, 0x00, 0x1c, 0x01, 0x20, 0x02, +0x00, 0x00, 0xe7, 0x00, 0x20, 0x02, +0x00, 0xc0, 0x02, 0xfe, 0x30, 0x02, +0x00, 0x20, 0x00, 0xfe, 0x7c, 0x02, +0x00, 0x10, 0x00, 0x6c, 0x4c, 0x02, +0x00, 0x10, 0x00, 0x6c, 0x4c, 0x02, +0x00, 0x18, 0x3e, 0x7c, 0x46, 0x02, +0x00, 0x0c, 0xc1, 0x39, 0x43, 0x02, +0x00, 0x84, 0x00, 0xff, 0x41, 0x02, +0x00, 0x46, 0x00, 0x00, 0x40, 0x02, +0x00, 0x22, 0x00, 0x00, 0x40, 0x02, +0x00, 0x12, 0x00, 0x00, 0x40, 0x02, +0x00, 0x11, 0x00, 0x00, 0x20, 0x06, +0x00, 0x11, 0x00, 0x00, 0x20, 0x04, +0x1c, 0x09, 0x00, 0x00, 0x20, 0x0c, +0xe4, 0x09, 0x00, 0x00, 0x60, 0x08, +0x04, 0x08, 0x00, 0x00, 0xc0, 0x08, +0x08, 0x0c, 0x00, 0x00, 0x80, 0x09, +0xf0, 0x07, 0x00, 0x00, 0x00, 0x0f, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke1 b/Bitmaps/freaknet.org/bitmaps/large/nuke1 new file mode 100644 index 0000000..640e6d1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke1 @@ -0,0 +1,36 @@ +#define nuke1_width 32 +#define nuke1_height 31 +static char nuke1_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x82, 0x00, 0x00, +0x00, 0xc0, 0x00, 0x00, +0x00, 0x78, 0x00, 0x00, +0x00, 0xf8, 0x04, 0x00, +0x70, 0x88, 0x04, 0x00, +0x80, 0x88, 0x00, 0x00, +0x00, 0xf9, 0x02, 0x00, +0x00, 0x48, 0x02, 0x00, +0x00, 0x68, 0x01, 0x00, +0x00, 0x58, 0x00, 0x00, +0x00, 0x78, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke10 b/Bitmaps/freaknet.org/bitmaps/large/nuke10 new file mode 100644 index 0000000..1960878 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke10 @@ -0,0 +1,36 @@ +#define nuke10_width 32 +#define nuke10_height 31 +static char nuke10_bits[] = { +0x81, 0x05, 0x01, 0x00, +0xf0, 0xf4, 0xbb, 0x09, +0x62, 0xaf, 0x7d, 0x07, +0x7e, 0x6b, 0xc4, 0x0e, +0x7e, 0x3d, 0xa5, 0x1b, +0x1e, 0x8c, 0x6e, 0x1d, +0xe0, 0x49, 0x6e, 0x1d, +0x7f, 0xff, 0x9c, 0x0f, +0x1e, 0x6f, 0x76, 0x04, +0xf7, 0xdd, 0x2f, 0x0e, +0x0f, 0xd1, 0x3a, 0x0f, +0xfe, 0xdf, 0xf2, 0x07, +0xfc, 0x4c, 0x42, 0x60, +0x41, 0xdc, 0x02, 0x00, +0x00, 0x2c, 0x02, 0x18, +0x00, 0x28, 0x02, 0x44, +0x00, 0xba, 0x02, 0x00, +0x00, 0xbc, 0x02, 0x00, +0x00, 0x2c, 0x06, 0x00, +0x00, 0xac, 0x02, 0x00, +0x84, 0xae, 0x0a, 0x00, +0x17, 0x58, 0x07, 0x40, +0x98, 0xf9, 0x55, 0x08, +0xaf, 0xdf, 0xff, 0x43, +0x31, 0x7b, 0x02, 0x1d, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke11 b/Bitmaps/freaknet.org/bitmaps/large/nuke11 new file mode 100644 index 0000000..a427bd4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke11 @@ -0,0 +1,36 @@ +#define nuke11_width 32 +#define nuke11_height 31 +static char nuke11_bits[] = { +0x01, 0x00, 0x00, 0x00, +0xf0, 0xa7, 0xbb, 0x09, +0x7a, 0xaf, 0x7d, 0x07, +0xfe, 0x6b, 0xc4, 0x06, +0x36, 0x3f, 0xa5, 0x03, +0xcc, 0x8c, 0xee, 0x0d, +0x6c, 0x49, 0x2e, 0x1d, +0xaf, 0xfd, 0xfc, 0x0f, +0x3e, 0x68, 0x76, 0x05, +0xf6, 0xdf, 0xef, 0x0e, +0x0c, 0xd9, 0x3a, 0x07, +0xfc, 0xdc, 0xf2, 0x83, +0x20, 0x4c, 0x42, 0x40, +0x01, 0xdc, 0x02, 0x00, +0x00, 0x2c, 0x02, 0x30, +0x80, 0x20, 0x32, 0x48, +0xc0, 0x8f, 0x3e, 0x80, +0x00, 0xb1, 0x22, 0x00, +0x00, 0x2c, 0x06, 0x00, +0x00, 0xac, 0x02, 0x00, +0x00, 0xae, 0x0a, 0x80, +0x00, 0x58, 0x07, 0x00, +0x00, 0xf9, 0xd5, 0x21, +0xaf, 0xdf, 0xff, 0x83, +0x31, 0x7b, 0x02, 0x39, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke12 b/Bitmaps/freaknet.org/bitmaps/large/nuke12 new file mode 100644 index 0000000..84f37a2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke12 @@ -0,0 +1,36 @@ +#define nuke12_width 32 +#define nuke12_height 31 +static char nuke12_bits[] = { +0x01, 0x00, 0x00, 0x00, +0xc0, 0xa7, 0xbb, 0x00, +0xfa, 0xaf, 0x7d, 0x07, +0xdc, 0x6b, 0xa4, 0x06, +0x26, 0x3f, 0xe5, 0x03, +0xfc, 0x84, 0x4e, 0x0d, +0x74, 0x4d, 0x0e, 0x1d, +0xb7, 0xff, 0x6c, 0x0e, +0x36, 0x69, 0xfe, 0x05, +0xe6, 0xde, 0x4f, 0x0e, +0x0c, 0xd1, 0x3a, 0x07, +0xfc, 0xdc, 0xf2, 0x83, +0x20, 0x44, 0x02, 0x40, +0x01, 0xdc, 0x3a, 0x00, +0xe0, 0x2d, 0x72, 0x30, +0xf0, 0x00, 0xb2, 0x48, +0x30, 0xff, 0x7f, 0x80, +0xe8, 0x99, 0x3a, 0x00, +0xa0, 0xd7, 0x07, 0x00, +0x00, 0x4c, 0x02, 0x00, +0x00, 0xae, 0x0a, 0x80, +0x00, 0x58, 0x07, 0x00, +0x00, 0xf9, 0xd5, 0x21, +0xaf, 0xdf, 0xff, 0x83, +0x31, 0x7b, 0x02, 0x39, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke13 b/Bitmaps/freaknet.org/bitmaps/large/nuke13 new file mode 100644 index 0000000..97279c8 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke13 @@ -0,0 +1,36 @@ +#define nuke13_width 32 +#define nuke13_height 31 +static char nuke13_bits[] = { +0x01, 0x00, 0x00, 0x00, +0xc0, 0xa7, 0xbb, 0x00, +0xfa, 0xaf, 0x7d, 0x07, +0xdc, 0x6b, 0xa4, 0x06, +0x26, 0x3f, 0xe5, 0x03, +0xfc, 0x84, 0x4e, 0x0d, +0x74, 0x4d, 0x0e, 0x0d, +0xb6, 0xff, 0x6c, 0x0e, +0x36, 0x79, 0xfe, 0x05, +0xe6, 0xfe, 0x4f, 0x06, +0x0c, 0xd1, 0x3b, 0x07, +0x78, 0xdc, 0xe3, 0x81, +0x00, 0xe4, 0x03, 0x00, +0xa1, 0xe8, 0x38, 0x00, +0x50, 0x07, 0xf2, 0x60, +0xf0, 0x78, 0xe2, 0x50, +0x30, 0xff, 0xff, 0x80, +0xe8, 0x59, 0x7f, 0x00, +0xa0, 0xf7, 0x3f, 0x00, +0x00, 0xfc, 0x03, 0x00, +0x00, 0x54, 0x01, 0x00, +0x00, 0x54, 0x07, 0x00, +0x00, 0xdd, 0xd4, 0x81, +0x9b, 0xdf, 0xff, 0x03, +0x31, 0x7b, 0x02, 0x61, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke2 b/Bitmaps/freaknet.org/bitmaps/large/nuke2 new file mode 100644 index 0000000..ac40234 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke2 @@ -0,0 +1,36 @@ +#define nuke2_width 32 +#define nuke2_height 31 +static char nuke2_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x10, 0x00, 0x00, 0x00, +0x10, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x40, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x21, 0x01, 0x00, +0x00, 0xa0, 0x00, 0x00, +0x00, 0xc0, 0x20, 0x00, +0x02, 0xf8, 0x00, 0x00, +0x18, 0xd8, 0x08, 0x00, +0x20, 0xe8, 0x01, 0x00, +0x40, 0xe8, 0x06, 0x00, +0x00, 0xe8, 0x03, 0x00, +0x00, 0xfc, 0x02, 0x00, +0x00, 0x4c, 0x02, 0x00, +0x00, 0xe8, 0x01, 0x00, +0x00, 0xd8, 0x01, 0x00, +0x00, 0x78, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke3 b/Bitmaps/freaknet.org/bitmaps/large/nuke3 new file mode 100644 index 0000000..d0129d4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke3 @@ -0,0 +1,36 @@ +#define nuke3_width 32 +#define nuke3_height 31 +static char nuke3_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x04, 0x00, 0x00, 0x00, +0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x20, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x84, 0x00, 0x00, 0x00, +0x00, 0x10, 0x00, 0x00, +0x00, 0x28, 0x01, 0x00, +0x04, 0xb8, 0x00, 0x00, +0x08, 0xd8, 0x20, 0x00, +0x12, 0xf8, 0x00, 0x00, +0x20, 0xd8, 0x08, 0x00, +0x00, 0x38, 0x01, 0x00, +0x00, 0x38, 0x06, 0x00, +0x00, 0x98, 0x03, 0x00, +0x00, 0xbc, 0x02, 0x00, +0x00, 0x5c, 0x02, 0x00, +0x00, 0xe8, 0x01, 0x00, +0x00, 0xd8, 0x01, 0x00, +0x00, 0x78, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke4 b/Bitmaps/freaknet.org/bitmaps/large/nuke4 new file mode 100644 index 0000000..13260c9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke4 @@ -0,0 +1,36 @@ +#define nuke4_width 32 +#define nuke4_height 31 +static char nuke4_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x05, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x10, 0x00, 0x00, 0x00, +0x00, 0xf8, 0x01, 0x00, +0x00, 0x08, 0x03, 0x00, +0x42, 0x68, 0x1b, 0x00, +0x00, 0x68, 0x01, 0x00, +0x01, 0x78, 0x01, 0x00, +0x00, 0xf8, 0x01, 0x00, +0x04, 0xf8, 0x81, 0x00, +0x00, 0xf8, 0x01, 0x00, +0x10, 0xf8, 0x11, 0x00, +0x00, 0xda, 0x01, 0x00, +0x00, 0xf8, 0x01, 0x00, +0x00, 0xb8, 0x06, 0x00, +0x00, 0x98, 0x03, 0x00, +0x00, 0xbc, 0x07, 0x00, +0x00, 0x5c, 0x07, 0x00, +0x00, 0xe8, 0x01, 0x00, +0x00, 0xd8, 0x03, 0x00, +0x00, 0x78, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke5 b/Bitmaps/freaknet.org/bitmaps/large/nuke5 new file mode 100644 index 0000000..1add99b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke5 @@ -0,0 +1,36 @@ +#define nuke5_width 32 +#define nuke5_height 31 +static char nuke5_bits[] = { +0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x86, 0x01, 0x00, +0x80, 0x61, 0x08, 0x00, +0x80, 0x00, 0x1f, 0x00, +0x84, 0x8b, 0x02, 0x00, +0x80, 0x48, 0x0e, 0x00, +0xc1, 0xff, 0x03, 0x00, +0x00, 0x0f, 0x03, 0x00, +0xc0, 0x6c, 0x1b, 0x02, +0x00, 0x68, 0x05, 0x00, +0x00, 0x79, 0x43, 0x00, +0x02, 0x5a, 0x01, 0x00, +0x00, 0x4a, 0x01, 0x00, +0x08, 0x4c, 0x01, 0x00, +0x00, 0x58, 0x01, 0x00, +0x00, 0xc8, 0x01, 0x00, +0x00, 0xc8, 0x01, 0x00, +0x00, 0xb8, 0x06, 0x00, +0x00, 0x98, 0x03, 0x00, +0x00, 0xbe, 0x07, 0x00, +0x00, 0x5d, 0x07, 0x00, +0x00, 0xf9, 0x45, 0x00, +0x00, 0xdf, 0x7f, 0x00, +0x00, 0x78, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke6 b/Bitmaps/freaknet.org/bitmaps/large/nuke6 new file mode 100644 index 0000000..d320156 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke6 @@ -0,0 +1,36 @@ +#define nuke6_width 32 +#define nuke6_height 31 +static char nuke6_bits[] = { +0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x86, 0x01, 0x00, +0xe0, 0x6b, 0x78, 0x00, +0x98, 0x3c, 0xdf, 0x00, +0x8c, 0x8f, 0x02, 0x01, +0x8c, 0x48, 0x0e, 0x01, +0xd9, 0xff, 0x03, 0x01, +0x18, 0x4f, 0x03, 0x01, +0xe8, 0x7c, 0x9b, 0x02, +0x08, 0x78, 0x05, 0x00, +0x08, 0x79, 0x43, 0x00, +0x32, 0x5a, 0x01, 0x00, +0x00, 0x5a, 0x01, 0x00, +0x08, 0x5c, 0x01, 0x00, +0x00, 0x58, 0x01, 0x00, +0x00, 0x58, 0x01, 0x00, +0x00, 0xd8, 0x00, 0x00, +0x00, 0xb0, 0x06, 0x00, +0x00, 0x18, 0x03, 0x00, +0x80, 0x8f, 0x0f, 0x00, +0x40, 0x5d, 0x0f, 0x00, +0x80, 0xf9, 0x55, 0x04, +0xa8, 0xdf, 0xff, 0x03, +0x30, 0x7b, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke7 b/Bitmaps/freaknet.org/bitmaps/large/nuke7 new file mode 100644 index 0000000..0240802 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke7 @@ -0,0 +1,36 @@ +#define nuke7_width 32 +#define nuke7_height 31 +static char nuke7_bits[] = { +0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x86, 0x79, 0x00, +0xe0, 0x6b, 0xfe, 0x00, +0xd8, 0x3d, 0xdf, 0x02, +0xbc, 0x8f, 0x32, 0x05, +0xac, 0x49, 0x4e, 0x09, +0xf9, 0xff, 0x33, 0x09, +0x1e, 0x4f, 0x03, 0x09, +0xeb, 0x5c, 0xdb, 0x0a, +0x1b, 0x68, 0x87, 0x04, +0x3a, 0x79, 0xe7, 0x02, +0xfe, 0x6a, 0xff, 0x01, +0x01, 0x6e, 0x63, 0x00, +0x0c, 0x74, 0x03, 0x08, +0x00, 0x4c, 0x03, 0x16, +0x00, 0x4c, 0x01, 0x03, +0x00, 0xcc, 0x02, 0x00, +0x00, 0xa4, 0x06, 0x00, +0x00, 0x04, 0x03, 0x00, +0x80, 0x8f, 0x0f, 0x00, +0x50, 0x5d, 0x0f, 0x00, +0x98, 0xf9, 0x55, 0x24, +0xae, 0xdf, 0xff, 0x03, +0x30, 0x7b, 0x02, 0x1d, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke8 b/Bitmaps/freaknet.org/bitmaps/large/nuke8 new file mode 100644 index 0000000..4f88900 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke8 @@ -0,0 +1,36 @@ +#define nuke8_width 32 +#define nuke8_height 31 +static char nuke8_bits[] = { +0x82, 0x05, 0x00, 0x00, +0x80, 0xf4, 0xf6, 0x00, +0xe0, 0xaf, 0x7b, 0x01, +0xf8, 0x6b, 0xfe, 0x06, +0x1c, 0x3c, 0xef, 0x0f, +0x9e, 0x8c, 0x16, 0x0e, +0x8e, 0x49, 0xf6, 0x0c, +0xeb, 0xff, 0x1a, 0x08, +0x06, 0x6f, 0x69, 0x19, +0xe3, 0x5d, 0x77, 0x0f, +0x0b, 0x65, 0x87, 0x0d, +0xbe, 0x45, 0xe7, 0x06, +0xfe, 0x48, 0xff, 0x31, +0x71, 0x4c, 0x63, 0x00, +0x0c, 0x54, 0x03, 0x0c, +0x00, 0x1c, 0x03, 0x12, +0x00, 0x5c, 0x01, 0x00, +0x00, 0xdc, 0x02, 0x00, +0x00, 0xb4, 0x06, 0x00, +0x00, 0x24, 0x03, 0x00, +0x80, 0xaf, 0x0f, 0x00, +0x50, 0x5d, 0x0f, 0x00, +0x98, 0xf9, 0x55, 0x24, +0xae, 0xdf, 0xff, 0x03, +0x30, 0x7b, 0x02, 0x1d, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/nuke9 b/Bitmaps/freaknet.org/bitmaps/large/nuke9 new file mode 100644 index 0000000..b710715 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/nuke9 @@ -0,0 +1,36 @@ +#define nuke9_width 32 +#define nuke9_height 31 +static char nuke9_bits[] = { +0x81, 0x05, 0x00, 0x00, +0xf0, 0xf4, 0xf6, 0x00, +0x62, 0xaf, 0x7b, 0x01, +0x7e, 0x6b, 0xfe, 0x06, +0x7e, 0x3d, 0xef, 0x0f, +0x1e, 0x8c, 0x9e, 0x0e, +0xe0, 0x49, 0xf6, 0x0c, +0x7f, 0xff, 0x9a, 0x08, +0x1e, 0x6f, 0x6c, 0x19, +0xf7, 0xdd, 0x77, 0x0f, +0x0f, 0xd1, 0x86, 0x0d, +0xfe, 0xdf, 0xe5, 0x06, +0xfe, 0x4c, 0xfd, 0x61, +0x71, 0xdc, 0x63, 0x00, +0x0c, 0x24, 0x01, 0x18, +0x00, 0x2c, 0x03, 0x44, +0x00, 0xbe, 0x03, 0x00, +0x00, 0xbc, 0x02, 0x00, +0x00, 0x24, 0x06, 0x00, +0x00, 0xa4, 0x03, 0x00, +0x84, 0xae, 0x0b, 0x00, +0x17, 0x58, 0x07, 0x40, +0x98, 0xf9, 0x55, 0x08, +0xaf, 0xdf, 0xff, 0x43, +0x31, 0x7b, 0x02, 0x1d, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/numbers b/Bitmaps/freaknet.org/bitmaps/large/numbers new file mode 100644 index 0000000..7073110 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/numbers @@ -0,0 +1,31 @@ +#define numbers_width 24 +#define numbers_height 26 +static char numbers_bits[] = { +0x08, 0xc7, 0xf9, +0x8c, 0x6d, 0xdb, +0x8e, 0x6d, 0x43, +0x8c, 0x0d, 0x63, +0x8c, 0x8d, 0xc1, +0x8c, 0xcd, 0xd8, +0x8c, 0xed, 0xdb, +0x1e, 0xe7, 0x73, +0x00, 0x00, 0x00, +0x9c, 0x8f, 0xfb, +0x9e, 0xcd, 0xd8, +0x9b, 0x61, 0xc0, +0x9b, 0xef, 0x61, +0x1f, 0x6c, 0x33, +0x98, 0x6d, 0x33, +0x98, 0x6d, 0x33, +0x18, 0xc7, 0x31, +0x00, 0x00, 0x00, +0x00, 0xe0, 0x70, +0x00, 0xb0, 0xd9, +0x00, 0xb0, 0xd9, +0x00, 0xe0, 0xd8, +0x00, 0xb0, 0xf1, +0x00, 0xb0, 0xc1, +0x00, 0xb0, 0x61, +0x00, 0xe0, 0x38, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/numbers2 b/Bitmaps/freaknet.org/bitmaps/large/numbers2 new file mode 100644 index 0000000..c57198c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/numbers2 @@ -0,0 +1,37 @@ +#define numbers2_width 22 +#define numbers2_height 32 +static char numbers2_bits[] = { +0xff, 0xf3, 0x3f, +0x01, 0x12, 0x20, +0x21, 0x12, 0x23, +0x31, 0x92, 0x26, +0x39, 0x12, 0x26, +0x31, 0x12, 0x23, +0x31, 0x92, 0x25, +0x79, 0x92, 0x27, +0x01, 0x12, 0x20, +0xff, 0xf3, 0x3f, +0x00, 0x00, 0x00, +0xff, 0xf3, 0x3f, +0x01, 0x12, 0x20, +0x79, 0x12, 0x24, +0x21, 0x12, 0x26, +0x71, 0x12, 0x25, +0x41, 0x92, 0x27, +0x79, 0x12, 0x26, +0x31, 0x12, 0x26, +0x01, 0x12, 0x20, +0xff, 0xf3, 0x3f, +0x00, 0x00, 0x00, +0xff, 0xf3, 0x3f, +0x01, 0x12, 0x20, +0x71, 0x12, 0x27, +0x19, 0x92, 0x21, +0x79, 0x92, 0x23, +0x61, 0x92, 0x26, +0x69, 0x92, 0x26, +0x39, 0x12, 0x23, +0x01, 0x12, 0x20, +0xff, 0xf3, 0x3f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/okay b/Bitmaps/freaknet.org/bitmaps/large/okay new file mode 100644 index 0000000..401fd3e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/okay @@ -0,0 +1,28 @@ +#define okay_width 51 +#define okay_height 23 +static char okay_bits[] = { +0x80, 0x1f, 0x00, 0x06, 0x00, 0xfc, 0x00, +0xe0, 0x7f, 0x00, 0x07, 0x00, 0xfe, 0x01, +0xf0, 0xf1, 0xc1, 0x07, 0x00, 0xc7, 0x03, +0x78, 0xc0, 0x03, 0x07, 0x80, 0x83, 0x07, +0x3c, 0x80, 0x07, 0x07, 0x80, 0x03, 0x07, +0x3e, 0x80, 0x07, 0x07, 0x80, 0x07, 0x07, +0x1e, 0x00, 0x0f, 0x07, 0x80, 0x07, 0x07, +0x1e, 0x00, 0x0f, 0x07, 0x00, 0x03, 0x07, +0x1e, 0x00, 0x0f, 0x87, 0x0f, 0x00, 0x07, +0x1f, 0x00, 0x1f, 0x07, 0x03, 0x00, 0x07, +0x1f, 0x00, 0x1f, 0x87, 0x01, 0x80, 0x03, +0x1f, 0x00, 0x1f, 0xc7, 0x00, 0xf0, 0x01, +0x1f, 0x00, 0x1f, 0x67, 0x00, 0xf0, 0x00, +0x1f, 0x00, 0x1f, 0x3f, 0x00, 0x30, 0x00, +0x1f, 0x00, 0x1f, 0x3f, 0x00, 0x30, 0x00, +0x1e, 0x00, 0x0f, 0x77, 0x00, 0x30, 0x00, +0x1e, 0x00, 0x0f, 0xe7, 0x00, 0x30, 0x00, +0x1e, 0x00, 0x0f, 0xc7, 0x01, 0x30, 0x00, +0x3e, 0x80, 0x07, 0x87, 0x03, 0x00, 0x00, +0x3c, 0x80, 0x07, 0x07, 0x07, 0x30, 0x00, +0xf8, 0xf0, 0x03, 0x07, 0x0e, 0x78, 0x00, +0xf0, 0xff, 0x81, 0x0f, 0x1e, 0x78, 0x00, +0xc0, 0x3f, 0xc0, 0xbf, 0x7f, 0x30, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/pacman2 b/Bitmaps/freaknet.org/bitmaps/large/pacman2 new file mode 100644 index 0000000..e2347db --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/pacman2 @@ -0,0 +1,37 @@ +#define pacman2_width 32 +#define pacman2_height 32 +static char pacman2_bits[] = { +0x00, 0x00, 0xe0, 0x07, +0x08, 0x10, 0xf8, 0x1f, +0x1c, 0x38, 0xfc, 0x3f, +0x1e, 0x78, 0xfe, 0x7f, +0x3e, 0x7c, 0xfe, 0x3f, +0x3f, 0xfc, 0xff, 0x0f, +0x7f, 0xfe, 0xff, 0x03, +0x7f, 0xfe, 0xff, 0x00, +0xff, 0xff, 0xff, 0x00, +0xff, 0xff, 0xff, 0x03, +0xff, 0xff, 0xff, 0x0f, +0xfe, 0x7f, 0xfe, 0x3f, +0xfe, 0x7f, 0xfe, 0x7f, +0xfc, 0x3f, 0xfc, 0x3f, +0xf8, 0x1f, 0xf8, 0x1f, +0xe0, 0x07, 0xe0, 0x07, +0xe0, 0x07, 0xe0, 0x07, +0xf8, 0x1f, 0xf8, 0x1f, +0xfc, 0x3f, 0xfc, 0x3f, +0xfe, 0x7f, 0xfe, 0x7f, +0xfc, 0x7f, 0xfe, 0x7f, +0xf0, 0xff, 0xff, 0xff, +0xc0, 0xff, 0xff, 0xff, +0x00, 0xff, 0xff, 0xff, +0x00, 0xff, 0x7f, 0xfe, +0xc0, 0xff, 0x7f, 0xfe, +0xf0, 0xff, 0x3f, 0xfc, +0xfc, 0x7f, 0x3e, 0x7c, +0xfe, 0x7f, 0x1e, 0x78, +0xfc, 0x3f, 0x1c, 0x38, +0xf8, 0x1f, 0x08, 0x10, +0xe0, 0x07, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/pacmen b/Bitmaps/freaknet.org/bitmaps/large/pacmen new file mode 100644 index 0000000..e5e5a59 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/pacmen @@ -0,0 +1,55 @@ +#define pacmen_width 50 +#define pacmen_height 50 +static char pacmen_bits[] = { +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xfc, 0x1f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xfe, 0x0f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x07, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xff, 0x03, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x01, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x01, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x03, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xfe, 0x07, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x0f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfc, 0x1f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xfc, 0x3f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x3f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xff, 0x0f, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x03, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x03, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x0f, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xfe, 0x3f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfc, 0x3f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xfc, 0x3f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xff, 0x3f, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x07, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x00, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x07, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xff, 0x3f, 0xfe, 0xff, 0xfd, 0xff, 0x03, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfe, 0x7f, 0xfc, 0xff, 0xf8, 0xff, 0x01, +0xfc, 0x3f, 0xf8, 0x7f, 0xf0, 0xff, 0x00, +0xf8, 0x1f, 0xf0, 0x3f, 0xe0, 0x7f, 0x00, +0xe0, 0x07, 0xc0, 0x0f, 0x80, 0x1f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/pushbutton b/Bitmaps/freaknet.org/bitmaps/large/pushbutton new file mode 100644 index 0000000..3eb9b25 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/pushbutton @@ -0,0 +1,49 @@ +#define pushbutton_width 54 +#define pushbutton_height 44 +static char pushbutton_bits[] = { +0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, +0x00, 0x04, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x01, 0x04, 0x00, 0x10, 0x00, 0x00, 0x00, +0x01, 0x04, 0x00, 0x20, 0x00, 0x00, 0x00, +0x02, 0x0c, 0x30, 0x20, 0x00, 0x00, 0x00, +0x06, 0x08, 0x40, 0x20, 0x00, 0x00, 0x00, +0x04, 0x18, 0x40, 0x20, 0x00, 0x00, 0x00, +0x04, 0x70, 0x40, 0x20, 0x00, 0x00, 0x00, +0x0c, 0xc1, 0x63, 0x60, 0x00, 0x00, 0x00, +0x08, 0x02, 0x20, 0xd0, 0x00, 0x00, 0x00, +0x08, 0x04, 0x30, 0x9c, 0x01, 0x00, 0x00, +0x18, 0x00, 0x10, 0x12, 0x01, 0x00, 0x00, +0x10, 0x04, 0x10, 0x09, 0x02, 0x00, 0x00, +0x10, 0x00, 0xa8, 0x0d, 0x06, 0x00, 0x00, +0x10, 0x00, 0xa4, 0x04, 0x0c, 0x00, 0x00, +0x20, 0xbe, 0xcf, 0x0f, 0x19, 0x00, 0x00, +0x40, 0x62, 0x3c, 0xb8, 0x30, 0x00, 0x00, +0xc0, 0x51, 0x14, 0xe0, 0x60, 0x00, 0x00, +0x80, 0xdf, 0x23, 0xc0, 0xc0, 0x00, 0x00, +0x00, 0x42, 0x60, 0x80, 0x00, 0x01, 0x00, +0x00, 0x82, 0xc0, 0x40, 0x03, 0x02, 0x00, +0x00, 0x0c, 0x81, 0x41, 0x2e, 0x0c, 0x00, +0x00, 0x18, 0x83, 0x66, 0x18, 0x18, 0x00, +0x00, 0xe0, 0x8e, 0x3c, 0x10, 0x30, 0x00, +0x00, 0x00, 0x78, 0x00, 0x30, 0x60, 0x00, +0x00, 0x00, 0x00, 0x00, 0x60, 0x60, 0x3f, +0x00, 0x00, 0x00, 0x00, 0xc0, 0x21, 0x3f, +0x00, 0x00, 0x00, 0x00, 0x00, 0x9f, 0x2f, +0x00, 0x00, 0x00, 0x00, 0x60, 0xc0, 0x27, +0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x23, +0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x11, +0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x09, +0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x05, +0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x03, +0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/q_bert b/Bitmaps/freaknet.org/bitmaps/large/q_bert new file mode 100644 index 0000000..86170b4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/q_bert @@ -0,0 +1,49 @@ +#define q_bert_width 50 +#define q_bert_height 44 +static char q_bert_bits[] = { +0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x70, 0xe0, 0x01, 0x00, 0x00, 0x00, +0x00, 0x1c, 0x00, 0x07, 0x00, 0x00, 0x00, +0x00, 0x06, 0x00, 0x0c, 0x00, 0x00, 0x00, +0x00, 0x3e, 0x3c, 0x18, 0x00, 0x00, 0x00, +0x80, 0x61, 0xc3, 0x30, 0x00, 0x00, 0x00, +0x80, 0xc0, 0x81, 0x60, 0x00, 0x00, 0x00, +0xc0, 0xc0, 0x00, 0x61, 0x00, 0x00, 0x00, +0x40, 0xc0, 0x00, 0x41, 0x00, 0x00, 0x00, +0x40, 0xc6, 0x00, 0xc1, 0x00, 0x00, 0x00, +0x40, 0xcf, 0x0c, 0x81, 0x00, 0x00, 0x00, +0x40, 0xc6, 0x1e, 0x81, 0x00, 0x00, 0x00, +0x40, 0xc0, 0x0c, 0x81, 0x00, 0x00, 0x00, +0xc0, 0xe0, 0x80, 0x81, 0x00, 0x00, 0x00, +0x80, 0xb1, 0xc1, 0x80, 0x00, 0x00, 0x00, +0x80, 0x0f, 0x63, 0x80, 0xfc, 0x00, 0x00, +0x80, 0x06, 0x3e, 0x80, 0x30, 0x01, 0x00, +0x80, 0x03, 0x00, 0xc0, 0x60, 0x06, 0x00, +0xe0, 0x01, 0x00, 0x40, 0x40, 0x0c, 0x00, +0x78, 0x00, 0x01, 0x60, 0xc0, 0x18, 0x00, +0xcc, 0x81, 0x00, 0x20, 0x80, 0x10, 0x00, +0x04, 0x43, 0x00, 0x30, 0x80, 0x31, 0x00, +0x04, 0x66, 0x00, 0x18, 0x00, 0x21, 0x00, +0x0c, 0x34, 0x00, 0x0c, 0x00, 0x21, 0x00, +0x08, 0x1c, 0x00, 0x07, 0x00, 0x21, 0x00, +0x18, 0x18, 0xc0, 0x01, 0xff, 0xe1, 0x00, +0x30, 0x9c, 0x64, 0xe0, 0x01, 0x80, 0x01, +0xe0, 0x97, 0x27, 0x30, 0x00, 0x00, 0x03, +0x80, 0x93, 0x24, 0x18, 0x00, 0x00, 0x02, +0x00, 0x90, 0x24, 0xc8, 0x07, 0x60, 0x02, +0x00, 0x90, 0x24, 0xcc, 0x0c, 0xe0, 0x02, +0x00, 0x90, 0x24, 0x84, 0x08, 0xe0, 0x02, +0x00, 0x90, 0x24, 0x04, 0x6c, 0x65, 0x02, +0x00, 0x90, 0x24, 0x84, 0x43, 0x67, 0x02, +0x00, 0x9c, 0x24, 0x84, 0xe0, 0x63, 0x02, +0x00, 0x86, 0x24, 0x04, 0x80, 0x27, 0x02, +0x80, 0xc3, 0x26, 0x0c, 0x40, 0x22, 0x02, +0xc0, 0xc0, 0x23, 0x88, 0x41, 0x02, 0x02, +0x20, 0x70, 0x30, 0x18, 0x00, 0x30, 0x02, +0x20, 0x38, 0x18, 0x30, 0x00, 0x30, 0x01, +0x60, 0x0c, 0x0c, 0xc0, 0x03, 0x80, 0x00, +0xc0, 0x07, 0x06, 0x00, 0x1e, 0xe0, 0x00, +0x00, 0x84, 0x03, 0x00, 0xe0, 0x3f, 0x00, +0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/safenude b/Bitmaps/freaknet.org/bitmaps/large/safenude new file mode 100644 index 0000000..47f4449 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/safenude @@ -0,0 +1,53 @@ +#define safenude_width 48 +#define safenude_height 48 +static char safenude_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, +0x00, 0x00, 0x80, 0xb5, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xca, 0x01, 0x00, +0x00, 0x00, 0xa0, 0xbe, 0x01, 0x00, +0x00, 0x00, 0x70, 0x43, 0x01, 0x00, +0x00, 0x00, 0x90, 0x80, 0x03, 0x00, +0x00, 0x00, 0xf8, 0x36, 0x03, 0x00, +0x00, 0x00, 0xd4, 0x80, 0x03, 0x00, +0x00, 0x00, 0x7a, 0x88, 0x02, 0x00, +0x00, 0x00, 0x6e, 0xa2, 0x02, 0x00, +0x00, 0x00, 0x7b, 0x1c, 0x07, 0x00, +0x00, 0x80, 0xd6, 0x80, 0x0d, 0x00, +0x00, 0x80, 0xff, 0x40, 0x3b, 0x00, +0x00, 0xc0, 0x23, 0xc0, 0x6d, 0x00, +0x00, 0xc0, 0x20, 0x00, 0x2f, 0x00, +0x00, 0xc0, 0x20, 0x00, 0x74, 0x00, +0x00, 0x60, 0x6c, 0x28, 0x5c, 0x00, +0x00, 0x30, 0xf4, 0xef, 0x7f, 0x00, +0x00, 0x10, 0xf2, 0xff, 0x2f, 0x00, +0x00, 0x10, 0xf2, 0xff, 0x1f, 0x00, +0x00, 0x10, 0xe4, 0xef, 0x0f, 0x00, +0x00, 0x70, 0xac, 0xc7, 0xfb, 0x01, +0x00, 0xc0, 0x49, 0x00, 0x06, 0x03, +0x00, 0x00, 0x53, 0x00, 0x02, 0x02, +0x00, 0x00, 0x66, 0x10, 0x03, 0x02, +0x00, 0x00, 0xc4, 0x00, 0x01, 0x02, +0x00, 0x00, 0x1c, 0x81, 0x20, 0x02, +0x00, 0x00, 0x67, 0xff, 0x20, 0x02, +0x00, 0xc0, 0xc2, 0x7f, 0x30, 0x02, +0x00, 0x20, 0x80, 0x7f, 0x70, 0x02, +0x00, 0x10, 0x00, 0x7f, 0x48, 0x02, +0x00, 0x10, 0x00, 0x7f, 0x48, 0x02, +0x00, 0x18, 0xbe, 0xff, 0x44, 0x02, +0x00, 0x0c, 0xc1, 0xff, 0x43, 0x02, +0x00, 0x84, 0x00, 0xff, 0x41, 0x02, +0x00, 0x46, 0x00, 0x00, 0x40, 0x02, +0x00, 0x22, 0x00, 0x00, 0x40, 0x02, +0x00, 0x12, 0x00, 0x00, 0x40, 0x02, +0x00, 0x11, 0x00, 0x00, 0x20, 0x06, +0x00, 0x11, 0x00, 0x00, 0x20, 0x04, +0x1c, 0x09, 0x00, 0x00, 0x20, 0x0c, +0xe4, 0x09, 0x00, 0x00, 0x60, 0x08, +0x04, 0x08, 0x00, 0x00, 0xc0, 0x08, +0x08, 0x0c, 0x00, 0x00, 0x80, 0x09, +0xf0, 0x07, 0x00, 0x00, 0x00, 0x0f, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/scissors b/Bitmaps/freaknet.org/bitmaps/large/scissors new file mode 100644 index 0000000..be2fe5c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/scissors @@ -0,0 +1,32 @@ +#define scissors_width 32 +#define scissors_height 27 +static char scissors_bits[] = { +0xe0, 0x03, 0x00, 0x00, +0x40, 0x04, 0x00, 0x00, +0x80, 0x08, 0x00, 0x00, +0x00, 0x11, 0x00, 0x00, +0x00, 0x22, 0x00, 0x00, +0x00, 0x44, 0x00, 0x00, +0x00, 0x88, 0x00, 0x1e, +0x00, 0x10, 0x01, 0x3f, +0x00, 0x20, 0x82, 0x7f, +0x00, 0x40, 0xc4, 0xf3, +0x00, 0x80, 0xc8, 0xe1, +0x00, 0x00, 0xc9, 0xe1, +0x00, 0x00, 0xde, 0xf3, +0xff, 0xff, 0xf3, 0x7f, +0x02, 0x00, 0xf2, 0x3f, +0x04, 0x00, 0xfe, 0x1f, +0xf8, 0xff, 0xe3, 0x03, +0x00, 0x00, 0xf0, 0x07, +0x00, 0x00, 0xf8, 0x0f, +0x00, 0x00, 0x3c, 0x0f, +0x00, 0x00, 0x1c, 0x1e, +0x00, 0x00, 0x1c, 0x1c, +0x00, 0x00, 0x3c, 0x1c, +0x00, 0x00, 0x78, 0x1e, +0x00, 0x00, 0xf0, 0x1f, +0x00, 0x00, 0xe0, 0x0f, +0x00, 0x00, 0xc0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/screwdriver b/Bitmaps/freaknet.org/bitmaps/large/screwdriver new file mode 100644 index 0000000..3013d69 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/screwdriver @@ -0,0 +1,55 @@ +#define screwdriver_width 13 +#define screwdriver_height 50 +static char screwdriver_bits[] = { +0xfc, 0x07, +0x02, 0x08, +0x01, 0x10, +0x11, 0x11, +0xa9, 0x12, +0xa9, 0x12, +0xa9, 0x12, +0xa9, 0x12, +0xa9, 0x12, +0xa9, 0x12, +0xa9, 0x12, +0x21, 0x12, +0x01, 0x18, +0x06, 0x0c, +0x04, 0x06, +0x08, 0x03, +0x08, 0x03, +0x08, 0x03, +0x04, 0x06, +0x06, 0x0c, +0xfc, 0x07, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x10, 0x01, +0x08, 0x02, +0x08, 0x02, +0x04, 0x04, +0x04, 0x04, +0x02, 0x08, +0x02, 0x08, +0x04, 0x04, +0x04, 0x04, +0x04, 0x04, +0x08, 0x02, +0x08, 0x02, +0x08, 0x02, +0xf0, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/smallclef b/Bitmaps/freaknet.org/bitmaps/large/smallclef new file mode 100644 index 0000000..4534787 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/smallclef @@ -0,0 +1,33 @@ +#define smallclef_width 11 +#define smallclef_height 28 +static char smallclef_bits[] = { +0xc0, 0x00, +0xe0, 0x01, +0x60, 0x01, +0x20, 0x01, +0x20, 0x01, +0xa0, 0x01, +0xe0, 0x01, +0xe0, 0x01, +0xe0, 0x00, +0xf0, 0x00, +0x78, 0x00, +0x7c, 0x00, +0x5e, 0x00, +0x4e, 0x00, +0xe7, 0x01, +0xf3, 0x03, +0xfb, 0x07, +0xbb, 0x06, +0xbb, 0x04, +0xb3, 0x04, +0xa6, 0x06, +0x8c, 0x03, +0xf8, 0x01, +0x00, 0x01, +0x18, 0x01, +0x3c, 0x01, +0xbc, 0x00, +0x78, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/smallclef1 b/Bitmaps/freaknet.org/bitmaps/large/smallclef1 new file mode 100644 index 0000000..90c4943 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/smallclef1 @@ -0,0 +1,33 @@ +#define smallclef1_width 19 +#define smallclef1_height 28 +static char smallclef1_bits[] = { +0x00, 0x06, 0x00, +0x00, 0x0f, 0x00, +0x00, 0x0b, 0x00, +0x00, 0x09, 0x00, +0x00, 0x09, 0x00, +0x00, 0x0d, 0x00, +0xff, 0xff, 0x07, +0x00, 0x0f, 0x00, +0x00, 0x07, 0x00, +0x80, 0x07, 0x00, +0xff, 0xff, 0x07, +0xe0, 0x03, 0x00, +0xf0, 0x02, 0x00, +0x78, 0x02, 0x00, +0xff, 0xff, 0x07, +0xb8, 0x1f, 0x00, +0xd8, 0x3f, 0x00, +0xd8, 0x35, 0x00, +0xff, 0xff, 0x07, +0x98, 0x25, 0x00, +0x30, 0x35, 0x00, +0x60, 0x1c, 0x00, +0xff, 0xff, 0x07, +0x00, 0x08, 0x00, +0xc0, 0x08, 0x00, +0xe0, 0x09, 0x00, +0xe0, 0x05, 0x00, +0xc0, 0x03, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/smalldriver b/Bitmaps/freaknet.org/bitmaps/large/smalldriver new file mode 100644 index 0000000..bfbedaa --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/smalldriver @@ -0,0 +1,12 @@ +#define smalldriver_width 27 +#define smalldriver_height 7 +static char smalldriver_bits[] = { +0x3e, 0x02, 0x40, 0x00, +0x41, 0x05, 0xb0, 0x01, +0x99, 0xfc, 0x0f, 0x06, +0x01, 0x04, 0x00, 0x04, +0x99, 0xfc, 0x0f, 0x06, +0xc3, 0x0d, 0xb0, 0x01, +0xfe, 0x06, 0x40, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/smileheart b/Bitmaps/freaknet.org/bitmaps/large/smileheart new file mode 100644 index 0000000..52e8a75 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/smileheart @@ -0,0 +1,25 @@ +#define smileheart_width 18 +#define smileheart_height 20 +static char smileheart_bits[] = { +0xf8, 0x7c, 0x00, +0x8c, 0xc7, 0x00, +0x06, 0x83, 0x01, +0x23, 0x13, 0x03, +0x13, 0x08, 0x03, +0x33, 0x18, 0x03, +0x03, 0x00, 0x03, +0x03, 0x00, 0x03, +0x26, 0x88, 0x01, +0x46, 0x84, 0x01, +0x8c, 0xc3, 0x00, +0x18, 0x60, 0x00, +0x30, 0x30, 0x00, +0x60, 0x18, 0x00, +0x40, 0x0c, 0x00, +0xc0, 0x04, 0x00, +0x80, 0x06, 0x00, +0x80, 0x03, 0x00, +0x80, 0x01, 0x00, +0x80, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/snore1 b/Bitmaps/freaknet.org/bitmaps/large/snore1 new file mode 100644 index 0000000..572c2c4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/snore1 @@ -0,0 +1,55 @@ +#define snore1_width 50 +#define snore1_height 50 +static char snore1_bits[] = { +0xc0, 0xff, 0x7d, 0x00, 0xf8, 0xff, 0x03, +0x60, 0x00, 0xc0, 0x00, 0x0e, 0x00, 0x02, +0x38, 0x00, 0x80, 0xff, 0x03, 0xf1, 0x03, +0x0c, 0xfc, 0x80, 0x00, 0xc0, 0x81, 0x02, +0x06, 0x44, 0xe0, 0x00, 0xf0, 0x41, 0x02, +0x13, 0x20, 0xfe, 0x60, 0xfc, 0x61, 0x02, +0x31, 0x10, 0xcc, 0xc0, 0xff, 0x31, 0x02, +0x61, 0x08, 0x61, 0xc0, 0xcf, 0xf0, 0x03, +0xc1, 0x84, 0x21, 0x8e, 0x41, 0x00, 0x02, +0x3d, 0xfe, 0x30, 0x0f, 0x61, 0x00, 0x02, +0x0d, 0x00, 0xf8, 0x00, 0x60, 0x40, 0x02, +0x19, 0x00, 0x38, 0x00, 0x20, 0x60, 0x02, +0x31, 0x00, 0x00, 0xfe, 0x30, 0x60, 0x02, +0x21, 0x00, 0x00, 0xc2, 0x30, 0x78, 0x02, +0x07, 0x00, 0x0f, 0x60, 0x18, 0x7e, 0x02, +0x18, 0x00, 0x08, 0x30, 0xf8, 0x7f, 0x02, +0x10, 0x00, 0x06, 0x18, 0x38, 0x00, 0x02, +0x10, 0x00, 0x02, 0x8c, 0x18, 0x00, 0x03, +0x10, 0x00, 0x3f, 0x06, 0x19, 0x00, 0x01, +0x10, 0x00, 0x00, 0xfe, 0x09, 0x00, 0x01, +0x10, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x01, +0x70, 0x36, 0x00, 0x00, 0x00, 0x00, 0x03, +0xcc, 0xc3, 0x1f, 0x00, 0xe0, 0x00, 0x03, +0x12, 0x00, 0xf0, 0x1f, 0xb8, 0x01, 0x03, +0x12, 0x00, 0x00, 0x30, 0x0c, 0x03, 0x02, +0x0c, 0x00, 0x00, 0xc0, 0x07, 0x02, 0x02, +0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x02, +0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x01, +0x06, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, +0x09, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, +0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x9c, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x40, 0x2d, 0x00, 0x00, 0x00, 0xe0, 0x00, +0x80, 0x80, 0x00, 0x00, 0x00, 0xe0, 0x01, +0x00, 0x80, 0x00, 0x00, 0x00, 0xf0, 0x01, +0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, +0x80, 0x3b, 0x00, 0x00, 0x00, 0xd0, 0x01, +0x40, 0x28, 0x00, 0x00, 0x00, 0xf0, 0x01, +0x40, 0xe2, 0xf8, 0x93, 0xf1, 0xf1, 0x00, +0x40, 0x02, 0x0d, 0x3e, 0x1e, 0xe3, 0x00, +0x40, 0x02, 0x05, 0x28, 0x00, 0xfc, 0x00, +0xc0, 0x80, 0xf1, 0x2f, 0x00, 0xc0, 0x01, +0x80, 0xf1, 0x10, 0x20, 0x00, 0xc0, 0x01, +0x00, 0x9f, 0x00, 0x60, 0x00, 0xc3, 0x01, +0x00, 0x80, 0x03, 0x30, 0xff, 0xff, 0x01, +0x00, 0x80, 0xff, 0xff, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/snore2 b/Bitmaps/freaknet.org/bitmaps/large/snore2 new file mode 100644 index 0000000..23754d6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/snore2 @@ -0,0 +1,55 @@ +#define snore2_width 50 +#define snore2_height 50 +static char snore2_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, +0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0x03, +0xfb, 0xdf, 0x87, 0xff, 0xff, 0xff, 0x03, +0xf3, 0xe7, 0x87, 0xff, 0xff, 0xff, 0x03, +0x03, 0xf0, 0x87, 0xff, 0xff, 0xff, 0x03, +0x03, 0xf8, 0x87, 0xff, 0xff, 0xff, 0x03, +0xfb, 0xfc, 0x87, 0xff, 0xc3, 0xff, 0x03, +0x7f, 0xfc, 0x87, 0xff, 0x81, 0xff, 0x03, +0x3f, 0xfe, 0xcf, 0xff, 0x80, 0xff, 0x03, +0x1f, 0xfe, 0xce, 0x7f, 0x00, 0xff, 0x03, +0x1f, 0x7f, 0xce, 0x7f, 0x00, 0xff, 0x03, +0x8f, 0x7f, 0xfe, 0x7f, 0x18, 0xff, 0x03, +0x87, 0x3f, 0xff, 0x7f, 0x3c, 0xfe, 0x03, +0x87, 0x07, 0xcf, 0x7b, 0x7e, 0xf8, 0x03, +0x03, 0x80, 0x87, 0x31, 0xfe, 0xe0, 0x03, +0x03, 0x9c, 0xcf, 0x21, 0xfe, 0xc0, 0x03, +0xc3, 0xbf, 0xff, 0x40, 0xfe, 0x80, 0x03, +0xf3, 0xbf, 0x7f, 0x80, 0xf8, 0x81, 0x03, +0xfb, 0xff, 0x3f, 0x00, 0xf1, 0x83, 0x03, +0xfb, 0xff, 0x3f, 0x00, 0xfa, 0xc7, 0x03, +0xff, 0xff, 0x1f, 0x00, 0xfc, 0xff, 0x03, +0xff, 0xff, 0x0f, 0x30, 0xfc, 0xff, 0x03, +0xff, 0xff, 0x07, 0x30, 0xf8, 0xff, 0x03, +0xff, 0xff, 0x03, 0xe2, 0xff, 0xfb, 0x03, +0xff, 0xff, 0x01, 0xe6, 0x7f, 0xfe, 0x03, +0xff, 0xff, 0x70, 0xfc, 0xff, 0xff, 0x03, +0xff, 0x3f, 0xe0, 0x7d, 0xef, 0xff, 0x03, +0xff, 0x1f, 0xc0, 0xdf, 0x7f, 0xff, 0x03, +0xff, 0x0f, 0x84, 0xef, 0x3f, 0xe0, 0x03, +0xff, 0x47, 0x3c, 0x7f, 0xc0, 0xdf, 0x03, +0xff, 0xc1, 0xc9, 0x3f, 0x7f, 0x90, 0x03, +0xff, 0x80, 0x0f, 0xc7, 0x11, 0x20, 0x03, +0x7f, 0x98, 0xff, 0x70, 0x08, 0x40, 0x02, +0x1f, 0xf8, 0x90, 0x1f, 0x88, 0xc7, 0x02, +0x03, 0x70, 0x00, 0x60, 0xcc, 0x9c, 0x02, +0x11, 0x36, 0xf0, 0x3f, 0x2c, 0x90, 0x00, +0x11, 0x0e, 0x10, 0x03, 0x36, 0x8f, 0x00, +0x01, 0x3e, 0x0f, 0x00, 0x96, 0x89, 0x01, +0xc1, 0x16, 0xed, 0x0f, 0x92, 0x18, 0x01, +0xc3, 0x07, 0x04, 0x00, 0xcb, 0x12, 0x01, +0xc7, 0x16, 0x02, 0x1e, 0x49, 0x10, 0x01, +0xcf, 0x20, 0x30, 0x01, 0x49, 0x18, 0x01, +0xdf, 0xc7, 0x18, 0x00, 0xc9, 0x0f, 0x01, +0xdd, 0x8f, 0x06, 0x00, 0x19, 0x80, 0x01, +0xff, 0x5e, 0xa0, 0x03, 0x73, 0xcc, 0x02, +0xef, 0x3e, 0x21, 0x3c, 0xc3, 0x67, 0x03, +0xf7, 0x7f, 0x7c, 0x00, 0x02, 0xb0, 0x03, +0xff, 0xff, 0xc7, 0x07, 0x06, 0xdc, 0x03, +0xff, 0xfb, 0x07, 0xfc, 0xf9, 0xe7, 0x03, +0xff, 0xf3, 0xff, 0x01, 0x00, 0xf0, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/stinko b/Bitmaps/freaknet.org/bitmaps/large/stinko new file mode 100644 index 0000000..ec44493 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/stinko @@ -0,0 +1,61 @@ +#define stinko_width 56 +#define stinko_height 56 +static char stinko_bits[] = { +0x00, 0x00, 0x90, 0x1f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, +0x00, 0x08, 0xf8, 0xff, 0x00, 0x00, 0x00, +0x40, 0x08, 0xf8, 0xff, 0x01, 0x00, 0x00, +0x80, 0x08, 0xf8, 0xff, 0x02, 0x00, 0x00, +0x00, 0x09, 0xf8, 0xff, 0x01, 0x00, 0x00, +0x10, 0xca, 0xfc, 0xff, 0x07, 0x00, 0x00, +0x60, 0xee, 0xfd, 0xff, 0x01, 0x00, 0x00, +0x80, 0x3f, 0xe0, 0xff, 0x03, 0x00, 0x00, +0x00, 0x1f, 0xe0, 0xff, 0x13, 0x00, 0x00, +0xf0, 0x1f, 0xdc, 0xff, 0x17, 0x00, 0x00, +0x00, 0x1f, 0xc6, 0xff, 0x1f, 0x00, 0x00, +0x00, 0x3e, 0x00, 0xfc, 0x3f, 0x00, 0x00, +0x00, 0x78, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x00, 0x70, 0x01, 0xf8, 0x7f, 0x00, 0x00, +0x00, 0xf0, 0x01, 0xfc, 0x7f, 0x00, 0x00, +0x02, 0xf1, 0x03, 0xff, 0xff, 0x00, 0x00, +0x30, 0xf8, 0x83, 0xff, 0xff, 0x00, 0x00, +0x00, 0xf8, 0x87, 0xff, 0xff, 0x00, 0x00, +0x00, 0xf1, 0xc7, 0xff, 0xff, 0x01, 0x00, +0x00, 0xe0, 0xef, 0xff, 0xff, 0x01, 0x00, +0x00, 0xe0, 0xff, 0xff, 0xff, 0x01, 0x00, +0x10, 0xc0, 0xff, 0xff, 0xff, 0x01, 0x00, +0x01, 0xc1, 0xff, 0xff, 0xff, 0x03, 0x00, +0x00, 0x80, 0xff, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0xff, 0xff, 0xff, 0x03, 0x00, +0x10, 0x00, 0xff, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x3e, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x0c, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x02, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0x01, 0x03, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, +0x00, 0x30, 0x3e, 0x27, 0x92, 0x38, 0x70, +0x00, 0x48, 0x08, 0x62, 0x52, 0x44, 0x30, +0x00, 0x08, 0x08, 0xa2, 0x32, 0x44, 0x18, +0x00, 0x30, 0x08, 0x22, 0x53, 0x44, 0x08, +0x00, 0x40, 0x08, 0x22, 0x92, 0x44, 0x00, +0x00, 0x48, 0x08, 0x22, 0x92, 0x44, 0x06, +0x00, 0x30, 0x08, 0x27, 0x92, 0x38, 0x06, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/stop b/Bitmaps/freaknet.org/bitmaps/large/stop new file mode 100644 index 0000000..e585711 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/stop @@ -0,0 +1,69 @@ +#define stop_width 64 +#define stop_height 64 +static char stop_bits[] = { +0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0x00, 0x00, +0x00, 0x00, 0x07, 0x00, 0x00, 0xe0, 0x00, 0x00, +0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0xc0, 0xf9, 0xff, 0xff, 0x8f, 0x03, 0x00, +0x00, 0xe0, 0xac, 0xaa, 0xaa, 0x1a, 0x07, 0x00, +0x00, 0x70, 0x56, 0x55, 0x55, 0x35, 0x0e, 0x00, +0x00, 0x38, 0xab, 0xaa, 0xaa, 0x6a, 0x1c, 0x00, +0x00, 0x9c, 0x55, 0x55, 0x55, 0xd5, 0x38, 0x00, +0x00, 0xce, 0xaa, 0xaa, 0xaa, 0xaa, 0x71, 0x00, +0x00, 0x67, 0x55, 0x55, 0x55, 0x55, 0xe3, 0x00, +0x80, 0xb3, 0xaa, 0xaa, 0xaa, 0xaa, 0xc6, 0x01, +0xc0, 0x59, 0x55, 0x55, 0x55, 0x55, 0x8d, 0x03, +0xe0, 0xac, 0xaa, 0xaa, 0xaa, 0xaa, 0x1a, 0x07, +0x70, 0x56, 0x55, 0x55, 0x55, 0x55, 0x35, 0x0e, +0x38, 0xab, 0xaa, 0xaa, 0xaa, 0xaa, 0x6a, 0x1c, +0x9c, 0x55, 0x55, 0x55, 0x55, 0x55, 0xd5, 0x38, +0xce, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x71, +0x67, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xe3, +0xb3, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xc6, +0x53, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xcd, +0xb3, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xca, +0x53, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xcd, +0xb3, 0xfe, 0xfb, 0xff, 0xfb, 0xab, 0xff, 0xca, +0x53, 0x03, 0x0d, 0x00, 0x0d, 0x54, 0x80, 0xcd, +0xb3, 0x01, 0x0a, 0x00, 0x07, 0x68, 0x00, 0xcb, +0xd3, 0x78, 0xf4, 0xf9, 0xe3, 0x51, 0x3e, 0xce, +0xb3, 0xac, 0xac, 0xa9, 0xb2, 0x72, 0x6a, 0xca, +0xd3, 0xd4, 0x54, 0x59, 0x53, 0x53, 0x56, 0xce, +0xb3, 0xac, 0xaf, 0xa9, 0xb2, 0x72, 0x6a, 0xca, +0xd3, 0x54, 0x55, 0x59, 0x53, 0x53, 0x56, 0xce, +0xb3, 0xf8, 0xaa, 0xa9, 0xb2, 0x72, 0x3e, 0xca, +0x53, 0x01, 0x55, 0x59, 0x53, 0x53, 0x00, 0xcd, +0xb3, 0x02, 0xaa, 0xa9, 0xb2, 0x72, 0x80, 0xca, +0x53, 0x7d, 0x54, 0x59, 0x53, 0x53, 0x7e, 0xcd, +0xb3, 0xaa, 0xac, 0xa9, 0xb2, 0x72, 0xaa, 0xca, +0x53, 0xd7, 0x54, 0x59, 0x53, 0x53, 0x56, 0xcd, +0xb3, 0xac, 0xac, 0xa9, 0xb2, 0x72, 0xaa, 0xca, +0xd3, 0xd4, 0x54, 0x59, 0x53, 0x53, 0x56, 0xcd, +0xb3, 0x78, 0xac, 0xa9, 0xe2, 0x71, 0xaa, 0xca, +0x53, 0x01, 0x56, 0x59, 0x05, 0x58, 0x56, 0xcd, +0xb3, 0x02, 0xab, 0xa9, 0x0a, 0x6c, 0xaa, 0xca, +0x53, 0xfd, 0x55, 0x5f, 0xf5, 0xd7, 0x55, 0xcd, +0xb3, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xca, +0x63, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0xcd, +0xc7, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xe6, +0x8e, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x73, +0x1c, 0xab, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x39, +0x38, 0x56, 0x55, 0x55, 0x55, 0x55, 0xd5, 0x1c, +0x70, 0xac, 0xaa, 0xaa, 0xaa, 0xaa, 0x6a, 0x0e, +0xe0, 0x58, 0x55, 0x55, 0x55, 0x55, 0x35, 0x07, +0xc0, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0x9a, 0x03, +0x80, 0x63, 0x55, 0x55, 0x55, 0x55, 0xcd, 0x01, +0x00, 0xc7, 0xaa, 0xaa, 0xaa, 0xaa, 0xe6, 0x00, +0x00, 0x8e, 0x55, 0x55, 0x55, 0x55, 0x73, 0x00, +0x00, 0x1c, 0xab, 0xaa, 0xaa, 0xaa, 0x39, 0x00, +0x00, 0x38, 0x56, 0x55, 0x55, 0xd5, 0x1c, 0x00, +0x00, 0x70, 0xac, 0xaa, 0xaa, 0x6a, 0x0e, 0x00, +0x00, 0xe0, 0x58, 0x55, 0x55, 0x35, 0x07, 0x00, +0x00, 0xc0, 0xf1, 0xff, 0xff, 0x9f, 0x03, 0x00, +0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x01, 0x00, +0x00, 0x00, 0x07, 0x00, 0x00, 0xe0, 0x00, 0x00, +0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0xff, 0x3f, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/stopplay b/Bitmaps/freaknet.org/bitmaps/large/stopplay new file mode 100644 index 0000000..9051f5a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/stopplay @@ -0,0 +1,51 @@ +#define stopplay_width 39 +#define stopplay_height 46 +static char stopplay_bits[] = { +0x00, 0xc0, 0x7f, 0x00, 0x00, +0x00, 0x78, 0xff, 0x03, 0x00, +0x00, 0xee, 0xff, 0x1f, 0x00, +0x80, 0xf5, 0xd5, 0x7f, 0x00, +0xc0, 0xba, 0xaa, 0xbe, 0x00, +0x60, 0xfd, 0x7f, 0x7d, 0x01, +0xb0, 0x3a, 0xf8, 0xeb, 0x02, +0x58, 0x3d, 0xfc, 0xd6, 0x05, +0xa8, 0x3e, 0x0c, 0xae, 0x0b, +0x5c, 0x7b, 0x0e, 0xde, 0x0f, +0xac, 0x31, 0x07, 0xbb, 0x1b, +0xd4, 0x00, 0x83, 0x75, 0x37, +0x6e, 0x00, 0xc0, 0xea, 0x2b, +0x56, 0x00, 0xe0, 0x55, 0x37, +0x2a, 0xc0, 0xb1, 0x4b, 0x6b, +0x37, 0xc0, 0x5b, 0x47, 0x56, +0x2b, 0x00, 0xaf, 0x42, 0x6a, +0x35, 0x00, 0x5e, 0x23, 0x57, +0x2b, 0x00, 0xaf, 0x20, 0x6b, +0x35, 0x80, 0x5d, 0x90, 0x57, +0x2b, 0xc0, 0x2e, 0x90, 0x6b, +0x35, 0x60, 0x17, 0xcc, 0x77, +0x2b, 0xf8, 0x0b, 0xc0, 0x2a, +0x56, 0xfc, 0x05, 0x60, 0x35, +0x6a, 0xfc, 0x42, 0x30, 0x3b, +0xd6, 0x57, 0x11, 0x9c, 0x15, +0xac, 0xfb, 0x02, 0xce, 0x1a, +0xd8, 0x55, 0x00, 0x63, 0x1d, +0xe8, 0x2a, 0xc0, 0xb1, 0x0a, +0xd0, 0x15, 0xf0, 0x58, 0x0d, +0xf0, 0xea, 0x3f, 0xae, 0x06, +0xe0, 0xd5, 0xff, 0x55, 0x03, +0xc0, 0xeb, 0xaa, 0xaa, 0x01, +0x80, 0xff, 0x55, 0xd5, 0x00, +0x80, 0x7f, 0xaa, 0x7a, 0x00, +0x00, 0xfe, 0x55, 0x0f, 0x00, +0x00, 0x00, 0xff, 0x01, 0x00, +0x00, 0xc0, 0x00, 0x00, 0x00, +0x00, 0xcf, 0x38, 0x1e, 0x00, +0x80, 0xeb, 0x6d, 0x3f, 0x00, +0x80, 0xc7, 0x6c, 0x36, 0x00, +0x00, 0xcf, 0x6c, 0x36, 0x00, +0x80, 0xce, 0x6c, 0x36, 0x00, +0x80, 0x87, 0x39, 0x1e, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, +0x00, 0x00, 0x00, 0x0f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/strawberry b/Bitmaps/freaknet.org/bitmaps/large/strawberry new file mode 100644 index 0000000..5fbaa7a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/strawberry @@ -0,0 +1,37 @@ +#define strawberry_width 35 +#define strawberry_height 32 +static char strawberry_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xd8, 0x01, 0x00, +0x00, 0x00, 0xbc, 0x01, 0x00, +0x80, 0x1f, 0x7e, 0x01, 0x00, +0xc0, 0x7f, 0xbe, 0x01, 0x00, +0xe0, 0xf5, 0xdf, 0x01, 0x00, +0x70, 0x9f, 0xef, 0x01, 0x00, +0xf8, 0xea, 0xff, 0x7f, 0x00, +0xf8, 0xdf, 0x7f, 0xd5, 0x01, +0xb8, 0xb5, 0xef, 0xbe, 0x03, +0xfc, 0x5f, 0xa6, 0xed, 0x02, +0x5c, 0xf5, 0xf1, 0x7b, 0x07, +0xfc, 0xbf, 0x7f, 0xd3, 0x05, +0xdc, 0xed, 0xfa, 0x77, 0x07, +0x7c, 0xbf, 0x5f, 0xd5, 0x05, +0xfc, 0xf5, 0xf5, 0x77, 0x07, +0x5c, 0x5f, 0xbf, 0xd6, 0x05, +0xfc, 0xf5, 0xeb, 0xfb, 0x07, +0x7c, 0x5f, 0x7f, 0xab, 0x02, +0xf8, 0xf5, 0xd5, 0xfd, 0x03, +0x78, 0x5f, 0xff, 0x55, 0x01, +0xf8, 0xf5, 0xeb, 0xfe, 0x01, +0xf8, 0xbf, 0x7e, 0xab, 0x00, +0xf0, 0xea, 0x9b, 0x7f, 0x00, +0xf0, 0x7f, 0xef, 0x2a, 0x00, +0xe0, 0xd5, 0xb3, 0x3f, 0x00, +0xc0, 0xff, 0x7e, 0x15, 0x00, +0x00, 0x1f, 0xdc, 0x0f, 0x00, +0x00, 0x00, 0x78, 0x07, 0x00, +0x00, 0x00, 0xf0, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/switches b/Bitmaps/freaknet.org/bitmaps/large/switches new file mode 100644 index 0000000..6aeedb3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/switches @@ -0,0 +1,29 @@ +#define switches_width 48 +#define switches_height 24 +static char switches_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, +0x01, 0x00, 0x00, 0x00, 0x00, 0x60, +0x05, 0x00, 0x00, 0x00, 0x00, 0xe8, +0xf1, 0x0f, 0xf8, 0x03, 0xfe, 0xe0, +0x09, 0x1e, 0x08, 0x06, 0x82, 0xe1, +0xfd, 0x1f, 0x08, 0x06, 0x82, 0xe1, +0x05, 0x1f, 0x08, 0x06, 0x82, 0xe1, +0x09, 0x1e, 0x08, 0x06, 0x82, 0xe1, +0x09, 0x1e, 0x08, 0x06, 0x82, 0xe1, +0x11, 0x1c, 0x08, 0x06, 0x82, 0xe1, +0x11, 0x1c, 0xf8, 0x07, 0xfe, 0xe1, +0xe1, 0x1f, 0x04, 0x07, 0xc1, 0xe1, +0x21, 0x18, 0x04, 0x07, 0xc1, 0xe1, +0x21, 0x18, 0x82, 0x87, 0xe0, 0xe1, +0x21, 0x18, 0x82, 0x87, 0xe0, 0xe1, +0x21, 0x18, 0xc1, 0x47, 0xf0, 0xe1, +0x21, 0x18, 0xff, 0xc7, 0xff, 0xe1, +0x21, 0x18, 0x82, 0x87, 0xe0, 0xe1, +0xe1, 0x0f, 0xfc, 0x03, 0xff, 0xe0, +0x05, 0x00, 0x00, 0x00, 0x00, 0xe8, +0x01, 0x00, 0x00, 0x00, 0x00, 0xe0, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, +0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thinker b/Bitmaps/freaknet.org/bitmaps/large/thinker new file mode 100644 index 0000000..095e95e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thinker @@ -0,0 +1,37 @@ +#define thinker_width 26 +#define thinker_height 32 + +static char thinker_bits[] = { +0x7c, 0x00, 0x00, 0x00, +0xfe, 0x00, 0x00, 0x00, +0xe2, 0x01, 0x00, 0x00, +0xc5, 0x01, 0x00, 0x00, +0xc1, 0x01, 0x00, 0x00, +0x82, 0x03, 0x00, 0x00, +0x04, 0x0d, 0x00, 0x00, +0x3e, 0x10, 0x00, 0x00, +0x29, 0x20, 0x00, 0x00, +0x29, 0x4a, 0x00, 0x00, +0x52, 0x92, 0x00, 0x00, +0x64, 0x84, 0x01, 0x00, +0x48, 0x8f, 0x02, 0x00, +0xf8, 0x81, 0x04, 0x00, +0x04, 0x40, 0x04, 0x00, +0xc4, 0x3f, 0x04, 0x00, +0x38, 0x00, 0x04, 0x00, +0x08, 0x00, 0x02, 0x00, +0x04, 0xc0, 0x0d, 0x00, +0x84, 0xb9, 0x3a, 0x00, +0x08, 0x56, 0x55, 0x00, +0x10, 0xac, 0xea, 0x00, +0x78, 0x54, 0xd5, 0x00, +0xac, 0xa8, 0xaa, 0x01, +0x56, 0x51, 0x55, 0x01, +0xaa, 0x86, 0xaa, 0x01, +0x56, 0x0d, 0x55, 0x03, +0xaa, 0xe6, 0xaa, 0x02, +0x56, 0x53, 0x55, 0x03, +0xaa, 0xae, 0xaa, 0x01, +0x56, 0x55, 0xf5, 0x00, +0xfc, 0xff, 0x1f, 0x00, +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thumb b/Bitmaps/freaknet.org/bitmaps/large/thumb new file mode 100644 index 0000000..91bdd48 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thumb @@ -0,0 +1,61 @@ +#define thumb_width 40 +#define thumb_height 56 +static char thumb_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x80, 0xff, 0x03, 0x00, +0x00, 0xe0, 0x00, 0x06, 0x00, +0x00, 0x20, 0xff, 0x18, 0x00, +0x00, 0xf8, 0x81, 0x27, 0x00, +0x00, 0x38, 0xf8, 0x6d, 0x00, +0x00, 0x1c, 0x0f, 0xbf, 0x00, +0x00, 0xca, 0x01, 0x28, 0x01, +0x00, 0x6e, 0xfc, 0x48, 0x03, +0x00, 0x35, 0x06, 0xd3, 0x06, +0x80, 0x9d, 0x19, 0xb6, 0x04, +0x80, 0xca, 0x2c, 0xac, 0x05, +0x80, 0x6d, 0xd6, 0x48, 0x0d, +0x60, 0x25, 0x8a, 0x4d, 0x0b, +0xa0, 0x34, 0x09, 0xf5, 0x0a, +0xa0, 0x14, 0x05, 0xd5, 0x1a, +0xa0, 0x96, 0x04, 0xd7, 0x16, +0xb0, 0xd2, 0x04, 0x56, 0x17, +0x90, 0x4a, 0x72, 0xee, 0x15, +0x50, 0x52, 0xca, 0xac, 0x1b, +0x58, 0x52, 0x8a, 0xad, 0x2d, +0x48, 0x6a, 0x6a, 0xad, 0x26, +0x28, 0x0a, 0x6a, 0xbd, 0x2e, +0x28, 0x69, 0x6a, 0xf5, 0x3b, +0xb8, 0x79, 0x5a, 0x55, 0x37, +0x88, 0x58, 0x52, 0x79, 0x25, +0x88, 0x54, 0xd6, 0xea, 0x2e, +0xc8, 0x4a, 0xb4, 0xaa, 0x3a, +0x24, 0x4a, 0x24, 0xd2, 0x24, +0x24, 0x8d, 0x24, 0xd6, 0x1d, +0x94, 0x24, 0x49, 0xd4, 0x19, +0xc0, 0x64, 0x49, 0xb4, 0x22, +0x20, 0x72, 0x59, 0x6c, 0x0c, +0x14, 0x52, 0xd1, 0xd8, 0x30, +0x84, 0x53, 0xa4, 0x60, 0x23, +0xe4, 0x58, 0xa4, 0xc3, 0x26, +0x34, 0xc4, 0x48, 0x1e, 0x18, +0xf4, 0x9b, 0xd3, 0xf1, 0x10, +0x64, 0x1c, 0x06, 0x87, 0x1f, +0x90, 0x67, 0x18, 0xbc, 0x11, +0xec, 0x80, 0x61, 0xe0, 0x18, +0x88, 0x7f, 0xce, 0x9f, 0x16, +0xd0, 0xc0, 0x79, 0xa0, 0x09, +0x00, 0x3f, 0x9e, 0xf1, 0x08, +0x20, 0xc0, 0xf0, 0x0f, 0x04, +0x00, 0xfe, 0x01, 0xe0, 0x07, +0x20, 0x01, 0xfe, 0x1f, 0x00, +0x40, 0x7c, 0x01, 0xe0, 0x01, +0x80, 0x00, 0xfe, 0x21, 0x00, +0xc0, 0x00, 0x00, 0x0c, 0x00, +0x00, 0xc1, 0xa1, 0x01, 0x00, +0x00, 0x2c, 0x2c, 0x00, 0x00, +0x00, 0xc0, 0x09, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thumb_alpha b/Bitmaps/freaknet.org/bitmaps/large/thumb_alpha new file mode 100644 index 0000000..c4ab9a0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thumb_alpha @@ -0,0 +1,61 @@ +#define thumb_alpha_width 38 +#define thumb_alpha_height 56 +static char thumb_alpha_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x80, 0xff, 0x03, 0x00, +0x00, 0xe0, 0xff, 0x07, 0x00, +0x00, 0xe0, 0xff, 0x1f, 0x00, +0x00, 0xf8, 0xff, 0x3f, 0x00, +0x00, 0xf8, 0xff, 0x7f, 0x00, +0x00, 0xfc, 0xff, 0xff, 0x00, +0x00, 0xfe, 0xff, 0xff, 0x01, +0x00, 0xfe, 0xff, 0xff, 0x03, +0x00, 0xff, 0xff, 0xff, 0x07, +0x80, 0xff, 0xff, 0xff, 0x07, +0x80, 0xff, 0xff, 0xff, 0x07, +0x80, 0xff, 0xff, 0xff, 0x0f, +0xe0, 0xff, 0xff, 0xff, 0x0f, +0xe0, 0xff, 0xff, 0xff, 0x0f, +0xe0, 0xff, 0xff, 0xff, 0x1f, +0xe0, 0xff, 0xff, 0xff, 0x1f, +0xf0, 0xff, 0xff, 0xff, 0x1f, +0xf0, 0xff, 0xff, 0xff, 0x1f, +0xf0, 0xff, 0xff, 0xff, 0x1f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x3f, +0xfc, 0xff, 0xff, 0xff, 0x1f, +0xfc, 0xff, 0xff, 0xff, 0x1f, +0xfc, 0xff, 0xff, 0xff, 0x1f, +0xfc, 0xff, 0xff, 0xff, 0x1f, +0xfc, 0xff, 0xff, 0xff, 0x1f, +0xf8, 0xff, 0xff, 0xff, 0x1f, +0xf8, 0xff, 0xff, 0xff, 0x0f, +0xf0, 0xff, 0xff, 0xff, 0x0f, +0xf0, 0xff, 0xff, 0xff, 0x07, +0xf0, 0xff, 0xff, 0xff, 0x07, +0xf0, 0xff, 0xff, 0xff, 0x01, +0xe0, 0xff, 0xff, 0xff, 0x01, +0xc0, 0xff, 0xff, 0x3f, 0x00, +0xc0, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xff, 0xff, 0x01, 0x00, +0x00, 0xfc, 0xff, 0x00, 0x00, +0x00, 0xc0, 0x3f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thumb_l b/Bitmaps/freaknet.org/bitmaps/large/thumb_l new file mode 100644 index 0000000..207168b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thumb_l @@ -0,0 +1,67 @@ +#define thumb_l_width 36 +#define thumb_l_height 62 +static char thumb_l_bits[] = { +0x00, 0xf0, 0x7f, 0x00, 0x00, +0x00, 0x18, 0xc0, 0x01, 0x00, +0x00, 0xc6, 0x3f, 0x01, 0x00, +0x00, 0x79, 0xe0, 0x07, 0x00, +0x80, 0xed, 0x07, 0x07, 0x00, +0x40, 0x3f, 0x3c, 0x0e, 0x00, +0x20, 0x05, 0xe0, 0x14, 0x00, +0xb0, 0xc4, 0x8f, 0x1d, 0x00, +0xd8, 0x32, 0x18, 0x2b, 0x00, +0x48, 0x1b, 0x66, 0x6e, 0x00, +0x68, 0x0d, 0xcd, 0x54, 0x00, +0xac, 0xc4, 0x9a, 0x6d, 0x00, +0xb4, 0x6c, 0x14, 0xa9, 0x01, +0xd4, 0x2b, 0x24, 0x4b, 0x01, +0xd6, 0xaa, 0x29, 0x4a, 0x01, +0xda, 0xfa, 0x48, 0x5a, 0x01, +0xba, 0x7a, 0xcc, 0x52, 0x03, +0xea, 0x9d, 0x9b, 0x54, 0x02, +0x76, 0xcd, 0xb4, 0x92, 0x02, +0x6d, 0x6d, 0xf4, 0x92, 0x06, +0x59, 0xbd, 0xd5, 0x95, 0x04, +0x5d, 0xaf, 0x35, 0x14, 0x05, +0xf7, 0xab, 0xb5, 0x25, 0x05, +0xbb, 0xae, 0xb6, 0x67, 0x07, +0xa9, 0xa7, 0xb2, 0x46, 0x04, +0xdd, 0xd7, 0xba, 0x4a, 0x04, +0x57, 0x57, 0x9b, 0xd4, 0x04, +0xc9, 0x17, 0x99, 0x14, 0x09, +0xee, 0x1f, 0x49, 0x2c, 0x09, +0xe6, 0x8b, 0x24, 0x49, 0x0a, +0x51, 0xcb, 0xa4, 0xc9, 0x00, +0x8c, 0xaf, 0xa6, 0x13, 0x01, +0xc3, 0xf7, 0xa2, 0x12, 0x0a, +0xb1, 0x51, 0x89, 0x72, 0x08, +0xd9, 0x79, 0x89, 0xc6, 0x09, +0x86, 0x9e, 0xcc, 0x08, 0x0b, +0xc2, 0xe3, 0x76, 0xf6, 0x0b, +0xfe, 0x38, 0x19, 0x8e, 0x09, +0xe2, 0xcf, 0x86, 0x79, 0x02, +0xc6, 0xa1, 0x61, 0xc0, 0x0d, +0x7a, 0xfe, 0x9c, 0x7f, 0x04, +0x64, 0x8d, 0xe7, 0xc0, 0x02, +0xc4, 0x63, 0x1e, 0x3f, 0x00, +0x08, 0xfc, 0xc3, 0x00, 0x01, +0xf8, 0x01, 0xe0, 0x1f, 0x00, +0x00, 0xfe, 0x1f, 0x20, 0x01, +0xe0, 0x01, 0xa0, 0x8f, 0x00, +0x00, 0xe1, 0x1f, 0x40, 0x00, +0x08, 0x0c, 0x00, 0xc0, 0x00, +0x20, 0x60, 0xe1, 0x20, 0x00, +0x40, 0x03, 0x0d, 0x0d, 0x00, +0x04, 0x1e, 0xe4, 0x80, 0x01, +0x00, 0xe3, 0x00, 0xc0, 0x00, +0x60, 0x15, 0x03, 0x38, 0x00, +0x40, 0xee, 0x8f, 0x07, 0x00, +0x40, 0x38, 0x98, 0x01, 0x02, +0x80, 0xf9, 0x7f, 0x00, 0x01, +0x00, 0x80, 0x3f, 0x80, 0x02, +0x00, 0x00, 0x00, 0xe0, 0x05, +0x00, 0x00, 0x00, 0x60, 0x00, +0x00, 0x00, 0x74, 0x3e, 0x00, +0x00, 0xc0, 0x07, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thumbsdown b/Bitmaps/freaknet.org/bitmaps/large/thumbsdown new file mode 100644 index 0000000..db0a34a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thumbsdown @@ -0,0 +1,61 @@ +#define thumbsdown_width 64 +#define thumbsdown_height 56 +static char thumbsdown_bits[] = { +0x00, 0x00, 0x90, 0x1f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x07, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x30, 0xfc, 0x03, 0x00, 0x00, 0x00, +0x00, 0x00, 0x80, 0xf9, 0x13, 0x00, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x17, 0x00, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x1f, 0x00, 0x00, 0x00, +0x30, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0x00, +0x48, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x02, 0xfc, 0x7f, 0x00, 0x00, 0x00, +0xf8, 0x80, 0x0f, 0xff, 0xff, 0x00, 0x00, 0x00, +0x0c, 0xe0, 0x3f, 0xff, 0xff, 0x00, 0x00, 0x00, +0x04, 0xf8, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, +0x04, 0xfe, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, +0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, +0x00, 0xfe, 0xfc, 0xff, 0xff, 0x01, 0x00, 0x00, +0x60, 0x3f, 0xf0, 0xff, 0xff, 0x01, 0x00, 0x00, +0xe0, 0x1f, 0xc0, 0xff, 0xff, 0x03, 0x00, 0x00, +0xf0, 0x0b, 0x80, 0xff, 0xff, 0x03, 0x00, 0x00, +0xe0, 0x01, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0xf0, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, 0x00, +0xe0, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, 0x00, +0x80, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, 0x00, +0x80, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, 0x00, +0x80, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x01, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x9f, 0x24, 0x89, 0x1c, 0x86, 0xc3, 0x88, 0x44, +0x84, 0x24, 0xd9, 0x24, 0x89, 0x24, 0x89, 0x4c, +0x84, 0x24, 0xa9, 0x24, 0x81, 0x24, 0x89, 0x54, +0x84, 0x27, 0xa9, 0x1c, 0x86, 0x24, 0xa9, 0x64, +0x84, 0x24, 0x89, 0x24, 0x88, 0x24, 0xa9, 0x44, +0x84, 0x24, 0x89, 0x24, 0x89, 0x24, 0xd9, 0x44, +0x84, 0xc4, 0x88, 0x1c, 0x86, 0xc3, 0x88, 0x44, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/thumbsup b/Bitmaps/freaknet.org/bitmaps/large/thumbsup new file mode 100644 index 0000000..b828976 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/thumbsup @@ -0,0 +1,60 @@ +#define thumbsup_width 52 +#define thumbsup_height 55 +static char thumbsup_bits[] = { +0x00, 0x00, 0x90, 0x1f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x01, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x02, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x01, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xfe, 0x07, 0x00, 0x00, +0x00, 0x00, 0x7c, 0xfe, 0x01, 0x00, 0x00, +0x00, 0x00, 0x70, 0xfe, 0x03, 0x00, 0x00, +0x00, 0x00, 0x00, 0xff, 0x13, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x17, 0x00, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x1f, 0x00, 0x00, +0x00, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, +0x80, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x80, 0x00, 0x00, 0xf8, 0x7f, 0x00, 0x00, +0x80, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, +0xe0, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, +0xf0, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, +0xe0, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, +0xf0, 0x0b, 0x80, 0xff, 0xff, 0x01, 0x00, +0xe0, 0x1f, 0xc0, 0xff, 0xff, 0x01, 0x00, +0x60, 0x3f, 0xf0, 0xff, 0xff, 0x01, 0x00, +0x00, 0xfe, 0xfc, 0xff, 0xff, 0x01, 0x00, +0x00, 0xff, 0xff, 0xff, 0xff, 0x03, 0x00, +0x04, 0xfe, 0xff, 0xff, 0xff, 0x03, 0x00, +0x04, 0xf8, 0xff, 0xff, 0xff, 0x03, 0x00, +0x0c, 0xe0, 0x3f, 0xfe, 0xff, 0x03, 0x00, +0xf8, 0x80, 0x0f, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x02, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x48, 0x00, 0x00, 0xfe, 0xff, 0x03, 0x00, +0x30, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0xff, 0x03, 0x00, +0x00, 0x00, 0x00, 0xff, 0x01, 0x03, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x9f, 0x24, 0x89, 0x1c, 0x06, 0x91, 0x07, +0x84, 0x24, 0xd9, 0x24, 0x09, 0x91, 0x08, +0x84, 0x24, 0xa9, 0x24, 0x01, 0x91, 0x08, +0x84, 0x27, 0xa9, 0x1c, 0x06, 0x91, 0x07, +0x84, 0x24, 0x89, 0x24, 0x08, 0x91, 0x00, +0x84, 0x24, 0x89, 0x24, 0x09, 0x91, 0x00, +0x84, 0xc4, 0x88, 0x1c, 0x06, 0x8e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/tinynumbers b/Bitmaps/freaknet.org/bitmaps/large/tinynumbers new file mode 100644 index 0000000..49a3c9f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/tinynumbers @@ -0,0 +1,13 @@ +#define tinynumbers_width 40 +#define tinynumbers_height 8 +static char tinynumbers_bits[] = { +0x66, 0x76, 0x66, 0x76, 0x66, +0x35, 0x65, 0x35, 0x43, 0x57, +0x25, 0x42, 0x47, 0x25, 0x65, +0x73, 0x37, 0x32, 0x13, 0x33, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/toggle1 b/Bitmaps/freaknet.org/bitmaps/large/toggle1 new file mode 100644 index 0000000..6eb6433 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/toggle1 @@ -0,0 +1,52 @@ +#define toggle1_width 41 +#define toggle1_height 47 +static char toggle1_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0x3f, 0x00, +0x0e, 0x02, 0x80, 0x00, 0x64, 0x00, +0xfb, 0xab, 0xea, 0xff, 0xc3, 0x00, +0x0f, 0x01, 0xc0, 0x01, 0xfe, 0x01, +0x85, 0xaa, 0xea, 0x03, 0xc4, 0x01, +0xa5, 0x00, 0xe0, 0x83, 0xc4, 0x01, +0x85, 0xff, 0xff, 0x03, 0xc4, 0x01, +0x85, 0xaa, 0xea, 0x03, 0xc4, 0x01, +0x05, 0x55, 0xd5, 0x03, 0xc4, 0x01, +0x05, 0x55, 0xd5, 0x03, 0xc4, 0x01, +0x05, 0xaa, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0xaa, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x18, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x78, 0x55, 0x03, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x25, 0x00, 0x00, 0x80, 0xc4, 0x01, +0x05, 0x00, 0x00, 0x00, 0xc4, 0x01, +0x0d, 0x00, 0x00, 0x00, 0xde, 0x01, +0xfb, 0xff, 0xff, 0xff, 0xf3, 0x01, +0x09, 0x00, 0x00, 0x00, 0xc2, 0x01, +0x09, 0x00, 0x00, 0x00, 0xe6, 0x01, +0x0b, 0x00, 0x00, 0x00, 0xf4, 0x01, +0xfe, 0xff, 0xff, 0xff, 0xff, 0x01, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xf8, 0xff, 0xff, 0xff, 0x7f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/toggle2 b/Bitmaps/freaknet.org/bitmaps/large/toggle2 new file mode 100644 index 0000000..f0bd6a6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/toggle2 @@ -0,0 +1,52 @@ +#define toggle2_width 41 +#define toggle2_height 47 +static char toggle2_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0x3f, 0x00, +0x0e, 0x00, 0x00, 0x00, 0x64, 0x00, +0xfb, 0xff, 0xff, 0xff, 0xc3, 0x00, +0x0f, 0x00, 0x00, 0x00, 0xfe, 0x01, +0x05, 0x00, 0x00, 0x00, 0xc4, 0x01, +0x25, 0x00, 0x00, 0x80, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x18, 0x00, 0x02, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0xe5, 0xff, 0x5f, 0x03, 0xc4, 0x01, +0x25, 0x00, 0x38, 0x03, 0xc4, 0x01, +0xa5, 0xaa, 0x7a, 0x03, 0xc4, 0x01, +0x25, 0x00, 0xf8, 0x03, 0xc4, 0x01, +0xa5, 0xaa, 0xfa, 0x03, 0xc4, 0x01, +0x25, 0x00, 0xf8, 0x03, 0xc4, 0x01, +0xa5, 0xaa, 0xfa, 0x03, 0xc4, 0x01, +0x25, 0x00, 0xf8, 0x03, 0xc4, 0x01, +0xe5, 0xff, 0xff, 0x03, 0xc4, 0x01, +0xc5, 0x55, 0xf5, 0x03, 0xc4, 0x01, +0x85, 0xab, 0xea, 0x03, 0xc4, 0x01, +0x05, 0xfe, 0xff, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x18, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x25, 0x00, 0x00, 0x80, 0xc4, 0x01, +0x05, 0x00, 0x00, 0x00, 0xc4, 0x01, +0x0d, 0x00, 0x00, 0x00, 0xde, 0x01, +0xfb, 0xff, 0xff, 0xff, 0xf3, 0x01, +0x09, 0x00, 0x00, 0x00, 0xc2, 0x01, +0x09, 0x00, 0x00, 0x00, 0xe6, 0x01, +0x0b, 0x00, 0x00, 0x00, 0xf4, 0x01, +0xfe, 0xff, 0xff, 0xff, 0xff, 0x01, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xf8, 0xff, 0xff, 0xff, 0x7f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/toggle3 b/Bitmaps/freaknet.org/bitmaps/large/toggle3 new file mode 100644 index 0000000..269076c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/toggle3 @@ -0,0 +1,52 @@ +#define toggle3_width 41 +#define toggle3_height 47 +static char toggle3_bits[] = { +0xfc, 0xff, 0xff, 0xff, 0x3f, 0x00, +0x0e, 0x00, 0x00, 0x00, 0x64, 0x00, +0xfb, 0xff, 0xff, 0xff, 0xc3, 0x00, +0x0f, 0x00, 0x00, 0x00, 0xfe, 0x01, +0x05, 0x00, 0x00, 0x00, 0xc4, 0x01, +0x25, 0x00, 0x00, 0x80, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x05, 0xf8, 0xff, 0x03, 0xc4, 0x01, +0x05, 0x18, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x58, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0xa8, 0xaa, 0x02, 0xc4, 0x01, +0x05, 0x08, 0x00, 0x02, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xac, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x04, 0x00, 0x03, 0xc4, 0x01, +0x05, 0xfc, 0xff, 0x03, 0xc4, 0x01, +0x05, 0x54, 0x55, 0x03, 0xc4, 0x01, +0x05, 0xaa, 0xaa, 0x03, 0xc4, 0x01, +0x05, 0x55, 0xd5, 0x03, 0xc4, 0x01, +0x85, 0xaa, 0xea, 0x03, 0xc4, 0x01, +0xc5, 0xff, 0xff, 0x03, 0xc4, 0x01, +0x45, 0x00, 0xf0, 0x03, 0xc4, 0x01, +0x45, 0x55, 0xf5, 0x03, 0xc4, 0x01, +0x45, 0x00, 0xf0, 0x03, 0xc4, 0x01, +0x85, 0xaa, 0xea, 0x01, 0xc4, 0x01, +0xa5, 0x00, 0xe0, 0x80, 0xc4, 0x01, +0x85, 0xaa, 0x6a, 0x00, 0xc4, 0x01, +0x8d, 0xff, 0x3f, 0x00, 0xde, 0x01, +0xfb, 0xff, 0xff, 0xff, 0xf3, 0x01, +0x09, 0x00, 0x00, 0x00, 0xc2, 0x01, +0x09, 0x00, 0x00, 0x00, 0xe6, 0x01, +0x0b, 0x00, 0x00, 0x00, 0xf4, 0x01, +0xfe, 0xff, 0xff, 0xff, 0xff, 0x01, +0xfc, 0xff, 0xff, 0xff, 0xff, 0x00, +0xf8, 0xff, 0xff, 0xff, 0x7f, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/touch1 b/Bitmaps/freaknet.org/bitmaps/large/touch1 new file mode 100644 index 0000000..b0d77ba --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/touch1 @@ -0,0 +1,53 @@ +#define touch1_width 64 +#define touch1_height 48 +static char touch1_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x30, 0x00, +0x00, 0x30, 0x28, 0x00, 0x00, 0x00, 0x10, 0x00, +0x00, 0x0c, 0xc0, 0xff, 0x1f, 0x00, 0x10, 0x00, +0x00, 0x03, 0x40, 0x84, 0x20, 0x00, 0x10, 0x00, +0xf4, 0x80, 0x87, 0x00, 0x20, 0x00, 0x10, 0x00, +0x00, 0x00, 0x84, 0x08, 0x11, 0x00, 0x10, 0x00, +0x00, 0x00, 0x89, 0xff, 0x0f, 0x00, 0x10, 0x00, +0x00, 0x00, 0x89, 0x20, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x89, 0x20, 0x00, 0x00, 0x10, 0x00, +0x00, 0x80, 0x88, 0x10, 0x00, 0x00, 0x10, 0x00, +0x00, 0x60, 0x98, 0x0e, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x74, 0x08, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x02, 0x08, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x06, 0x04, 0x00, 0x00, 0x10, 0x00, +0xe8, 0x00, 0xfc, 0x03, 0x00, 0x00, 0x10, 0x00, +0x00, 0x03, 0x06, 0x02, 0x00, 0x00, 0x10, 0x00, +0x00, 0x06, 0x02, 0x02, 0x00, 0x00, 0x10, 0x00, +0x00, 0x18, 0x06, 0x01, 0x00, 0x00, 0x10, 0x00, +0x00, 0xe0, 0xfb, 0x00, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/touch2 b/Bitmaps/freaknet.org/bitmaps/large/touch2 new file mode 100644 index 0000000..ea1e6fe --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/touch2 @@ -0,0 +1,53 @@ +#define touch2_width 64 +#define touch2_height 48 +static char touch2_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x30, 0x00, +0x00, 0x00, 0x30, 0x28, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x0c, 0xc0, 0xff, 0x1f, 0x10, 0x00, +0x00, 0x00, 0x03, 0x40, 0x84, 0x20, 0x10, 0x00, +0x00, 0xf4, 0x80, 0x87, 0x00, 0x20, 0x10, 0x00, +0x00, 0x00, 0x00, 0x84, 0x08, 0x11, 0x10, 0x00, +0x00, 0x00, 0x00, 0x89, 0xff, 0x0f, 0x10, 0x00, +0x00, 0x00, 0x00, 0x89, 0x20, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x89, 0x20, 0x00, 0x10, 0x00, +0x00, 0x00, 0x80, 0x88, 0x10, 0x00, 0x10, 0x00, +0x00, 0x00, 0x60, 0x98, 0x0e, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x74, 0x08, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x06, 0x04, 0x00, 0x10, 0x00, +0x00, 0xe8, 0x00, 0xfc, 0x03, 0x00, 0x10, 0x00, +0x00, 0x00, 0x03, 0x06, 0x02, 0x00, 0x10, 0x00, +0x00, 0x00, 0x06, 0x02, 0x02, 0x00, 0x10, 0x00, +0x00, 0x00, 0x18, 0x06, 0x01, 0x00, 0x10, 0x00, +0x00, 0x00, 0xe0, 0xfb, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/touch3 b/Bitmaps/freaknet.org/bitmaps/large/touch3 new file mode 100644 index 0000000..6e2256c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/touch3 @@ -0,0 +1,53 @@ +#define touch3_width 64 +#define touch3_height 48 +static char touch3_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x80, 0x3f, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x60, 0x50, 0x00, 0x98, 0xff, +0x00, 0x00, 0x00, 0x18, 0x80, 0xff, 0xa7, 0xff, +0x00, 0x00, 0x00, 0x06, 0x80, 0x08, 0xa1, 0xff, +0x00, 0x00, 0xe8, 0x01, 0x0f, 0x01, 0xa0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x08, 0x11, 0x92, 0xff, +0x00, 0x00, 0x00, 0x00, 0x12, 0xff, 0xcf, 0xff, +0x00, 0x00, 0x00, 0x00, 0x12, 0x41, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x12, 0x41, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x11, 0x21, 0xf0, 0xff, +0x00, 0x00, 0x00, 0xc0, 0x30, 0x1d, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0xe8, 0x10, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x04, 0x10, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0xf0, 0xff, +0x00, 0x00, 0xd0, 0x01, 0xf8, 0x07, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x06, 0x0c, 0x04, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x0c, 0x04, 0x04, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x30, 0x0c, 0x02, 0xf0, 0xff, +0x00, 0x00, 0x00, 0xc0, 0xf7, 0x01, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/tty b/Bitmaps/freaknet.org/bitmaps/large/tty new file mode 100644 index 0000000..1993309 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/tty @@ -0,0 +1,69 @@ +#define tty_width 64 +#define tty_height 64 +static char tty_bits[] = { +0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, +0x80, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x01, 0x00, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x02, 0x00, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x02, 0x00, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x40, 0x13, 0x17, 0x00, 0x00, 0xc0, 0x02, 0x00, +0x40, 0x13, 0x11, 0x00, 0x00, 0xc0, 0x02, 0x00, +0xa0, 0x13, 0x13, 0x00, 0x00, 0xc0, 0x05, 0x00, +0xa0, 0x11, 0x11, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x71, 0x71, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x01, 0x00, 0x80, 0x05, 0x00, +0xd0, 0x31, 0x00, 0x00, 0x00, 0x80, 0x0b, 0x00, +0xd0, 0x20, 0x77, 0x5d, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x20, 0x55, 0x15, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x70, 0x77, 0x55, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x40, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x70, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, +0xd0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x0b, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x03, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, +0xa0, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x05, 0x0f, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0xc2, 0x18, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x32, 0x10, +0x40, 0x03, 0x00, 0x00, 0x00, 0xc0, 0x0a, 0x10, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0a, 0x10, +0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0x06, 0x10, +0x80, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x01, 0x10, +0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x08, +0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x08, +0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x04, +0x00, 0x1c, 0x00, 0x00, 0x00, 0x38, 0x00, 0x04, +0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x04, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x04, +0x40, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x02, 0x02, +0x20, 0x99, 0x99, 0x99, 0x19, 0x55, 0x04, 0x02, +0x20, 0x00, 0x00, 0x00, 0x40, 0xaa, 0x04, 0x01, +0x90, 0xcc, 0xcc, 0xcc, 0x6c, 0xaa, 0xf8, 0x00, +0x10, 0x00, 0x00, 0x00, 0x00, 0x54, 0x09, 0x00, +0xc8, 0x9c, 0x99, 0x99, 0x19, 0xfc, 0x11, 0x00, +0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, +0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, +0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/turnpage2 b/Bitmaps/freaknet.org/bitmaps/large/turnpage2 new file mode 100644 index 0000000..d2fb8c7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/turnpage2 @@ -0,0 +1,33 @@ +#define turnpage2_width 31 +#define turnpage2_height 28 +static char turnpage2_bits[] = { +0xf0, 0xff, 0xff, 0x07, +0x10, 0x00, 0x00, 0x04, +0x10, 0x00, 0x00, 0x04, +0x10, 0x66, 0xe7, 0x04, +0x10, 0x00, 0x00, 0x04, +0x90, 0xe7, 0x99, 0x04, +0x10, 0x00, 0x00, 0x04, +0x90, 0xf9, 0xe7, 0x04, +0x10, 0x00, 0x00, 0x04, +0x90, 0xe7, 0x09, 0x00, +0x04, 0x00, 0x00, 0x10, +0x0e, 0x00, 0x00, 0x10, +0x1f, 0x9e, 0xbc, 0x10, +0x04, 0x00, 0x00, 0x10, +0x84, 0xe7, 0xf9, 0x10, +0x04, 0x00, 0x00, 0x7c, +0x84, 0xf1, 0xc8, 0x38, +0x04, 0x00, 0x00, 0x10, +0x80, 0x73, 0xfe, 0x07, +0x10, 0x00, 0x02, 0x06, +0x90, 0x67, 0x02, 0x01, +0x10, 0x00, 0x82, 0x04, +0x10, 0x00, 0x42, 0x00, +0x10, 0x66, 0x22, 0x04, +0x10, 0x00, 0x12, 0x00, +0x90, 0x4f, 0x0a, 0x04, +0x10, 0x00, 0x06, 0x00, +0xf0, 0xff, 0x57, 0x05, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/vaderbig b/Bitmaps/freaknet.org/bitmaps/large/vaderbig new file mode 100644 index 0000000..9db4936 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/vaderbig @@ -0,0 +1,31 @@ +#define vaderbig_width 25 +#define vaderbig_height 26 +static char vaderbig_bits[] = { +0x00, 0x7c, 0x00, 0x00, +0x00, 0xff, 0x01, 0x00, +0x80, 0xff, 0x03, 0x00, +0xc0, 0xff, 0x07, 0x00, +0xc0, 0xff, 0x07, 0x00, +0xe0, 0xff, 0x0f, 0x00, +0xe0, 0xff, 0x0f, 0x00, +0xe0, 0xff, 0x0f, 0x00, +0xe0, 0x38, 0x0e, 0x00, +0x70, 0xc7, 0x1d, 0x00, +0xb0, 0xff, 0x1b, 0x00, +0xb0, 0xff, 0x1b, 0x00, +0xb0, 0xc7, 0x1b, 0x00, +0xd8, 0x38, 0x36, 0x00, +0xd8, 0xef, 0x37, 0x00, +0xd8, 0xd7, 0x37, 0x00, +0xe8, 0xc7, 0x2f, 0x00, +0xec, 0xbb, 0x6f, 0x00, +0xec, 0x7d, 0x6f, 0x00, +0xf4, 0x7d, 0x5f, 0x00, +0xf6, 0xfe, 0xde, 0x00, +0x7a, 0x00, 0xbc, 0x00, +0xfc, 0xff, 0x7f, 0x00, +0xcf, 0xff, 0xe7, 0x01, +0x80, 0xff, 0x03, 0x00, +0x00, 0xff, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/wait b/Bitmaps/freaknet.org/bitmaps/large/wait new file mode 100644 index 0000000..7c76a52 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/wait @@ -0,0 +1,50 @@ +#define wait_width 47 +#define wait_height 45 +static char wait_bits[] = { +0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, +0x01, 0x00, 0x00, 0x00, 0x00, 0x40, +0xfd, 0xff, 0xff, 0xff, 0xff, 0x5f, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x80, 0x01, 0x00, 0x00, 0x50, +0x05, 0x80, 0x39, 0x0e, 0x00, 0x50, +0x05, 0x40, 0x44, 0x11, 0x00, 0x50, +0x05, 0x40, 0x7c, 0x1f, 0x00, 0x50, +0x05, 0x40, 0xf0, 0x07, 0x00, 0x50, +0x05, 0x80, 0x0c, 0x1c, 0x00, 0x50, +0x05, 0x00, 0x43, 0x30, 0x00, 0x50, +0x05, 0x00, 0x41, 0x60, 0x00, 0x50, +0x05, 0x00, 0x41, 0x60, 0x00, 0x50, +0x05, 0x80, 0x40, 0xc0, 0x00, 0x50, +0x05, 0x80, 0x40, 0xc0, 0x00, 0x50, +0x05, 0x80, 0x00, 0xc0, 0x00, 0x50, +0x05, 0x80, 0x40, 0xc7, 0x00, 0x50, +0x05, 0x80, 0x00, 0xc0, 0x00, 0x50, +0x05, 0x80, 0x00, 0xc0, 0x00, 0x50, +0x05, 0x00, 0x01, 0xe0, 0x00, 0x50, +0x05, 0x00, 0x01, 0x60, 0x00, 0x50, +0x05, 0x00, 0x02, 0x30, 0x00, 0x50, +0x05, 0x00, 0x0c, 0x1c, 0x00, 0x50, +0x05, 0x00, 0xfc, 0x1f, 0x00, 0x50, +0x05, 0x00, 0xfe, 0x3f, 0x00, 0x50, +0x05, 0x00, 0xfd, 0x5f, 0x00, 0x50, +0x05, 0x00, 0x07, 0x70, 0x00, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x00, 0x00, 0x06, 0x00, 0x50, +0x05, 0x00, 0x00, 0x86, 0x00, 0x50, +0x05, 0x00, 0x00, 0xc0, 0x00, 0x50, +0xc5, 0xed, 0x1c, 0xe7, 0x01, 0x50, +0x85, 0x6d, 0x36, 0xc6, 0x00, 0x50, +0x85, 0x6d, 0x3c, 0xc6, 0x00, 0x50, +0x05, 0x3f, 0x36, 0xc6, 0x00, 0x50, +0x05, 0x3f, 0x36, 0xc6, 0x00, 0x50, +0x05, 0x12, 0x7c, 0x8e, 0xab, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0x05, 0x00, 0x00, 0x00, 0x00, 0x50, +0xfd, 0xff, 0xff, 0xff, 0xff, 0x5f, +0x01, 0x00, 0x00, 0x00, 0x00, 0x40, +0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/wings b/Bitmaps/freaknet.org/bitmaps/large/wings new file mode 100644 index 0000000..d0cd3ce --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/wings @@ -0,0 +1,13 @@ +#define wings_width 31 +#define wings_height 8 +static char wings_bits[] = { +0x00, 0x00, 0x00, 0x00, +0x00, 0x38, 0x0e, 0x00, +0x00, 0x46, 0x31, 0x00, +0x80, 0xb9, 0xce, 0x00, +0x71, 0xa6, 0x32, 0x47, +0xfe, 0x3f, 0xfe, 0x3f, +0xf0, 0xc1, 0xc1, 0x07, +0x00, 0xc0, 0x01, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/yield b/Bitmaps/freaknet.org/bitmaps/large/yield new file mode 100644 index 0000000..70b88cf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/yield @@ -0,0 +1,53 @@ +#define yield_width 48 +#define yield_height 48 +static char yield_bits[] = { +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x80, 0xff, 0xff, 0xff, 0xff, 0x03, +0xe0, 0xff, 0xff, 0xff, 0xff, 0x0f, +0xf0, 0xff, 0xff, 0xff, 0xff, 0x1f, +0xf8, 0xff, 0xff, 0xff, 0xff, 0x3f, +0xf8, 0x01, 0x00, 0x00, 0x00, 0x3f, +0xfc, 0x00, 0x00, 0x00, 0x00, 0x7e, +0x7c, 0xee, 0xee, 0x73, 0x7c, 0x7c, +0x7c, 0x44, 0x44, 0x22, 0x88, 0x7c, +0x7c, 0x44, 0x44, 0x20, 0x88, 0x7c, +0x7c, 0x38, 0xc4, 0x20, 0x88, 0x7c, +0x78, 0x10, 0x44, 0x20, 0x88, 0x3c, +0xf8, 0x10, 0x44, 0x20, 0x88, 0x3e, +0xf0, 0x10, 0x44, 0x22, 0x89, 0x1e, +0xf0, 0x39, 0xee, 0xf3, 0x7d, 0x1f, +0xe0, 0x01, 0x00, 0x00, 0x00, 0x0f, +0xe0, 0x03, 0x00, 0x00, 0x80, 0x0f, +0xc0, 0xc3, 0xff, 0xff, 0x87, 0x07, +0xc0, 0x07, 0x00, 0x00, 0xc0, 0x07, +0x80, 0x07, 0x00, 0x00, 0xc0, 0x03, +0x80, 0x8f, 0xcb, 0xd4, 0xe1, 0x03, +0x00, 0x8f, 0x2a, 0x9c, 0xe0, 0x01, +0x00, 0x9f, 0xa9, 0x95, 0xf0, 0x01, +0x00, 0x9e, 0xca, 0x94, 0xf0, 0x00, +0x00, 0x3e, 0x00, 0x03, 0xf8, 0x00, +0x00, 0x3c, 0x00, 0x01, 0x78, 0x00, +0x00, 0x7c, 0x70, 0x03, 0x7c, 0x00, +0x00, 0x78, 0x50, 0x01, 0x3c, 0x00, +0x00, 0xf8, 0x70, 0x01, 0x3e, 0x00, +0x00, 0xf0, 0x00, 0x00, 0x1e, 0x00, +0x00, 0xf0, 0x45, 0x52, 0x1f, 0x00, +0x00, 0xe0, 0x55, 0x25, 0x0f, 0x00, +0x00, 0xe0, 0x3b, 0xa7, 0x0f, 0x00, +0x00, 0xc0, 0x2b, 0xa5, 0x07, 0x00, +0x00, 0xc0, 0x07, 0xc0, 0x07, 0x00, +0x00, 0x80, 0x07, 0xc0, 0x03, 0x00, +0x00, 0x80, 0x0f, 0xe0, 0x03, 0x00, +0x00, 0x00, 0x0f, 0xe0, 0x01, 0x00, +0x00, 0x00, 0x1f, 0xf0, 0x01, 0x00, +0x00, 0x00, 0x1e, 0xf0, 0x00, 0x00, +0x00, 0x00, 0x3e, 0xf8, 0x00, 0x00, +0x00, 0x00, 0x3c, 0x78, 0x00, 0x00, +0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/yoda b/Bitmaps/freaknet.org/bitmaps/large/yoda new file mode 100644 index 0000000..b70cf47 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/yoda @@ -0,0 +1,60 @@ +#define yoda_width 78 +#define yoda_height 55 +static char yoda_bits[] = { +0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x30, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0e, 0xc0, 0x01, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x07, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x18, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, +0x00, 0x00, 0x80, 0x01, 0x1f, 0xe0, 0x03, 0x04, 0x00, 0x00, +0x78, 0x00, 0x40, 0xe0, 0xb0, 0x1a, 0x1c, 0x04, 0x00, 0x0f, +0xc6, 0x01, 0x20, 0x18, 0x40, 0x04, 0x70, 0x08, 0xc0, 0x19, +0x01, 0x0e, 0x10, 0x06, 0x40, 0x04, 0xc0, 0x10, 0x70, 0x20, +0x03, 0x38, 0x10, 0xc1, 0x47, 0x84, 0x0f, 0x11, 0x1c, 0x1c, +0x8c, 0xe1, 0x08, 0x20, 0x08, 0x40, 0x10, 0xa0, 0x67, 0x02, +0x10, 0x82, 0x3f, 0x90, 0x17, 0xa0, 0x27, 0xfc, 0x10, 0x01, +0x20, 0x04, 0x00, 0xc0, 0x0f, 0xc0, 0x0f, 0x00, 0x8c, 0x00, +0x40, 0x18, 0x00, 0xa4, 0x97, 0xa7, 0x97, 0x00, 0x43, 0x00, +0x80, 0x70, 0x00, 0x18, 0x43, 0x08, 0x63, 0xc0, 0x20, 0x00, +0x00, 0xc1, 0x01, 0x00, 0x50, 0x28, 0x00, 0x38, 0x10, 0x00, +0x00, 0x02, 0x0f, 0x40, 0x88, 0x44, 0x08, 0x06, 0x08, 0x00, +0x00, 0x04, 0x18, 0x80, 0x27, 0x90, 0x07, 0x00, 0x04, 0x00, +0x00, 0x08, 0x10, 0x00, 0x10, 0x20, 0x00, 0x00, 0x04, 0x00, +0x00, 0x10, 0x10, 0x00, 0x08, 0x40, 0x00, 0x02, 0x02, 0x00, +0x00, 0x20, 0x00, 0x00, 0x04, 0x80, 0x00, 0x02, 0x01, 0x00, +0x00, 0x20, 0x10, 0x00, 0x04, 0x80, 0x00, 0xc4, 0x00, 0x00, +0x00, 0xc0, 0xf0, 0x00, 0x04, 0x80, 0x00, 0x38, 0x00, 0x00, +0x00, 0x00, 0x8f, 0x00, 0x7c, 0xf0, 0x00, 0x04, 0x00, 0x00, +0x00, 0x00, 0x80, 0x01, 0xc4, 0x9f, 0x00, 0x02, 0x00, 0x00, +0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, +0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00, +0x00, 0x00, 0xf0, 0x3f, 0x08, 0x00, 0xe1, 0x7f, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x10, 0x80, 0xf8, 0xff, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x3f, 0xc0, 0xff, 0xff, 0x01, 0x00, +0x00, 0x00, 0xfe, 0x7f, 0xc0, 0x70, 0xfe, 0xff, 0x03, 0x00, +0x00, 0x00, 0xff, 0x7f, 0x80, 0x0f, 0xfe, 0xff, 0x07, 0x00, +0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0xfe, 0xff, 0x0f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xfc, 0xff, 0xff, 0x01, 0xe0, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xfe, 0xff, 0xff, 0x01, 0xe0, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xfe, 0xff, 0xff, 0x01, 0xe0, 0xff, 0xff, 0xff, 0x00, +0x00, 0xff, 0xff, 0xff, 0x03, 0xf0, 0xff, 0xff, 0xff, 0x00, +0x00, 0xff, 0xff, 0xff, 0x03, 0xf0, 0xff, 0xff, 0xff, 0x00, +0x00, 0xff, 0xff, 0xff, 0x03, 0xf0, 0xff, 0xff, 0xff, 0x00, +0x80, 0xff, 0xff, 0xff, 0x07, 0xf8, 0xff, 0xff, 0xff, 0x01, +0x80, 0xff, 0xff, 0xff, 0x07, 0xf8, 0xff, 0xff, 0xff, 0x01, +0xc0, 0xff, 0xff, 0xff, 0x07, 0xf8, 0xff, 0xff, 0xff, 0x01, +0xc0, 0xff, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0xff, 0x01, +0xe0, 0xff, 0xff, 0xff, 0x0f, 0xfc, 0xff, 0xff, 0xff, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/zip b/Bitmaps/freaknet.org/bitmaps/large/zip new file mode 100644 index 0000000..d354bc2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/zip @@ -0,0 +1,57 @@ +#define zip_width 48 +#define zip_height 52 +static char zip_bits[] = { +0x00, 0x00, 0x00, 0xfc, 0x03, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x1f, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x7f, 0x00, +0x00, 0x00, 0xfe, 0xff, 0x7f, 0x00, +0x00, 0x00, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xc0, 0xff, 0xff, 0x7f, 0x00, +0x00, 0xe0, 0xff, 0xff, 0x3f, 0x00, +0x00, 0xf0, 0xff, 0xff, 0x1f, 0x00, +0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, +0x00, 0xfc, 0xff, 0xff, 0x07, 0x00, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x07, +0x00, 0xff, 0xff, 0xff, 0x0f, 0x78, +0x80, 0xff, 0xff, 0xff, 0x0f, 0x84, +0xc0, 0xff, 0xe1, 0xff, 0x1f, 0x60, +0xe0, 0x1f, 0xe0, 0xff, 0x1f, 0x1e, +0xe0, 0x01, 0xe0, 0xff, 0xbf, 0x01, +0x70, 0x00, 0xe0, 0xff, 0x7f, 0x00, +0x18, 0x00, 0xe0, 0xff, 0x3f, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x0f, 0x00, +0x00, 0x00, 0x80, 0xff, 0x07, 0x00, +0x00, 0x00, 0xc0, 0xff, 0x03, 0x00, +0x00, 0x00, 0xe0, 0xff, 0x01, 0x00, +0x00, 0x00, 0xf0, 0xff, 0x00, 0x00, +0x00, 0x00, 0xf8, 0xff, 0x00, 0x00, +0x00, 0x00, 0xfc, 0xff, 0x00, 0x00, +0x00, 0x00, 0xfe, 0xfb, 0x00, 0x00, +0x00, 0x00, 0xff, 0x79, 0x00, 0x00, +0x00, 0x80, 0xff, 0x78, 0x00, 0x00, +0x00, 0xc0, 0x7f, 0x58, 0x00, 0x00, +0x00, 0xe0, 0x3f, 0xc0, 0x07, 0x00, +0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x06, 0x0c, 0x82, 0x19, 0x00, +0x04, 0x0e, 0x0e, 0x87, 0x19, 0x20, +0x04, 0x1e, 0x0f, 0x87, 0x19, 0x20, +0x1f, 0xbe, 0x8f, 0x8d, 0x19, 0xf8, +0x0e, 0xf6, 0x8d, 0x8d, 0x19, 0x70, +0x0a, 0xe6, 0xcc, 0x9f, 0x19, 0x50, +0x11, 0x46, 0xcc, 0x9f, 0x19, 0x88, +0x00, 0x06, 0xec, 0xb0, 0xf9, 0x03, +0x00, 0x06, 0x6c, 0xb0, 0xf9, 0x03, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, +0x00, 0xfe, 0xff, 0xff, 0xff, 0x03, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/large/zoom b/Bitmaps/freaknet.org/bitmaps/large/zoom new file mode 100644 index 0000000..3fa37db --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/large/zoom @@ -0,0 +1,25 @@ +#define zoom_width 28 +#define zoom_height 20 +static char zoom_bits[] = { +0x00, 0x00, 0x7e, 0x00, +0x00, 0x80, 0x81, 0x01, +0x00, 0x40, 0x00, 0x02, +0x00, 0x20, 0x00, 0x04, +0x00, 0xe0, 0x04, 0x05, +0x00, 0xb0, 0x8d, 0x09, +0xcf, 0x98, 0xdd, 0x09, +0x24, 0x95, 0xfd, 0x09, +0x22, 0x95, 0xad, 0x09, +0xcf, 0x98, 0x8d, 0x09, +0x00, 0xb0, 0x8d, 0x09, +0x00, 0xf8, 0x8c, 0x05, +0x00, 0x3c, 0x00, 0x04, +0x00, 0x7e, 0x00, 0x02, +0x80, 0x87, 0x81, 0x01, +0xe0, 0x03, 0x7e, 0x00, +0xf8, 0x00, 0x00, 0x00, +0x3e, 0x00, 0x00, 0x00, +0x1e, 0x00, 0x00, 0x00, +0x0c, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/bats b/Bitmaps/freaknet.org/bitmaps/texture/bats new file mode 100644 index 0000000..5c5811c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/bats @@ -0,0 +1,21 @@ +#define bats_width 16 +#define bats_height 16 +static char bats_bits[] = { +0x09, 0x20, +0x0d, 0x60, +0x1d, 0x70, +0x5c, 0x74, +0xde, 0xf7, +0x5e, 0xf5, +0xde, 0xf7, +0xbe, 0xfb, +0xf6, 0xdf, +0xf2, 0x9f, +0xe2, 0x8f, +0xa3, 0x8b, +0x21, 0x08, +0xa1, 0x0a, +0x21, 0x08, +0x41, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/bighex b/Bitmaps/freaknet.org/bitmaps/texture/bighex new file mode 100644 index 0000000..fd66b78 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/bighex @@ -0,0 +1,21 @@ +#define bighex_width 16 +#define bighex_height 16 +static char bighex_bits[] = { +0x10, 0x10, +0x28, 0x28, +0x44, 0x44, +0x82, 0x82, +0x01, 0x01, +0x01, 0x01, +0x01, 0x01, +0x01, 0x01, +0x01, 0x01, +0x82, 0x82, +0x44, 0x44, +0x28, 0x28, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, +0x10, 0x10, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/bigweave b/Bitmaps/freaknet.org/bitmaps/texture/bigweave new file mode 100644 index 0000000..7c153ce --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/bigweave @@ -0,0 +1,21 @@ +#define bigweave_width 16 +#define bigweave_height 16 +static char bigweave_bits[] = { +0x24, 0x24, +0x24, 0x24, +0xe7, 0xff, +0x24, 0x00, +0x24, 0x00, +0xe7, 0xff, +0x24, 0x24, +0x24, 0x24, +0x24, 0x24, +0x24, 0x24, +0xff, 0xe7, +0x00, 0x24, +0x00, 0x24, +0xff, 0xe7, +0x24, 0x24, +0x24, 0x24, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/black b/Bitmaps/freaknet.org/bitmaps/texture/black new file mode 100644 index 0000000..49d9a4b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/black @@ -0,0 +1,21 @@ +#define black_width 16 +#define black_height 16 +static char black_bits[] = { +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, +0xff, 0xff, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/chainmail b/Bitmaps/freaknet.org/bitmaps/texture/chainmail new file mode 100644 index 0000000..80a0f09 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/chainmail @@ -0,0 +1,21 @@ +#define chainmail_width 16 +#define chainmail_height 16 +static char chainmail_bits[] = { +0x06, 0x60, +0x06, 0x60, +0x00, 0xc0, +0x01, 0xc0, +0x03, 0x80, +0xe7, 0x23, +0xf2, 0x73, +0x38, 0x38, +0x1c, 0x1c, +0xce, 0x4f, +0xc4, 0xe7, +0x01, 0xc0, +0x03, 0x80, +0x03, 0x00, +0x06, 0x60, +0x06, 0x60, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/checks b/Bitmaps/freaknet.org/bitmaps/texture/checks new file mode 100644 index 0000000..2d2b2e5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/checks @@ -0,0 +1,21 @@ +#define checks_width 16 +#define checks_height 16 +static char checks_bits[] = { +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, +0x33, 0x33, +0x33, 0x33, +0xcc, 0xcc, +0xcc, 0xcc, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/cobblestone b/Bitmaps/freaknet.org/bitmaps/texture/cobblestone new file mode 100644 index 0000000..af063c7 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/cobblestone @@ -0,0 +1,21 @@ +#define cobblestone_width 16 +#define cobblestone_height 16 +static char cobblestone_bits[] = { +0x00, 0x7e, +0xff, 0x42, +0x81, 0x5a, +0xbd, 0x5a, +0xbd, 0x5a, +0x81, 0x5a, +0xff, 0x42, +0x00, 0x7e, +0x7e, 0x00, +0x42, 0xff, +0x5a, 0x81, +0x5a, 0xbd, +0x5a, 0xbd, +0x5a, 0x81, +0x42, 0xff, +0x7e, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/crabcan1 b/Bitmaps/freaknet.org/bitmaps/texture/crabcan1 new file mode 100644 index 0000000..8bf2599 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/crabcan1 @@ -0,0 +1,21 @@ +#define crabcan1_width 16 +#define crabcan1_height 16 +static char crabcan1_bits[] = { +0x44, 0x44, +0xaa, 0xaa, +0x55, 0x45, +0x7d, 0x01, +0xd7, 0x01, +0xfe, 0x28, +0xfe, 0x82, +0xba, 0xaa, +0x55, 0x55, +0xaa, 0xba, +0x82, 0xfe, +0x28, 0xfe, +0x01, 0xd7, +0x01, 0x7d, +0x45, 0x55, +0xaa, 0xaa, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/crabcan2 b/Bitmaps/freaknet.org/bitmaps/texture/crabcan2 new file mode 100644 index 0000000..e83d428 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/crabcan2 @@ -0,0 +1,21 @@ +#define crabcan2_width 16 +#define crabcan2_height 16 +static char crabcan2_bits[] = { +0x55, 0x45, +0x7d, 0x01, +0xd7, 0x01, +0xfe, 0x01, +0xfe, 0x28, +0xfe, 0x82, +0xba, 0xaa, +0x55, 0x55, +0xaa, 0xba, +0x82, 0xfe, +0x28, 0xfe, +0x01, 0xfe, +0x01, 0xd7, +0x01, 0x7d, +0x45, 0x55, +0xaa, 0xaa, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/crabcan3 b/Bitmaps/freaknet.org/bitmaps/texture/crabcan3 new file mode 100644 index 0000000..8f5bf61 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/crabcan3 @@ -0,0 +1,21 @@ +#define crabcan3_width 16 +#define crabcan3_height 16 +static char crabcan3_bits[] = { +0x82, 0x00, +0x29, 0x01, +0x55, 0x01, +0x7d, 0x01, +0xd7, 0x01, +0xfe, 0x00, +0xfe, 0x00, +0xba, 0x00, +0x55, 0x01, +0xaa, 0x00, +0x82, 0x00, +0x28, 0x00, +0x01, 0x01, +0x01, 0x01, +0xc7, 0x01, +0x29, 0x01, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/crabtweed b/Bitmaps/freaknet.org/bitmaps/texture/crabtweed new file mode 100644 index 0000000..391e506 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/crabtweed @@ -0,0 +1,21 @@ +#define crabtweed_width 16 +#define crabtweed_height 16 +static char crabtweed_bits[] = { +0x6e, 0x72, +0xf7, 0xcd, +0x81, 0xde, +0xbd, 0x9e, +0x7e, 0x5e, +0x7e, 0xde, +0xbd, 0xcd, +0x42, 0x72, +0x4e, 0x42, +0xb3, 0xbd, +0x7b, 0x7e, +0x7a, 0x7e, +0x79, 0xbd, +0x7b, 0x81, +0xb3, 0xf7, +0x4e, 0x6e, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/darkgrey b/Bitmaps/freaknet.org/bitmaps/texture/darkgrey new file mode 100644 index 0000000..1ca4985 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/darkgrey @@ -0,0 +1,21 @@ +#define darkgrey_width 16 +#define darkgrey_height 16 +static char darkgrey_bits[] = { +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, +0xbb, 0xbb, +0xee, 0xee, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/dashes b/Bitmaps/freaknet.org/bitmaps/texture/dashes new file mode 100644 index 0000000..655ee49 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/dashes @@ -0,0 +1,21 @@ +#define dashes_width 16 +#define dashes_height 16 +static char dashes_bits[] = { +0x33, 0x33, +0x00, 0x00, +0xcc, 0xcc, +0x00, 0x00, +0x33, 0x33, +0x00, 0x00, +0xcc, 0xcc, +0x00, 0x00, +0x33, 0x33, +0x00, 0x00, +0xcc, 0xcc, +0x00, 0x00, +0x33, 0x33, +0x00, 0x00, +0xcc, 0xcc, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/diag1_3 b/Bitmaps/freaknet.org/bitmaps/texture/diag1_3 new file mode 100644 index 0000000..9f041df --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/diag1_3 @@ -0,0 +1,21 @@ +#define diag1_3_width 16 +#define diag1_3_height 16 +static char diag1_3_bits[] = { +0x44, 0x44, +0x88, 0x88, +0x11, 0x11, +0x22, 0x22, +0x44, 0x44, +0x88, 0x88, +0x11, 0x11, +0x22, 0x22, +0x44, 0x44, +0x88, 0x88, +0x11, 0x11, +0x22, 0x22, +0x44, 0x44, +0x88, 0x88, +0x11, 0x11, +0x22, 0x22, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/diag1_4 b/Bitmaps/freaknet.org/bitmaps/texture/diag1_4 new file mode 100644 index 0000000..2f2e10b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/diag1_4 @@ -0,0 +1,35 @@ +#define diag1_4_width 30 +#define diag1_4_height 30 +static char diag1_4_bits[] = { +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, +0x21, 0x84, 0x10, 0x02, +0x42, 0x08, 0x21, 0x04, +0x84, 0x10, 0x42, 0x08, +0x08, 0x21, 0x84, 0x10, +0x10, 0x42, 0x08, 0x21, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/diag2_2 b/Bitmaps/freaknet.org/bitmaps/texture/diag2_2 new file mode 100644 index 0000000..c84c2b6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/diag2_2 @@ -0,0 +1,21 @@ +#define diag2_2_width 16 +#define diag2_2_height 16 +static char diag2_2_bits[] = { +0x33, 0x33, +0x66, 0x66, +0xcc, 0xcc, +0x99, 0x99, +0x33, 0x33, +0x66, 0x66, +0xcc, 0xcc, +0x99, 0x99, +0x33, 0x33, +0x66, 0x66, +0xcc, 0xcc, +0x99, 0x99, +0x33, 0x33, +0x66, 0x66, +0xcc, 0xcc, +0x99, 0x99, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/diag3_1 b/Bitmaps/freaknet.org/bitmaps/texture/diag3_1 new file mode 100644 index 0000000..2c6fb27 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/diag3_1 @@ -0,0 +1,21 @@ +#define diag3_1_width 16 +#define diag3_1_height 16 +static char diag3_1_bits[] = { +0xbb, 0xbb, +0x77, 0x77, +0xee, 0xee, +0xdd, 0xdd, +0xbb, 0xbb, +0x77, 0x77, +0xee, 0xee, +0xdd, 0xdd, +0xbb, 0xbb, +0x77, 0x77, +0xee, 0xee, +0xdd, 0xdd, +0xbb, 0xbb, +0x77, 0x77, +0xee, 0xee, +0xdd, 0xdd, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/diagweave b/Bitmaps/freaknet.org/bitmaps/texture/diagweave new file mode 100644 index 0000000..e246279 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/diagweave @@ -0,0 +1,21 @@ +#define diagweave_width 16 +#define diagweave_height 16 +static char diagweave_bits[] = { +0x64, 0x64, +0x98, 0x98, +0x89, 0x89, +0x46, 0x46, +0x62, 0x62, +0x91, 0x91, +0x19, 0x19, +0x26, 0x26, +0x64, 0x64, +0x98, 0x98, +0x89, 0x89, +0x46, 0x46, +0x62, 0x62, +0x91, 0x91, +0x19, 0x19, +0x26, 0x26, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/eight1 b/Bitmaps/freaknet.org/bitmaps/texture/eight1 new file mode 100644 index 0000000..7b38fdf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/eight1 @@ -0,0 +1,21 @@ +#define eight1_width 16 +#define eight1_height 16 +static char eight1_bits[] = { +0x18, 0x18, +0x18, 0x18, +0x18, 0x0c, +0x1b, 0x8c, +0x1b, 0xc6, +0x58, 0xe6, +0xd8, 0x70, +0xdc, 0x31, +0x8c, 0x3b, +0x0e, 0x1b, +0x67, 0x1a, +0x63, 0xd8, +0x31, 0xd8, +0x30, 0x18, +0x18, 0x18, +0x18, 0x18, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/eight2 b/Bitmaps/freaknet.org/bitmaps/texture/eight2 new file mode 100644 index 0000000..81cfb33 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/eight2 @@ -0,0 +1,21 @@ +#define eight2_width 16 +#define eight2_height 16 +static char eight2_bits[] = { +0x30, 0x0c, +0x30, 0x0c, +0x30, 0x0c, +0x33, 0x8c, +0x3b, 0xc6, +0x18, 0xe6, +0xd8, 0x70, +0xdc, 0x31, +0x8c, 0x3b, +0x0e, 0x1b, +0x67, 0x18, +0x63, 0xdc, +0x31, 0xcc, +0x30, 0x0c, +0x30, 0x0c, +0x30, 0x0c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/el b/Bitmaps/freaknet.org/bitmaps/texture/el new file mode 100644 index 0000000..e1ce147 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/el @@ -0,0 +1,21 @@ +#define el_width 16 +#define el_height 16 +static char el_bits[] = { +0x61, 0x61, +0x0b, 0x0b, +0x58, 0x58, +0xc2, 0xc2, +0x16, 0x16, +0xb0, 0xb0, +0x85, 0x85, +0x2c, 0x2c, +0x61, 0x61, +0x0b, 0x0b, +0x58, 0x58, +0xc2, 0xc2, +0x16, 0x16, +0xb0, 0xb0, +0x85, 0x85, +0x2c, 0x2c, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/escher16 b/Bitmaps/freaknet.org/bitmaps/texture/escher16 new file mode 100644 index 0000000..5057b3c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/escher16 @@ -0,0 +1,21 @@ +#define escher16_width 16 +#define escher16_height 16 +static char escher16_bits[] = { +0x1f, 0xff, +0x3f, 0xfe, +0x7f, 0x9c, +0x7f, 0xe8, +0x7b, 0xf0, +0x31, 0xe0, +0x01, 0xce, +0x01, 0x8c, +0x07, 0x00, +0x03, 0x80, +0x01, 0xc6, +0x01, 0xe8, +0x31, 0xf0, +0x7b, 0xf8, +0x7f, 0x8c, +0x7f, 0xce, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/escher8 b/Bitmaps/freaknet.org/bitmaps/texture/escher8 new file mode 100644 index 0000000..003f590 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/escher8 @@ -0,0 +1,21 @@ +#define escher8_width 16 +#define escher8_height 16 +static char escher8_bits[] = { +0xf7, 0xf7, +0xef, 0xef, +0xcd, 0xcd, +0xa1, 0xa1, +0x03, 0x03, +0x81, 0x81, +0xcd, 0xcd, +0xaf, 0xaf, +0xf7, 0xf7, +0xef, 0xef, +0xcd, 0xcd, +0xa1, 0xa1, +0x03, 0x03, +0x81, 0x81, +0xcd, 0xcd, +0xaf, 0xaf, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/fence1 b/Bitmaps/freaknet.org/bitmaps/texture/fence1 new file mode 100644 index 0000000..bba8f17 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/fence1 @@ -0,0 +1,21 @@ +#define fence1_width 16 +#define fence1_height 16 +static char fence1_bits[] = { +0x83, 0x81, +0xc6, 0x00, +0x9c, 0x00, +0x38, 0x00, +0xf0, 0x01, +0xc0, 0x03, +0x10, 0x06, +0x30, 0x0c, +0x30, 0x0c, +0x60, 0x08, +0xc0, 0x03, +0x80, 0x07, +0x00, 0x1c, +0x00, 0x39, +0x00, 0x63, +0x81, 0xc1, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/fence2 b/Bitmaps/freaknet.org/bitmaps/texture/fence2 new file mode 100644 index 0000000..453fd01 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/fence2 @@ -0,0 +1,21 @@ +#define fence2_width 16 +#define fence2_height 16 +static char fence2_bits[] = { +0x3f, 0xfc, +0x70, 0x0e, +0xe0, 0x04, +0xc0, 0x01, +0x80, 0x03, +0x00, 0x03, +0x60, 0x06, +0x60, 0x06, +0x60, 0x06, +0x60, 0x06, +0xc0, 0x00, +0xc0, 0x01, +0x80, 0x03, +0x20, 0x07, +0x70, 0x0e, +0x3f, 0xfc, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/fence3 b/Bitmaps/freaknet.org/bitmaps/texture/fence3 new file mode 100644 index 0000000..084b8a1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/fence3 @@ -0,0 +1,21 @@ +#define fence3_width 16 +#define fence3_height 16 +static char fence3_bits[] = { +0xec, 0x31, +0x6c, 0x70, +0x0c, 0xe0, +0x06, 0x40, +0x06, 0x00, +0x03, 0x00, +0x03, 0x00, +0x01, 0x80, +0x01, 0x80, +0x00, 0xc0, +0x00, 0xc0, +0x00, 0x60, +0x02, 0x60, +0x07, 0x30, +0x0e, 0x36, +0x8c, 0x37, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/fishes b/Bitmaps/freaknet.org/bitmaps/texture/fishes new file mode 100644 index 0000000..d5c2921 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/fishes @@ -0,0 +1,21 @@ +#define fishes_width 16 +#define fishes_height 16 +static char fishes_bits[] = { +0x04, 0x04, +0x08, 0x08, +0x1b, 0x1b, +0x2e, 0x2e, +0x3e, 0x3e, +0x1b, 0x1b, +0x08, 0x08, +0x00, 0x00, +0x40, 0x40, +0x80, 0x80, +0xb1, 0xb1, +0xe2, 0xe2, +0xe3, 0xe3, +0xb1, 0xb1, +0x80, 0x80, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/freckles b/Bitmaps/freaknet.org/bitmaps/texture/freckles new file mode 100644 index 0000000..93ad37a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/freckles @@ -0,0 +1,53 @@ +#define freckles_width 48 +#define freckles_height 48 +static char freckles_bits[] = { +0x01, 0x00, 0x01, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0x00, 0x01, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x01, 0x00, 0x01, 0x00, 0x01, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/grey b/Bitmaps/freaknet.org/bitmaps/texture/grey new file mode 100644 index 0000000..3dda544 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/grey @@ -0,0 +1,21 @@ +#define grey_width 16 +#define grey_height 16 +static char grey_bits[] = { +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/greysun b/Bitmaps/freaknet.org/bitmaps/texture/greysun new file mode 100644 index 0000000..609f088 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/greysun @@ -0,0 +1,21 @@ +#define greysun_width 16 +#define greysun_height 16 +static char greysun_bits[] = { +0x11, 0x11, +0x44, 0x44, +0x22, 0x22, +0x88, 0x88, +0x11, 0x11, +0x44, 0x44, +0x22, 0x22, +0x88, 0x88, +0x11, 0x11, +0x44, 0x44, +0x22, 0x22, +0x88, 0x88, +0x11, 0x11, +0x44, 0x44, +0x22, 0x22, +0x88, 0x88, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/hex b/Bitmaps/freaknet.org/bitmaps/texture/hex new file mode 100644 index 0000000..edc5cca --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/hex @@ -0,0 +1,21 @@ +#define hex_width 16 +#define hex_height 16 +static char hex_bits[] = { +0x44, 0x44, +0xaa, 0xaa, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0xaa, 0xaa, +0x44, 0x44, +0x44, 0x44, +0x44, 0x44, +0xaa, 0xaa, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0xaa, 0xaa, +0x44, 0x44, +0x44, 0x44, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/index.html b/Bitmaps/freaknet.org/bitmaps/texture/index.html new file mode 100644 index 0000000..9f41be3 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/index.html @@ -0,0 +1,85 @@ + + + + Index of /martin/tape/stuff/bitmaps/texture + + +

Index of /martin/tape/stuff/bitmaps/texture

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]bats1988-12-18 21:18 285  
[   ]bighex1988-12-18 21:18 291  
[   ]bigweave1988-12-18 21:18 297  
[   ]black1988-12-18 21:18 288  
[   ]chainmail1988-12-18 21:18 300  
[   ]checks1988-12-18 21:18 291  
[   ]cobblestone1988-12-18 21:18 306  
[   ]crabcan11988-12-18 21:18 297  
[   ]crabcan21988-12-18 21:18 297  
[   ]crabcan31988-12-18 21:18 297  
[   ]crabtweed1988-12-18 21:18 300  
[   ]darkgrey1988-12-18 21:18 297  
[   ]dashes1988-12-18 21:18 291  
[   ]diag1_31988-12-18 21:18 294  
[   ]diag1_41988-12-18 21:18 836  
[   ]diag2_21988-12-18 21:18 294  
[   ]diag3_11988-12-18 21:18 294  
[   ]diagweave1988-12-18 21:18 300  
[   ]eight11988-12-18 21:18 291  
[   ]eight21988-12-18 21:18 291  
[   ]el1988-12-18 21:18 279  
[   ]escher81988-12-18 21:18 294  
[   ]escher161988-12-18 21:18 297  
[   ]fence11988-12-18 21:18 291  
[   ]fence21988-12-18 21:18 291  
[   ]fence31988-12-18 21:18 291  
[   ]fishes1988-12-18 21:18 291  
[   ]freckles1988-12-18 21:18 1.8K 
[   ]grey1988-12-18 21:18 285  
[   ]greysun1988-12-18 21:18 294  
[   ]hex1988-12-18 21:18 282  
[   ]inversegrey1988-12-18 21:18 306  
[   ]ironcoat1988-12-18 21:18 297  
[   ]kapow1988-12-18 21:18 288  
[   ]lightgrey1988-12-18 21:18 300  
[   ]money1988-12-18 21:18 288  
[   ]plaid4_41988-12-18 21:18 297  
[   ]plaid8_81988-12-18 21:18 297  
[   ]six1988-12-18 21:18 282  
[   ]small_bighex1988-12-18 21:18 309  
[   ]smallhex1988-12-18 21:18 297  
[   ]smile1988-12-18 21:18 288  
[   ]snake1988-12-18 21:18 288  
[   ]spiral1988-12-18 21:18 291  
[   ]squareknot1988-12-18 21:18 303  
[   ]stars1988-12-18 21:18 288  
[   ]stars11988-12-18 21:18 291  
[   ]tellipse1988-12-18 21:18 297  
[   ]tweed1988-12-18 21:18 288  
[   ]tweed2_21988-12-18 21:18 297  
[   ]tweed4_31988-12-18 21:18 297  
[   ]tweed4_41988-12-18 21:18 297  
[   ]tweed5_51988-12-18 21:18 297  
[   ]tweed_cross1988-12-18 21:18 306  
[   ]tweeddish1988-12-18 21:18 300  
[   ]ubalu1988-12-18 21:18 288  
[   ]ubalu21988-12-18 21:18 291  
[   ]vampire1988-12-18 21:18 294  
[   ]vbar1_11988-12-18 21:18 294  
[   ]vbar1_31988-12-18 21:18 294  
[   ]vbar2_21988-12-18 21:18 294  
[   ]vbar3_11988-12-18 21:18 294  
[   ]vbar4_41988-12-18 21:18 294  
[   ]vertigo1988-12-18 21:18 294  
[   ]vibration1988-12-18 21:18 300  
[   ]weave1988-12-18 21:18 288  
[   ]weave21988-12-18 21:18 291  
[   ]white1988-12-18 21:18 288  
[   ]wiggly1988-12-18 21:19 291  
[   ]yinyang1988-12-18 21:19 294  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=M;O=A b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=M;O=A new file mode 100644 index 0000000..ff0194a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=M;O=A @@ -0,0 +1,85 @@ + + + + Index of /martin/tape/stuff/bitmaps/texture + + +

Index of /martin/tape/stuff/bitmaps/texture

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]bats1988-12-18 21:18 285  
[   ]bighex1988-12-18 21:18 291  
[   ]bigweave1988-12-18 21:18 297  
[   ]black1988-12-18 21:18 288  
[   ]chainmail1988-12-18 21:18 300  
[   ]checks1988-12-18 21:18 291  
[   ]cobblestone1988-12-18 21:18 306  
[   ]crabcan11988-12-18 21:18 297  
[   ]crabcan21988-12-18 21:18 297  
[   ]crabcan31988-12-18 21:18 297  
[   ]crabtweed1988-12-18 21:18 300  
[   ]darkgrey1988-12-18 21:18 297  
[   ]dashes1988-12-18 21:18 291  
[   ]diag1_31988-12-18 21:18 294  
[   ]diag1_41988-12-18 21:18 836  
[   ]diag2_21988-12-18 21:18 294  
[   ]diag3_11988-12-18 21:18 294  
[   ]diagweave1988-12-18 21:18 300  
[   ]eight11988-12-18 21:18 291  
[   ]eight21988-12-18 21:18 291  
[   ]el1988-12-18 21:18 279  
[   ]escher161988-12-18 21:18 297  
[   ]escher81988-12-18 21:18 294  
[   ]fence11988-12-18 21:18 291  
[   ]fence21988-12-18 21:18 291  
[   ]fence31988-12-18 21:18 291  
[   ]fishes1988-12-18 21:18 291  
[   ]freckles1988-12-18 21:18 1.8K 
[   ]grey1988-12-18 21:18 285  
[   ]greysun1988-12-18 21:18 294  
[   ]hex1988-12-18 21:18 282  
[   ]inversegrey1988-12-18 21:18 306  
[   ]ironcoat1988-12-18 21:18 297  
[   ]kapow1988-12-18 21:18 288  
[   ]lightgrey1988-12-18 21:18 300  
[   ]money1988-12-18 21:18 288  
[   ]plaid4_41988-12-18 21:18 297  
[   ]plaid8_81988-12-18 21:18 297  
[   ]six1988-12-18 21:18 282  
[   ]small_bighex1988-12-18 21:18 309  
[   ]smallhex1988-12-18 21:18 297  
[   ]smile1988-12-18 21:18 288  
[   ]snake1988-12-18 21:18 288  
[   ]spiral1988-12-18 21:18 291  
[   ]squareknot1988-12-18 21:18 303  
[   ]stars1988-12-18 21:18 288  
[   ]stars11988-12-18 21:18 291  
[   ]tellipse1988-12-18 21:18 297  
[   ]tweed1988-12-18 21:18 288  
[   ]tweed2_21988-12-18 21:18 297  
[   ]tweed4_31988-12-18 21:18 297  
[   ]tweed4_41988-12-18 21:18 297  
[   ]tweed5_51988-12-18 21:18 297  
[   ]tweed_cross1988-12-18 21:18 306  
[   ]tweeddish1988-12-18 21:18 300  
[   ]ubalu1988-12-18 21:18 288  
[   ]ubalu21988-12-18 21:18 291  
[   ]vampire1988-12-18 21:18 294  
[   ]vbar1_11988-12-18 21:18 294  
[   ]vbar1_31988-12-18 21:18 294  
[   ]vbar2_21988-12-18 21:18 294  
[   ]vbar3_11988-12-18 21:18 294  
[   ]vbar4_41988-12-18 21:18 294  
[   ]vertigo1988-12-18 21:18 294  
[   ]vibration1988-12-18 21:18 300  
[   ]weave1988-12-18 21:18 288  
[   ]weave21988-12-18 21:18 291  
[   ]white1988-12-18 21:18 288  
[   ]wiggly1988-12-18 21:19 291  
[   ]yinyang1988-12-18 21:19 294  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=N;O=D b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=N;O=D new file mode 100644 index 0000000..595d21a --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=N;O=D @@ -0,0 +1,85 @@ + + + + Index of /martin/tape/stuff/bitmaps/texture + + +

Index of /martin/tape/stuff/bitmaps/texture

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]yinyang1988-12-18 21:19 294  
[   ]wiggly1988-12-18 21:19 291  
[   ]white1988-12-18 21:18 288  
[   ]weave21988-12-18 21:18 291  
[   ]weave1988-12-18 21:18 288  
[   ]vibration1988-12-18 21:18 300  
[   ]vertigo1988-12-18 21:18 294  
[   ]vbar4_41988-12-18 21:18 294  
[   ]vbar3_11988-12-18 21:18 294  
[   ]vbar2_21988-12-18 21:18 294  
[   ]vbar1_31988-12-18 21:18 294  
[   ]vbar1_11988-12-18 21:18 294  
[   ]vampire1988-12-18 21:18 294  
[   ]ubalu21988-12-18 21:18 291  
[   ]ubalu1988-12-18 21:18 288  
[   ]tweeddish1988-12-18 21:18 300  
[   ]tweed_cross1988-12-18 21:18 306  
[   ]tweed5_51988-12-18 21:18 297  
[   ]tweed4_41988-12-18 21:18 297  
[   ]tweed4_31988-12-18 21:18 297  
[   ]tweed2_21988-12-18 21:18 297  
[   ]tweed1988-12-18 21:18 288  
[   ]tellipse1988-12-18 21:18 297  
[   ]stars11988-12-18 21:18 291  
[   ]stars1988-12-18 21:18 288  
[   ]squareknot1988-12-18 21:18 303  
[   ]spiral1988-12-18 21:18 291  
[   ]snake1988-12-18 21:18 288  
[   ]smile1988-12-18 21:18 288  
[   ]smallhex1988-12-18 21:18 297  
[   ]small_bighex1988-12-18 21:18 309  
[   ]six1988-12-18 21:18 282  
[   ]plaid8_81988-12-18 21:18 297  
[   ]plaid4_41988-12-18 21:18 297  
[   ]money1988-12-18 21:18 288  
[   ]lightgrey1988-12-18 21:18 300  
[   ]kapow1988-12-18 21:18 288  
[   ]ironcoat1988-12-18 21:18 297  
[   ]inversegrey1988-12-18 21:18 306  
[   ]hex1988-12-18 21:18 282  
[   ]greysun1988-12-18 21:18 294  
[   ]grey1988-12-18 21:18 285  
[   ]freckles1988-12-18 21:18 1.8K 
[   ]fishes1988-12-18 21:18 291  
[   ]fence31988-12-18 21:18 291  
[   ]fence21988-12-18 21:18 291  
[   ]fence11988-12-18 21:18 291  
[   ]escher161988-12-18 21:18 297  
[   ]escher81988-12-18 21:18 294  
[   ]el1988-12-18 21:18 279  
[   ]eight21988-12-18 21:18 291  
[   ]eight11988-12-18 21:18 291  
[   ]diagweave1988-12-18 21:18 300  
[   ]diag3_11988-12-18 21:18 294  
[   ]diag2_21988-12-18 21:18 294  
[   ]diag1_41988-12-18 21:18 836  
[   ]diag1_31988-12-18 21:18 294  
[   ]dashes1988-12-18 21:18 291  
[   ]darkgrey1988-12-18 21:18 297  
[   ]crabtweed1988-12-18 21:18 300  
[   ]crabcan31988-12-18 21:18 297  
[   ]crabcan21988-12-18 21:18 297  
[   ]crabcan11988-12-18 21:18 297  
[   ]cobblestone1988-12-18 21:18 306  
[   ]checks1988-12-18 21:18 291  
[   ]chainmail1988-12-18 21:18 300  
[   ]black1988-12-18 21:18 288  
[   ]bigweave1988-12-18 21:18 297  
[   ]bighex1988-12-18 21:18 291  
[   ]bats1988-12-18 21:18 285  

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=S;O=A b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=S;O=A new file mode 100644 index 0000000..6e8839e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/index.html?C=S;O=A @@ -0,0 +1,85 @@ + + + + Index of /martin/tape/stuff/bitmaps/texture + + +

Index of /martin/tape/stuff/bitmaps/texture

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]el1988-12-18 21:18 279  
[   ]hex1988-12-18 21:18 282  
[   ]six1988-12-18 21:18 282  
[   ]bats1988-12-18 21:18 285  
[   ]grey1988-12-18 21:18 285  
[   ]black1988-12-18 21:18 288  
[   ]kapow1988-12-18 21:18 288  
[   ]money1988-12-18 21:18 288  
[   ]smile1988-12-18 21:18 288  
[   ]snake1988-12-18 21:18 288  
[   ]stars1988-12-18 21:18 288  
[   ]tweed1988-12-18 21:18 288  
[   ]ubalu1988-12-18 21:18 288  
[   ]weave1988-12-18 21:18 288  
[   ]white1988-12-18 21:18 288  
[   ]bighex1988-12-18 21:18 291  
[   ]checks1988-12-18 21:18 291  
[   ]dashes1988-12-18 21:18 291  
[   ]eight11988-12-18 21:18 291  
[   ]eight21988-12-18 21:18 291  
[   ]fence11988-12-18 21:18 291  
[   ]fence21988-12-18 21:18 291  
[   ]fence31988-12-18 21:18 291  
[   ]fishes1988-12-18 21:18 291  
[   ]spiral1988-12-18 21:18 291  
[   ]stars11988-12-18 21:18 291  
[   ]ubalu21988-12-18 21:18 291  
[   ]weave21988-12-18 21:18 291  
[   ]wiggly1988-12-18 21:19 291  
[   ]diag1_31988-12-18 21:18 294  
[   ]diag2_21988-12-18 21:18 294  
[   ]diag3_11988-12-18 21:18 294  
[   ]escher81988-12-18 21:18 294  
[   ]greysun1988-12-18 21:18 294  
[   ]vampire1988-12-18 21:18 294  
[   ]vbar1_11988-12-18 21:18 294  
[   ]vbar1_31988-12-18 21:18 294  
[   ]vbar2_21988-12-18 21:18 294  
[   ]vbar3_11988-12-18 21:18 294  
[   ]vbar4_41988-12-18 21:18 294  
[   ]vertigo1988-12-18 21:18 294  
[   ]yinyang1988-12-18 21:19 294  
[   ]bigweave1988-12-18 21:18 297  
[   ]crabcan11988-12-18 21:18 297  
[   ]crabcan21988-12-18 21:18 297  
[   ]crabcan31988-12-18 21:18 297  
[   ]darkgrey1988-12-18 21:18 297  
[   ]escher161988-12-18 21:18 297  
[   ]ironcoat1988-12-18 21:18 297  
[   ]plaid4_41988-12-18 21:18 297  
[   ]plaid8_81988-12-18 21:18 297  
[   ]smallhex1988-12-18 21:18 297  
[   ]tellipse1988-12-18 21:18 297  
[   ]tweed2_21988-12-18 21:18 297  
[   ]tweed4_31988-12-18 21:18 297  
[   ]tweed4_41988-12-18 21:18 297  
[   ]tweed5_51988-12-18 21:18 297  
[   ]chainmail1988-12-18 21:18 300  
[   ]crabtweed1988-12-18 21:18 300  
[   ]diagweave1988-12-18 21:18 300  
[   ]lightgrey1988-12-18 21:18 300  
[   ]tweeddish1988-12-18 21:18 300  
[   ]vibration1988-12-18 21:18 300  
[   ]squareknot1988-12-18 21:18 303  
[   ]cobblestone1988-12-18 21:18 306  
[   ]inversegrey1988-12-18 21:18 306  
[   ]tweed_cross1988-12-18 21:18 306  
[   ]small_bighex1988-12-18 21:18 309  
[   ]diag1_41988-12-18 21:18 836  
[   ]freckles1988-12-18 21:18 1.8K 

+
Apache/2.4.10 (Debian) Server at freaknet.org Port 80
+ diff --git a/Bitmaps/freaknet.org/bitmaps/texture/inversegrey b/Bitmaps/freaknet.org/bitmaps/texture/inversegrey new file mode 100644 index 0000000..52e47f9 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/inversegrey @@ -0,0 +1,21 @@ +#define inversegrey_width 16 +#define inversegrey_height 16 +static char inversegrey_bits[] = { +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, +0xaa, 0xaa, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/ironcoat b/Bitmaps/freaknet.org/bitmaps/texture/ironcoat new file mode 100644 index 0000000..edc6bcb --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/ironcoat @@ -0,0 +1,21 @@ +#define ironcoat_width 16 +#define ironcoat_height 16 +static char ironcoat_bits[] = { +0x66, 0x66, +0xee, 0xee, +0x77, 0x77, +0x55, 0x55, +0x33, 0x33, +0xee, 0xee, +0x77, 0x77, +0x55, 0x55, +0x66, 0x66, +0xee, 0xee, +0x77, 0x77, +0x55, 0x55, +0x33, 0x33, +0xee, 0xee, +0x77, 0x77, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/kapow b/Bitmaps/freaknet.org/bitmaps/texture/kapow new file mode 100644 index 0000000..530bd6f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/kapow @@ -0,0 +1,21 @@ +#define kapow_width 16 +#define kapow_height 16 +static char kapow_bits[] = { +0xd8, 0xd8, +0xe4, 0xe4, +0xbe, 0xbe, +0x7d, 0x7d, +0x72, 0x72, +0xb1, 0xb1, +0x14, 0x14, +0x28, 0x28, +0xd8, 0xd8, +0xe4, 0xe4, +0xbe, 0xbe, +0x7d, 0x7d, +0x72, 0x72, +0xb1, 0xb1, +0x14, 0x14, +0x28, 0x28, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/lightgrey b/Bitmaps/freaknet.org/bitmaps/texture/lightgrey new file mode 100644 index 0000000..151fe93 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/lightgrey @@ -0,0 +1,21 @@ +#define lightgrey_width 16 +#define lightgrey_height 16 +static char lightgrey_bits[] = { +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, +0x44, 0x44, +0x11, 0x11, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/money b/Bitmaps/freaknet.org/bitmaps/texture/money new file mode 100644 index 0000000..b9b993e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/money @@ -0,0 +1,21 @@ +#define money_width 16 +#define money_height 16 +static char money_bits[] = { +0x04, 0x04, +0x1e, 0x1e, +0x07, 0x07, +0x0e, 0x0e, +0x1c, 0x1c, +0x0f, 0x0f, +0x04, 0x04, +0x00, 0x00, +0x40, 0x40, +0xe1, 0xe1, +0x70, 0x70, +0xe0, 0xe0, +0xc1, 0xc1, +0xf0, 0xf0, +0x40, 0x40, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/plaid4_4 b/Bitmaps/freaknet.org/bitmaps/texture/plaid4_4 new file mode 100644 index 0000000..75a0f3f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/plaid4_4 @@ -0,0 +1,21 @@ +#define plaid4_4_width 16 +#define plaid4_4_height 16 +static char plaid4_4_bits[] = { +0xaf, 0xaf, +0x5f, 0x5f, +0xaf, 0xaf, +0x5f, 0x5f, +0x05, 0x05, +0x0a, 0x0a, +0x05, 0x05, +0x0a, 0x0a, +0xaf, 0xaf, +0x5f, 0x5f, +0xaf, 0xaf, +0x5f, 0x5f, +0x05, 0x05, +0x0a, 0x0a, +0x05, 0x05, +0x0a, 0x0a, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/plaid8_8 b/Bitmaps/freaknet.org/bitmaps/texture/plaid8_8 new file mode 100644 index 0000000..aaf4042 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/plaid8_8 @@ -0,0 +1,21 @@ +#define plaid8_8_width 16 +#define plaid8_8_height 16 +static char plaid8_8_bits[] = { +0xff, 0xaa, +0xff, 0x55, +0xff, 0xaa, +0xff, 0x55, +0xff, 0xaa, +0xff, 0x55, +0xff, 0xaa, +0xff, 0x55, +0x55, 0x00, +0xaa, 0x00, +0x55, 0x00, +0xaa, 0x00, +0x55, 0x00, +0xaa, 0x00, +0x55, 0x00, +0xaa, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/six b/Bitmaps/freaknet.org/bitmaps/texture/six new file mode 100644 index 0000000..8c5c0f2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/six @@ -0,0 +1,21 @@ +#define six_width 16 +#define six_height 16 +static char six_bits[] = { +0x18, 0x18, +0x18, 0x0c, +0x10, 0x07, +0xc0, 0x03, +0xe0, 0x01, +0x78, 0x00, +0x3c, 0x00, +0x8f, 0xe1, +0x87, 0xf9, +0x00, 0x33, +0x00, 0x07, +0x40, 0x06, +0xe0, 0x0c, +0x30, 0x1c, +0x18, 0x18, +0x18, 0x18, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/small_bighex b/Bitmaps/freaknet.org/bitmaps/texture/small_bighex new file mode 100644 index 0000000..89002b5 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/small_bighex @@ -0,0 +1,21 @@ +#define small_bighex_width 16 +#define small_bighex_height 16 +static char small_bighex_bits[] = { +0x55, 0x55, +0xaa, 0xaa, +0xee, 0xee, +0xd7, 0xd7, +0x55, 0x55, +0xab, 0xab, +0xab, 0xab, +0x55, 0x55, +0x55, 0x55, +0xaa, 0xaa, +0xee, 0xee, +0x7d, 0x7d, +0x55, 0x55, +0xba, 0xba, +0xba, 0xba, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/smallhex b/Bitmaps/freaknet.org/bitmaps/texture/smallhex new file mode 100644 index 0000000..e73d253 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/smallhex @@ -0,0 +1,21 @@ +#define smallhex_width 16 +#define smallhex_height 16 +static char smallhex_bits[] = { +0x55, 0x55, +0xaa, 0xaa, +0xaa, 0xaa, +0x55, 0x55, +0x55, 0x55, +0xaa, 0xaa, +0xaa, 0xaa, +0x55, 0x55, +0x55, 0x55, +0xaa, 0xaa, +0xaa, 0xaa, +0x55, 0x55, +0x55, 0x55, +0xaa, 0xaa, +0xaa, 0xaa, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/smile b/Bitmaps/freaknet.org/bitmaps/texture/smile new file mode 100644 index 0000000..a072068 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/smile @@ -0,0 +1,21 @@ +#define smile_width 16 +#define smile_height 16 +static char smile_bits[] = { +0xe0, 0x07, +0x18, 0x18, +0x04, 0x20, +0x22, 0x44, +0x52, 0x4a, +0x51, 0x8a, +0x21, 0x84, +0x01, 0x80, +0x01, 0x80, +0x11, 0x88, +0x11, 0x88, +0x22, 0x44, +0xc2, 0x43, +0x04, 0x20, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/snake b/Bitmaps/freaknet.org/bitmaps/texture/snake new file mode 100644 index 0000000..c050bad --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/snake @@ -0,0 +1,21 @@ +#define snake_width 16 +#define snake_height 16 +static char snake_bits[] = { +0x33, 0x33, +0xbb, 0xbb, +0xee, 0xee, +0xcc, 0xcc, +0x33, 0x33, +0xbb, 0xbb, +0xee, 0xee, +0xcc, 0xcc, +0x33, 0x33, +0xbb, 0xbb, +0xee, 0xee, +0xcc, 0xcc, +0x33, 0x33, +0xbb, 0xbb, +0xee, 0xee, +0xcc, 0xcc, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/spiral b/Bitmaps/freaknet.org/bitmaps/texture/spiral new file mode 100644 index 0000000..b8e1e3b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/spiral @@ -0,0 +1,21 @@ +#define spiral_width 16 +#define spiral_height 16 +static char spiral_bits[] = { +0xfe, 0xff, +0x02, 0x80, +0xfa, 0xbf, +0x0a, 0xa0, +0xea, 0xaf, +0x2a, 0xa8, +0xaa, 0xab, +0xaa, 0xaa, +0xaa, 0xaa, +0x2a, 0xaa, +0xea, 0xab, +0x0a, 0xa8, +0xfa, 0xaf, +0x02, 0xa0, +0xfe, 0xbf, +0x00, 0x80, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/squareknot b/Bitmaps/freaknet.org/bitmaps/texture/squareknot new file mode 100644 index 0000000..034f47e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/squareknot @@ -0,0 +1,21 @@ +#define squareknot_width 16 +#define squareknot_height 16 +static char squareknot_bits[] = { +0x00, 0x00, +0x78, 0x1e, +0xfc, 0x3c, +0x9c, 0x39, +0x00, 0x33, +0x7f, 0xb6, +0x3f, 0xb4, +0x00, 0x30, +0x00, 0x30, +0x3f, 0xb4, +0x7f, 0xb6, +0x00, 0x33, +0x9c, 0x39, +0xfc, 0x3c, +0x78, 0x1e, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/stars b/Bitmaps/freaknet.org/bitmaps/texture/stars new file mode 100644 index 0000000..cac19dd --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/stars @@ -0,0 +1,21 @@ +#define stars_width 16 +#define stars_height 16 +static char stars_bits[] = { +0x04, 0x04, +0x1f, 0x1f, +0x0e, 0x0e, +0x0a, 0x0a, +0x40, 0x40, +0xf1, 0xf1, +0xe0, 0xe0, +0xa0, 0xa0, +0x04, 0x04, +0x1f, 0x1f, +0x0e, 0x0e, +0x0a, 0x0a, +0x40, 0x40, +0xf1, 0xf1, +0xe0, 0xe0, +0xa0, 0xa0, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/stars1 b/Bitmaps/freaknet.org/bitmaps/texture/stars1 new file mode 100644 index 0000000..75cf6f4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/stars1 @@ -0,0 +1,21 @@ +#define stars1_width 16 +#define stars1_height 16 +static char stars1_bits[] = { +0x04, 0x04, +0x1f, 0x1f, +0x0e, 0x0e, +0x0a, 0x0a, +0xa0, 0xa0, +0xe0, 0xe0, +0xf1, 0xf1, +0x40, 0x40, +0x04, 0x04, +0x1f, 0x1f, +0x0e, 0x0e, +0x0a, 0x0a, +0xa0, 0xa0, +0xe0, 0xe0, +0xf1, 0xf1, +0x40, 0x40, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tellipse b/Bitmaps/freaknet.org/bitmaps/texture/tellipse new file mode 100644 index 0000000..8ee9aaf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tellipse @@ -0,0 +1,21 @@ +#define tellipse_width 16 +#define tellipse_height 16 +static char tellipse_bits[] = { +0xa4, 0xda, +0xa4, 0xda, +0xa3, 0x3a, +0x90, 0xf6, +0x88, 0xee, +0x87, 0x1e, +0x80, 0xfe, +0xff, 0x00, +0x00, 0xff, +0x7f, 0x01, +0x78, 0xe1, +0x77, 0x11, +0x6f, 0x09, +0x5c, 0xc5, +0x5b, 0x25, +0x5b, 0x25, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed b/Bitmaps/freaknet.org/bitmaps/texture/tweed new file mode 100644 index 0000000..4c953f0 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed @@ -0,0 +1,21 @@ +#define tweed_width 16 +#define tweed_height 16 +static char tweed_bits[] = { +0x22, 0x22, +0xee, 0xee, +0x77, 0x77, +0x44, 0x44, +0x22, 0x22, +0xee, 0xee, +0x77, 0x77, +0x44, 0x44, +0x22, 0x22, +0xee, 0xee, +0x77, 0x77, +0x44, 0x44, +0x22, 0x22, +0xee, 0xee, +0x77, 0x77, +0x44, 0x44, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed2_2 b/Bitmaps/freaknet.org/bitmaps/texture/tweed2_2 new file mode 100644 index 0000000..4bfaf1b --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed2_2 @@ -0,0 +1,21 @@ +#define tweed2_2_width 16 +#define tweed2_2_height 16 +static char tweed2_2_bits[] = { +0xe2, 0x21, +0x2e, 0xed, +0xb7, 0x74, +0x84, 0x47, +0xe2, 0x21, +0x2e, 0xed, +0x48, 0x8b, +0x7b, 0xb8, +0x1d, 0xde, +0xd1, 0x12, +0xb7, 0x74, +0x84, 0x47, +0xe2, 0x21, +0x2e, 0xed, +0xb7, 0x74, +0x84, 0x47, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed4_3 b/Bitmaps/freaknet.org/bitmaps/texture/tweed4_3 new file mode 100644 index 0000000..729e279 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed4_3 @@ -0,0 +1,21 @@ +#define tweed4_3_width 16 +#define tweed4_3_height 16 +static char tweed4_3_bits[] = { +0xc2, 0x25, +0x0e, 0xe9, +0x97, 0x70, +0xa4, 0x43, +0x3d, 0xda, +0xf1, 0x16, +0x68, 0x8f, +0x5b, 0xbc, +0x3d, 0xda, +0xf1, 0x16, +0x68, 0x8f, +0x5b, 0xbc, +0xc2, 0x25, +0x0e, 0xe9, +0x97, 0x70, +0xa4, 0x43, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed4_4 b/Bitmaps/freaknet.org/bitmaps/texture/tweed4_4 new file mode 100644 index 0000000..95e55ed --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed4_4 @@ -0,0 +1,21 @@ +#define tweed4_4_width 16 +#define tweed4_4_height 16 +static char tweed4_4_bits[] = { +0xd2, 0x2d, +0x1e, 0xe1, +0x87, 0x78, +0xb4, 0x4b, +0x2d, 0xd2, +0xe1, 0x1e, +0x78, 0x87, +0x4b, 0xb4, +0x2d, 0xd2, +0xe1, 0x1e, +0x78, 0x87, +0x4b, 0xb4, +0xd2, 0x2d, +0x1e, 0xe1, +0x87, 0x78, +0xb4, 0x4b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed5_5 b/Bitmaps/freaknet.org/bitmaps/texture/tweed5_5 new file mode 100644 index 0000000..5231ede --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed5_5 @@ -0,0 +1,21 @@ +#define tweed5_5_width 16 +#define tweed5_5_height 16 +static char tweed5_5_bits[] = { +0xda, 0x3d, +0x16, 0xf1, +0x8f, 0x68, +0x43, 0xa4, +0x25, 0xc2, +0xe9, 0x0e, +0x70, 0x97, +0x43, 0xa4, +0x25, 0xc2, +0xe9, 0x0e, +0x70, 0x97, +0x43, 0xa4, +0x25, 0xc2, +0x16, 0xf1, +0x8f, 0x68, +0xbc, 0x5b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweed_cross b/Bitmaps/freaknet.org/bitmaps/texture/tweed_cross new file mode 100644 index 0000000..742f99c --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweed_cross @@ -0,0 +1,21 @@ +#define tweed_cross_width 16 +#define tweed_cross_height 16 +static char tweed_cross_bits[] = { +0x25, 0xc2, +0xe1, 0x1e, +0x68, 0x8f, +0x7a, 0x38, +0x5e, 0x1c, +0x16, 0xf1, +0x87, 0x78, +0xa4, 0x43, +0xc2, 0x25, +0x1e, 0xe1, +0x8f, 0x68, +0x38, 0x7a, +0x1c, 0x5e, +0xf1, 0x16, +0x78, 0x87, +0x43, 0xa4, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/tweeddish b/Bitmaps/freaknet.org/bitmaps/texture/tweeddish new file mode 100644 index 0000000..b89a89e --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/tweeddish @@ -0,0 +1,21 @@ +#define tweeddish_width 16 +#define tweeddish_height 16 +static char tweeddish_bits[] = { +0xd2, 0x2d, +0x1e, 0xe1, +0x87, 0x78, +0xb4, 0x4b, +0x2d, 0xd2, +0xe1, 0x1e, +0x78, 0x87, +0x4b, 0xb4, +0x2d, 0xd2, +0xe1, 0x1e, +0x78, 0x87, +0x4b, 0xb4, +0xd2, 0x2d, +0x1e, 0xe1, +0x87, 0x78, +0xb4, 0x4b, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/ubalu b/Bitmaps/freaknet.org/bitmaps/texture/ubalu new file mode 100644 index 0000000..a4f7fbc --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/ubalu @@ -0,0 +1,21 @@ +#define ubalu_width 16 +#define ubalu_height 16 +static char ubalu_bits[] = { +0x09, 0xfc, +0x09, 0x04, +0xf9, 0x04, +0x81, 0xe4, +0x81, 0x27, +0x9f, 0x20, +0x90, 0x20, +0x90, 0x3f, +0xfc, 0x09, +0x04, 0x09, +0x04, 0xf9, +0xe4, 0x81, +0x27, 0x81, +0x20, 0x9f, +0x20, 0x90, +0x3f, 0x90, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/ubalu2 b/Bitmaps/freaknet.org/bitmaps/texture/ubalu2 new file mode 100644 index 0000000..eccee2d --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/ubalu2 @@ -0,0 +1,21 @@ +#define ubalu2_width 16 +#define ubalu2_height 16 +static char ubalu2_bits[] = { +0x89, 0x9d, +0x08, 0x04, +0xf8, 0x04, +0x81, 0xe4, +0x81, 0x27, +0x1f, 0x20, +0x10, 0x20, +0x91, 0xb9, +0x9d, 0x89, +0x04, 0x08, +0x04, 0xf8, +0xe4, 0x81, +0x27, 0x81, +0x20, 0x1f, +0x20, 0x10, +0xb9, 0x91, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vampire b/Bitmaps/freaknet.org/bitmaps/texture/vampire new file mode 100644 index 0000000..32af919 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vampire @@ -0,0 +1,21 @@ +#define vampire_width 16 +#define vampire_height 16 +static char vampire_bits[] = { +0x11, 0x10, +0x09, 0x20, +0x2d, 0x68, +0x6d, 0x6c, +0xec, 0x6f, +0x4e, 0xe5, +0xde, 0xf7, +0xbe, 0xfb, +0xee, 0xef, +0xf6, 0xdf, +0xd2, 0x97, +0x92, 0x93, +0x13, 0x90, +0xb1, 0x1a, +0x21, 0x08, +0x41, 0x04, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vbar1_1 b/Bitmaps/freaknet.org/bitmaps/texture/vbar1_1 new file mode 100644 index 0000000..bd6a459 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vbar1_1 @@ -0,0 +1,21 @@ +#define vbar1_1_width 16 +#define vbar1_1_height 16 +static char vbar1_1_bits[] = { +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vbar1_3 b/Bitmaps/freaknet.org/bitmaps/texture/vbar1_3 new file mode 100644 index 0000000..d9e1c86 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vbar1_3 @@ -0,0 +1,21 @@ +#define vbar1_3_width 16 +#define vbar1_3_height 16 +static char vbar1_3_bits[] = { +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, +0x11, 0x11, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vbar2_2 b/Bitmaps/freaknet.org/bitmaps/texture/vbar2_2 new file mode 100644 index 0000000..c186391 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vbar2_2 @@ -0,0 +1,21 @@ +#define vbar2_2_width 16 +#define vbar2_2_height 16 +static char vbar2_2_bits[] = { +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, +0x33, 0x33, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vbar3_1 b/Bitmaps/freaknet.org/bitmaps/texture/vbar3_1 new file mode 100644 index 0000000..b8ca8b4 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vbar3_1 @@ -0,0 +1,21 @@ +#define vbar3_1_width 16 +#define vbar3_1_height 16 +static char vbar3_1_bits[] = { +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, +0xee, 0xee, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vbar4_4 b/Bitmaps/freaknet.org/bitmaps/texture/vbar4_4 new file mode 100644 index 0000000..6f33ed6 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vbar4_4 @@ -0,0 +1,21 @@ +#define vbar4_4_width 16 +#define vbar4_4_height 16 +static char vbar4_4_bits[] = { +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, +0x0f, 0x0f, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vertigo b/Bitmaps/freaknet.org/bitmaps/texture/vertigo new file mode 100644 index 0000000..e0ffa3f --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vertigo @@ -0,0 +1,21 @@ +#define vertigo_width 16 +#define vertigo_height 16 +static char vertigo_bits[] = { +0x54, 0x55, +0x57, 0x55, +0x50, 0xd5, +0x5f, 0x15, +0x40, 0xf5, +0x7f, 0x05, +0x00, 0xfd, +0xff, 0x01, +0x80, 0xff, +0xbf, 0x00, +0xa0, 0xfe, +0xaf, 0x02, +0xa8, 0xfa, +0xab, 0x0a, +0xaa, 0xea, +0xaa, 0x2a, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/vibration b/Bitmaps/freaknet.org/bitmaps/texture/vibration new file mode 100644 index 0000000..206c2ac --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/vibration @@ -0,0 +1,21 @@ +#define vibration_width 16 +#define vibration_height 16 +static char vibration_bits[] = { +0x19, 0x4c, +0xe4, 0x93, +0x1a, 0xac, +0xe5, 0x53, +0x15, 0x54, +0xca, 0xa9, +0x2a, 0xaa, +0xaa, 0xaa, +0x2a, 0xaa, +0xca, 0xa9, +0x15, 0x54, +0xe5, 0x53, +0x1a, 0xac, +0xe4, 0x93, +0x19, 0x4c, +0xe6, 0xb3, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/weave b/Bitmaps/freaknet.org/bitmaps/texture/weave new file mode 100644 index 0000000..0745b35 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/weave @@ -0,0 +1,21 @@ +#define weave_width 16 +#define weave_height 16 +static char weave_bits[] = { +0xfd, 0xfd, +0x05, 0x05, +0xfd, 0xfd, +0x55, 0x55, +0xdf, 0xdf, +0x50, 0x50, +0xdf, 0xdf, +0x55, 0x55, +0xfd, 0xfd, +0x05, 0x05, +0xfd, 0xfd, +0x55, 0x55, +0xdf, 0xdf, +0x50, 0x50, +0xdf, 0xdf, +0x55, 0x55, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/weave2 b/Bitmaps/freaknet.org/bitmaps/texture/weave2 new file mode 100644 index 0000000..79161ff --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/weave2 @@ -0,0 +1,21 @@ +#define weave2_width 16 +#define weave2_height 16 +static char weave2_bits[] = { +0xfd, 0xfd, +0x05, 0x05, +0xfd, 0xfd, +0xbd, 0xbd, +0xbd, 0xbd, +0xbf, 0xbf, +0xa0, 0xa0, +0xbf, 0xbf, +0xfd, 0xfd, +0x05, 0x05, +0xfd, 0xfd, +0xbd, 0xbd, +0xbd, 0xbd, +0xbf, 0xbf, +0xa0, 0xa0, +0xbf, 0xbf, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/white b/Bitmaps/freaknet.org/bitmaps/texture/white new file mode 100644 index 0000000..95b82bf --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/white @@ -0,0 +1,21 @@ +#define white_width 16 +#define white_height 16 +static char white_bits[] = { +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/wiggly b/Bitmaps/freaknet.org/bitmaps/texture/wiggly new file mode 100644 index 0000000..20599e1 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/wiggly @@ -0,0 +1,21 @@ +#define wiggly_width 16 +#define wiggly_height 16 +static char wiggly_bits[] = { +0xcc, 0xcc, +0x33, 0x33, +0x00, 0x00, +0x00, 0x00, +0xcc, 0xcc, +0x33, 0x33, +0x00, 0x00, +0x00, 0x00, +0xcc, 0xcc, +0x33, 0x33, +0x00, 0x00, +0x00, 0x00, +0xcc, 0xcc, +0x33, 0x33, +0x00, 0x00, +0x00, 0x00, + +}; diff --git a/Bitmaps/freaknet.org/bitmaps/texture/yinyang b/Bitmaps/freaknet.org/bitmaps/texture/yinyang new file mode 100644 index 0000000..9431bf2 --- /dev/null +++ b/Bitmaps/freaknet.org/bitmaps/texture/yinyang @@ -0,0 +1,21 @@ +#define yinyang_width 16 +#define yinyang_height 16 +static char yinyang_bits[] = { +0xe0, 0x07, +0xf8, 0x1f, +0xfc, 0x3f, +0xfe, 0x7f, +0xfe, 0x7f, +0xff, 0xff, +0xc3, 0xff, +0x99, 0xe7, +0x19, 0xe7, +0x01, 0xfe, +0x01, 0xbc, +0x02, 0x40, +0x02, 0x40, +0x04, 0x20, +0x18, 0x18, +0xe0, 0x07, + +}; diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/49ers.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/49ers.xbm.Z new file mode 100644 index 0000000..33f9361 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/49ers.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/63vette.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/63vette.xbm.Z new file mode 100644 index 0000000..aaac41b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/63vette.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/666.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/666.xbm.Z new file mode 100644 index 0000000..76f430b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/666.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/944gtp.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/944gtp.xbm.Z new file mode 100644 index 0000000..0aba0ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/944gtp.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/FANtasy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/FANtasy.xbm.Z new file mode 100644 index 0000000..bb77f13 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/FANtasy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/PANIC.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/PANIC.Z new file mode 100644 index 0000000..6f01ffd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/PANIC.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README new file mode 100644 index 0000000..3b1444a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README @@ -0,0 +1,933 @@ + The Poskanzer Bitmap Collection + Distribution of 24dec89 + Previous distribution 14aug89 + + +This is a collection of monochrome bitmaps, for use as background patterns, +clip-art, et cetera. They are stored in X11 bitmap format, and most of +them are compressed. If you need them in some other format, take a look +at my "pbm" portable bitmap toolkit, which is probably available from the +same place you got these bitmaps. + +Some of these bitmaps are copyrighted, but as far as I know none of them +have any restrictions on distribution. However, there may still be +restrictions on their use. For instance, the Digital Equipment logo is +trademarked, so even though my bitmap of it is not copyrighted, the +representation that results when you use it might get you into trouble. +In any case, if you know a reason why any of these bitmaps should not +be freely distributed, please let me know and I'll remove them from the +collection. + +The collection currently has 1851 bitmaps of various sizes from 16x16 to +1600x1280 The total size is about 110 megabytes uncompressed, and 27 +megabytes compressed. MORE BITMAPS ARE ALWAYS WELCOME! Mail submissions +to one of the addresses below, or tell me where I can FTP them from. To +email bitmaps, you can convert them to pbm format, which is designed to +be mailed safely. Or, if they are too large for that (more than 50K), +compress uuencode and split them. For example: + + compress largebitmap.macp + uuencode largebitmap.macp.Z largebitmap.macp.Z > largebitmap.macp.Z.uu + split -500 largebitmap.macp.Z.uu largebitmap.macp.Z.uu + foreach i ( largebitmap.macp.Z.uu?? ) + mail -s $i jef < $i + end + +Thank you for your support. + + Jef Poskanzer + {ucbvax, lll-crg, sun!pacbell, apple, hplabs}!well!pokey + + +And now, the list of bitmaps: + +name width height origin comments +---- ----- ------ ------ --------------------------------------- +49ers 172 160 Xerox A football helmet. +63vette 1152 671 GIF* A classic Corvette. +666 64 64 me The Bitmap of the Beast. +944gtp 1140 772 GIF* A racing Porsche. +FANtasy 695 900 me Ricardo Montalblan. +PANIC 1028 900 me "PANIC". +V 1152 900 Aitken Mask from Cover of 'V' album (Moore/Lloyd). +X 288 288 me The official X logo. +ada 381 441 urban Ada Lovelace. +adpcop 272 200 GIF* A comic character. +aface 40 40 Engel A ghostly face. +afterburner 640 400 GIF* From the ZZ-Top album. +ai 855 900 Sun* An artificial intelligence. +ai_3d_tor 576 454 CCC A three-D torus. +albert 768 600 GIF* Einstein in coveralls. +alicia 660 436 GIF* A Nagel-like graphic. +aliens 640 400 xpix* Ripley vs. Mama Alien. +aljimmy 416 526 xmac Albert Einstein and James Cagney? +animal1 1152 900 Aitken Animal Man. +animal2 512 342 xpix* A dog. +animal5 1152 900 Aitken Another Animal Man. +anotherworld 752 900 me Escher's "Another World". +apollo10 366 480 GIF* The Apollo 10 command module. +apple 16 16 Shein Like the Apple logo, but with an extra bite. +arch 16 16 Engel An arch. +arches 1152 900 ??? Somewhere in the southwest. +ariel 640 400 GIF* A flying fem. +arrows 48 58 DCM Some arrows. +as08g04 480 360 AStuff [CREAM LEMON: POP*CHASER] +as08g06 480 360 AStuff [ICZER-1] +as08g07 480 360 AStuff [ICZER-1] +as08g08 480 360 AStuff [ICZER-1] +as08g10 480 360 AStuff [ICZER-1] +as09g03 480 360 AStuff "Noah Izumi polishing her Patlabor mecha" [MOBILE POLICE PATLABOR] +as09g04 480 360 AStuff "A new arrival at the base" [MOBILE POLICE PATLABOR] +as09g07 480 360 AStuff "Sybel ponders a news leak" [BLACK MAGIC M-66] +as09g09 480 360 AStuff "M-66 cools off in the sewer system" [BLACK MAGIC M-66] +as10g05 480 360 AStuff "Alu and Leona get a new Tank Police logo on their tank!" [DOMINION] +ascot 512 404 xpix Motorcycle ad. +aspen 1152 900 ??? Leaves. +astronaut 1152 900 Berk An astronaut floating in space. +athena 100 100 Aoki MIT's Project Athena logo. +att 28 28 Ship An AT&T logo. +attack 968 905 Hope A Gahan Wilson picture +aufs 32 32 Colum Icon for AUFS AppleTalk-Unix interface. +autox 576 454 CCC Abstract - automatic x's. +aves_maxim 1152 900 Berk Birds. +aves_pionus 1152 900 Berk More birds. +axes 70 70 Engel A pair of axes. +b52s 1123 738 me B52 graveyard, from "Dead Tech". +balls3 1152 900 mp1w Ray-traced globes scene. +balls4 1152 900 mp1w Ray-traced globes scene. +balls5 1152 900 mp1w Ray-traced globes scene. +bananas 27 36 DCM Some bananas. See cherries and strawberry. +banzai 217 219 me Banzai Institute logo. +banzaitilt 220 218 me Banzai Institute logo, tilted. +baph 313 454 Lindsay The Baphomet of Mendes. +bat_joker 1152 900 Aitken Batman jumping at the Joker. +batman 1152 540 GIF* The Caped Crusader. +batman2 1152 900 Aitken The Batman. +batmobile 1152 900 Aitken Batmobile from The Killing Joke. +batsignal 64 64 Onions "To the Batcave, Robin!" +batsignal2 762 469 me The bat-signal. +bboop 206 450 GIF* Betty Boop. +bc 1152 900 ??? Satellite image of British Columbia. +bear 576 450 mp1w A bear. +bears 1152 900 Ship Two bears from a Far Side cartoon. +beatles 473 415 Ship John, George, Paul, and Ringo. +beatles2 640 400 GIF* Paul, Ringo, George, and John. +belvedere 443 697 mp1w M. C. Escher's "Belvedere". +bengal_tiger 512 342 xmac A tiger. +betyboop 576 720 xpix Betty Boop. +bfg962 1024 700 hue A Porsche 962. +bgrnd 64 44 mp1w Op-art tiling background. +bicycle 361 271 Xerox A 10-speed bike. +big_face 576 720 xpix Girl and Flower. +bigcalvin 1024 864 xpix Calvin and Hobbes. +bigcheapmoon 1184 1056 Berk* Looks like bigfullmoon, but is 40% cheaper. +bigcheapmoo2 1328 1178 Berk* Like bigcheapmoon, but the moon itself is enlarged. +bigfish 552 199 Xerox Actually it's more like a whale. +bigfullmoon 1600 1280 Berk* An extended version of fullmoon. +bigstars 1600 1280 Berk* An extended version of stars. +bilbo 640 400 GIF* Bilbo Baggins, from the Rankin-Bass "Hobbit". +bill 280 203 Xerox A Mr. Bill cartoon. +billtcat 640 400 GIF* "Ack ack!!" +bitch 728 869 me "Life's a bitch and so am I!" +bitrot 576 450 CCC* Decaying bits. +bladerunner 960 600 GIF* From a movie poster. +blastoff 640 350 GIF* A shuttle taking off. +bldg 400 451 CCC A building. +bloom 576 454 CCC Bloom County. +blotch 576 454 CCC Abstract. +bob 61 75 Train J. R. "Bob" Dobbs, from the xbob hack. +boom 576 454 CCC Abstract. +breathtakers 297 424 kendy A speedway ad. +briareos 320 240 WPI Briareos the cyborg [APPLESEED] +bricks1 100 100 me A brick wall background. +bricks2 100 100 me Another brick wall background. +broadcast 64 64 TomC A radio tower broadcasting stuff. +bronze 1152 717 GIF* Detail from some religious sculpture. +brooke 513 342 xpix Brooke Shields. +bud 1152 864 GIF* These buds are for you. +buggs 640 400 GIF* Buggs Bunny on the analyst's couch. +bulldog 390 408 GIF* A bulldog. +bulls_eye 576 454 CCC Abstract. +bunny 99 99 lmjm Playboy bunny. +bush 523 522 Haeber George Bush. +cablecar 1024 700 hue A cable car. +cafewall 128 64 kinzler The "Cafe Wall" optical illusion. +cafewall2 256 128 kinzler Another "Cafe Wall". +calvin 512 432 xpix Calvin and Hobbes. +calvin2 90 90 xrn Calvin - the alternate xrn icon. +calvin3 1152 900 Aitken Calvin & Hobbes Dancing to music. +car 751 276 Idraw a car +cards/* 40 60 xsol A set of playing cards - 52 bitmaps. +carlogos 576 720 Ship* A bunch of car logos -- neat! +carpet 1024 864 xpix Sierpinski carpet, order 3. +cars 576 720 xpix Some cars. +carstrucks 474 614 Ship Some cars and trucks. +casablanca 690 514 me Scene from the movie. +cassette 58 34 DCM A tape cassette. +castrovalva 632 789 me Escher's "Castrovalva". +cbrinkly 576 720 xpix Christie Brinkley. +celebration 510 698 mp1w An elvish party. +cellauto 1152 900 RPI One-dimensional cellular automaton. +challenger 1152 720 GIF* A shuttle taking off. +chao 256 277 Caro The Sacred Chao. +chao2 168 176 HO'P* Another Sacred Chao. +cheapmoon 960 848 Berk* Looks like fullmoon, but is 20% cheaper. +cheesecake 1152 900 Berk Sports Illustrated swimsuit shot. +cheeta 520 593 xpix A cheeta's face. +cheeta2 640 441 GIF* A cheeta. +cherries 34 38 DCM Some cherries. See bananas and strawberry. +chess 576 454 CCC* A chessboard. +chinalake?? 548 420 ???* 14 images in three different sequences, of planes and missiles. +chipmunks 640 350 GIF* Cartoon chipmunks. +churchy 357 480 schwrtz Scanned from The Puce Stamp Catalog. +circles1 36 36 me A circular background. +circles2 576 454 CCC Abstract. +clint 730 974 mp1w Nice contrasty Clint Eastwood. +clip_art_39 576 720 HO'P Random clip-art. +cliparts 576 720 xpix Shareware clip-art. +closed 550 271 Xerox A large "CLOSED" sign. +clover 576 454 CCC Abstract. +cobra 960 600 GIF* A snake in the desert. +coke 64 64 Leres The Coca-Cola logo. +coke2 371 300 me A Coca-Cola can. +coke_small 110 107 me The Coca-Cola logo. +coke_thai 339 274 me A Coca-Cola can from Thailand. +columbine 1152 900 ??? Flowers. +con 128 32 mp1w A "console" icon. +conrac 576 427 mugs* A video monitor undergoing feedback. +console 74 52 me A console icon. +countach 624 468 xpix* The famous Lamborghini. +cow 64 64 me A cow. +cow2 598 835 me "MOOOOO!!!" +coyote 640 400 GIF* Wile E. Coyote. +cramps 458 581 allynh A Cramps poster. +creationii 1152 678 GIF* Detail from the Sistine Chapel ceiling. +crosby 575 427 mugs* Bing Crosby. +cs9 1152 721 GIF* Colorado & Southern engine number nine. +csh 74 52 me A csh icon. +cube 111 129 me A cube. +cube2 103 105 HO'P* Another cube. +cubepile 339 346 me A bunch of cubes. +cubicspace 645 636 me Escher's "Cubic Space Division". +cylinders 59 59 Engel A tiling cylinders background. +daffy 640 400 GIF* Daffy duck. +daisy 99 99 Engel A little flower. +dalek 429 525 urban "EXXXTERRRMINNNATE!!" +dali 576 900 PMA a Dali +dancer 232 303 Ship An oriental dancer. +database 64 64 TomC GIGO. +david 243 267 me An impossible star of david. +dayandnight 1152 672 me Escher's "Day and Night". +daybreak 1152 900 Berk Maxfield Parish's "Daybreak". +dc10 1024 700 hue The commercial jet. +dcm_cursors/* 16 16 DCM 205 different cursors, all 16x16. +dcm_icons/* 64 64 DCM 45 different icons, all 64x64. +dcm_misc/* * * DCM 118 bitmaps, of various (small) sizes. +dcm_textures/* 16 16 DCM 79 different textures, all 16x16. +dean 870 516 me James Dean, 1955. +death 512 511 xmac "Death and Transfiguration" +descartes 480 410 mugs* Rene Descartes. +desert 960 600 GIF* A desert scene. +deunan 320 480 WPI Deunan Knute [APPLESEED] +digital 295 89 me The DEC logo. +diplomacy 608 576 xmac A board for the game Diplomacy. +dirty_logo 507 204 Okamoto logo from [DIRTY PAIR] +dirtypair 1152 900 WPI Yuri and Kei [DIRTY PAIR] +dmr 812 900 ???* Dennis Ritchie. +dnews 64 64 TomC digital news. +dolphins 172 160 Xerox A football helmet. +don_daisy 384 350 GIF* Donald and Daisy Duck. +donald 1152 900 Aitken Donald Duck's face. +donaldduck 320 200 GIF* Donald Duck. +dont_panic 150 180 Ship From the Hitchhiker's Guide. +dont_panic2 60 60 Quisp Ditto. +doors 564 132 GIF* The Doors logo. +dot 36 36 me A dot. +dragon 576 720 xmac Escher's "Dragon". +dragon2 313 442 Ship A smaller "Dragon". +dragon3 960 600 GIF* A dragon breathing fire. +dragon4 1024 1024 mp1w Dragon and dragonslayer. +dredd 1152 900 Aitken Judge Dredd from 2000AD. +drgw480 1152 831 GIF* A steam engine. +drkrider 457 667 xpix* Frank Frazetta's "Dark Rider". +drugs 208 216 me A bunch of CONTAC capsules. +ducks 746 710 Idraw some greeting-card ducks +dwarves 1321 1016 mp1w Dwarves by the Hildebrand brothers. +e_n 573 485 allynh Einsturzende Neubauten logo. +eagle 64 64 gandalf FRG eagle. +earth1 452 403 GIF* The Earth. +earth2 488 488 GIF* The Earth. +earth3 514 511 GIF* The Earth. +earthrise 480 360 GIF* The Earth, rising above the Moon. +echidna1 576 563 mp1w Hidden-surface geometric art. +eddie 576 720 xpix Eddie Murphy. +edwinaldrin 1024 900 GIF* A famous shot on the moon. +einstein 900 900 GIF* Albert Einstein. +einstein2 1152 900 Aitken Einstein & dice. +electric_eng 1152 900 Sun An electrical engineer at work. +elvis 480 444 mugs* Elvis Presley. +emacs 64 64 TomC An emacs icon. +emirikol 1024 789 ??? A D&D woodcut. +enterprise 1152 900 ??? The starship Enterprise. +enterprise1 272 170 Xfont A view of NCC 1701. +enterprise2 368 170 Xfont Another view of NCC 1701. +escher 64 64 wyle Fishy background pattern. +eve 320 240 WPI Tokimatsuri Eve [MEGAZONE 23] +eve2 576 395 WPI Tokimatsuri Eve [MEGAZONE 23] +eye1 208 180 me The Eye in the Pyramid. +eye1I 208 180 me The Eye in the Pyramid, inverted background. +eye2 576 454 CCC* An abstract eye-in-pyramid. +eye3 43 37 HO'P* A very small Eye in the Pyramid. +eyes 163 46 me A pair of sinister eyes, taken from the original mazewar game at Xerox. +eyes2 256 192 ??? A pair of eyes in foliage. +f14 576 720 xpix Shareware jet. +f18 1024 700 hue The jet fighter. +faces/* * * richb Some small icons from Rich Burridge's faces program. +fantasia 640 400 GIF* Mickey mouse as a wizard. +far_side 1152 900 Berk A Far Side comic. +fence 64 76 mp1w Cyclone fence tiling background. +ferrari 560 242 xpix* The car. +fig 64 64 supoj Icon for Fig. +fingerprint 576 454 CCC Abstract. +fish 32 16 other The fish from the xfish hack. +fish2 235 162 jonnyg The monochrome fish from xaqua. +fish3 64 64 djones A tiling fish background. +fish4 375 176 russ* One of the two fish in twofish. +fish5 287 136 russ* One of the two fish in twofish. +flames 250 250 me A blowtorch. +flamingos 1152 900 Aitken Punk Flamingos - Larson. +flow 576 454 CCC* Abstract. +flyhull 1024 800 ??? A hobie cat? +foo 576 454 CCC* Abstract. (Fixed version.) +football 1152 900 Aitken Scene from an early soccer game. +fourpoll 576 454 CCC Abstract. +fourpoll1 576 454 CCC Abstract. +fractal 455 454 CCC* Abstract - crystalline structure. +frazetta 576 720 mp1w A Frazetta. +free 153 69 DCM "Free!" +fresnel 576 454 CCC* Abstract - Fresnel lens. +frog 1152 900 Aitken Boy with frog in mouth. +fuji1 153 38 HO'P* Mountain, moonrise. (CORRUPTED) +fullmoon 1152 900 Berk The moon, set in a star field. +galaxy 64 64 Sun A galaxy. +galois 276 398 mugs* Evariste Galois. +garfield 337 177 Xerox Garfield the cat. +garfield2 412 420 GIF* Another Garfield. +gasket 1024 864 xpix Sierpinski gasket, order 2. +gauss 278 399 mugs* Karl Friderich Gauss. +geisha 576 720 xpix A geisha. +ghostbust 358 285 Xerox The Ghostbusters logo. +girlorb 960 600 GIF* A girl looking at an orb. +glass 520 520 GIF* A glass filled with ice cubes and fluid. +glasses 576 438 mp1w Wire-frame geometric art. +globe 64 64 Sun A globe. +globes/* 256 256 Sun Thirty globes. +goaway 64 64 Ship "GO AWAY". +goblinking 960 600 GIF* The Goblin King, from the Rankin-Bass "Hobbit". +godzilla 1152 900 Berk The famous monster. +goofy 298 350 GIF* Goofy. What is Goofy, anyway? +gort 64 64 Sun "Klaatu barada nikto." +gort_klaatu 620 660 me From "The Day the Earth Stood Still". +graf_pic 576 454 CCC* Abstract. +graph 64 64 Quisp An icon for a graphing program. +gratefuldead 520 128 GIF* Grateful Dead logo. +greavey 205 244 schwrtz Scanned from The Puce Stamp Catalog. +greenback 499 210 Hains A one-dollar bill. +griffin 576 454 xpix* A griffin. +grimjack 152 148 me Grimjack's demon emblem. +grundoon 209 395 schwrtz Scanned from The Puce Stamp Catalog. +gun 1152 900 Aitken "Avoid improper use" pistol - Serre. +guru 85 326 me Chinese characters. +gwtw 1152 768 GIF* Scene from Gone With The Wind. +halo 1152 900 Aitken Halo Jones from 2000AD. +hands 455 377 mp1w M. C. Escher's "Drawing Hands". +hawkins 388 462 allynh Screamin' Jay Hawkins. +he_man 576 720 xpix A cartoon character. +heythere 1097 779 Aitken Garfield and a bale of organic material. +hilbert 264 398 mugs* David Hilbert. +hills 576 720 xpix Landscape line-drawing. +hobbes 1152 900 Aitken Calvin & Hobbes in a puddle. +hobbes2 64 64 ??? Hobbes. +honda 1024 700 hue A racing motorcycle. +honey 900 900 GIF* Peter Honeyman. +horror 552 664 xmac A nightmare. +horse 1152 900 mp1w A horse. +howland 392 437 schwrtz Scanned from The Puce Stamp Catalog. +huntress 576 720 xpix A BBS advertisment. +icon 32 32 mp1w An abstract icon. +imaginat 314 332 GIF* A man with a little dragon. +in_use 64 64 Ship "IN USE!" +infantry 640 480 MLM M60 machinegunner and friend +interceptor 557 370 mugs* A motorcycle. +inv 576 454 CCC Abstract. +ironbfly 640 66 GIF* Iron Butterfly logo. +jackson 294 354 GIF* Andrew Jackson, cut from the $20 bill. +jaco 524 827 Bilmes Jaco Pastorius (bass player) +janis 576 427 mugs* Janis Joplin. +japan_chks1 54 54 me A checkered pattern. +japan_chks2 59 59 me A checkered pattern. +japan_comb 45 60 me A comb pattern. +japan_hex 96 80 me A hexagon pattern. +japan_mesh 32 32 me An interlocking pattern. +jeffairplane 512 166 GIF* Jefferson Airplane logo. +jefferson 288 359 me Thomas Jefferson's face, cut from the twodollar bitmap. +jerry 238 321 HO'P Jerry Garcia in front of a rose window. +jimi 576 427 mugs* Jimi Hendrix. +john_yoko 1152 900 Berk John and Yoko. +joker 1152 900 Aitken Joker laughing. +journeys_end 1152 900 Ship Edward Albee's (???) "Journey's End". +judge_death 1152 900 Aitken Judges Dredd & Death (2000AD). +jungle 1152 900 Aitken Group portrait from The Jungle Book. +jungle2 1280 1005 mp1w Abstract. +junkers1 1143 753 me Junked cars, from "Dead Tech". +junkers2 1152 900 me Junked cars and sheep, from "Dead Tech". +jupiter1 1152 900 me Voyager 1-19, P-21082, Jupiter, Io, and Europa. +jupiter2 1152 900 me Voyager 1-??, P-??, Jupiter. +kb 1152 900 ??? Kate Bush. +kb_big 1600 1280 ??? A bigger Kate Bush. +kei1 240 416 RPI A cartoon character. +kei2 496 432 RPI A cartoon character. +kei4 320 240 WPI Kei w/stats from ANIMAG [DIRTY PAIR] +kei5 640 400 WPI Kei popping her top .. [DIRTY PAIR] +kelp 1152 900 ??? Some seaweed. +kermit 64 64 TomC A kermit icon. +kilroy 64 64 frank Kilroy was here. +kingtut 1280 800 GIF* King Tut's mask. +kinski 576 517 xmac Nastassja Kinski's face. +kirk 512 342 xpix* Captain Kirk and Lt. Uhura. +kirk2 593 834 GIF* Captain Kirk. +kitty 1152 720 GIF* A kitten. +knight 960 600 GIF* A high tech knight. +knight2 60 90 Engel A knight. +knot 219 209 me From Escher's "Knots". +knuth 1152 900 GIF* Knuth: the man, the legend, the bitmap. +koala 576 720 xpix MacVision advertisment. +kome 64 64 Leres Radio station KOME logo. +kristen 576 720 xpix Nice soft-core graphic by Nagel. +kumi 786 1168 Okamoto Kumi Miyasato (voice of Eve [MEGAZONE 23]) +ladybug 164 341 schwrtz Scanned from The Puce Stamp Catalog. +lambda_sig 576 450 HO'P Lambda Sigma Delta logo. +landscape 512 512 ??? ? +launch 576 454 xpix* Space shuttle launch. +lbl 64 64 Leres Lawrence Berkeley Lab logo. +ledzeppelin 380 148 GIF* Led Zeppelin logo. +leningrad 946 617 me Fortress of Peter and Paul, 1973, by Bresson. +lenna 518 486 Ship From the same people who brought you the mandrill. +lenna16 819 767 Ship Another lenna, larger. +leon 640 480 WPI Leon the ADP cop [BUBBLEGUM CRISIS] +leopard 800 600 ??? A leopard's face. +life 240 240 Xerox A pattern from Conway's game of life. +livingdl 562 900 GIF* James Bond movie poster. +lock 32 32 Millik* A padlock. +london 1067 900 GIF* A London scene. +lottery 876 777 me "Binky plays the lottery for you." +lum1 464 480 RPI A cartoon character. +lum2 352 480 RPI A cartoon character. +lum3 640 480 WPI face o' Lum [URUSEI YATSURA] +lum4 640 480 WPI UY "ad" featuring Lum [URUSEI YATSURA] +lum6 1152 900 WPI Lum flying [URUSEI YATSURA] +lum7 576 576 RPI Lum logo from UY'87 [URUSEI YATSURA] +lunarrover 640 458 GIF* The Apollo lunar rover. +luthor 1152 900 Aitken Lex Luthor. +lynn 1152 900 GIF* Lynn Conway? +m109 900 900 Tait ray-traced M-109 self-propelled gun +mac 64 64 TomC A Macintosh icon. +mac_bomb 64 64 TomC A Macintosh that just blew up. +mac_frown 64 64 TomC A frowning Macintosh. +mac_question 64 64 TomC A Macintosh with a question mark. +mac_smile 64 64 TomC A smiling Macintosh. +mackent 576 454 CCC A strange "ME" logo. +madness 64 44 mp1w Op-art tiling background. +madonna 524 338 xpix* A HyperDrive advertisment. +maginot 1152 698 me The Maginot Line, from "Dead Tech". +magsphere 576 454 CCC* Abstract. +mahjongg/* * * geb 140 bitmaps from the "Dragon" mahjongg game. +mail 64 64 Sun A mailbox with mail in it. +mail2 64 64 TomC A slightly improved mail icon. +mandelbrot 1152 901 mp1w A nice B&W rendition of part of the set. +mandrill 512 480 xpix The famous mandrill. +mandrill16 818 766 xpix The famous mandrill, larger. +mandrill18 920 862 xpix The famous mandrill, even larger. +mandrillfs 512 512 phils The mandrill using Floyd-Steinberg half-toning instead of dithering. +manhattan 1152 900 Aitken Dr. Manhattan skeleton from "Watchmen". +manhattan2 386 900 me Dr. Manhattan from "Watchmen". +manhattan3 1152 621 me Dr. Manhattan from "Watchmen". +manhattan4 567 900 me Dr. Manhattan from "Watchmen". +manmoon 576 454 xpix* Astronaut and flag. +mans 576 454 CCC* New wave robotoids. +map200 512 480 phils A map of Malaysia, Floyd-Steinberged and edge-enhanced. +marilyn1 1152 900 Berk Marilyn Monroe, badly dithered. +marilyn2 279 491 xpix* Marilyn Monroe by Warhol. +marilyn3 511 596 xpix* Famous calendar pose of Marilyn Monroe. +masaru 640 480 WPI Masaru (#27) [AKIRA] +mask 576 454 CCC Abstract. +max 346 326 mugs* Max Headroom. +max2 1152 900 Ship More Max headroom. +max_brandy 1184 952 Berk E&J brandy advertisment. +maxhead 640 400 GIF* Still more Max Headroom. +maxheadroom 640 400 GIF* Yet Another Max Headroom. +maxrabbit1 64 64 PMA Max the Rabbit [SAM & MAX] +maxrabbit2 100 100 PMA Max in ancient Egypt [SAM & MAX] +mazatlan 1152 900 Xerox A postcard from Mehico. +maze1 100 100 me A maze background. Wraps around. +maze2 768 768 xpix A scene from MazeWar. +medeco 576 454 CCC Logo - the distortion is intentional. +mendo 320 200 GIF* Mendo Jutaro [URUSEI YATSURA]. +mentael 576 720 mp1w A wizard. +mental_fwys 464 280 HO'P Abstract. +mentor 576 454 CCC Dream stereo control panel. +mesozoic 490 442 Ship A cartoon with dinosaurs. +messages 64 64 mp1w A mailbox icon. +messages_snd 64 64 mp1w A mail-send icon. +mgr/* * * SDH 221 icons of various sizes from MGR. +mickey 576 720 xpix** Mickey Mouse. +mickey2 328 326 mugs* Mickey Mouse as the Sorceror's Apprentice. +mickey3 58 58 DCM Another Mickey Mouse. +mickey4 640 400 GIF* Yet another Mickey Mouse, as a wizard. +mickey5 64 64 mp1w Small Mickey Mouse. +mickey_cave 1152 900 Aitken Mickey & nephews at Injun Joe's cave. +milk 840 580 GIF* A Doc Edgerton milk-drop strobe shot. +miller 1152 880 GIF* The Champagne of Beers. +minako 1152 893 Okamoto Minako Honda (random Japanese singer) +minako4 315 233 Okamot* Minako Honda (random Japanese singer) reduced +minmei1 320 240 Okamoto Lynn Minmei [MACROSS] +minmei2 640 950 WPI Lynn Minmei [MACROSS: FLASHBACK 2012] +minmei3 680 614 WPI Lynn Minmei [MACROSS: FLASHBACK 2012] +minmei5 480 360 AStuff Lynn Minmei [MACROSS: FLASHBACK 2012] +miranda 576 720 xpix Voyager 2 image of the moon Miranda. +mistert 64 64 ??? "Hey suckah!" +mit 168 145 Xfont An MIT logo. +mmail 64 64 TomC An open mailbox. +mobot_1 348 419 mugs* A robot. +model_t 1152 720 GIF* The Ford model T. +moeb 576 720 xpix Escher's "Band von Moebius II". +monalisa 780 880 GIF* Leonardo's Mona Lisa. +monkeys/* 46 64 marti 16 monkey icons. +monumentvly 1152 720 GIF* Magnificent buttes. +moodyblues 640 120 GIF* Moody Blues logo. +moonflag 640 400 GIF* Old Glory on the moon. +morrison 428 439 mugs* Jim Morrison. +motel 596 856 me From _Motel_of_the_Mysteries_ by David Macaulay. +mouffetard 632 900 me Rue Mouffetard, Paris 1954, Cartier-Bresson +mountain 1152 900 ??? Mt. St. Helens and Spirit Lake. +mountains 1153 1025 mp1w A mountaineering scene. +mouse 62 26 Xerox A tiny mouse on wheels. +movietone 16 16 me A nice simple background pattern. +mstreep 576 720 xpix Allegedly Meryl Streep. +mug 177 171 mugs* A mug. +mughi 640 480 WPI Mughi [DIRTY PAIR] +nagel11 588 684 GIF* A graphic by Patrick Nagel +nagel12 517 342 mp1w A Nagel. +nasty 602 900 me Nasty Detmer, from Grimjack #41. +nausicaa3 64 64 PMA Nausicaa [NAUSICAA OF THE VALLEY OF WIND] +nausicaa4 1152 900 PMA Nausicaa [NAUSICAA OF THE VALLEY OF WIND] +nausicaa5 510 450 PMA Nausicaa [NAUSICAA OF THE VALLEY OF WIND] +nausicca1 496 480 RPI Nausicaa. +nausicca2 496 480 RPI Nausicaa. +nebula 576 720 xpix Astromonical photograph. +needle 599 703 kendy An anti-drug message. +nerd 197 197 me R. Crumb's nerd. +net2 16 16 Engel A net-like background. +news 64 64 DCM A news icon. +news2 64 64 TomC Another news icon. +next 64 64 me The NeXT logo. +nil 576 454 CCC NIL. +nile 576 454 CCC* A phrase in Greek. +no 199 199 me A circle-with-bar, for customization. +nobozos 64 64 Sun No Bozos. +nomail 64 64 Sun A mailbox without any mail. +nomail2 64 64 TomC A slightly inproved nomail icon. +nonoids 135 150 Quisp The Domino's Pizza character. +nosl 469 746 kendy No Speed Limit - a car-parts ad. +nosmoking 232 233 me A cigarette in a circle-with-bar. +nosmoking2 64 64 Sun A smaller cigarette-in-a-slashed-circle. +nukenewyork 1152 900 me New York, by Chesley Bonestell. +odie 380 400 GIF* Odie the salivating dog. +okay 51 23 DCM "Ok!" +okay2 71 30 DCM "Okay." +oliver 408 411 mp1w Oliver Wendell Jones. +oppenheimer 601 765 me J. Robert Oppenheimer. +opus 485 416 mugs* Opus the Penguin (stuffed). +opus2 1152 900 ??? Opus's fantasy. +opus3 576 720 mp1w "Penguin Lust, Figure 1." +opus_croakus 640 400 GIF* Opus, during his short-lived career as a Rock God. +orangeroad 640 480 WPI ? [KIMAGURE ORANGE ROAD] +owl 1152 900 ??? An owl. +owlman 546 480 GIF* An owl-man. +packet 64 64 TomC A funnel. ??? +panther 576 720 xpix Interesting graphic of panther and fem. +parrot 960 600 GIF* A parrot. +peace 640 480 GIF* "Peace On Earth". +peidmont 576 720 xpix Another Nagel graphic. +pepsi 559 365 Idraw Pepsi's contribution to perestroika +pern 576 720 mp1w A globe/map of Pern. +perq 768 768 mp1w Ray-traced Perq ad. +peter 678 799 me Peter Gabriel. +phoenix 576 454 CCC* Line drawing of phoenix. +phone 64 48 Sun A telephone. +phone2 64 64 TomC Another telephone. +picard_yar 960 600 GIF* Jean-Luc and Tasha. +pickup 1024 700 hue A large-wheeled pickup truck. +pil 128 128 allynh The logo of Public Image Ltd. +pinkfld 640 400 GIF* The postcard from the Dark Side of the Moon LP. +pipe_maze 576 720 HO'P A maze of plumbing. +pipes 100 100 me Plumbing background. Wraps around. +plumbing 331 278 HO'P The parts uses to create pipe_maze. +pogo 264 373 schwrtz Scanned from The Puce Stamp Catalog. +poohbear 209 223 GIF* Winnie the Pooh. +popart 576 454 CCC Abstract. +porky 242 353 schwrtz Scanned from The Puce Stamp Catalog. +porsche928 1152 720 GIF* A Porsche 928. +porsche930 1024 700 hue A Porsche 930. +pot 90 90 Engel A marijuana leaf. +prisoner 195 203 Riggle The penny-farthing bicycle. +procession 491 674 HO'P Escher's "Procession". +quantum 393 378 me The quantum mechanic from "Science Made Stupid". +quasi_circle 1152 900 greg A "quasi-circle" -- a very convoluted closed curve. +rap 218 63 HO'P* RAP. +rapanui 627 564 me Easter Island scene. +rato 116 146 HO'P* El Rato de el Paso. +reagan 442 402 mugs* Ronald Wilson Reagan. +reagan2 444 616 Ship A somewhat less serious portrait. +reagan3 425 684 Haeber A better version of reagan2. +reagan4 900 900 GIF* The Great Communicator. +realeye 112 75 ??? A human eye. Good looking, too. +redarrow 960 600 GIF* Some frogs. +redrock 1152 720 GIF* A wilderness scene. +reflect 483 691 Ship* Escher's "Hand With Reflecting Globe". +relativity 576 546 mp1w M. C. Escher's "Relativity". +reptiles 485 407 mp1w M. C. Escher's "Reptiles". +rhine 1024 808 Xerox A village scene on the Rhine. +rick_hunter 500 400 GIF* Lt. Rick Hunter, from Macross. +riemann 226 256 mugs* Georg Friedrich Bernhard Riemann. +rlogin 74 52 me An rlogin icon. +rn 48 48 Leres A blowtorch. +rn2 64 64 Ship Another rn icon. +roadrunner 79 106 LaFerl* "BEEP BEEP!!!" +robot 960 600 GIF* "Warning, Will Robinson! Danger!" +rockets 1152 900 me Rocket Garden, from "Dead Tech". +roger 1152 720 GIF* Welcome to Toon Town. +rolex 64 64 TomC A Rolex watch face. +ronbo 576 720 xpix A movie poster - Ronald Ronbo. +rorschach 1152 590 me Rorschach from "Watchmen". +rose 382 469 me A rose. Extracted from a NeWS demo. +rose2 32 32 HO'P* Another rose. +rpicalvin 512 470 xpix More Calvin and Hobbes. +run 256 49 Ship Little running men. +sabre 640 300 GIF* An F-86 Sabre. +sam_dredd 1152 900 Aitken Dredd fighting a Samurai (2000AD). +sanfrancisco 1152 900 GIF* San Francisco postcard. +sanka 1152 828 GIF* A Sanka commercial. +saturn 800 600 ??? A montage of Voyager II pictures. +saturnV 960 600 GIF* A Saturn V on the launch pad. +scarabs 520 351 xmac A pair of dung-beetles. +scooby 334 415 GIF* Scooby-dooby-do! +scorpion 576 450 xmac A nice drawing of a nasty crustacean. +scrooge 576 720 xpix Scrooge McDuck. +sea 960 600 GIF* A sea scene. +sequent 48 48 rlb Sequent Computer Systems logo. +shapes 100 100 me A geometric shapes background. +shin 416 440 RPI A cartoon character. +shin2 640 480 WPI Shin [AREA 88] +shred 209 221 ilsa* Logo from SHRED magazine. +shuttle 640 480 MLM space shuttle piggybacked on a 747 +sick_cow 1152 900 Aitken Cows at a barbecue - Larson. +sinatra 514 452 mugs* Frank Sinatra. +skull 1152 900 Tait CAT scan slice of a human skull +skull1 576 720 xpix An anatomical drawing of a skull. +skull2 576 720 xmac An anatomical drawing of a skull. +skull3 87 109 HO'P* A skull. +skulls 281 183 HO'P* A bunch of skulls. +skyandwater1 635 631 me Escher's "Sky and Water 1". +slime_mold 488 702 HO'P Abstract. +slug 60 40 daryl U.C. Santa Cruz logo. +smallmoon 256 256 Xerox The moon. +smiley 36 36 me A smiley-face. +smiley2 16 16 Ship Another smiley-face. +smurftan 490 314 GIF* How smurfs get blue. +snail1 599 405 me A bunch of snails. +snail2 500 647 me A sectioned nautilus. +snow 1152 900 Aitken Snow White with Seven Dwarves. +software_eng 771 900 Sun* A bit-juggler. +solarball 1152 900 mp1w Ray-traced globes scene. +sp245 732 720 ??? Southern Pacific locomotive 245. +speedracer 640 400 GIF* Go, Speed Racer! +sphere 146 146 Xerox A sphere. This is one of the oldest bitmaps around -- I saw it in 1974. +sphere2 57 56 HO'P* Another sphere. +sphere3 82 81 HO'P* Another sphere. +spock 512 342 xpix* Mr. Spock. +spock2 305 329 Ship Spock's face. +spock3 500 392 GIF* Another Mr. Spock. +spock4 488 642 GIF* Mr. Spock. +spock5 420 392 GIF* Mr. Spock. +spock6 1152 900 Aitken Mr. Spock looking "fascinated". +spock7 531 651 mp1w Yet another Mr. Spock. +spockirk 960 600 GIF* Spock and Kirk. +spotty 64 64 dpz A spotty background. +sq_tunnel 576 454 CCC Abstract. +stairs 420 695 me Escher's "House of Stairs". +stanford1 208 216 Xfont A Stanford logo. +stanford2 128 216 Xfont Another Stanford logo. +stars 1152 900 Berk A star-field. +startrek 512 342 xpix* McCoy, Kirk, and Spock. +steinheim 1024 808 Berk A haunted castle. +stopsign 64 64 DCM A stop sign. +stpeter 1152 900 me Escher's "St. Peter, Rome". +strawberry 35 32 DCM A strawberry. See bananas and cherries. +sun 64 64 Sun A Sun logo icon. +sun2 25 25 Ship Another Sun logo. +sun3 32 32 Ship Yet another Sun logo. +sun4 1152 900 Sun A VERY LARGE Sun logo. +sunicons/* 64 64 rice 27 icons from the sun-icons collection. +swamp1 1154 854 Aitken Swamp Thing angry from SOST #23(?). +swamp2 1152 900 Aitken Swamp Thing "arising" from SOST #25(?). +swiss 64 64 TomC A swiss army knife. +sybasesnail1 35 56 me Sybase logo. +sybasesnail2 56 90 me Sybase logo. +sybasesnail3 69 111 me Sybase logo. +sybasesnail4 111 179 me Sybase logo. +talk 64 64 Ship A "talk" icon. +talking 576 454 CCC Talking Heads logo. +tallship 540 350 GIF* A three-masted ship of the line. +tapecover1 298 276 HO'P Tape label: abstract. +tapecover10 283 267 HO'P Tape label: abstract. +tapecover11 283 267 HO'P Tape label: abstract. +tapecover12 283 267 HO'P Tape label: petroglyphs. +tapecover13 285 265 HO'P Tape label: mandala / pretty cool. +tapecover14 283 268 HO'P Tape label: abstract / eye / branches. +tapecover15 285 265 HO'P Tape label: skull / Grateful Dead. +tapecover16 283 268 HO'P Tape label: skulls / Grateful Dead. +tapecover17 285 265 HO'P Tape label: mesh / Fuji. +tapecover18 283 265 HO'P Tape label: mesh / snakes. +tapecover19 285 265 HO'P Tape label: tunnel. +tapecover2 298 276 HO'P Tape label: mandala / zap. +tapecover20 283 267 HO'P Tape label: abstract. +tapecover21 285 265 HO'P Tape label: El Rato de El Paso. +tapecover22 285 265 HO'P Tape label: man smoking / Grateful Dead. +tapecover23 285 265 HO'P Tape label: Sacred Chao / snake / eye. +tapecover24 283 267 HO'P Tape label: shapes / eye. +tapecover25 285 265 HO'P Tape label: Weeping Beatnik. +tapecover26 283 267 HO'P Tape label: abstract. +tapecover27 285 265 HO'P Tape label: three-D / eye. +tapecover28 283 267 HO'P Tape label: moon ghost / zap. +tapecover29 283 267 HO'P Tape label: "Tape" / "DOLBY". +tapecover3 282 266 HO'P Tape label: ball & shadow & spot. +tapecover30 283 267 HO'P Tape label: ribbons / "TAPE". +tapecover31 285 265 HO'P Tape label: HO'P Sampler 1987. +tapecover32 285 265 HO'P Tape label: "RAP I". +tapecover4 283 267 HO'P Tape label: rose / "DEAD". +tapecover5 282 267 HO'P Tape label: "mUSIc". +tapecover6 282 267 HO'P Tape label: crystal domains. +tapecover7 283 267 HO'P Tape label: stuzzy waves / zap. +tapecover8 283 267 HO'P Tape label: Grateful Dead. +tapecover9 283 267 HO'P Tape label: ribbons / Grateful Dead. +tardis 72 116 Riggle A London police box. +tb2_1 1152 900 Aitken Thunderbird 2 - Gerry Anderson. +tb2_2 1248 877 Aitken Another view of Thunderbird 2. +teddy_bear 1152 1024 mp1w A teddy bear. +tek 64 64 TomC A graphics terminal icon. +telnet 74 52 me A telnet icon. +ten 661 285 mp1w A ten-dollar bill. +tennis 320 240 WPI two anime tennis players [MACROSS?] +thing 576 720 xpix A very *nasty* thing. +three_worlds 512 356 xmac Escher's "Three Worlds". +thumbprint 438 687 me My right thumbprint. +thumper 420 390 GIF* Thumper the rabbit. +tidings 576 720 xpix Shareware clipart. +tiffany 830 744 Xerox Generic female face. +timex 64 64 Leres A slightly-modified clock face. +tinymoon 65 64 me Very small moon, converted from my phoon program. +tip 74 52 me A tip icon. +tmi1 1144 756 me Three Mile Island, from "Dead Tech". +tmi2 596 900 me Three Mile Island, from "Dead Tech". +tompetty 653 900 PMA Tom Petty. +tongue 16 16 me A very small tongue. +toucan 1152 717 GIF* A toucan. +touchup/* * * touch Various bitmaps a raster editor. +train1 392 280 xpix* A steam engine. +trek 60 34 Sun A small Starship Enterprise. +treman 1024 808 ??? Treman Falls. +triangle 173 151 me The impossible triangle. +tty 64 64 DCM A dumb-terminal icon. +tvc15 576 454 CCC Abstract. +tweety 80 112 gandalf Tweety-pie. +tweety2 355 347 GIF* "I tot I taw a puddy-tat!" +two_fishes 576 576 HO'P Abstract based on yin-yang. +twodollar 1024 808 Xerox A two-dollar bill. +twofish 414 458 russ Two tropical fishies. +u2 1152 900 ??? U2. +u2_big 1600 1280 ??? A bigger U2. +ucseal 240 229 ??? University of California seal. +underground1 303 246 me The London Underground's logo. +unicorn 120 150 Quisp A unicorn. +unicorn2 567 653 mp1w A unicorn. +unixman 64 192 cw A unix fan. +uwmadison 48 48 Cohrs Logo for UW-Madison. +valentine 100 100 Ship A valentine. +valkyrie 576 432 WPI* VF-4 Valkyrie fighter [MACROSS] +vanna 576 720 xpix The Amazing Vanna White. +vanna2 337 477 xpix* The Amazing Vanna White again. +venn 576 454 CCC Venn-diagram abstraction. +venus 1152 699 GIF* Venus on the half-shell. +veretek 332 506 Ship A GoBot, I suppose. +veritech 350 450 WPI Valkyrie in Battloid mode [MACROSS] +verybigmark 1152 900 MarkW Mark Weiser's VERY LARGE face. +virgil 1152 900 Aitken Virgil Tracy from Thunderbird 1. +vt100 64 64 TomC A VT100 icon. +vt102 64 64 TomC A VT102 icon. +vt220 64 64 TomC A VT220 icon. +vtube 50 70 Engel A vacuum tube. +washington 288 333 GIF* George Washington, cut from the $1 bill. +watchmen 1152 900 Aitken The "Watchmen" smiley-face. +waterfall 576 720 xmac Based on Escher's "Waterfall". +waterfall2 456 584 mp1w M. C. Escher's "Waterfall". +waves1 100 100 me A wavy background. +waves2 100 100 me Another wavy background. +weirdscience 576 454 CCC Abstract. +wesley 1152 900 GIF* A full-screen image of Wesley Crusher, for your defacing pleasure. +whitedragon 856 900 GIF* Cover from McCafferey's book. +wild_things 1152 900 mp1w "Where the Wild Things Are". +wizards 540 700 GIF* From Bakshi's movie. +wizpic 576 576 mp1w A wizard. +womanwithban 576 454 CCC Utterly abstract. +woodduck 528 671 xmac A nice duck drawing. +working 322 69 DCM "Working..." +wrath_head 247 272 Ship A nasty-looking head. +wring 576 454 CCC* A write ring. +write_file 76 87 Ship Clearly devolved. +wrwatch 512 342 xpix* A stopwatch. +xconq 32 32 mp1w Icon for xconq. +xerox 573 154 Xerox The Xerox logo. +xim 100 100 phils Icon for xim - looks like a slide. +xmille 60 80 mp1w Mille Bournes icon. +xrn 50 50 xrn The xrn icon. +xterm 74 52 me An xterm icon. +xwander/* * * cuddy 40 bitmaps from the xwanderer game. +yafa 183 116 Caro The Yafa logo. +yamaha2 1024 700 hue A racing motorcycle. +yamato 576 454 CCC Japanese phrase. +yellowpages 64 64 Sun Let your fingers do the walking. +yield 48 48 DCM A yield sign. +yin_yang1 98 98 Xerox Yin and Yang. +yin_yang2 576 454 CCC Yin and Yang. +yoda 135 218 Xerox Ah, Yoda you seek. Powerful Jedi is he. +yoda2 78 55 DCM Another Yoda. +yogi 640 400 GIF* Smarter than the average bear. +yosemite 1152 900 Berk Yosemite valley. +yoyodyne 288 288 me YOYODYNE Propulsion Systems. +yuri1 512 512 RPI A cartoon character. +yuri2 512 512 RPI A cartoon character. +yuri3 489 644 RPI A cartoon character. +z_gundam 576 432 WPI* Zeta Gundam [ZETA GUNDAM] +zapata 576 454 xpix* A running shoe. +zebragrl 576 720 xpix By Olivia deBerardinis. +zeta_logo 794 446 Okamoto logo from [ZETA GUNDAM] +zip 48 52 DCM U.S. Postal Service logo. +zippy 466 410 mugs* Zippy the Pinhead. +zonk 385 422 mp1w Zonker Harris, from Doonesbury. + +The code for the origin column is as follows: + + xpix = from the xpix collection of Seth Finkelstein, Project Athena + CCC = Concourse Computer Center, via xpix + RPI = Rensselaer Prophylactic Institute + me = Jef Poskanzer + GIF = converted to monochrome from one of the anonymous FTP GIF archives + HO'P = Harold Poskanzer + Xerox = from various people at Xerox + xmac = from Patrick Naughton's xmac collection + Berk = from the xbackgrounds collection on ucbvax.Berkeley.Edu + mugs = from the mugshots subdirectory of xpix + Ship = from Peter Shipley of UC Berkeley + DCM = from DC Martin of UC Berkeley + Sun = from the Sun icon library + rice = from the sun-icons directory on titan.rice.edu + TomC = Thomas Clodfelter of JPL + Xfont = extracted from a font in the X.V11R2 release + Leres = Craig Leres of the Lawrence Berkeley Lab + phils = Philip R. Thompson of MIT + Caro = Perry Caro, then of Xerox + Riggle = David Riggle, then of Xerox + Hains = Chuck Hains of Xerox + Shein = Barry Shein + Millik = Walter Milliken + LaFerl = Robert LaFerla + frank = frank@lands.CED.Berkeley.EDU + Onions = Julian Onions of Nottingham University + Train = Douglas Trainor of UCLA + lmjm = Lee McLoughlin + cw = Chris Walters + dpz = David P. Zimmerman + wyle = Mitchell Wyle + rlb = Bob Brown + supoj = Supoj Sutanthavibul of UTexas + gandalf = Juergen "Gandalf" Wagner, CSLI, Stanford + xsol = from David Lemke's xsol game, but he got them from somewhere else + touch = from Raymond Kreisel's "touchup" raster editor + urban = Mike Urban + Quisp = Keith MacKay + Cohrs = Dave Cohrs of UW-Madison + other = see comments + Colum = Columbia University in the City of New York + Haeber = Paul Haeberli of SGI + xrn = from the xrn program of Ellen Sentovich and Rick Spickelmier + cuddy = Mike Cuddy + daryl = Daryl Odnert + russ = Russell Sutherland, University of Toronto + richb = Rich Burridge, Sun Microsystems Australia + allynh = Allyn Hardyck of UC Berkeley + MarkW = Mark Weiser, then of UMCP + SDH = Stephen D. Hawley of Bellcore + Lindsay = Lindsay Marshall + Engel = Sean Philip Engelson of Yale + Aoki = Paul Aoki of UC Berkeley + allynh = Allyn Hardyck of UC Berkeley + hue = Jonathan Hue + greg = Greg Kuperberg of UC Berkeley + geb = Gary E. Barnes + Idraw = idraw distribution + Hope = Mike Jipping + AStuff = ANIME STUFF electronic magazine + WPI = WPI anime GIF archive + Okamoto = Jeff Okamoto + MLM = Michael L. Mauldin + PMA = Paul M. Aoki + Tait = W. Cyrus Tait + Aitken = Jummy Aitkey on Pyramid Ltd. + mp1w = from the collection of Marc Russell Pawliger + kinzler = Stephen Kinzler + ilsa = Ilsa VanHook + marti = Marti Hearst + djones = Dave Jones + jonnyg = Jonathan Roger Greenblatt + schwrtz = Michael Schwartz + kendy = Ken Dye + ??? = unknown + * = the star indicates I touched it up a bit or two + ** = two stars means it was touched up by George W. Phillips + + +NOTE: The following copyright notice applies to the images from AStuff: + +\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ +ANIME STUFF Copyright (C) 1989 Tom Mitchell & MIDORI COMMUNICATIONS +All rights reserved. +This publication originally appears on CompuServe Information Service's +Comic Book & Animation Forum. +USENET distribution rights belong exclusively to Jude George. +USENET Address : jg2f@andrew.cmu.edu + +Original Copyrights to the material reviewed, articles written and +graphics presented are reserved by their respective owners. The contents +of Anime Stuff may be reproduced in any form of media so long as the names +of the authors are preserved, articles remain intact, and ANIME STUFF is +mentioned as the source. + +Articles & computer artwork in Anime Stuff may be re-published in +newsletters so long as a copy of the publication in which the articles +appear are sent to: + +MIDORI COMMUNICATIONS +c/o Tom Mitchell +474 Chowning Circle +Dayton, OHIO 45429 diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README.old b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README.old new file mode 100644 index 0000000..5c15aea --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README.old @@ -0,0 +1,490 @@ + The Poskanzer Bitmap Collection + Distribution of 31oct88 + Previous distribution 23may88 + + +This is a collection of monochrome bitmaps, for use as background patterns, +clip-art, et cetera. They are stored in X11 bitmap format, and most of +them are compressed. If you need them in some other format, take a look +at my "pbm" portable bitmap toolkit, which is probably available from the +same place you got these bitmaps. + +Some of these bitmaps are copyrighted, but as far as I know none of them +have any restrictions on distribution. However, there may still be +restrictions on their use. For instance, the Digital Equipment logo is +trademarked, so even though my bitmap of it is not copyrighted, the +representation that results when you use it might get you into trouble. +In any case, if you know a reason why any of these bitmaps should not +be freely distributed, please let me know and I'll remove them from the +collection. + +The collection currently has 1038 bitmaps of various sizes from 16x16 to +1600x1280 The total size is about 47 megabytes uncompressed, and 7 +megabytes compressed. MORE BITMAPS ARE ALWAYS WELCOME! Mail submissions +to one of the addresses below, or tell me where I can FTP them from. To +email bitmaps, you can convert them to pbm format, which is designed to +be mailed safely. Or, if they are too large for that (more than 50K), +compress uuencode and split them. For example: + + compress largebitmap.macp + uuencode largebitmap.macp.Z largebitmap.macp.Z > largebitmap.macp.Z.uu + split -500 largebitmap.macp.Z.uu largebitmap.macp.Z.uu + foreach i ( largebitmap.macp.Z.uu?? ) + mail -s $i jef < $i + end + +Thank you for your support. + + Jef Poskanzer + jef@rtsg.ee.lbl.gov + {ucbvax, lll-crg, sun!pacbell, apple, hplabs}!well!pokey + + +And now, the list of bitmaps: + +name width height origin comments +---- ----- ------ ------ --------------------------------------- +49ers 172 160 Xerox A football helmet. +666 64 64 me The Bitmap of the Beast. +X 288 288 me The official X logo. +ada 381 441 urban Ada Lovelace. +ai_3d_tor 576 454 CCC A three-D torus. +aliens 640 400 xpix* Ripley vs. Mama Alien. +aljimmy 416 526 xmac Einstein. +animal2 512 342 xpix* A dog. +apple 16 16 Shein Like the Apple logo, but with an extra bite. +arrows 48 58 DCM Some arrows. +ascot 512 404 xpix Motorcycle ad. +astronaut 1152 900 Berk An astronaut floating in space. +att 28 28 Ship An AT&T logo. +aufs 32 32 Colum Icon for AUFS AppleTalk-Unix interface. +autox 576 454 CCC Abstract - automatic x's. +aves_maxim 1152 900 Berk Birds. +aves_pionus 1152 900 Berk More birds. +bananas 27 36 DCM Some bananas. See cherries and strawberry. +banzai 217 219 me Banzai Institute logo. +banzaitilt 220 218 me Banzai Institute logo, tilted. +batsignal 64 64 Onions "To the Batcave, Robin!" +bears 1152 900 Ship Two bears from a Far Side cartoon. +beatles 473 415 Ship John, George, Paul, and Ringo. +bengal_tiger 512 342 xmac A tiger. +betyboop 576 720 xpix Betty Boop. +bicycle 361 271 Xerox A 10-speed bike. +big_face 576 720 xpix Girl and Flower. +bigcalvin 1024 864 xpix Calvin and Hobbes. +bigcheapmoon 1184 1056 Berk* Looks like bigfullmoon, but is 40% cheaper. +bigfish 552 199 Xerox Actually it's more like a whale. +bigfullmoon 1600 1280 Berk* An extended version of fullmoon. +bigstars 1600 1280 Berk* An extended version of stars. +bill 280 203 Xerox A Mr. Bill cartoon. +bitrot 576 450 CCC* Decaying bits. +bldg 400 451 CCC A building. +bloom 576 454 CCC Bloom County. +blotch 576 454 CCC Abstract. +bob 61 75 Train J. R. "Bob" Dobbs, from the xbob hack. +boom 576 454 CCC Abstract. +bricks1 100 100 me A brick wall background. +bricks2 100 100 me Another brick wall background. +broadcast 64 64 TomC A radio tower broadcasting stuff. +brooke 513 342 xpix Brooke Shields. +bulls_eye 576 454 CCC Abstract. +bunny 99 99 lmjm Playboy bunny. +bush 523 522 Haeber George Bush. +calvin 512 432 xpix Calvin and Hobbes. +calvin2 90 90 xrn Calvin - the alternate xrn icon. +cards/* 40 60 xsol A set of playing cards - 52 bitmaps. +carlogos 576 720 Ship* A bunch of car logos -- neat! +carpet 1024 864 xpix Sierpinski carpet, order 3. +cars 576 720 xpix Some cars. +carstrucks 474 614 Ship Some cars and trucks. +cassette 58 34 DCM A tape cassette. +cbrinkly 576 720 xpix Christie Brinkley. +cellauto 1152 900 RPI One-dimensional cellular automaton. +chao 256 277 Caro The Sacred Chao. +chao2 168 176 HO'P* Another Sacred Chao. +cheapmoon 960 848 Berk* Looks like fullmoon, but is 20% cheaper. +cheesecake 1152 900 Berk Sports Illustrated swimsuit shot. +cheeta 520 593 xpix A cheeta's face. +cherries 34 38 DCM Some cherries. See bananas and strawberry. +chess 576 454 CCC* A chessboard. +circles1 36 36 me A circular background. +circles2 576 454 CCC Abstract. +cliparts 576 720 xpix Shareware clip-art. +closed 550 271 Xerox A large "CLOSED" sign. +clover 576 454 CCC Abstract. +coke 64 64 Leres The Coca-Cola logo. +conrac 576 427 mugs* A video monitor undergoing feedback. +console 74 52 me A console icon. +countach 624 468 xpix* The famous Lamborghini. +cow 64 64 me A cow. +crosby 575 427 mugs* Bing Crosby. +csh 74 52 me A csh icon. +cube 111 129 me A cube. +cube2 103 105 HO'P* Another cube. +cubepile 339 346 me A bunch of cubes. +dalek 429 525 urban "EXXXTERRRMINNNATE!!" +dancer 232 303 Ship An oriental dancer. +database 64 64 TomC GIGO. +david 243 267 me An impossible star of david. +daybreak 1152 900 Berk Maxfield Parish's "Daybreak". +dcm_cursors/* 16 16 DCM 205 different cursors, all 16x16. +dcm_icons/* 64 64 DCM 45 different icons, all 64x64. +dcm_misc/* * * DCM 118 bitmaps, of various (small) sizes. +dcm_textures/* 16 16 DCM 79 different textures, all 16x16. +death 512 511 xmac "Death and Transfiguration" +descartes 480 410 mugs* Rene Descartes. +digital 295 89 me The DEC logo. +diplomacy 608 576 xmac A board for the game Diplomacy. +dnews 64 64 TomC digital news. +dolphins 172 160 Xerox A football helmet. +dont_panic 150 180 Ship From the Hitchhiker's Guide. +dont_panic2 60 60 Quisp Ditto. +dot 36 36 me A dot. +dragon 576 720 xmac Escher's "Dragon". +dragon2 313 442 Ship A smaller "Dragon". +drkrider 457 667 xpix* Frank Frazetta's "Dark Rider". +drugs 208 216 me A bunch of CONTAC capsules. +eagle 64 64 gandalf DDR eagle. +eddie 576 720 xpix Eddie Murphy. +elvis 480 444 mugs* Elvis Presley. +emacs 64 64 TomC An emacs icon. +enterprise1 272 170 Xfont A view of NCC 1701. +enterprise2 368 170 Xfont Another view of NCC 1701. +escher 64 64 wyle Fishy background pattern. +eye1 208 180 me The Eye in the Pyramid. +eye1I 208 180 me The Eye in the Pyramid, inverted background. +eye2 576 454 CCC* An abstract eye-in-pyramid. +eye3 43 37 HO'P* A very small Eye in the Pyramid. +eyes 163 46 me A pair of sinister eyes, taken from the original mazewar game at Xerox. +f14 576 720 xpix Shareware jet. +far_side 1152 900 Berk A Far Side comic. +ferrari 560 242 xpix* The car. +fig 64 64 supoj Icon for Fig. +fingerprint 576 454 CCC Abstract. +fish 32 16 other The fish from the xfish hack. +flow 576 454 CCC* Abstract. +foo 576 454 CCC* Abstract. +fourpoll 576 454 CCC Abstract. +fourpoll1 576 454 CCC Abstract. +fractal 455 454 CCC* Abstract - crystalline structure. +free 153 69 DCM "Free!" +fresnel 576 454 CCC* Abstract - Fresnel lens. +fuji1 153 38 HO'P* Mountain, moonrise. +fullmoon 1152 900 Berk The moon, set in a star field. +galaxy 64 64 Sun A galaxy. +galois 276 398 mugs* Evariste Galois. +garfield 337 177 Xerox Garfield the cat. +gasket 1024 864 xpix Sierpinski gasket, order 2. +gauss 278 399 mugs* Karl Friderich Gauss. +geisha 576 720 xpix A geisha. +ghostbust 358 285 Xerox The Ghostbusters logo. +globe 64 64 Sun A globe. +goaway 64 64 Ship "GO AWAY". +godzilla 1152 900 Berk The famous monster. +gort 64 64 Sun "Klaatu barada nikto." +graf_pic 576 454 CCC* Abstract. +graph 64 64 Quisp An icon for a graphing program. +greenback 499 210 Hains A one-dollar bill. +griffin 576 454 xpix* A griffin. +guru 85 326 me Chinese characters. +he_man 576 720 xpix A cartoon character. +hilbert 264 398 mugs* David Hilbert. +hills 576 720 xpix Landscape line-drawing. +horror 552 664 xmac A nightmare. +huntress 576 720 xpix A BBS advertisment. +interceptor 557 370 mugs* A motorcycle. +in_use 64 64 Ship "IN USE!" +inv 576 454 CCC Abstract. +janis 576 427 mugs* Janis Joplin. +jefferson 288 359 me Thomas Jefferson's face, extracted from the twodollar bitmap. +jimi 576 427 mugs* Jimi Hendrix. +john_yoko 1152 900 Berk John and Yoko. +journeys_end 1152 900 Ship Edward Albee's (???) "Journey's End". +kei1 240 416 RPI A cartoon character. +kei2 496 432 RPI A cartoon character. +kelp 1152 900 ??? Some seaweed. +kermit 64 64 TomC A kermit icon. +kilroy 64 64 frank Kilroy was here. +kinski 576 517 xmac Nastassja Kinski's face. +kirk 512 342 xpix* Captain Kirk and Lt. Uhura. +koala 576 720 xpix MacVision advertisment. +kome 64 64 Leres Radio station KOME logo. +kristen 576 720 xpix Nice soft-core graphic by Nagel. +launch 576 454 xpix* Space shuttle launch. +lbl 64 64 Leres Lawrence Berkeley Lab logo. +lenna 518 486 Ship From the same people who brought you the mandrill. +lenna16 819 767 Ship Another lenna, larger. +life 240 240 Xerox A pattern from Conway's game of life. +lock 32 32 Millik* A padlock. +lum1 464 480 RPI A cartoon character. +lum2 352 480 RPI A cartoon character. +mac 64 64 TomC A Macintosh icon. +mac_bomb 64 64 TomC A Macintosh that just blew up. +mac_frown 64 64 TomC A frowning Macintosh. +mac_question 64 64 TomC A Macintosh with a question mark. +mac_smile 64 64 TomC A smiling Macintosh. +mackent 576 454 CCC A strange "ME" logo. +madonna 524 338 xpix* A HyperDrive advertisment. +magnetosphere 576 454 CCC* Abstract. +mail 64 64 Sun A mailbox with mail in it. +mail2 64 64 TomC A slightly improved mail icon. +mandrill 512 480 xpix The famous mandrill. +mandrill16 818 766 xpix The famous mandrill, larger. +mandrill18 920 862 xpix The famous mandrill, even larger. +mandrillfs 512 512 phils The mandrill using Floyd-Steinberg half-toning instead of dithering. +manmoon 576 454 xpix* Astronaut and flag. +mans 576 454 CCC* New wave robotoids. +map200 512 480 phils A map of Malaysia, Floyd-Steinberged and edge-enhanced. +marilyn1 1152 900 Berk Marilyn Monroe, badly dithered. +marilyn2 279 491 xpix* Marilyn Monroe by Warhol. +marilyn3 511 596 xpix* Famous calendar pose of Marilyn Monroe. +mask 576 454 CCC Abstract. +max 346 326 mugs* Max Headroom. +max2 1152 900 Ship More Max headroom. +max_brandy 1184 952 Berk E&J brandy advertisment. +maze1 100 100 me A maze background. Wraps around. +maze2 768 768 xpix A scene from MazeWar. +medeco 576 454 CCC Logo - the distortion is intentional. +mentor 576 454 CCC Dream stereo control panel. +mesozoic 490 442 Ship A cartoon with dinosaurs. +mickey 576 720 xpix Mickey Mouse, slightly messed up. +mickey2 328 326 mugs* Mickey Mouse as the Sorceror's Apprentice. +mickey3 58 58 DCM Another Mickey Mouse. +miranda 576 720 xpix Voyager 2 image of the moon Miranda. +mistert 64 64 ??? "Hey suckah!" +mit 168 145 Xfont An MIT logo. +mmail 64 64 TomC An open mailbox. +mobot_1 348 419 mugs* A robot. +moeb 576 720 xpix Escher's "Band von Moebius II". +morrison 428 439 mugs* Jim Morrison. +mouse 62 26 Xerox A tiny mouse on wheels. +movietone 16 16 me A nice simple background pattern. +mstreep 576 720 xpix Allegedly Meryl Streep. +mug 177 171 mugs* A mug. +nausicca1 496 480 RPI A cartoon character. +nausicca2 496 480 RPI A cartoon character. +nebula 576 720 xpix Astromonical photograph. +nerd 197 197 me R. Crumb's nerd. +news 64 64 DCM A news icon. +news2 64 64 TomC Another news icon. +nil 576 454 CCC NIL. +nile 576 454 CCC* A phrase in Greek. +no 199 199 me A circle-with-bar, for customization. +nobozos 64 64 Sun No Bozos. +nomail 64 64 Sun A mailbox without any mail. +nomail2 64 64 TomC A slightly inproved nomail icon. +nonoids 135 150 Quisp The Domino's Pizza character. +nosmoking 232 233 me A cigarette in a circle-with-bar. +okay 51 23 DCM "Ok!" +okay2 71 30 DCM "Okay." +opus 485 416 mugs* Opus the Penguin (stuffed). +packet 64 64 TomC A funnel. ??? +panther 576 720 xpix Interesting graphic of panther and fem. +peidmont 576 720 xpix Another Nagel graphic. +phoenix 576 454 CCC* Line drawing of phoenix. +phone 64 48 Sun A telephone. +phone2 64 64 TomC Another telephone. +pipes 100 100 me Plumbing background. Wraps around. +popart 576 454 CCC Abstract. +prisoner 195 203 Riggle The penny-farthing bicycle. +rap 218 63 HO'P* RAP. +rato 116 146 HO'P* El Rato de el Paso. +reagan 442 402 mugs* Ronald Wilson Reagan. +reagan2 444 616 Ship A somewhat less serious portrait. +reagan3 425 684 Haeber A better version of reagan2. +realeye 112 75 ??? A human eye. Good looking, too. +reflect 483 691 Ship* Escher's "Hand With Reflecting Globe". +rhine 1024 808 Xerox A village scene on the Rhine. +riemann 226 256 mugs* Georg Friedrich Bernhard Riemann. +rlogin 74 52 me An rlogin icon. +rn 48 48 Leres A blowtorch. +rn2 64 64 Ship Another rn icon. +roadrunner 79 106 LaFerl* "BEEP BEEP!!!" +rolex 64 64 TomC A Rolex watch face. +ronbo 576 720 xpix A movie poster - Ronald Ronbo. +rose 382 469 me A rose. Extracted from a NeWS demo. +rose2 32 32 HO'P* Another rose. +rpicalvin 512 470 xpix More Calvin and Hobbes. +run 256 49 Ship Little running men. +scarabs 520 351 xmac A pair of dung-beetles. +scorpion 576 450 xmac A nice drawing of a nasty crustacean. +scrooge 576 720 xpix Scrooge McDuck. +sequent 48 48 rlb Sequent Computer Systems logo. +shapes 100 100 me A geometric shapes background. +shin 416 440 RPI A cartoon character. +sinatra 514 452 mugs* Frank Sinatra. +skull1 576 720 xpix An anatomical drawing of a skull. +skull2 576 720 xmac An anatomical drawing of a skull. +skull3 87 109 HO'P* A skull. +skulls 281 183 HO'P* A bunch of skulls. +smallmoon 256 256 Xerox The moon. +smiley 36 36 me A smiley-face. +smiley2 16 16 Ship Another smiley-face. +sphere 146 146 Xerox A sphere. This is one of the oldest bitmaps around -- I saw it in 1974. +sphere2 57 56 HO'P* Another sphere. +sphere3 82 81 HO'P* Another sphere. +spock 512 342 xpix* Mr. Spock. +spock2 305 329 Ship Spock's face. +spotty 64 64 dpz A spotty background. +sq_tunnel 576 454 CCC Abstract. +stanford1 208 216 Xfont A Stanford logo. +stanford2 128 216 Xfont Another Stanford logo. +stars 1152 900 Berk A star-field. +startrek 512 342 xpix* McCoy, Kirk, and Spock. +steinheim 1024 808 Berk A haunted castle. +stopsign 64 64 DCM A stop sign. +strawberry 35 32 DCM A strawberry. See bananas and cherries. +sun 64 64 Sun A Sun logo icon. +sun2 25 25 Ship Another Sun logo. +sun3 32 32 Ship Yet another Sun logo. +sun_icons/* 64 64 rice 27 icons from the sun-icons collection. +swiss 64 64 TomC A swiss army knife. +sybasesnail1 35 56 me Sybase logo. +sybasesnail2 56 90 me Sybase logo. +sybasesnail3 69 111 me Sybase logo. +sybasesnail4 111 179 me Sybase logo. +talk 64 64 Ship A "talk" icon. +talking 576 454 CCC Talking Heads logo. +tapecover1 298 276 HO'P Tape label: abstract. +tapecover2 298 276 HO'P Tape label: mandala / zap. +tapecover3 282 266 HO'P Tape label: ball & shadow & spot. +tapecover4 283 267 HO'P Tape label: rose / "DEAD". +tapecover5 282 267 HO'P Tape label: "mUSIc". +tapecover6 282 267 HO'P Tape label: crystal domains. +tapecover7 283 267 HO'P Tape label: stuzzy waves / zap. +tapecover8 283 267 HO'P Tape label: Grateful Dead. +tapecover9 283 267 HO'P Tape label: ribbons / Grateful Dead. +tapecover10 283 267 HO'P Tape label: abstract. +tapecover11 283 267 HO'P Tape label: abstract. +tapecover12 283 267 HO'P Tape label: petroglyphs. +tapecover13 285 265 HO'P Tape label: mandala / pretty cool. +tapecover14 283 268 HO'P Tape label: abstract / eye / branches. +tapecover15 285 265 HO'P Tape label: skull / Grateful Dead. +tapecover16 283 268 HO'P Tape label: skulls / Grateful Dead. +tapecover17 285 265 HO'P Tape label: mesh / Fuji. +tapecover18 283 265 HO'P Tape label: mesh / snakes. +tapecover19 285 265 HO'P Tape label: tunnel. +tapecover20 283 267 HO'P Tape label: abstract. +tapecover21 285 265 HO'P Tape label: El Rato de El Paso. +tapecover22 285 265 HO'P Tape label: man smoking / Grateful Dead. +tapecover23 285 265 HO'P Tape label: Sacred Chao / snake / eye. +tapecover24 283 267 HO'P Tape label: shapes / eye. +tapecover25 285 265 HO'P Tape label: Weeping Beatnik. +tapecover26 283 267 HO'P Tape label: abstract. +tapecover27 285 265 HO'P Tape label: three-D / eye. +tapecover28 283 267 HO'P Tape label: moon ghost / zap. +tapecover29 283 267 HO'P Tape label: "Tape" / "DOLBY". +tapecover30 283 267 HO'P Tape label: ribbons / "TAPE". +tapecover31 285 265 HO'P Tape label: HO'P Sampler 1987. +tapecover32 285 265 HO'P Tape label: "RAP I". +tardis 72 116 Riggle A London police box. +tek 64 64 TomC A graphics terminal icon. +telnet 74 52 me A telnet icon. +thing 576 720 xpix A very *nasty* thing. +three_worlds 512 356 xmac Escher's "Three Worlds". +tidings 576 720 xpix Shareware clipart. +tiffany 830 744 Xerox Generic female face. +timex 64 64 Leres A slightly-modified clock face. +tinymoon 65 64 me Very small moon, converted from my phoon program. +tinynosmoking 64 64 Sun A smaller cigarette-in-a-slashed-circle. +tip 74 52 me A tip icon. +tongue 16 16 me A very small tongue. +touchup/* * * touch Various bitmaps a raster editor. +train1 392 280 xpix* A steam engine. +trek 60 34 Sun A small Starship Enterprise. +triangle 173 151 me The impossible triangle. +tty 64 64 DCM A dumb-terminal icon. +tvc15 576 454 CCC Abstract. +tweety 80 112 gandalf Tweety-pie. +twodollar 1024 808 Xerox A two-dollar bill. +unicorn 120 150 Quisp A unicorn. +unixman 64 192 cw A unix fan. +uwmadison 48 48 Cohrs Logo for UW-Madison. +valentine 100 100 Ship A valentine. +vanna 576 720 xpix The Amazing Vanna White. +vanna2 337 477 xpix* The Amazing Vanna White again. +venn 576 454 CCC Venn-diagram abstraction. +veretek 332 506 Ship A GoBot, I suppose. +vt100 64 64 TomC A VT100 icon. +vt102 64 64 TomC A VT102 icon. +vt220 64 64 TomC A VT220 icon. +waterfall 576 720 xmac Based on Escher's "Waterfall". +waves1 100 100 me A wavy background. +waves2 100 100 me Another wavy background. +weirdscience 576 454 CCC Abstract. +woman-with-ban 576 454 CCC Utterly abstract. +woodduck 528 671 xmac A nice duck drawing. +working 322 69 DCM "Working..." +wrath_head 247 272 Ship A nasty-looking head. +wring 576 454 CCC* A write ring. +write_file 76 87 Ship Clearly devolved. +wrwatch 512 342 xpix* A stopwatch. +xerox 573 154 Xerox The Xerox logo. +xim 100 100 phils Icon for xim - looks like a slide. +xrn 50 50 xrn The xrn icon. +xterm 74 52 me An xterm icon. +xwanderer/* * * cuddy 40 bitmaps from the xwanderer game. +yafa 183 116 Caro The Yafa logo. +yamato 576 454 CCC Japanese phrase. +yellowpages 64 64 Sun Let your fingers do the walking. +yield 48 48 DCM A yield sign. +yin_yang1 98 98 Xerox Yin and Yang. +yin_yang2 576 454 CCC Yin and Yang. +yoda 135 218 Xerox Ah, Yoda you seek. Powerful Jedi is he. +yoda2 78 55 DCM Another Yoda. +yosemite 1152 900 Berk Yosemite valley. +yoyodyne 288 288 me YOYODYNE Propulsion Systems. +yuri1 512 512 RPI A cartoon character. +yuri2 512 512 RPI A cartoon character. +zapata 576 454 xpix* A running shoe. +zip 48 52 DCM U.S. Postal Service logo. +zippy 466 410 mugs* Zippy the Pinhead. +zebragrl 576 720 xpix By Olivia deBerardinis. + +The code for the origin column is as follows: + + xpix = from the xpix collection of Seth Finkelstein, Project Athena + CCC = Concourse Computer Center, via xpix + RPI = Rensselaer Prophylactic Institute, via xpix + me = Jef Poskanzer + HO'P = Harold Poskanzer + Xerox = from various people at Xerox + xmac = from Patrick Naughton's xmac collection + Berk = from the xbackgrounds collection on ucbvax.Berkeley.Edu + mugs = from the mugshots subdirectory of xpix + Ship = from Peter Shipley of UC Berkeley + DCM = from DC Martin of UC Berkeley + Sun = from the Sun icon library + rice = from the sun-icons directory on titan.rice.edu + TomC = Thomas Clodfelter of JPL + Xfont = extracted from a font in the X.V11R2 release + Leres = Craig Leres of the Lawrence Berkeley Lab + phils = Philip R. Thompson of MIT + Caro = Perry Caro, then of Xerox + Riggle = David Riggle, then of Xerox + Hains = Chuck Hains of Xerox + Shein = Barry Shein + Millik = Walter Milliken + LaFerl = Robert LaFerla + frank = frank@lands.CED.Berkeley.EDU + Onions = Julian Onions of Nottingham University + Train = Douglas Trainor of UCLA + lmjm = Lee McLoughlin + cw = Chris Walters + dpz = David P. Zimmerman + wyle = Mitchell Wyle + rlb = Bob Brown + supoj = Supoj Sutanthavibul of UTexas + gandalf = Juergen "Gandalf" Wagner, CSLI, Stanford + xsol = from David Lemke's xsol game, but he got them from some(unknown)where else + touch = from Raymond Kreisel's "touchup" raster editor + urban = Mike Urban + Quisp = Keith MacKay + Cohrs = Dave Cohrs of UW-Madison + other = see comments + Colum = Columbia University in the City of New York + Haeber = Paul Haeberli of SGI + xrn = from the xrn program of Ellen Sentovich and Rick Spickelmier + cuddy = Mike Cuddy + ??? = unknown + * = the asterix indicates I touched it up a bit or two diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README_LOCAL b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README_LOCAL new file mode 100644 index 0000000..12515b8 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/README_LOCAL @@ -0,0 +1,4 @@ + +This directory contains the poskbitmap collection through update 39. + + ken diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/V.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/V.xbm.Z new file mode 100644 index 0000000..3b0fe42 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/V.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/X.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/X.xbm.Z new file mode 100644 index 0000000..cb9a196 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/X.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ada.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ada.xbm.Z new file mode 100644 index 0000000..bf4b751 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ada.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/adpcop.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/adpcop.xbm.Z new file mode 100644 index 0000000..bc1653a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/adpcop.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aface.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aface.xbm.Z new file mode 100644 index 0000000..f01f945 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aface.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/afterburner.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/afterburner.xbm.Z new file mode 100644 index 0000000..677b48c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/afterburner.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai.xbm.Z new file mode 100644 index 0000000..685893e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai_3d_tor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai_3d_tor.xbm.Z new file mode 100644 index 0000000..84343c8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ai_3d_tor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/albert.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/albert.xbm.Z new file mode 100644 index 0000000..23f1d2d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/albert.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/alicia.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/alicia.xbm.Z new file mode 100644 index 0000000..a105e06 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/alicia.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aliens.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aliens.xbm.Z new file mode 100644 index 0000000..c93ff8a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aliens.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aljimmy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aljimmy.xbm.Z new file mode 100644 index 0000000..399cced Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aljimmy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal1.xbm.Z new file mode 100644 index 0000000..cd58ff5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal2.xbm.Z new file mode 100644 index 0000000..fcc7d21 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal5.xbm.Z new file mode 100644 index 0000000..06cf33f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/animal5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.Z new file mode 100644 index 0000000..e516fa9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.xbm.Z new file mode 100644 index 0000000..e516fa9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/anotherworld.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apollo10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apollo10.xbm.Z new file mode 100644 index 0000000..620657e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apollo10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apple.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apple.xbm.Z new file mode 100644 index 0000000..3c6a95e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/apple.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arch.xbm.Z new file mode 100644 index 0000000..9b8be95 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arch.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arches.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arches.xbm.Z new file mode 100644 index 0000000..7a12f67 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arches.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ariel.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ariel.xbm.Z new file mode 100644 index 0000000..0d79604 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ariel.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arrows.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arrows.xbm.Z new file mode 100644 index 0000000..6f74788 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/arrows.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g04.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g04.xbm.Z new file mode 100644 index 0000000..a144dd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g04.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g06.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g06.xbm.Z new file mode 100644 index 0000000..0d6b272 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g06.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g07.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g07.xbm.Z new file mode 100644 index 0000000..734600d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g07.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g08.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g08.xbm.Z new file mode 100644 index 0000000..3688317 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g08.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g10.xbm.Z new file mode 100644 index 0000000..4638885 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as08g10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g03.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g03.xbm.Z new file mode 100644 index 0000000..a95c9ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g03.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g04.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g04.xbm.Z new file mode 100644 index 0000000..dd4c3a0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g04.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g07.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g07.xbm.Z new file mode 100644 index 0000000..9e0a6c8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g07.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g09.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g09.xbm.Z new file mode 100644 index 0000000..869697d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as09g09.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as10g05.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as10g05.xbm.Z new file mode 100644 index 0000000..d9c0820 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/as10g05.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ascot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ascot.xbm.Z new file mode 100644 index 0000000..1e196e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ascot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aspen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aspen.xbm.Z new file mode 100644 index 0000000..263e45c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aspen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/astronaut.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/astronaut.xbm.Z new file mode 100644 index 0000000..5abc79d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/astronaut.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/athena.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/athena.xbm.Z new file mode 100644 index 0000000..4c15fef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/athena.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/att.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/att.xbm.Z new file mode 100644 index 0000000..a9d11f1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/att.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/attack.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/attack.xbm.Z new file mode 100644 index 0000000..b116316 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/attack.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aufsicon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aufsicon.xbm.Z new file mode 100644 index 0000000..a9a4f40 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aufsicon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/autox.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/autox.xbm.Z new file mode 100644 index 0000000..aa8f668 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/autox.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_maxim.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_maxim.xbm.Z new file mode 100644 index 0000000..d570f2b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_maxim.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_pionus.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_pionus.xbm.Z new file mode 100644 index 0000000..a6c369c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/aves_pionus.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/axes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/axes.xbm.Z new file mode 100644 index 0000000..d877efa Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/axes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/b52s.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/b52s.Z new file mode 100644 index 0000000..d021790 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/b52s.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls3.xbm.Z new file mode 100644 index 0000000..09185f6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls4.xbm.Z new file mode 100644 index 0000000..3585eaf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls5.xbm.Z new file mode 100644 index 0000000..1e41f7f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/balls5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bananas.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bananas.xbm.Z new file mode 100644 index 0000000..3a5bb78 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bananas.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzai.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzai.xbm.Z new file mode 100644 index 0000000..15fdcde Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzai.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzaitilt.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzaitilt.xbm.Z new file mode 100644 index 0000000..eea00fb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/banzaitilt.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/baph.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/baph.xbm.Z new file mode 100644 index 0000000..5e08935 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/baph.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bat_joker.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bat_joker.xbm.Z new file mode 100644 index 0000000..d00045a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bat_joker.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman.xbm.Z new file mode 100644 index 0000000..8378cc5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman2.xbm.Z new file mode 100644 index 0000000..e751d81 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batman2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batmobile.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batmobile.xbm.Z new file mode 100644 index 0000000..2e8d2ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batmobile.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal.xbm.Z new file mode 100644 index 0000000..c1fb495 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal2.xbm.Z new file mode 100644 index 0000000..1903f31 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/batsignal2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bboop.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bboop.xbm.Z new file mode 100644 index 0000000..9ea96fa Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bboop.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bc.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bc.xbm.Z new file mode 100644 index 0000000..c01bf2d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bc.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bear.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bear.xbm.Z new file mode 100644 index 0000000..b02ec20 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bear.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bears.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bears.xbm.Z new file mode 100644 index 0000000..45e1905 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bears.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles.xbm.Z new file mode 100644 index 0000000..4d88b26 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles2.xbm.Z new file mode 100644 index 0000000..9e8a188 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/beatles2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/belvedere.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/belvedere.xbm.Z new file mode 100644 index 0000000..25cc4ef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/belvedere.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bengal_tiger.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bengal_tiger.xbm.Z new file mode 100644 index 0000000..a9573a5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bengal_tiger.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/betyboop.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/betyboop.xbm.Z new file mode 100644 index 0000000..4aa3431 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/betyboop.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bfg962.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bfg962.xbm.Z new file mode 100644 index 0000000..69be89f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bfg962.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bgrnd.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bgrnd.xbm.Z new file mode 100644 index 0000000..0a56244 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bgrnd.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bicycle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bicycle.xbm.Z new file mode 100644 index 0000000..f8eb47f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bicycle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/big_face.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/big_face.xbm.Z new file mode 100644 index 0000000..2b8f5c5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/big_face.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcalvin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcalvin.xbm.Z new file mode 100644 index 0000000..81efb3a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcalvin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon.xbm.Z new file mode 100644 index 0000000..041adb3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon2.xbm.Z new file mode 100644 index 0000000..1507aeb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigcheapmoon2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfish.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfish.xbm.Z new file mode 100644 index 0000000..28df17d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfish.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfullmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfullmoon.xbm.Z new file mode 100644 index 0000000..503b0bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigfullmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigstars.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigstars.xbm.Z new file mode 100644 index 0000000..b4ba3ce Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bigstars.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bilbo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bilbo.xbm.Z new file mode 100644 index 0000000..035a52c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bilbo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bill.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bill.xbm.Z new file mode 100644 index 0000000..23ac179 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bill.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/billtcat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/billtcat.xbm.Z new file mode 100644 index 0000000..ab0bde6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/billtcat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitch.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitch.Z new file mode 100644 index 0000000..b1eeff5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitch.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitrot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitrot.xbm.Z new file mode 100644 index 0000000..255a8d0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bitrot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bladerunner.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bladerunner.xbm.Z new file mode 100644 index 0000000..c6a43b6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bladerunner.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blastoff.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blastoff.xbm.Z new file mode 100644 index 0000000..78a6b41 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blastoff.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bldg.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bldg.xbm.Z new file mode 100644 index 0000000..287305c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bldg.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bloom.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bloom.xbm.Z new file mode 100644 index 0000000..37ff242 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bloom.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blotch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blotch.xbm.Z new file mode 100644 index 0000000..deb413d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/blotch.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bob.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bob.xbm.Z new file mode 100644 index 0000000..c7c55ff Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bob.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/boom.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/boom.xbm.Z new file mode 100644 index 0000000..a317727 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/boom.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/breathtakers.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/breathtakers.Z new file mode 100644 index 0000000..2b39956 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/breathtakers.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/briareos.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/briareos.xbm.Z new file mode 100644 index 0000000..7252282 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/briareos.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks1.xbm.Z new file mode 100644 index 0000000..0211f81 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks2.xbm.Z new file mode 100644 index 0000000..e80287f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bricks2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/broadcast.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/broadcast.xbm.Z new file mode 100644 index 0000000..f6fd7d4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/broadcast.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bronze.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bronze.xbm.Z new file mode 100644 index 0000000..8ebc42d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bronze.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/brooke.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/brooke.xbm.Z new file mode 100644 index 0000000..fac2bd1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/brooke.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bud.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bud.xbm.Z new file mode 100644 index 0000000..a8f6a98 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bud.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/buggs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/buggs.xbm.Z new file mode 100644 index 0000000..0f4c6fe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/buggs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulldog.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulldog.xbm.Z new file mode 100644 index 0000000..c7bf16c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulldog.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulls_eye.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulls_eye.xbm.Z new file mode 100644 index 0000000..3332f13 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bulls_eye.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bunny.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bunny.xbm.Z new file mode 100644 index 0000000..afd8933 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bunny.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bush.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bush.xbm.Z new file mode 100644 index 0000000..dbbff76 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/bush.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cablecar.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cablecar.xbm.Z new file mode 100644 index 0000000..0ad677c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cablecar.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.Z new file mode 100644 index 0000000..273b168 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.xbm.Z new file mode 100644 index 0000000..273b168 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.Z new file mode 100644 index 0000000..1bac360 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.xbm.Z new file mode 100644 index 0000000..1bac360 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cafewall2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin.xbm.Z new file mode 100644 index 0000000..0f97e42 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin2.xbm.Z new file mode 100644 index 0000000..3fe5b67 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin3.xbm.Z new file mode 100644 index 0000000..531feba Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/calvin3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/car.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/car.xbm.Z new file mode 100644 index 0000000..0467190 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/car.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2c.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2c.xbm.Z new file mode 100644 index 0000000..3ff8955 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2c.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2d.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2d.xbm.Z new file mode 100644 index 0000000..c4b9725 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2d.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2h.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2h.xbm.Z new file mode 100644 index 0000000..8341d6c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2h.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2s.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2s.xbm.Z new file mode 100644 index 0000000..02506a7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_2s.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3c.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3c.xbm.Z new file mode 100644 index 0000000..573a6ed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3c.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3d.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3d.xbm.Z new file mode 100644 index 0000000..7ca4589 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3d.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3h.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3h.xbm.Z new file mode 100644 index 0000000..c594777 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3h.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3s.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3s.xbm.Z new file mode 100644 index 0000000..d19db2a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_3s.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4c.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4c.xbm.Z new file mode 100644 index 0000000..75eb7c2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4c.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4d.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4d.xbm.Z new file mode 100644 index 0000000..2820af4 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cards/card_4d.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Mc!;iA  + + + +Index of /pub/graphics/poskbitmaps/cards/ + + + +

Index of /pub/graphics/poskbitmaps/cards/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
card_2c.xbm.Z1988-Sep-06 15:08:440.3Kapplication/octet-stream
card_2d.xbm.Z1988-Sep-06 15:08:450.3Kapplication/octet-stream
card_2h.xbm.Z1988-Sep-06 15:08:460.3Kapplication/octet-stream
card_2s.xbm.Z1988-Sep-06 15:08:460.3Kapplication/octet-stream
card_3c.xbm.Z1988-Sep-06 15:08:470.4Kapplication/octet-stream
card_3d.xbm.Z1988-Sep-06 15:08:480.4Kapplication/octet-stream
card_3h.xbm.Z1988-Sep-06 15:08:490.4Kapplication/octet-stream
card_3s.xbm.Z1988-Sep-06 15:08:490.4Kapplication/octet-stream
card_4c.xbm.Z1988-Sep-06 15:08:500.4Kapplication/octet-stream
card_4d.xbm.Z1988-Sep-06 15:08:510.4Kapplication/octet-stream
card_4h.xbm.Z1988-Sep-06 15:08:520.4Kapplication/octet-stream
card_4s.xbm.Z1988-Sep-06 15:08:530.4Kapplication/octet-stream
card_5c.xbm.Z1988-Sep-06 15:08:540.4Kapplication/octet-stream
card_5d.xbm.Z1988-Sep-06 15:08:550.4Kapplication/octet-stream
card_5h.xbm.Z1988-Sep-06 15:08:550.4Kapplication/octet-stream
card_5s.xbm.Z1988-Sep-06 15:08:560.4Kapplication/octet-stream
card_6c.xbm.Z1988-Sep-06 15:08:570.4Kapplication/octet-stream
card_6d.xbm.Z1988-Sep-06 15:08:580.4Kapplication/octet-stream
card_6h.xbm.Z1988-Sep-06 15:08:590.4Kapplication/octet-stream
card_6s.xbm.Z1988-Sep-06 15:09:000.4Kapplication/octet-stream
card_7c.xbm.Z1988-Sep-06 15:09:000.4Kapplication/octet-stream
card_7d.xbm.Z1988-Sep-06 15:09:010.4Kapplication/octet-stream
card_7h.xbm.Z1988-Sep-06 15:09:020.4Kapplication/octet-stream
card_7s.xbm.Z1988-Sep-06 15:09:030.4Kapplication/octet-stream
card_8c.xbm.Z1988-Sep-06 15:09:040.4Kapplication/octet-stream
card_8d.xbm.Z1988-Sep-06 15:09:050.4Kapplication/octet-stream
card_8h.xbm.Z1988-Sep-06 15:09:060.4Kapplication/octet-stream
card_8s.xbm.Z1988-Sep-06 15:09:070.4Kapplication/octet-stream
card_9c.xbm.Z1988-Sep-06 15:09:070.4Kapplication/octet-stream
card_9d.xbm.Z1988-Sep-06 15:09:080.4Kapplication/octet-stream
card_9h.xbm.Z1988-Sep-06 15:09:090.4Kapplication/octet-stream
card_9s.xbm.Z1988-Sep-06 15:09:100.4Kapplication/octet-stream
card_ac.xbm.Z1988-Sep-06 15:09:110.4Kapplication/octet-stream
card_ad.xbm.Z1988-Sep-06 15:09:120.4Kapplication/octet-stream
card_ah.xbm.Z1988-Sep-06 15:09:130.4Kapplication/octet-stream
card_as.xbm.Z1988-Sep-06 15:09:140.4Kapplication/octet-stream
card_jc.xbm.Z1988-Sep-06 15:09:150.4Kapplication/octet-stream
card_jd.xbm.Z1988-Sep-06 15:09:160.4Kapplication/octet-stream
card_jh.xbm.Z1988-Sep-06 15:09:170.4Kapplication/octet-stream
card_js.xbm.Z1988-Sep-06 15:09:180.4Kapplication/octet-stream
card_kc.xbm.Z1988-Sep-06 15:09:180.4Kapplication/octet-stream
card_kd.xbm.Z1988-Sep-06 15:09:190.4Kapplication/octet-stream
card_kh.xbm.Z1988-Sep-06 15:09:200.4Kapplication/octet-stream
card_ks.xbm.Z1988-Sep-06 15:09:210.4Kapplication/octet-stream
card_qc.xbm.Z1988-Sep-06 15:09:220.5Kapplication/octet-stream
card_qd.xbm.Z1988-Sep-06 15:09:230.5Kapplication/octet-stream
card_qh.xbm.Z1988-Sep-06 15:09:240.5Kapplication/octet-stream
card_qs.xbm.Z1988-Sep-06 15:09:250.5Kapplication/octet-stream
card_tc.xbm.Z1988-Sep-06 15:09:260.4Kapplication/octet-stream
card_td.xbm.Z1988-Sep-06 15:09:270.4Kapplication/octet-stream
card_th.xbm.Z1988-Sep-06 15:09:280.4Kapplication/octet-stream
card_ts.xbm.Z1988-Sep-06 15:09:290.4Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carlogos.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carlogos.xbm.Z new file mode 100644 index 0000000..dc304b0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carlogos.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carpet.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carpet.xbm.Z new file mode 100644 index 0000000..1729906 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carpet.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cars.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cars.xbm.Z new file mode 100644 index 0000000..a763c03 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cars.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carstrucks.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carstrucks.xbm.Z new file mode 100644 index 0000000..e6985a2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/carstrucks.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/casablanca.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/casablanca.Z new file mode 100644 index 0000000..dddf8bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/casablanca.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cassette.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cassette.xbm.Z new file mode 100644 index 0000000..4a0a47a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cassette.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.Z new file mode 100644 index 0000000..896d278 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.xbm.Z new file mode 100644 index 0000000..896d278 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/castrovalva.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cbrinkly.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cbrinkly.xbm.Z new file mode 100644 index 0000000..3c2c7cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cbrinkly.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/celebration.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/celebration.xbm.Z new file mode 100644 index 0000000..25b112d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/celebration.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cellauto.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cellauto.xbm.Z new file mode 100644 index 0000000..9196686 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cellauto.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/challenger.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/challenger.xbm.Z new file mode 100644 index 0000000..4fdb57f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/challenger.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao.xbm.Z new file mode 100644 index 0000000..456b0b3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao2.xbm.Z new file mode 100644 index 0000000..6ebd643 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chao2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheapmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheapmoon.xbm.Z new file mode 100644 index 0000000..a979ce0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheapmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheesecake.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheesecake.xbm.Z new file mode 100644 index 0000000..0194997 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheesecake.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta.xbm.Z new file mode 100644 index 0000000..bd60152 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta2.xbm.Z new file mode 100644 index 0000000..5342fa7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cheeta2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cherries.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cherries.xbm.Z new file mode 100644 index 0000000..cb81902 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cherries.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chess.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chess.xbm.Z new file mode 100644 index 0000000..d8238e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chess.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA1.xbm.Z new file mode 100644 index 0000000..5a8d087 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA2.xbm.Z new file mode 100644 index 0000000..e05eb00 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA3.xbm.Z new file mode 100644 index 0000000..c16cf6d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA4.xbm.Z new file mode 100644 index 0000000..646ebeb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeA4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB1.xbm.Z new file mode 100644 index 0000000..a3109bc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB2.xbm.Z new file mode 100644 index 0000000..e8e0084 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB3.xbm.Z new file mode 100644 index 0000000..48cdef3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB4.xbm.Z new file mode 100644 index 0000000..5425a99 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB5.xbm.Z new file mode 100644 index 0000000..21634fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeB5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC1.xbm.Z new file mode 100644 index 0000000..9ada5d1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC2.xbm.Z new file mode 100644 index 0000000..4dca1e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC3.xbm.Z new file mode 100644 index 0000000..0b00142 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC4.xbm.Z new file mode 100644 index 0000000..5596c01 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC5.xbm.Z new file mode 100644 index 0000000..a04d3fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chinalakeC5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chipmunks.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chipmunks.xbm.Z new file mode 100644 index 0000000..26d5920 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/chipmunks.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/churchy.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/churchy.Z new file mode 100644 index 0000000..dfd1bc9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/churchy.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles1.xbm.Z new file mode 100644 index 0000000..b88d75e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles2.xbm.Z new file mode 100644 index 0000000..6d70dd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/circles2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clint.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clint.xbm.Z new file mode 100644 index 0000000..31d2b96 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clint.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clip_art_39.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clip_art_39.xbm.Z new file mode 100644 index 0000000..3daf11d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clip_art_39.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cliparts.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cliparts.xbm.Z new file mode 100644 index 0000000..59667d8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cliparts.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/closed.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/closed.xbm.Z new file mode 100644 index 0000000..955a187 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/closed.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clover.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clover.xbm.Z new file mode 100644 index 0000000..8881a8a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/clover.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cobra.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cobra.xbm.Z new file mode 100644 index 0000000..c4561df Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cobra.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke.xbm.Z new file mode 100644 index 0000000..46e82b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke2.Z new file mode 100644 index 0000000..715bc82 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_small.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_small.Z new file mode 100644 index 0000000..449b1da Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_small.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_thai.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_thai.Z new file mode 100644 index 0000000..aad3fb9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coke_thai.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/columbine.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/columbine.xbm.Z new file mode 100644 index 0000000..029e1e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/columbine.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/con.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/con.xbm.Z new file mode 100644 index 0000000..e47d373 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/con.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/conrac.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/conrac.xbm.Z new file mode 100644 index 0000000..a9ca196 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/conrac.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/console.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/console.xbm.Z new file mode 100644 index 0000000..13d4826 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/console.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/countach.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/countach.xbm.Z new file mode 100644 index 0000000..e5dd99b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/countach.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow.xbm.Z new file mode 100644 index 0000000..1cbbff7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow2.xbm.Z new file mode 100644 index 0000000..9af0396 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cow2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coyote.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coyote.xbm.Z new file mode 100644 index 0000000..8ad3ff1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/coyote.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cramps.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cramps.Z new file mode 100644 index 0000000..394ea2e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cramps.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/creationii.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/creationii.xbm.Z new file mode 100644 index 0000000..a5a1999 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/creationii.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/crosby.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/crosby.xbm.Z new file mode 100644 index 0000000..7aca751 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/crosby.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cs9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cs9.xbm.Z new file mode 100644 index 0000000..1071744 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cs9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/csh.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/csh.xbm.Z new file mode 100644 index 0000000..9f9da19 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/csh.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube.xbm.Z new file mode 100644 index 0000000..61c8d52 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube2.xbm.Z new file mode 100644 index 0000000..a403403 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cube2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubepile.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubepile.xbm.Z new file mode 100644 index 0000000..c287a66 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubepile.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.Z new file mode 100644 index 0000000..54b0179 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.xbm.Z new file mode 100644 index 0000000..54b0179 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cubicspace.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cylinders.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cylinders.xbm.Z new file mode 100644 index 0000000..6758beb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/cylinders.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daffy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daffy.xbm.Z new file mode 100644 index 0000000..0aae22c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daffy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daisy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daisy.xbm.Z new file mode 100644 index 0000000..c088851 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daisy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dalek.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dalek.xbm.Z new file mode 100644 index 0000000..bbdd5e9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dalek.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dali.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dali.xbm.Z new file mode 100644 index 0000000..82fbeff Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dali.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dancer.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dancer.xbm.Z new file mode 100644 index 0000000..40a44ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dancer.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/database.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/database.xbm.Z new file mode 100644 index 0000000..488417c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/database.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/david.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/david.xbm.Z new file mode 100644 index 0000000..2abbbd6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/david.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.Z new file mode 100644 index 0000000..8eea0e2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.xbm.Z new file mode 100644 index 0000000..8eea0e2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dayandnight.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daybreak.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daybreak.xbm.Z new file mode 100644 index 0000000..10fa68b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/daybreak.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dc10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dc10.xbm.Z new file mode 100644 index 0000000..8587d9d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dc10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim.xbm.Z new file mode 100644 index 0000000..f0099c5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_n.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_n.xbm.Z new file mode 100644 index 0000000..edc53c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_n.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_p.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_p.xbm.Z new file mode 100644 index 0000000..c97b8fc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/aim_p.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/angle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/angle.xbm.Z new file mode 100644 index 0000000..7f1c6c5 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/angle.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MaܜaS˝4dÆ L!2iΠC:ab 0r*dEL:st `1cP0C)RM&=uԥURuz)W,J:UgjMvۮIŶg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur1.xbm.Z new file mode 100644 index 0000000..b2f9dee Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur2.xbm.Z new file mode 100644 index 0000000..3387c79 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_cur2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_curled.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_curled.xbm.Z new file mode 100644 index 0000000..015220f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_curled.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_dfat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_dfat.xbm.Z new file mode 100644 index 0000000..06145f9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_dfat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_double.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_double.xbm.Z new file mode 100644 index 0000000..b7f0fbe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_double.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_from.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_from.xbm.Z new file mode 100644 index 0000000..9c2a62f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_from.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_into.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_into.xbm.Z new file mode 100644 index 0000000..36986a6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_into.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move.xbm.Z new file mode 100644 index 0000000..ddfc963 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move_mask.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move_mask.xbm.Z new file mode 100644 index 0000000..e929314 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_move_mask.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_turn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_turn.xbm.Z new file mode 100644 index 0000000..a4536f5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_turn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wdouble.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wdouble.xbm.Z new file mode 100644 index 0000000..516901b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wdouble.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wfat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wfat.xbm.Z new file mode 100644 index 0000000..299c13a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wfat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wrap.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wrap.xbm.Z new file mode 100644 index 0000000..8a95d7c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arr_wrap.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_double.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_double.xbm.Z new file mode 100644 index 0000000..20012c9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_double.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_fat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_fat.xbm.Z new file mode 100644 index 0000000..304484b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_fat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_med.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_med.xbm.Z new file mode 100644 index 0000000..82710ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_med.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_turn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_turn.xbm.Z new file mode 100644 index 0000000..814b05c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_turn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_wrap.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_wrap.xbm.Z new file mode 100644 index 0000000..c2289b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrb_wrap.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow.xbm.Z new file mode 100644 index 0000000..9ade33b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_b.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_b.xbm.Z new file mode 100644 index 0000000..914c476 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_b.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_blit.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_blit.xbm.Z new file mode 100644 index 0000000..ce60cb2 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrow_blit.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mays6i| 4 bPp` 6| 2iΠq:ab 2tQst `1cR1) 1qU \RV1d.A62Q>etۭ7P ڬi(X1H|ܭjeC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrowscroll.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrowscroll.xbm.Z new file mode 100644 index 0000000..e4dc118 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/arrowscroll.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bell.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bell.xbm.Z new file mode 100644 index 0000000..5a83d20 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bell.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bigcheck.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bigcheck.xbm.Z new file mode 100644 index 0000000..1d8b4ac Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bigcheck.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bitblit.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bitblit.xbm.Z new file mode 100644 index 0000000..2b61c09 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bitblit.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/blackborder.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/blackborder.xbm.Z new file mode 100644 index 0000000..16af09b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/blackborder.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boot.xbm.Z new file mode 100644 index 0000000..b95f0af Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boundarypad.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boundarypad.xbm.Z new file mode 100644 index 0000000..bedfea9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/boundarypad.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/brain.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/brain.xbm.Z new file mode 100644 index 0000000..83096a6 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/brain.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mb)N2tЀaCA&\ 2iΠ3:ab 0r*d(& 9[b0"(EѠf$(24RAex 3Iq\Fdr􆌤feVR3*o 0L-1~aC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/btllogo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/btllogo.xbm.Z new file mode 100644 index 0000000..74f5f41 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/btllogo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/buddah.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/buddah.xbm.Z new file mode 100644 index 0000000..5d41324 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/buddah.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bullseye.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bullseye.xbm.Z new file mode 100644 index 0000000..53cdb31 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bullseye.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bunny.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bunny.xbm.Z new file mode 100644 index 0000000..5124ba2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/bunny.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/caret.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/caret.xbm.Z new file mode 100644 index 0000000..8542e7c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/caret.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/carnegie.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/carnegie.xbm.Z new file mode 100644 index 0000000..47c3308 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/carnegie.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/charbox.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/charbox.xbm.Z new file mode 100644 index 0000000..d44121e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/charbox.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/check.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/check.xbm.Z new file mode 100644 index 0000000..9c46509 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/check.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/circle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/circle.xbm.Z new file mode 100644 index 0000000..a380ed0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/circle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cleanup.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cleanup.xbm.Z new file mode 100644 index 0000000..b822b00 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cleanup.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/clock.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/clock.xbm.Z new file mode 100644 index 0000000..5e4853b --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/clock.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mcؼ˝4dÆ L!2iΠC:aM92"& 9[b0"(Eet HjL\xj0M *CLR2ֈQ5nD[s&CpacIzcZM4gq0tҌA& +:PL:st `R3)3F*RZŪ2~}jFxbUjkem\3e޸W^}ex\xE޲u6g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/club.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/club.xbm.Z new file mode 100644 index 0000000..ab64166 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/club.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cockmouse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cockmouse.xbm.Z new file mode 100644 index 0000000..27a390e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cockmouse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_left.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_left.xbm.Z new file mode 100644 index 0000000..9bb5fc1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_left.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_middle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_middle.xbm.Z new file mode 100644 index 0000000..a5d0026 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_middle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_right.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_right.xbm.Z new file mode 100644 index 0000000..3b6efdb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/confirm_right.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copier.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copier.xbm.Z new file mode 100644 index 0000000..9605f06 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copier.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copydisk.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copydisk.xbm.Z new file mode 100644 index 0000000..cf5e1cc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/copydisk.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/corner.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/corner.xbm.Z new file mode 100644 index 0000000..e93f1a7 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/corner.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mc1(˝4dÆ LLC4eҜAC9tI3!0r*dEL:st `1cPFzcҤ3¸TZZ֬x~eTװ`Ţl۰gV eg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_n.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_n.xbm.Z new file mode 100644 index 0000000..247e460 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_n.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_p.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_p.xbm.Z new file mode 100644 index 0000000..bec898b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cross_p.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/crosshairs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/crosshairs.xbm.Z new file mode 100644 index 0000000..53fbdcf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/crosshairs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup1.xbm.Z new file mode 100644 index 0000000..bd8f8e4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup2.xbm.Z new file mode 100644 index 0000000..4621ebb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/cup2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dead.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dead.xbm.Z new file mode 100644 index 0000000..5b17c66 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dead.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/deadmouse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/deadmouse.xbm.Z new file mode 100644 index 0000000..3299b50 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/deadmouse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/diagmouse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/diagmouse.xbm.Z new file mode 100644 index 0000000..887ad53 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/diagmouse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice1.xbm.Z new file mode 100644 index 0000000..a3e61d3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice2.xbm.Z new file mode 100644 index 0000000..3f4fa7b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice3.xbm.Z new file mode 100644 index 0000000..7883496 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice3.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MdҌ)3˝4dÆ L!2iΠC:a(1M92"& 9[b01"ТBUG>ERP"A2[J֪٪hg`,ڮ@ϚC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice4.xbm.Z new file mode 100644 index 0000000..9ed7f80 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice5.xbm.Z new file mode 100644 index 0000000..fc2644c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice6.xbm.Z new file mode 100644 index 0000000..646ed6d --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dice6.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MdҌ)c˝4dÆ L!2iΠC:a(1M92"& 9[b01"ТBU*t1L8 +ѥVjjOQ⩊lRf6}-ڳ_.C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/digitalwatch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/digitalwatch.xbm.Z new file mode 100644 index 0000000..ada2ea1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/digitalwatch.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dont.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dont.xbm.Z new file mode 100644 index 0000000..b7aeeb9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/dont.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawbox.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawbox.xbm.Z new file mode 100644 index 0000000..387ce04 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawbox.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcaret.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcaret.xbm.Z new file mode 100644 index 0000000..e8210e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcaret.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcenter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcenter.xbm.Z new file mode 100644 index 0000000..a2fa71d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawcenter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawdoublearr.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawdoublearr.xbm.Z new file mode 100644 index 0000000..c56b57a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawdoublearr.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawgrid.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawgrid.xbm.Z new file mode 100644 index 0000000..50be332 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawgrid.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawidle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawidle.xbm.Z new file mode 100644 index 0000000..91525bf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawidle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawthumb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawthumb.xbm.Z new file mode 100644 index 0000000..cfb1ba1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drawthumb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcelloff.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcelloff.xbm.Z new file mode 100644 index 0000000..fe029e0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcelloff.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcellon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcellon.xbm.Z new file mode 100644 index 0000000..06daef9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drcellon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drsplbox.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drsplbox.xbm.Z new file mode 100644 index 0000000..b0a0d9e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/drsplbox.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/egg.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/egg.xbm.Z new file mode 100644 index 0000000..7dc711b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/egg.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ellipse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ellipse.xbm.Z new file mode 100644 index 0000000..bb6b7b5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ellipse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/eye.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/eye.xbm.Z new file mode 100644 index 0000000..071fbbd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/eye.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/firecracker.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/firecracker.xbm.Z new file mode 100644 index 0000000..9353245 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/firecracker.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/flag2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/flag2.xbm.Z new file mode 100644 index 0000000..b96d4e0 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/flag2.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mf؄9#˝4dÆ L!2iΠC:ab 0r*dEL:st `P0AF)BˈQz#7Qj# UxnP:fPck B*͑V dq(1C Bc] +x(*VqI \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/frank.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/frank.xbm.Z new file mode 100644 index 0000000..d41aec9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/frank.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpcursor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpcursor.xbm.Z new file mode 100644 index 0000000..4831854 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpcursor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq1.xbm.Z new file mode 100644 index 0000000..ce83e39 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq2.xbm.Z new file mode 100644 index 0000000..9284191 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ftpsq2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/george.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/george.xbm.Z new file mode 100644 index 0000000..5fab952 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/george.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ghost.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ghost.xbm.Z new file mode 100644 index 0000000..837fd63 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ghost.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/glasses.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/glasses.xbm.Z new file mode 100644 index 0000000..4da43b3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/glasses.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/goaway.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/goaway.xbm.Z new file mode 100644 index 0000000..b671983 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/goaway.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grapes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grapes.xbm.Z new file mode 100644 index 0000000..2234f6b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grapes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grid.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grid.xbm.Z new file mode 100644 index 0000000..c2a6467 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/grid.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/groundhog.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/groundhog.xbm.Z new file mode 100644 index 0000000..60d6dbf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/groundhog.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/guillotine.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/guillotine.xbm.Z new file mode 100644 index 0000000..034bd4e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/guillotine.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/gun.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/gun.xbm.Z new file mode 100644 index 0000000..1c5d974 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/gun.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/halloween.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/halloween.xbm.Z new file mode 100644 index 0000000..3c69016 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/halloween.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hand.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hand.xbm.Z new file mode 100644 index 0000000..6029e8b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hand.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hanukah.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hanukah.xbm.Z new file mode 100644 index 0000000..fe06e13 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hanukah.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/heart.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/heart.xbm.Z new file mode 100644 index 0000000..952ad0a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/heart.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/help.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/help.xbm.Z new file mode 100644 index 0000000..82a7a5b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/help.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hglass.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hglass.xbm.Z new file mode 100644 index 0000000..d46c2ff Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hglass.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hook.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hook.xbm.Z new file mode 100644 index 0000000..e6948a4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hook.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hourglass.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hourglass.xbm.Z new file mode 100644 index 0000000..65b3788 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/hourglass.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MhԑsM9sIC1l(8 >L3h`8N:iƀ& +:EL:st `1cRN0dDqUi1Qgzc2QtJ&j0nDsR3ժ4 \QcQ,TTFާ|hҦv/5g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ilovenewyork.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ilovenewyork.xbm.Z new file mode 100644 index 0000000..46fc31b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ilovenewyork.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/index.html new file mode 100644 index 0000000..2db2e0f --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/index.html @@ -0,0 +1,238 @@ + + + + +Index of /pub/graphics/poskbitmaps/dcm_cursors/ + + + +

Index of /pub/graphics/poskbitmaps/dcm_cursors/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
aim.xbm.Z1988-Apr-20 19:49:080.1Kapplication/octet-stream
aim_n.xbm.Z1988-Apr-20 19:49:090.1Kapplication/octet-stream
aim_p.xbm.Z1988-Apr-20 19:49:100.1Kapplication/octet-stream
angle.xbm.Z1988-Apr-20 19:49:100.1Kapplication/octet-stream
arr_cur1.xbm.Z1988-Apr-20 19:49:110.1Kapplication/octet-stream
arr_cur2.xbm.Z1988-Apr-20 19:49:120.1Kapplication/octet-stream
arr_curled.xbm.Z1988-Apr-20 19:49:130.1Kapplication/octet-stream
arr_dfat.xbm.Z1988-Apr-20 19:49:140.1Kapplication/octet-stream
arr_double.xbm.Z1988-Apr-20 19:49:150.1Kapplication/octet-stream
arr_from.xbm.Z1988-Apr-20 19:49:160.1Kapplication/octet-stream
arr_into.xbm.Z1988-Apr-20 19:49:170.1Kapplication/octet-stream
arr_move.xbm.Z1988-Apr-20 19:49:190.1Kapplication/octet-stream
arr_move_mask.xbm.Z1988-Apr-20 19:49:200.1Kapplication/octet-stream
arr_turn.xbm.Z1988-Apr-20 19:49:210.1Kapplication/octet-stream
arr_wdouble.xbm.Z1988-Apr-20 19:49:210.1Kapplication/octet-stream
arr_wfat.xbm.Z1988-Apr-20 19:49:220.1Kapplication/octet-stream
arr_wrap.xbm.Z1988-Apr-20 19:49:220.1Kapplication/octet-stream
arrb_double.xbm.Z1988-Apr-20 19:49:230.1Kapplication/octet-stream
arrb_fat.xbm.Z1988-Apr-20 19:49:240.1Kapplication/octet-stream
arrb_med.xbm.Z1988-Apr-20 19:49:250.1Kapplication/octet-stream
arrb_turn.xbm.Z1988-Apr-20 19:49:260.1Kapplication/octet-stream
arrb_wrap.xbm.Z1988-Apr-20 19:49:270.1Kapplication/octet-stream
arrow.xbm.Z1988-Apr-20 19:49:280.1Kapplication/octet-stream
arrow_b.xbm.Z1988-Apr-20 19:49:290.1Kapplication/octet-stream
arrow_blit.xbm.Z1988-Apr-20 19:49:300.1Kapplication/octet-stream
arrowscroll.xbm.Z1988-Apr-20 19:49:310.1Kapplication/octet-stream
bell.xbm.Z1988-Apr-20 19:49:320.1Kapplication/octet-stream
bigcheck.xbm.Z1988-Apr-20 19:49:320.1Kapplication/octet-stream
bitblit.xbm.Z1988-Apr-20 19:49:330.1Kapplication/octet-stream
blackborder.xbm.Z1988-Apr-20 19:49:340.1Kapplication/octet-stream
boot.xbm.Z1988-Apr-20 19:49:350.1Kapplication/octet-stream
boundarypad.xbm.Z1988-Apr-20 19:49:360.1Kapplication/octet-stream
brain.xbm.Z1988-Apr-20 19:49:370.1Kapplication/octet-stream
btllogo.xbm.Z1988-Apr-20 19:49:380.1Kapplication/octet-stream
buddah.xbm.Z1988-Apr-20 19:49:390.1Kapplication/octet-stream
bullseye.xbm.Z1988-Apr-20 19:49:400.1Kapplication/octet-stream
bunny.xbm.Z1988-Apr-20 19:49:410.1Kapplication/octet-stream
caret.xbm.Z1988-Apr-20 19:49:420.1Kapplication/octet-stream
carnegie.xbm.Z1988-Apr-20 19:49:430.1Kapplication/octet-stream
charbox.xbm.Z1988-Apr-20 19:49:440.1Kapplication/octet-stream
check.xbm.Z1988-Apr-20 19:49:450.1Kapplication/octet-stream
circle.xbm.Z1988-Apr-20 19:49:460.1Kapplication/octet-stream
cleanup.xbm.Z1988-Apr-20 19:49:460.1Kapplication/octet-stream
clock.xbm.Z1988-Apr-20 19:49:470.1Kapplication/octet-stream
clock_mask.xbm.Z1988-Apr-20 19:52:160.1Kapplication/octet-stream
club.xbm.Z1988-Apr-20 19:49:490.1Kapplication/octet-stream
cockmouse.xbm.Z1988-Apr-20 19:49:500.1Kapplication/octet-stream
confirm_left.xbm.Z1988-Apr-20 19:49:510.1Kapplication/octet-stream
confirm_middle.xbm.Z1988-Apr-20 19:49:510.1Kapplication/octet-stream
confirm_right.xbm.Z1988-Apr-20 19:49:520.1Kapplication/octet-stream
copier.xbm.Z1988-Apr-20 19:49:520.1Kapplication/octet-stream
copydisk.xbm.Z1988-Apr-20 19:49:530.1Kapplication/octet-stream
corner.xbm.Z1988-Apr-20 19:49:540.1Kapplication/octet-stream
cross_n.xbm.Z1988-Apr-20 19:49:560.1Kapplication/octet-stream
cross_p.xbm.Z1988-Apr-20 19:49:570.1Kapplication/octet-stream
crosshairs.xbm.Z1988-Apr-20 19:49:580.1Kapplication/octet-stream
cup1.xbm.Z1988-Apr-20 19:49:580.1Kapplication/octet-stream
cup2.xbm.Z1988-Apr-20 19:49:590.1Kapplication/octet-stream
dead.xbm.Z1988-Apr-20 19:50:000.1Kapplication/octet-stream
deadmouse.xbm.Z1988-Apr-20 19:50:010.1Kapplication/octet-stream
diagmouse.xbm.Z1988-Apr-20 19:50:020.1Kapplication/octet-stream
dice1.xbm.Z1988-Apr-20 19:50:030.1Kapplication/octet-stream
dice2.xbm.Z1988-Apr-20 19:50:040.1Kapplication/octet-stream
dice3.xbm.Z1988-Apr-20 19:50:050.1Kapplication/octet-stream
dice4.xbm.Z1988-Apr-20 19:50:060.1Kapplication/octet-stream
dice5.xbm.Z1988-Apr-20 19:50:070.1Kapplication/octet-stream
dice6.xbm.Z1988-Apr-20 19:50:080.1Kapplication/octet-stream
digitalwatch.xbm.Z1988-Apr-20 19:50:090.1Kapplication/octet-stream
dont.xbm.Z1988-Apr-20 19:50:100.1Kapplication/octet-stream
drawbox.xbm.Z1988-Apr-20 19:50:110.1Kapplication/octet-stream
drawcaret.xbm.Z1988-Apr-20 19:50:120.1Kapplication/octet-stream
drawcenter.xbm.Z1988-Apr-20 19:50:130.1Kapplication/octet-stream
drawdoublearr.xbm.Z1988-Apr-20 19:50:130.1Kapplication/octet-stream
drawgrid.xbm.Z1988-Apr-20 19:50:140.1Kapplication/octet-stream
drawidle.xbm.Z1988-Apr-20 19:50:150.1Kapplication/octet-stream
drawthumb.xbm.Z1988-Apr-20 19:50:160.1Kapplication/octet-stream
drcelloff.xbm.Z1988-Apr-20 19:50:170.1Kapplication/octet-stream
drcellon.xbm.Z1988-Apr-20 19:50:180.1Kapplication/octet-stream
drsplbox.xbm.Z1988-Apr-20 19:50:200.1Kapplication/octet-stream
egg.xbm.Z1988-Apr-20 19:50:210.1Kapplication/octet-stream
ellipse.xbm.Z1988-Apr-20 19:50:220.1Kapplication/octet-stream
eye.xbm.Z1988-Apr-20 19:50:240.1Kapplication/octet-stream
firecracker.xbm.Z1988-Apr-20 19:50:240.1Kapplication/octet-stream
flag2.xbm.Z1988-Apr-20 19:50:250.1Kapplication/octet-stream
frank.xbm.Z1988-Apr-20 19:50:260.1Kapplication/octet-stream
ftpcursor.xbm.Z1988-Apr-20 19:50:270.1Kapplication/octet-stream
ftpsq1.xbm.Z1988-Apr-20 19:50:280.1Kapplication/octet-stream
ftpsq2.xbm.Z1988-Apr-20 19:50:290.1Kapplication/octet-stream
george.xbm.Z1988-Apr-20 19:50:300.1Kapplication/octet-stream
ghost.xbm.Z1988-Apr-20 19:50:310.1Kapplication/octet-stream
glasses.xbm.Z1988-Apr-20 19:50:320.1Kapplication/octet-stream
goaway.xbm.Z1988-Apr-20 19:50:330.1Kapplication/octet-stream
grapes.xbm.Z1988-Apr-20 19:50:340.1Kapplication/octet-stream
grid.xbm.Z1988-Apr-20 19:50:350.1Kapplication/octet-stream
groundhog.xbm.Z1988-Apr-20 19:50:360.1Kapplication/octet-stream
guillotine.xbm.Z1988-Apr-20 19:50:370.1Kapplication/octet-stream
gun.xbm.Z1988-Apr-20 19:50:380.1Kapplication/octet-stream
halloween.xbm.Z1988-Apr-20 19:50:390.1Kapplication/octet-stream
hand.xbm.Z1988-Apr-20 19:50:400.1Kapplication/octet-stream
hanukah.xbm.Z1988-Apr-20 19:50:410.1Kapplication/octet-stream
heart.xbm.Z1988-Apr-20 19:50:420.1Kapplication/octet-stream
help.xbm.Z1988-Apr-20 19:50:430.1Kapplication/octet-stream
hglass.xbm.Z1988-Apr-20 19:50:440.1Kapplication/octet-stream
hook.xbm.Z1988-Apr-20 19:50:450.1Kapplication/octet-stream
hourglass.xbm.Z1988-Apr-20 19:50:470.1Kapplication/octet-stream
ilovenewyork.xbm.Z1988-Apr-20 19:50:480.1Kapplication/octet-stream
invert.xbm.Z1988-Apr-20 19:50:490.1Kapplication/octet-stream
junction.xbm.Z1988-Apr-20 19:50:500.1Kapplication/octet-stream
kitten.xbm.Z1988-Apr-20 19:50:530.1Kapplication/octet-stream
libcursor.xbm.Z1988-Apr-20 19:50:540.1Kapplication/octet-stream
loupe.xbm.Z1988-Apr-20 19:50:540.1Kapplication/octet-stream
magnify.xbm.Z1988-Apr-20 19:50:560.1Kapplication/octet-stream
mayday.xbm.Z1988-Apr-20 19:50:570.1Kapplication/octet-stream
mcsquare.xbm.Z1988-Apr-20 19:50:580.1Kapplication/octet-stream
menu.xbm.Z1988-Apr-20 19:50:580.1Kapplication/octet-stream
menu1.xbm.Z1988-Apr-20 19:50:590.1Kapplication/octet-stream
menu12.xbm.Z1988-Apr-20 19:51:000.1Kapplication/octet-stream
menu123.xbm.Z1988-Apr-20 19:51:010.1Kapplication/octet-stream
menu13.xbm.Z1988-Apr-20 19:51:020.1Kapplication/octet-stream
menu2.xbm.Z1988-Apr-20 19:51:030.1Kapplication/octet-stream
menu23.xbm.Z1988-Apr-20 19:51:040.1Kapplication/octet-stream
menu3.xbm.Z1988-Apr-20 19:51:050.1Kapplication/octet-stream
microscope.xbm.Z1988-Apr-20 19:51:060.1Kapplication/octet-stream
moon1.xbm.Z1988-Apr-20 19:51:070.1Kapplication/octet-stream
moon2.xbm.Z1988-Apr-20 19:51:070.1Kapplication/octet-stream
mortarboard.xbm.Z1988-Apr-20 19:51:080.1Kapplication/octet-stream
mother.xbm.Z1988-Apr-20 19:51:090.1Kapplication/octet-stream
mouse_icon.xbm.Z1988-Apr-20 19:51:100.1Kapplication/octet-stream
move.xbm.Z1988-Apr-20 19:51:110.1Kapplication/octet-stream
move_h.xbm.Z1988-Apr-20 19:51:120.1Kapplication/octet-stream
move_v.xbm.Z1988-Apr-20 19:51:130.1Kapplication/octet-stream
mt.st.helen.xbm.Z1988-Apr-20 19:51:140.1Kapplication/octet-stream
news.xbm.Z1988-Apr-20 19:51:160.1Kapplication/octet-stream
none.xbm.Z1988-Apr-20 19:51:170.1Kapplication/octet-stream
note1x1.xbm.Z1988-Apr-20 19:51:180.1Kapplication/octet-stream
note1x16.xbm.Z1988-Apr-20 19:51:180.1Kapplication/octet-stream
note1x2.xbm.Z1988-Apr-20 19:51:190.1Kapplication/octet-stream
note1x4.xbm.Z1988-Apr-20 19:51:200.1Kapplication/octet-stream
note1x8.xbm.Z1988-Apr-20 19:51:220.1Kapplication/octet-stream
okay_left.xbm.Z1988-Apr-20 19:51:230.1Kapplication/octet-stream
okay_middle.xbm.Z1988-Apr-20 19:51:240.1Kapplication/octet-stream
okay_right.xbm.Z1988-Apr-20 19:51:250.1Kapplication/octet-stream
oldcar.xbm.Z1988-Apr-20 19:51:260.1Kapplication/octet-stream
oldcoffeecup.xbm.Z1988-Apr-20 19:51:270.1Kapplication/octet-stream
oops.xbm.Z1988-Apr-20 19:51:280.1Kapplication/octet-stream
pacman_down.xbm.Z1988-Apr-20 19:51:280.1Kapplication/octet-stream
pacman_left.xbm.Z1988-Apr-20 19:51:300.1Kapplication/octet-stream
pacman_right.xbm.Z1988-Apr-20 19:51:300.1Kapplication/octet-stream
pacman_up.xbm.Z1988-Apr-20 19:51:320.1Kapplication/octet-stream
pagefull.xbm.Z1988-Apr-20 19:51:330.1Kapplication/octet-stream
palm.xbm.Z1988-Apr-20 19:51:340.1Kapplication/octet-stream
para_move.xbm.Z1988-Apr-20 19:51:350.1Kapplication/octet-stream
paragraph.xbm.Z1988-Apr-20 19:51:360.1Kapplication/octet-stream
pen.xbm.Z1988-Apr-20 19:51:370.1Kapplication/octet-stream
phonecall.xbm.Z1988-Apr-20 19:51:380.1Kapplication/octet-stream
puf.xbm.Z1988-Apr-20 19:51:390.1Kapplication/octet-stream
qmark1.xbm.Z1988-Apr-20 19:51:400.1Kapplication/octet-stream
qmark2.xbm.Z1988-Apr-20 19:51:410.1Kapplication/octet-stream
qmark3.xbm.Z1988-Apr-20 19:51:420.1Kapplication/octet-stream
racecar.xbm.Z1988-Apr-20 19:51:430.1Kapplication/octet-stream
readthis.xbm.Z1988-Apr-20 19:51:440.1Kapplication/octet-stream
receive.xbm.Z1988-Apr-20 19:51:450.1Kapplication/octet-stream
saturn1.xbm.Z1988-Apr-20 19:51:460.1Kapplication/octet-stream
saturn2.xbm.Z1988-Apr-20 19:51:470.1Kapplication/octet-stream
scale.xbm.Z1988-Apr-20 19:51:480.1Kapplication/octet-stream
scale1.xbm.Z1988-Apr-20 19:51:490.1Kapplication/octet-stream
scowl.xbm.Z1988-Apr-20 19:51:500.1Kapplication/octet-stream
scroll.xbm.Z1988-Apr-20 19:51:500.1Kapplication/octet-stream
sect_move.xbm.Z1988-Apr-20 19:51:510.1Kapplication/octet-stream
section.xbm.Z1988-Apr-20 19:51:520.1Kapplication/octet-stream
sham.xbm.Z1988-Apr-20 19:51:540.1Kapplication/octet-stream
shear.xbm.Z1988-Apr-20 19:51:550.1Kapplication/octet-stream
ski.xbm.Z1988-Apr-20 19:51:560.1Kapplication/octet-stream
skull.xbm.Z1988-Apr-20 19:51:570.1Kapplication/octet-stream
sleeping.xbm.Z1988-Apr-20 19:51:570.1Kapplication/octet-stream
smiley.xbm.Z1988-Apr-20 19:51:580.1Kapplication/octet-stream
softball.xbm.Z1988-Apr-20 19:51:590.1Kapplication/octet-stream
spade.xbm.Z1988-Apr-20 19:51:590.1Kapplication/octet-stream
stretch.xbm.Z1988-Apr-20 19:52:000.1Kapplication/octet-stream
stretchNE.xbm.Z1988-Apr-20 19:52:010.1Kapplication/octet-stream
stretchNW.xbm.Z1988-Apr-20 19:52:020.1Kapplication/octet-stream
stretchSE.xbm.Z1988-Apr-20 19:52:030.1Kapplication/octet-stream
stretchSW.xbm.Z1988-Apr-20 19:52:040.1Kapplication/octet-stream
stretch_h.xbm.Z1988-Apr-20 19:52:060.1Kapplication/octet-stream
stretch_v.xbm.Z1988-Apr-20 19:52:080.1Kapplication/octet-stream
sun.xbm.Z1988-Apr-20 19:52:090.1Kapplication/octet-stream
sunset.xbm.Z1988-Apr-20 19:52:100.1Kapplication/octet-stream
sweep.xbm.Z1988-Apr-20 19:52:100.1Kapplication/octet-stream
sweeportrack.xbm.Z1988-Apr-20 19:52:110.1Kapplication/octet-stream
tex.xbm.Z1988-Apr-20 19:52:120.1Kapplication/octet-stream
thumb_down.xbm.Z1988-Apr-20 19:52:130.1Kapplication/octet-stream
thumb_right.xbm.Z1988-Apr-20 19:52:140.1Kapplication/octet-stream
thumb_up.xbm.Z1988-Apr-20 19:52:150.1Kapplication/octet-stream
tinymouse.xbm.Z1988-Apr-20 19:52:170.1Kapplication/octet-stream
trashcan.xbm.Z1988-Apr-20 19:52:180.1Kapplication/octet-stream
triangle.xbm.Z1988-Apr-20 19:52:200.1Kapplication/octet-stream
turkey.xbm.Z1988-Apr-20 19:52:210.1Kapplication/octet-stream
typer.xbm.Z1988-Apr-20 19:52:220.1Kapplication/octet-stream
typewriter.xbm.Z1988-Apr-20 19:52:230.1Kapplication/octet-stream
vader.xbm.Z1988-Apr-20 19:52:260.1Kapplication/octet-stream
vesuvius.xbm.Z1988-Apr-20 19:52:270.1Kapplication/octet-stream
wakeup.xbm.Z1988-Apr-20 19:52:270.1Kapplication/octet-stream
yum.xbm.Z1988-Apr-20 19:52:280.1Kapplication/octet-stream
zot.xbm.Z1988-Apr-20 19:52:280.1Kapplication/octet-stream
zzz.xbm.Z1988-Apr-20 19:52:290.1Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/invert.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/invert.xbm.Z new file mode 100644 index 0000000..5c3e23e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/invert.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/junction.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/junction.xbm.Z new file mode 100644 index 0000000..edd8d38 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/junction.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/kitten.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/kitten.xbm.Z new file mode 100644 index 0000000..988441e --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/kitten.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MkСS͗;iA" ţ阨BΠZ鍱10-ѷL`ZFTLiXm +w0Vhg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu2.xbm.Z new file mode 100644 index 0000000..342dde9 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu2.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mmʸ#˝4dÆ L!2iΠC:ab 0r*dEL:st `1fQ( Lx*4SD&֡M U:(Уc#1lgeVdJ-վR \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu23.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu23.xbm.Z new file mode 100644 index 0000000..63ab286 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu23.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mmʸ#cƗ;iA" ţ錣BZŃcLnj!i[o[.ѻDiĐ:*aQӊg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu3.xbm.Z new file mode 100644 index 0000000..a93ce33 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/menu3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/microscope.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/microscope.xbm.Z new file mode 100644 index 0000000..43bab94 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/microscope.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon1.xbm.Z new file mode 100644 index 0000000..03df506 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon1.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mm޼q˝4dÆ L!2iΠC:ab 0r*dEL:st `)P7≁Ci1JqP:ÌR22ް*RItұJp,Pj 25Ү5Co٬BFGѩBg]T(So=z \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon2.xbm.Z new file mode 100644 index 0000000..7eee0ea --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/moon2.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mm޼q#˝4dÆ L!2iΠC:ab 0r*dEL:st `)P7♁CiB͌Q*#RJiQjL֭Q(1+XL3h`8N:iƀF!B B"& 9[b0"1M2M*LԥQ^GkRT~UjVI`qڤ8v7+]2䪵Xf , \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/paragraph.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/paragraph.xbm.Z new file mode 100644 index 0000000..3200e2c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/paragraph.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/pen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/pen.xbm.Z new file mode 100644 index 0000000..cfc0117 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/pen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/phonecall.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/phonecall.xbm.Z new file mode 100644 index 0000000..755f4eb --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/phonecall.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mpм18& 6_!C 6X`…e>L3h\8N:iƀ& +:(& 9[b0"iMȠuj2RMj֤akT0qVG0ULYa`tF9Dۨ7%5LZy>6<9ݸR'g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/puf.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/puf.xbm.Z new file mode 100644 index 0000000..5e11996 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/puf.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark1.xbm.Z new file mode 100644 index 0000000..ab00ef1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark2.xbm.Z new file mode 100644 index 0000000..bf3e384 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark3.xbm.Z new file mode 100644 index 0000000..ff2e32d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/qmark3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/racecar.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/racecar.xbm.Z new file mode 100644 index 0000000..a08f607 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/racecar.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/readthis.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/readthis.xbm.Z new file mode 100644 index 0000000..a128aef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/readthis.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/receive.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/receive.xbm.Z new file mode 100644 index 0000000..84c3a71 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/receive.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn1.xbm.Z new file mode 100644 index 0000000..ef3b32a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn2.xbm.Z new file mode 100644 index 0000000..461f1f1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/saturn2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale.xbm.Z new file mode 100644 index 0000000..9307e7b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale1.xbm.Z new file mode 100644 index 0000000..b2df77d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scale1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scowl.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scowl.xbm.Z new file mode 100644 index 0000000..edb4ecc --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scowl.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MsƼ˝4dÆ L!2iΠC:ab 0r*dEL:st `PF)ztF8#SCe$UV^ވƍd +u(ٵXǼCcla^0≁Tjg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scroll.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scroll.xbm.Z new file mode 100644 index 0000000..d99d34f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/scroll.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sect_move.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sect_move.xbm.Z new file mode 100644 index 0000000..a8c24c6 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sect_move.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Msʌ;eIC1l(8 >L3h`8N:iƀ& +:EL:st `c.mt L^UkTT@*Y2dH5Ҫ[h\bΕ:#,[q+pجoC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/section.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/section.xbm.Z new file mode 100644 index 0000000..e1a0232 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/section.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sham.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sham.xbm.Z new file mode 100644 index 0000000..d082694 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sham.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/shear.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/shear.xbm.Z new file mode 100644 index 0000000..a99cd1c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/shear.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ski.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ski.xbm.Z new file mode 100644 index 0000000..a025e6a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/ski.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/skull.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/skull.xbm.Z new file mode 100644 index 0000000..f99aaa8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/skull.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sleeping.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sleeping.xbm.Z new file mode 100644 index 0000000..3df31b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/sleeping.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/smiley.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/smiley.xbm.Z new file mode 100644 index 0000000..c5a4c0c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/smiley.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/softball.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/softball.xbm.Z new file mode 100644 index 0000000..695cbfb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/softball.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/spade.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/spade.xbm.Z new file mode 100644 index 0000000..41115f3 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/spade.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MsN2tЀaCA&\X 2iΠ3:ab 0r*d(& 9[b0"( A #FQM4gq0tҌ1M92tQ4tl= +@M13F*VeX +U8(#Fخe2ǬXIEU- 0⹡ cB`x`q1 \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_right.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_right.xbm.Z new file mode 100644 index 0000000..381ebae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_right.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_up.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_up.xbm.Z new file mode 100644 index 0000000..31cf0b9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/thumb_up.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/tinymouse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/tinymouse.xbm.Z new file mode 100644 index 0000000..ab4b4a5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/tinymouse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/trashcan.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/trashcan.xbm.Z new file mode 100644 index 0000000..4a0e165 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/trashcan.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/triangle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/triangle.xbm.Z new file mode 100644 index 0000000..a789b36 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/triangle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/turkey.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/turkey.xbm.Z new file mode 100644 index 0000000..9de73e2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/turkey.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typer.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typer.xbm.Z new file mode 100644 index 0000000..73dc7ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typer.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typewriter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typewriter.xbm.Z new file mode 100644 index 0000000..f1f0cf6 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_cursors/typewriter.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mt)sGN:e| 4 bPp` 6| 2iΠq:ab 0r*dD1l= +@SC3n + + + +Index of /pub/graphics/poskbitmaps/dcm_icons/ + + + +

Index of /pub/graphics/poskbitmaps/dcm_icons/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
animate.xbm.Z1988-Apr-20 19:39:520.7Kapplication/octet-stream
boggle.xbm.Z1988-Apr-20 19:39:540.8Kapplication/octet-stream
browse.xbm.Z1988-Apr-20 19:39:560.8Kapplication/octet-stream
canfield.xbm.Z1988-Apr-20 19:39:570.6Kapplication/octet-stream
cardback.xbm.Z1988-Apr-20 19:39:580.6Kapplication/octet-stream
chesstool.xbm.Z1988-Apr-20 19:40:010.6Kapplication/octet-stream
cmdtool.xbm.Z1988-Apr-20 19:40:070.9Kapplication/octet-stream
core_eye.xbm.Z1988-Apr-20 19:40:090.5Kapplication/octet-stream
cray_machine.xbm.Z1988-Apr-20 19:40:100.8Kapplication/octet-stream
dbxtool.xbm.Z1988-Apr-20 19:40:110.9Kapplication/octet-stream
deathstar.xbm.Z1988-Apr-20 19:40:120.6Kapplication/octet-stream
defaultsedit.xbm.Z1988-Apr-20 19:40:150.6Kapplication/octet-stream
deskphone1.xbm.Z1988-Apr-20 19:40:170.6Kapplication/octet-stream
deskphone2.xbm.Z1988-Apr-20 19:40:180.7Kapplication/octet-stream
deskphone3.xbm.Z1988-Apr-20 19:40:200.7Kapplication/octet-stream
fontedit.xbm.Z1988-Apr-20 19:40:230.7Kapplication/octet-stream
fred_flintstone.xbm.Z1988-Apr-20 19:40:240.8Kapplication/octet-stream
gammon.xbm.Z1988-Apr-20 19:40:260.6Kapplication/octet-stream
gfxtool.xbm.Z1988-Apr-20 19:40:270.7Kapplication/octet-stream
ghostbusters.xbm.Z1988-Apr-20 19:40:280.8Kapplication/octet-stream
gnumacs.xbm.Z1988-Apr-20 19:40:300.8Kapplication/octet-stream
gremlin.xbm.Z1988-Apr-20 19:40:320.8Kapplication/octet-stream
hello_world.xbm.Z1988-Apr-20 19:40:330.8Kapplication/octet-stream
iconedit.xbm.Z1988-Apr-20 19:40:350.7Kapplication/octet-stream
indentdefaults.xbm.Z1988-Apr-20 19:40:360.7Kapplication/octet-stream
k1.xbm.Z1988-Apr-20 19:44:180.6Kapplication/octet-stream
k2.xbm.Z1988-Apr-20 19:44:190.6Kapplication/octet-stream
k3.xbm.Z1988-Apr-20 19:44:200.6Kapplication/octet-stream
k4.xbm.Z1988-Apr-20 19:44:210.6Kapplication/octet-stream
k5.xbm.Z1988-Apr-20 19:44:220.6Kapplication/octet-stream
life.xbm.Z1988-Apr-20 19:40:450.4Kapplication/octet-stream
lockscreen.xbm.Z1988-Apr-20 19:40:460.7Kapplication/octet-stream
mailbox_checked.xbm.Z1988-Apr-20 19:40:470.6Kapplication/octet-stream
mailbox_empty.xbm.Z1988-Apr-20 19:40:470.6Kapplication/octet-stream
mailbox_full.xbm.Z1988-Apr-20 19:40:490.6Kapplication/octet-stream
nautilus.xbm.Z1988-Apr-20 19:40:500.8Kapplication/octet-stream
porsche.xbm.Z1988-Apr-20 19:40:520.8Kapplication/octet-stream
rogue.xbm.Z1988-Apr-20 19:40:530.8Kapplication/octet-stream
scrollbar_demo.xbm.Z1988-Apr-20 19:40:580.7Kapplication/octet-stream
showpix.xbm.Z1988-Apr-20 19:41:000.7Kapplication/octet-stream
sundae.xbm.Z1988-Apr-20 19:41:050.7Kapplication/octet-stream
textedit.xbm.Z1988-Apr-20 19:41:070.7Kapplication/octet-stream
tombstone.xbm.Z1988-Apr-20 19:41:080.8Kapplication/octet-stream
traffic.xbm.Z1988-Apr-20 19:41:100.6Kapplication/octet-stream
xhm.xbm.Z1988-Apr-20 19:41:120.7Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k1.xbm.Z new file mode 100644 index 0000000..d7e68c7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k2.xbm.Z new file mode 100644 index 0000000..e4d652e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k3.xbm.Z new file mode 100644 index 0000000..343b189 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k4.xbm.Z new file mode 100644 index 0000000..893a93d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k5.xbm.Z new file mode 100644 index 0000000..98c4369 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/k5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/life.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/life.xbm.Z new file mode 100644 index 0000000..880561e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/life.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/lockscreen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/lockscreen.xbm.Z new file mode 100644 index 0000000..107a1ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/lockscreen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_checked.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_checked.xbm.Z new file mode 100644 index 0000000..db55dd7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_checked.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_empty.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_empty.xbm.Z new file mode 100644 index 0000000..704eafd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_empty.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_full.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_full.xbm.Z new file mode 100644 index 0000000..6ad601c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/mailbox_full.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/nautilus.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/nautilus.xbm.Z new file mode 100644 index 0000000..8533d3e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/nautilus.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/porsche.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/porsche.xbm.Z new file mode 100644 index 0000000..ceeee53 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/porsche.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/rogue.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/rogue.xbm.Z new file mode 100644 index 0000000..be78993 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/rogue.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/scrollbar_demo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/scrollbar_demo.xbm.Z new file mode 100644 index 0000000..399fdb2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/scrollbar_demo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/showpix.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/showpix.xbm.Z new file mode 100644 index 0000000..4c5aa41 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/showpix.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/sundae.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/sundae.xbm.Z new file mode 100644 index 0000000..47974fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/sundae.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/textedit.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/textedit.xbm.Z new file mode 100644 index 0000000..24bd2d5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/textedit.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/tombstone.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/tombstone.xbm.Z new file mode 100644 index 0000000..0a3b324 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/tombstone.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/traffic.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/traffic.xbm.Z new file mode 100644 index 0000000..02d7be7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/traffic.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/xhm.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/xhm.xbm.Z new file mode 100644 index 0000000..6df7cb8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_icons/xhm.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/apple.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/apple.xbm.Z new file mode 100644 index 0000000..8bb2ecb --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/apple.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MaaS˝4d! L!2iΠbF s脡f 1hA1iD{ D"3RIF]:SEBejW8*tYm +*U!V_t,D_Wٹ7vKxs\gTJuw-Ȕݰ{6 &zyݡCR%8KS7#bf}W"`e8gFVXjŧgf唹FYpFZ~ƣk]aTneaQegrY(\wu[| /IW0| Cb6} \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog1.xbm.Z new file mode 100644 index 0000000..8c9e1f7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog2.xbm.Z new file mode 100644 index 0000000..e707738 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/frog2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/ghost.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/ghost.xbm.Z new file mode 100644 index 0000000..179f029 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/ghost.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/guitar.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/guitar.xbm.Z new file mode 100644 index 0000000..c485ba4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/guitar.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hack.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hack.xbm.Z new file mode 100644 index 0000000..f3a3491 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hack.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hammer.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hammer.xbm.Z new file mode 100644 index 0000000..7c67dc9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hammer.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_lr.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_lr.xbm.Z new file mode 100644 index 0000000..03a3cdc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_lr.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_ul.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_ul.xbm.Z new file mode 100644 index 0000000..a6847a0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/handbig_ul.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hatsoff.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hatsoff.xbm.Z new file mode 100644 index 0000000..7b579e4 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/hatsoff.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MhЙƌ/wҐD +,x0†єIs 5̡0cA/b,D{ Da@ѤOFuʔ*Ԫ7NݪUIx:*٫Dc)٢Qg֬ݶxD]L2uؕ_Q5#1`D4nP<9Vy2oLgf͌aaQbkN{;jmެ/U-mV9*۽k1F'*zeF_?j֓.u#}x Sg$Srh0u.& Lݐ-ؖ8rEV^EG&2VfUg^avHmGd|U(SCZUf؞42 y~%MUʥ$hc؇" +j5(h"jR4T5Y+wTI}C:zYwY++L[U~0 I gŁù1 \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/heart32.waa.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/heart32.waa.xbm.Z new file mode 100644 index 0000000..f0a615c --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/heart32.waa.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MhʄCg/wҐC + + + +Index of /pub/graphics/poskbitmaps/dcm_misc/ + + + +

Index of /pub/graphics/poskbitmaps/dcm_misc/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
apple.xbm.Z1988-Apr-20 19:43:150.3Kapplication/octet-stream
bignot.xbm.Z1988-Apr-20 19:43:190.4Kapplication/octet-stream
bigswitch1.xbm.Z1988-Apr-20 19:43:210.4Kapplication/octet-stream
bigswitch2.xbm.Z1988-Apr-20 19:43:220.4Kapplication/octet-stream
booknew.xbm.Z1988-Apr-20 19:43:230.2Kapplication/octet-stream
boss.xbm.Z1988-Apr-20 19:43:240.3Kapplication/octet-stream
clef.xbm.Z1988-Apr-20 19:43:350.2Kapplication/octet-stream
clef1.xbm.Z1988-Apr-20 19:43:360.2Kapplication/octet-stream
cube.xbm.Z1988-Apr-20 19:43:390.3Kapplication/octet-stream
cube1.xbm.Z1988-Apr-20 19:43:410.3Kapplication/octet-stream
cube2.xbm.Z1988-Apr-20 19:43:420.3Kapplication/octet-stream
digital.xbm.Z1988-Apr-20 19:43:450.4Kapplication/octet-stream
digital1.xbm.Z1988-Apr-20 19:43:450.3Kapplication/octet-stream
dkong1.xbm.Z1988-Apr-20 19:43:460.3Kapplication/octet-stream
down_arrow.xbm.Z1988-Apr-20 19:43:470.1Kapplication/octet-stream
draw_pencil.xbm.Z1988-Apr-20 19:43:480.3Kapplication/octet-stream
ear.xbm.Z1988-Apr-20 19:43:480.3Kapplication/octet-stream
eh.xbm.Z1988-Apr-20 19:43:490.4Kapplication/octet-stream
exit.xbm.Z1988-Apr-20 19:43:500.3Kapplication/octet-stream
eye1.xbm.Z1988-Apr-20 19:43:510.5Kapplication/octet-stream
eye2.xbm.Z1988-Apr-20 19:43:520.4Kapplication/octet-stream
eye3.xbm.Z1988-Apr-20 19:43:530.4Kapplication/octet-stream
eye4.xbm.Z1988-Apr-20 19:43:530.4Kapplication/octet-stream
eye_bld1.xbm.Z1988-Apr-20 19:43:540.5Kapplication/octet-stream
eye_bld2.xbm.Z1988-Apr-20 19:43:560.5Kapplication/octet-stream
eye_bld3.xbm.Z1988-Apr-20 19:43:560.4Kapplication/octet-stream
eyesmaller.xbm.Z1988-Apr-20 19:43:570.4Kapplication/octet-stream
font.xbm.Z1988-Apr-20 19:43:580.5Kapplication/octet-stream
fourarrows.xbm.Z1988-Apr-20 19:43:590.4Kapplication/octet-stream
frog1.xbm.Z1988-Apr-20 19:44:020.4Kapplication/octet-stream
frog2.xbm.Z1988-Apr-20 19:44:020.4Kapplication/octet-stream
ghost.xbm.Z1988-Apr-20 19:44:040.3Kapplication/octet-stream
guitar.xbm.Z1988-Apr-20 19:44:090.4Kapplication/octet-stream
hack.xbm.Z1988-Apr-20 19:44:090.5Kapplication/octet-stream
hammer.xbm.Z1988-Apr-20 19:44:100.4Kapplication/octet-stream
handbig_lr.xbm.Z1988-Apr-20 19:44:120.4Kapplication/octet-stream
handbig_ul.xbm.Z1988-Apr-20 19:44:130.4Kapplication/octet-stream
hatsoff.xbm.Z1988-Apr-20 19:44:140.5Kapplication/octet-stream
heart32.waa.xbm.Z1988-Apr-20 19:44:150.3Kapplication/octet-stream
heart32.xbm.Z1988-Apr-20 19:44:140.2Kapplication/octet-stream
huh.xbm.Z1988-Apr-20 19:44:160.4Kapplication/octet-stream
letter.xbm.Z1988-Apr-20 19:44:230.2Kapplication/octet-stream
letters.xbm.Z1988-Apr-20 19:44:230.3Kapplication/octet-stream
logbook.xbm.Z1988-Apr-20 19:44:240.3Kapplication/octet-stream
menucursors.xbm.Z1988-Apr-20 19:44:280.5Kapplication/octet-stream
monster_0.xbm.Z1988-Apr-20 19:44:290.6Kapplication/octet-stream
monster_1.xbm.Z1988-Apr-20 19:44:300.6Kapplication/octet-stream
monster_2.xbm.Z1988-Apr-20 19:44:310.6Kapplication/octet-stream
monster_3.xbm.Z1988-Apr-20 19:44:310.6Kapplication/octet-stream
monster_4.xbm.Z1988-Apr-20 19:44:320.6Kapplication/octet-stream
monster_5.xbm.Z1988-Apr-20 19:44:330.6Kapplication/octet-stream
monster_6.xbm.Z1988-Apr-20 19:44:340.6Kapplication/octet-stream
monster_7.xbm.Z1988-Apr-20 19:44:350.6Kapplication/octet-stream
monster_8.xbm.Z1988-Apr-20 19:44:350.5Kapplication/octet-stream
monster_9.xbm.Z1988-Apr-20 19:44:360.5Kapplication/octet-stream
mouse0.xbm.Z1988-Apr-20 19:44:370.4Kapplication/octet-stream
mouse1.xbm.Z1988-Apr-20 19:44:380.4Kapplication/octet-stream
mouse12.xbm.Z1988-Apr-20 19:44:390.4Kapplication/octet-stream
mouse123.xbm.Z1988-Apr-20 19:44:400.4Kapplication/octet-stream
mouse13.xbm.Z1988-Apr-20 19:44:410.4Kapplication/octet-stream
mouse2.xbm.Z1988-Apr-20 19:44:430.4Kapplication/octet-stream
mouse23.xbm.Z1988-Apr-20 19:44:440.4Kapplication/octet-stream
mouse3.xbm.Z1988-Apr-20 19:44:450.4Kapplication/octet-stream
nosmoking.xbm.Z1988-Apr-20 19:44:480.4Kapplication/octet-stream
note1_1.xbm.Z1988-Apr-20 19:44:480.1Kapplication/octet-stream
note1_16.xbm.Z1988-Apr-20 19:44:490.1Kapplication/octet-stream
note1_2.xbm.Z1988-Apr-20 19:44:500.1Kapplication/octet-stream
note1_32.xbm.Z1988-Apr-20 19:44:500.1Kapplication/octet-stream
note1_4.xbm.Z1988-Apr-20 19:44:510.1Kapplication/octet-stream
note1_8.xbm.Z1988-Apr-20 19:44:510.1Kapplication/octet-stream
note3_16.xbm.Z1988-Apr-20 19:44:520.1Kapplication/octet-stream
note3_32.xbm.Z1988-Apr-20 19:44:530.1Kapplication/octet-stream
note3_4.xbm.Z1988-Apr-20 19:44:530.1Kapplication/octet-stream
note3_8.xbm.Z1988-Apr-20 19:44:540.1Kapplication/octet-stream
pacman2.xbm.Z1988-Apr-20 19:45:090.3Kapplication/octet-stream
pacmen.xbm.Z1988-Apr-20 19:45:100.5Kapplication/octet-stream
painting_hand.xbm.Z1988-Apr-20 19:45:110.3Kapplication/octet-stream
panel_button.xbm.Z1988-Apr-20 19:45:120.1Kapplication/octet-stream
panel_check_off.xbm.Z1988-Apr-20 19:45:140.1Kapplication/octet-stream
panel_check_on.xbm.Z1988-Apr-20 19:45:150.1Kapplication/octet-stream
panel_choose_many.xbm.Z1988-Apr-20 19:45:160.1Kapplication/octet-stream
panel_choose_one.xbm.Z1988-Apr-20 19:45:160.1Kapplication/octet-stream
panel_flush.xbm.Z1988-Apr-20 19:45:170.1Kapplication/octet-stream
panel_left_arrow.xbm.Z1988-Apr-20 19:45:170.1Kapplication/octet-stream
panel_menu_on.xbm.Z1988-Apr-20 19:45:180.1Kapplication/octet-stream
panel_switch.xbm.Z1988-Apr-20 19:45:190.1Kapplication/octet-stream
panel_text.xbm.Z1988-Apr-20 19:45:190.1Kapplication/octet-stream
q_bert.xbm.Z1988-Apr-20 19:45:210.5Kapplication/octet-stream
quit.xbm.Z1988-Apr-20 19:45:210.2Kapplication/octet-stream
scissors.xbm.Z1988-Apr-20 19:45:230.2Kapplication/octet-stream
screwdriver.xbm.Z1988-Apr-20 19:45:230.2Kapplication/octet-stream
smallclef.xbm.Z1988-Apr-20 19:45:250.2Kapplication/octet-stream
smallclef1.xbm.Z1988-Apr-20 19:45:250.2Kapplication/octet-stream
smalldriver.xbm.Z1988-Apr-20 19:45:260.1Kapplication/octet-stream
smileheart.xbm.Z1988-Apr-20 19:45:260.2Kapplication/octet-stream
snore1.xbm.Z1988-Apr-20 19:45:270.6Kapplication/octet-stream
snore2.xbm.Z1988-Apr-20 19:45:280.6Kapplication/octet-stream
stinko.xbm.Z1988-Apr-20 19:45:290.5Kapplication/octet-stream
stopplay.xbm.Z1988-Apr-20 19:45:300.5Kapplication/octet-stream
sun_logo_small.xbm.Z1988-Apr-20 19:45:320.3Kapplication/octet-stream
switches.xbm.Z1988-Apr-20 19:45:330.3Kapplication/octet-stream
thinker.xbm.Z1988-Apr-20 19:45:340.3Kapplication/octet-stream
thumb.xbm.Z1988-Apr-20 19:45:350.6Kapplication/octet-stream
thumb_l.xbm.Z1988-Apr-20 19:45:370.7Kapplication/octet-stream
thumbsdown.xbm.Z1988-Apr-20 19:45:380.6Kapplication/octet-stream
thumbsup.xbm.Z1988-Apr-20 19:45:400.5Kapplication/octet-stream
tinynumbers.xbm.Z1988-Apr-20 19:45:410.1Kapplication/octet-stream
toggle1.xbm.Z1988-Apr-20 19:45:420.5Kapplication/octet-stream
toggle2.xbm.Z1988-Apr-20 19:45:430.5Kapplication/octet-stream
toggle3.xbm.Z1988-Apr-20 19:45:440.5Kapplication/octet-stream
touch1.xbm.Z1988-Apr-20 19:45:460.4Kapplication/octet-stream
touch2.xbm.Z1988-Apr-20 19:45:470.4Kapplication/octet-stream
touch3.xbm.Z1988-Apr-20 19:45:480.4Kapplication/octet-stream
turnpage.xbm.Z1988-Apr-20 19:45:530.3Kapplication/octet-stream
vaderbig.xbm.Z1988-Apr-20 19:45:540.2Kapplication/octet-stream
wait.xbm.Z1988-Apr-20 19:45:560.4Kapplication/octet-stream
wings.xbm.Z1988-Apr-20 19:45:570.1Kapplication/octet-stream
zoom.xbm.Z1988-Apr-20 19:46:070.2Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letter.xbm.Z new file mode 100644 index 0000000..45e9d25 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letters.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letters.xbm.Z new file mode 100644 index 0000000..a086909 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/letters.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/logbook.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/logbook.xbm.Z new file mode 100644 index 0000000..6c0d6bf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/logbook.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/menucursors.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/menucursors.xbm.Z new file mode 100644 index 0000000..541de97 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/menucursors.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_0.xbm.Z new file mode 100644 index 0000000..a1016b0 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_0.xbm.Z @@ -0,0 +1,4 @@ +#Ȕ1Mm޸C/0IC4r(8 >L3h`a:iƀ& +:EL:st `RfiUL3h`a:iƀ& +:EL:st `RfiUU#(d\ +Ze>plf7l \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_4.xbm.Z new file mode 100644 index 0000000..cc27df8 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_4.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Mm޸C/4IC4r(8 >L3h`a:iƀ& +:EL:st `RfiUGAFaIU["X^ѐ';haQ+Yn xX};6k茺lOz,2Lƥ:p'ބZ[{r.s \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_5.xbm.Z new file mode 100644 index 0000000..17ba78e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_6.xbm.Z new file mode 100644 index 0000000..3919e2c --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_6.xbm.Z @@ -0,0 +1,4 @@ +#Ȕ1Mm޸C/6IC4r(8 >L3h`a:iƀ& +:EL:st `RfiU%KW0*VpJo &mR<(SY*Rpzco2ZKj5\.#橖aZkV:5ܴɚAmq˼V2qCOT9ƞ0OWgܾjFlؗ_37fiJapRЖhGCpb ^%X]Cx\tq}MŞqZEHVUg 1!0zOuX)CSFp%Z[%G m6CZ NߋiQjec`_EBTўTc]b8螂e Ùjf-b1Xethi])*unJCbTzCaxg[ +gJa4~ت]fzXygCO֚]]( +ځfᨇjE{C[▩HCT.J{e7Z](Aͺ6)o+8ⅮȟV \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_7.xbm.Z new file mode 100644 index 0000000..5775723 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_8.xbm.Z new file mode 100644 index 0000000..208b308 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_9.xbm.Z new file mode 100644 index 0000000..0d18cbe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/monster_9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse0.xbm.Z new file mode 100644 index 0000000..a03e9a4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse1.xbm.Z new file mode 100644 index 0000000..2118416 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse12.xbm.Z new file mode 100644 index 0000000..4188c2d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse123.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse123.xbm.Z new file mode 100644 index 0000000..829639d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse123.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse13.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse13.xbm.Z new file mode 100644 index 0000000..3dc99cd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse13.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse2.xbm.Z new file mode 100644 index 0000000..83d378e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse23.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse23.xbm.Z new file mode 100644 index 0000000..287152c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse23.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse3.xbm.Z new file mode 100644 index 0000000..bc7eca9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/mouse3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/nosmoking.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/nosmoking.xbm.Z new file mode 100644 index 0000000..c0d2703 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/nosmoking.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MnifM3_!C 0X`… ~AS&4t.fC' 4c@AFB (& 9[b01"ҦJ:ӤRZ5)PjcT6aqԩ٩d!bB!L]w慛տJUڗ*3,a<1 ۅcؤo^|xfh 4IUKصĭw[mE\||=z-V_P8wqաS4%aUT VQ_yT/ʇdo w_};5Yq@"idOhP2INZd: \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_1.xbm.Z new file mode 100644 index 0000000..8b95e1f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_16.xbm.Z new file mode 100644 index 0000000..6faf4a6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_2.xbm.Z new file mode 100644 index 0000000..86cbc2e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_32.xbm.Z new file mode 100644 index 0000000..d28b4ba --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_32.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mn) _!C 6X`… ~AS&4t@Ƞ`0tҌ1M92tQL:st `R4.m4SKHeUU1N:C,W66EZb*-#b,z`q[ެׯg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_4.xbm.Z new file mode 100644 index 0000000..c11e4d2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_8.xbm.Z new file mode 100644 index 0000000..32a78b1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note1_8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_16.xbm.Z new file mode 100644 index 0000000..ab04aa0 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_16.xbm.Z @@ -0,0 +1,4 @@ +#Ȕ1Mn)3K _!C +,x0†) : dP0N:iƀ& +:(& 9[b0") M2u +Tc.՚j]FQUlRe=*Qju 7\lj-;*,)pR3":fFTŒckVjZ  \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_32.xbm.Z new file mode 100644 index 0000000..3f21224 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_32.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mn)3 _!C 6X`… ~AS&4t@Ƞ`0tҌ1M92tQL:st `R4.m4SKHeUU1N:X4rEV-n1UXn͋W* cҸ-2XeVj+xK3C*1jI?;g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_4.xbm.Z new file mode 100644 index 0000000..d537b68 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_8.xbm.Z new file mode 100644 index 0000000..15f2188 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/note3_8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacman2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacman2.xbm.Z new file mode 100644 index 0000000..762611d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacman2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacmen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacmen.xbm.Z new file mode 100644 index 0000000..ed3b268 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/pacmen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/painting_hand.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/painting_hand.xbm.Z new file mode 100644 index 0000000..948a140 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/painting_hand.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_button.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_button.xbm.Z new file mode 100644 index 0000000..275e9e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_button.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_off.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_off.xbm.Z new file mode 100644 index 0000000..b6c0146 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_off.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_on.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_on.xbm.Z new file mode 100644 index 0000000..e39f9bc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_check_on.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_many.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_many.xbm.Z new file mode 100644 index 0000000..594bd16 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_many.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_one.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_one.xbm.Z new file mode 100644 index 0000000..68fac6e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_choose_one.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_flush.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_flush.xbm.Z new file mode 100644 index 0000000..0bd206d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_flush.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_left_arrow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_left_arrow.xbm.Z new file mode 100644 index 0000000..6d26147 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_left_arrow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_menu_on.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_menu_on.xbm.Z new file mode 100644 index 0000000..9baf668 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_menu_on.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_switch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_switch.xbm.Z new file mode 100644 index 0000000..2747900 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_switch.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpdeΝ4tƠ 4 bPp` 6|q"2iΠq:aBb9a/b D{g La܀S1P5 L͌z#ֱLoZfZ8چAuL[a6[UfEFdW֫xօ,^<0(C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_text.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_text.xbm.Z new file mode 100644 index 0000000..8de4d30 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/panel_text.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MpdNL3h`8N:iƀ& +0t4tl= +@M faFjRgt]JRRez׵Ko*fmҸbsR3{mkX ˘U+WTTkԻ%C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/q_bert.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/q_bert.xbm.Z new file mode 100644 index 0000000..ac45ed8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/q_bert.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/quit.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/quit.xbm.Z new file mode 100644 index 0000000..c7466ac Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/quit.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/scissors.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/scissors.xbm.Z new file mode 100644 index 0000000..5d0a050 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/scissors.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MsƤ3獜9_!C 2X`… ~AS&4t@ȸ`0tҌ1M92tQL:st `)R3iU<4 !j׫8J֪1"5 ejJk[mqmLMNMt2Uzp۬Rc&jޫc.%,`xZ3hVVrՌ[XYچ=':JcluSjF델~=W1]x1 =g/zCs +ivAqg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/screwdriver.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/screwdriver.xbm.Z new file mode 100644 index 0000000..f4e6753 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/screwdriver.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef.xbm.Z new file mode 100644 index 0000000..d3cbd6f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef1.xbm.Z new file mode 100644 index 0000000..2ad48bd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smallclef1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smalldriver.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smalldriver.xbm.Z new file mode 100644 index 0000000..ea51536 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smalldriver.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smileheart.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smileheart.xbm.Z new file mode 100644 index 0000000..a995093 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/smileheart.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/snore1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/snore1.xbm.Z new file mode 100644 index 0000000..87a76db --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_misc/snore1.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MsܼS&Ɨ;iA  u)ңV6U*TbMzت]z:-SQg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle.xbm.Z new file mode 100644 index 0000000..c10d080 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_25.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_25.xbm.Z new file mode 100644 index 0000000..288fd4f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_25.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_50.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_50.xbm.Z new file mode 100644 index 0000000..f0e4c2c --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_50.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mcæ̗0IC1l(8 >L3h`8N:i DFB B"& 9[b0Ѐ")MUF5h`tjիInTbr=hWZՒ5[k\<5zMjخT]i[x`0u + \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_75.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_75.xbm.Z new file mode 100644 index 0000000..31509ec --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_75.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mcæ̗5IC1l(8 >L3h`8N:i DFB B"& 9[b0") Ma4dpDA& ^oD-3&2QńI{5)n&\IˠͻWڤby\<_Î՚TFߩ[/ + x`P  \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_black.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_black.xbm.Z new file mode 100644 index 0000000..f766a8e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_black.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_root.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_root.xbm.Z new file mode 100644 index 0000000..98d63da Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/circle_root.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/cobblestone.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/cobblestone.xbm.Z new file mode 100644 index 0000000..e45c27a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/cobblestone.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mcވæ:o ~ 4 bPp` 6|4eҜAC'ƇaM92tQ4tl= +@7 + + + +Index of /pub/graphics/poskbitmaps/dcm_textures/ + + + +

Index of /pub/graphics/poskbitmaps/dcm_textures/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
bats.xbm.Z1988-Apr-20 19:54:080.1Kapplication/octet-stream
bighex.xbm.Z1988-Apr-20 19:54:090.1Kapplication/octet-stream
bigweave.xbm.Z1988-Apr-20 19:54:100.1Kapplication/octet-stream
black.xbm.Z1988-Apr-20 19:54:110.1Kapplication/octet-stream
blank.xbm.Z1988-Apr-20 19:54:130.1Kapplication/octet-stream
box.xbm.Z1988-Apr-20 19:43:250.1Kapplication/octet-stream
chainmail.xbm.Z1988-Apr-20 19:54:150.1Kapplication/octet-stream
checks.xbm.Z1988-Apr-20 19:54:170.1Kapplication/octet-stream
circle.xbm.Z1988-Apr-20 19:43:280.1Kapplication/octet-stream
circle_25.xbm.Z1988-Apr-20 19:43:300.1Kapplication/octet-stream
circle_50.xbm.Z1988-Apr-20 19:43:310.1Kapplication/octet-stream
circle_75.xbm.Z1988-Apr-20 19:43:310.1Kapplication/octet-stream
circle_black.xbm.Z1988-Apr-20 19:43:320.1Kapplication/octet-stream
circle_root.xbm.Z1988-Apr-20 19:43:330.1Kapplication/octet-stream
cobblestone.xbm.Z1988-Apr-20 19:54:190.1Kapplication/octet-stream
crabcan1.xbm.Z1988-Apr-20 19:54:210.1Kapplication/octet-stream
crabcan2.xbm.Z1988-Apr-20 19:54:220.1Kapplication/octet-stream
crabcan3.xbm.Z1988-Apr-20 19:54:230.1Kapplication/octet-stream
crabtweed.xbm.Z1988-Apr-20 19:54:240.1Kapplication/octet-stream
darkgrey.xbm.Z1988-Apr-20 19:54:340.1Kapplication/octet-stream
dashes.xbm.Z1988-Apr-20 19:54:370.1Kapplication/octet-stream
diag1_3.xbm.Z1988-Apr-20 19:54:370.1Kapplication/octet-stream
diag2_2.xbm.Z1988-Apr-20 19:54:380.1Kapplication/octet-stream
diag3_1.xbm.Z1988-Apr-20 19:54:380.1Kapplication/octet-stream
diagweave.xbm.Z1988-Apr-20 19:54:390.1Kapplication/octet-stream
eight1.xbm.Z1988-Apr-20 19:54:390.1Kapplication/octet-stream
eight2.xbm.Z1988-Apr-20 19:54:400.1Kapplication/octet-stream
el.xbm.Z1988-Apr-20 19:54:400.1Kapplication/octet-stream
escher16.xbm.Z1988-Apr-20 19:54:410.1Kapplication/octet-stream
escher8.xbm.Z1988-Apr-20 19:54:410.1Kapplication/octet-stream
fence1.xbm.Z1988-Apr-20 19:54:420.1Kapplication/octet-stream
fence2.xbm.Z1988-Apr-20 19:54:420.1Kapplication/octet-stream
fence3.xbm.Z1988-Apr-20 19:54:430.1Kapplication/octet-stream
fishes.xbm.Z1988-Apr-20 19:54:430.1Kapplication/octet-stream
grey.xbm.Z1988-Apr-20 19:54:440.1Kapplication/octet-stream
greysun.xbm.Z1988-Apr-20 19:54:440.1Kapplication/octet-stream
grid.xbm.Z1988-Apr-20 19:54:450.1Kapplication/octet-stream
hex.xbm.Z1988-Apr-20 19:54:450.1Kapplication/octet-stream
inversegrey.xbm.Z1988-Apr-20 19:54:460.1Kapplication/octet-stream
ironcoat.xbm.Z1988-Apr-20 19:54:470.1Kapplication/octet-stream
kapow.xbm.Z1988-Apr-20 19:54:470.1Kapplication/octet-stream
lightgrey.xbm.Z1988-Apr-20 19:54:480.1Kapplication/octet-stream
money.xbm.Z1988-Apr-20 19:54:480.1Kapplication/octet-stream
plaid4_4.xbm.Z1988-Apr-20 19:54:490.1Kapplication/octet-stream
plaid8_8.xbm.Z1988-Apr-20 19:54:490.1Kapplication/octet-stream
small_bighex.xbm.Z1988-Apr-20 19:54:510.1Kapplication/octet-stream
smallhex.xbm.Z1988-Apr-20 19:54:510.1Kapplication/octet-stream
smile.xbm.Z1988-Apr-20 19:54:520.1Kapplication/octet-stream
snake.xbm.Z1988-Apr-20 19:54:520.1Kapplication/octet-stream
spiral.xbm.Z1988-Apr-20 19:54:530.1Kapplication/octet-stream
square_50.xbm.Z1988-Apr-20 19:54:540.1Kapplication/octet-stream
square_75.xbm.Z1988-Apr-20 19:54:550.1Kapplication/octet-stream
square_root.xbm.Z1988-Apr-20 19:54:580.1Kapplication/octet-stream
squareknot.xbm.Z1988-Apr-20 19:54:580.1Kapplication/octet-stream
stars.xbm.Z1988-Apr-20 19:55:000.1Kapplication/octet-stream
stars1.xbm.Z1988-Apr-20 19:55:020.1Kapplication/octet-stream
tellipse.xbm.Z1988-Apr-20 19:55:030.1Kapplication/octet-stream
tile.xbm.Z1988-Apr-20 19:55:040.1Kapplication/octet-stream
tweed.xbm.Z1988-Apr-20 19:55:040.1Kapplication/octet-stream
tweed2_2.xbm.Z1988-Apr-20 19:55:070.1Kapplication/octet-stream
tweed4_3.xbm.Z1988-Apr-20 19:55:080.1Kapplication/octet-stream
tweed4_4.xbm.Z1988-Apr-20 19:55:090.1Kapplication/octet-stream
tweed5_5.xbm.Z1988-Apr-20 19:55:090.1Kapplication/octet-stream
tweed_cross.xbm.Z1988-Apr-20 19:55:090.1Kapplication/octet-stream
tweeddish.xbm.Z1988-Apr-20 19:55:100.1Kapplication/octet-stream
ubalu.xbm.Z1988-Apr-20 19:55:110.1Kapplication/octet-stream
ubalu2.xbm.Z1988-Apr-20 19:55:110.1Kapplication/octet-stream
vampire.xbm.Z1988-Apr-20 19:55:120.1Kapplication/octet-stream
vbar1_1.xbm.Z1988-Apr-20 19:55:120.1Kapplication/octet-stream
vbar1_3.xbm.Z1988-Apr-20 19:55:130.1Kapplication/octet-stream
vbar2_2.xbm.Z1988-Apr-20 19:55:130.1Kapplication/octet-stream
vbar3_1.xbm.Z1988-Apr-20 19:55:140.1Kapplication/octet-stream
vbar4_4.xbm.Z1988-Apr-20 19:55:140.1Kapplication/octet-stream
vertigo.xbm.Z1988-Apr-20 19:55:150.1Kapplication/octet-stream
vibration.xbm.Z1988-Apr-20 19:55:150.1Kapplication/octet-stream
weave.xbm.Z1988-Apr-20 19:55:150.1Kapplication/octet-stream
weave2.xbm.Z1988-Apr-20 19:55:160.1Kapplication/octet-stream
wiggly.xbm.Z1988-Apr-20 19:55:170.1Kapplication/octet-stream
yinyang.xbm.Z1988-Apr-20 19:55:180.1Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/inversegrey.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/inversegrey.xbm.Z new file mode 100644 index 0000000..de28e78 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/inversegrey.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/ironcoat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/ironcoat.xbm.Z new file mode 100644 index 0000000..a1ba195 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/ironcoat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/kapow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/kapow.xbm.Z new file mode 100644 index 0000000..2bf156f --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/kapow.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mkys˝4dÆ L!2iΠC:ab 0r*dEL:st `!PF񔡑tiR1eFzLҪWed}kLM*(Pe"=ZTSa@z*UxnhWnWb+YL3h`8N:iƀ!B B"& 9[b0Ԩ"Ҧx„*SLV:լQJ+fV)ثl…U[hJC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_75.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_75.xbm.Z new file mode 100644 index 0000000..97797f8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_75.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_root.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_root.xbm.Z new file mode 100644 index 0000000..198ae42 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/square_root.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/squareknot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/squareknot.xbm.Z new file mode 100644 index 0000000..aae2948 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/dcm_textures/squareknot.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Ms #7o| 4 bPp` 6| 2iΠq:ab 2tQ4tl= +@M⹁Cj2R͌:c^!530#U lQiҳNwF\:MgHg8afѾ|Mzcy3e|mwVI"(֜Gmxٚ҉&cxze]q}wc:MhhBY aeq +j!~bU-nժxRݺFn6>E.e2+TΕA1LZlQٚ.v/{EvjQFu*JobbPoUjc@Įa5aHn7|Z9}ZѼ2y"-.{] "HGOiښNqo]g#WD \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth1.xbm.Z new file mode 100644 index 0000000..938fe35 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth2.xbm.Z new file mode 100644 index 0000000..b96a0fc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth3.xbm.Z new file mode 100644 index 0000000..7948de7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earth3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earthrise.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earthrise.xbm.Z new file mode 100644 index 0000000..a51bedf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/earthrise.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/echidna1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/echidna1.xbm.Z new file mode 100644 index 0000000..312f983 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/echidna1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eddie.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eddie.xbm.Z new file mode 100644 index 0000000..75393e5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eddie.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/edwinaldrin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/edwinaldrin.xbm.Z new file mode 100644 index 0000000..19f68c5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/edwinaldrin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein.xbm.Z new file mode 100644 index 0000000..ea60350 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein2.xbm.Z new file mode 100644 index 0000000..a582edc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/einstein2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/electrical_eng.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/electrical_eng.xbm.Z new file mode 100644 index 0000000..02ac7de Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/electrical_eng.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/elvis.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/elvis.xbm.Z new file mode 100644 index 0000000..7aa05cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/elvis.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emacs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emacs.xbm.Z new file mode 100644 index 0000000..3f1cc6d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emacs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emirikol.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emirikol.xbm.Z new file mode 100644 index 0000000..be37d19 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/emirikol.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise.xbm.Z new file mode 100644 index 0000000..0b3c37c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise1.xbm.Z new file mode 100644 index 0000000..e6f42a3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise2.xbm.Z new file mode 100644 index 0000000..66e3f3b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/enterprise2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/escher.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/escher.xbm.Z new file mode 100644 index 0000000..92c657c --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/escher.xbm.Z @@ -0,0 +1,4 @@ +#Ȕ1MeASFΗ;iA {8Ǿםay-CFvsוv<}m3d/aoo~Klu-*7YR7]Z]_1Fq.w ^Mnt)&WFgYd :x$&h ؆QcMfbE667]:%t0 +%dc@6| vu(FriwPg5zdә6×GjPf]&ruicI)ߒ rRI۠sn5z%zg~Icʷ|6&Ju +Y7ȢaܨioJR)jiyd]zgZN*vA +٧Xჷ*ho9Z)mm|'6n1R{©& HtjHX#Z` bz~ex9Yg3f~1TnZf}/dK%_]ڠmQT2GʄUp)$V%7%w qJYoiXNP!n|aZ!+ZrBA[k6X_\_i7gub \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve.xbm.Z new file mode 100644 index 0000000..5b6aaab Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve2.xbm.Z new file mode 100644 index 0000000..76c1d51 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eve2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1.xbm.Z new file mode 100644 index 0000000..b2a3e9c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1I.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1I.xbm.Z new file mode 100644 index 0000000..aaecfed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye1I.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye2.xbm.Z new file mode 100644 index 0000000..66f2203 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye3.xbm.Z new file mode 100644 index 0000000..3df6626 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eye3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes.xbm.Z new file mode 100644 index 0000000..a0863ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes2.xbm.Z new file mode 100644 index 0000000..8ded1ca Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/eyes2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f14.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f14.xbm.Z new file mode 100644 index 0000000..a1ae0c7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f14.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f18.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f18.xbm.Z new file mode 100644 index 0000000..1051b9f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/f18.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/acsnet.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/acsnet.xbm.Z new file mode 100644 index 0000000..1b777b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/acsnet.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/adm.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/adm.xbm.Z new file mode 100644 index 0000000..e5d9944 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/adm.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/bin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/bin.xbm.Z new file mode 100644 index 0000000..040e848 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/bin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/daemon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/daemon.xbm.Z new file mode 100644 index 0000000..55f47c1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/daemon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/index.html new file mode 100644 index 0000000..e049064 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/index.html @@ -0,0 +1,47 @@ + + + + +Index of /pub/graphics/poskbitmaps/faces/ + + + +

Index of /pub/graphics/poskbitmaps/faces/

+
+ + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
acsnet.xbm.Z1988-Dec-11 21:03:260.4Kapplication/octet-stream
adm.xbm.Z1988-Dec-11 21:03:270.5Kapplication/octet-stream
bin.xbm.Z1988-Dec-11 21:03:270.3Kapplication/octet-stream
daemon.xbm.Z1988-Dec-11 21:03:280.4Kapplication/octet-stream
mailer-daemon.xbm.Z1988-Dec-11 21:03:290.6Kapplication/octet-stream
net.xbm.Z1988-Dec-11 21:03:290.4Kapplication/octet-stream
noface.xbm.Z1988-Dec-11 21:10:400.5Kapplication/octet-stream
nomail.xbm.Z1988-Dec-11 21:10:410.7Kapplication/octet-stream
nopaper.xbm.Z1988-Dec-11 21:10:420.6Kapplication/octet-stream
noprint.xbm.Z1988-Dec-11 21:10:430.6Kapplication/octet-stream
root.xbm.Z1988-Dec-11 21:03:300.4Kapplication/octet-stream
sys.xbm.Z1988-Dec-11 21:03:310.4Kapplication/octet-stream
unknown.xbm.Z1988-Dec-11 21:03:310.5Kapplication/octet-stream
uucp.xbm.Z1988-Dec-11 21:03:320.4Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/mailer-daemon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/mailer-daemon.xbm.Z new file mode 100644 index 0000000..4d31f10 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/mailer-daemon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/net.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/net.xbm.Z new file mode 100644 index 0000000..5ac4842 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/net.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noface.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noface.xbm.Z new file mode 100644 index 0000000..8f61c6b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noface.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nomail.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nomail.xbm.Z new file mode 100644 index 0000000..8db57e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nomail.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nopaper.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nopaper.xbm.Z new file mode 100644 index 0000000..1898fe2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/nopaper.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noprint.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noprint.xbm.Z new file mode 100644 index 0000000..827866d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/noprint.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/root.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/root.xbm.Z new file mode 100644 index 0000000..adc3cfe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/root.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/sys.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/sys.xbm.Z new file mode 100644 index 0000000..61e78e5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/sys.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/unknown.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/unknown.xbm.Z new file mode 100644 index 0000000..f6a6472 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/unknown.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/uucp.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/uucp.xbm.Z new file mode 100644 index 0000000..35e9791 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/faces/uucp.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fantasia.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fantasia.xbm.Z new file mode 100644 index 0000000..9c950b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fantasia.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/far_side.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/far_side.xbm.Z new file mode 100644 index 0000000..5020654 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/far_side.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fence.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fence.xbm.Z new file mode 100644 index 0000000..f5711bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fence.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ferrari.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ferrari.xbm.Z new file mode 100644 index 0000000..2fb82f5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ferrari.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fig.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fig.xbm.Z new file mode 100644 index 0000000..a87f366 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fig.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fingerprint.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fingerprint.xbm.Z new file mode 100644 index 0000000..9ffcc01 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fingerprint.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish.xbm.Z new file mode 100644 index 0000000..5889788 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish2.Z new file mode 100644 index 0000000..2bc88f2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish3.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish3.Z new file mode 100644 index 0000000..dbba1e7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish3.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish4.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish4.Z new file mode 100644 index 0000000..8a40fc3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish4.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish5.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish5.Z new file mode 100644 index 0000000..b5a99c9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fish5.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flames.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flames.xbm.Z new file mode 100644 index 0000000..830abca Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flames.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flamingos.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flamingos.xbm.Z new file mode 100644 index 0000000..bce3ee5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flamingos.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flow.xbm.Z new file mode 100644 index 0000000..4c55413 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flyhull.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flyhull.xbm.Z new file mode 100644 index 0000000..db4cab9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/flyhull.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.Z new file mode 100644 index 0000000..18859e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.xbm.Z new file mode 100644 index 0000000..18859e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/foo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/football.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/football.xbm.Z new file mode 100644 index 0000000..a9bf11c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/football.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll.xbm.Z new file mode 100644 index 0000000..a495b4c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll1.xbm.Z new file mode 100644 index 0000000..388845d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fourpoll1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fractal.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fractal.xbm.Z new file mode 100644 index 0000000..745b749 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fractal.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frazetta.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frazetta.xbm.Z new file mode 100644 index 0000000..1affef2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frazetta.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/free.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/free.xbm.Z new file mode 100644 index 0000000..343b0bf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/free.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fresnel.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fresnel.xbm.Z new file mode 100644 index 0000000..6f316f1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fresnel.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frog.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frog.xbm.Z new file mode 100644 index 0000000..f596328 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/frog.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fuji1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fuji1.xbm.Z new file mode 100644 index 0000000..27c4b86 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fuji1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fullmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fullmoon.xbm.Z new file mode 100644 index 0000000..7fb0fc6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/fullmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galaxy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galaxy.xbm.Z new file mode 100644 index 0000000..57cdc78 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galaxy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galois.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galois.xbm.Z new file mode 100644 index 0000000..2a305ab Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/galois.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield.xbm.Z new file mode 100644 index 0000000..8e330ed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield2.xbm.Z new file mode 100644 index 0000000..8aa638b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/garfield2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gasket.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gasket.xbm.Z new file mode 100644 index 0000000..4448b12 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gasket.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gauss.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gauss.xbm.Z new file mode 100644 index 0000000..330ef7a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gauss.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/geisha.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/geisha.xbm.Z new file mode 100644 index 0000000..54227f9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/geisha.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ghostbust.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ghostbust.xbm.Z new file mode 100644 index 0000000..f115729 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ghostbust.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/girlorb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/girlorb.xbm.Z new file mode 100644 index 0000000..6ab9c57 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/girlorb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glass.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glass.xbm.Z new file mode 100644 index 0000000..446d524 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glass.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glasses.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glasses.xbm.Z new file mode 100644 index 0000000..d9eb4ec Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/glasses.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globe.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globe.xbm.Z new file mode 100644 index 0000000..fdc8d7b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globe.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe01.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe01.xbm.Z new file mode 100644 index 0000000..a11ac34 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe01.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe02.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe02.xbm.Z new file mode 100644 index 0000000..ed6fa24 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe02.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe03.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe03.xbm.Z new file mode 100644 index 0000000..894475a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe03.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe04.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe04.xbm.Z new file mode 100644 index 0000000..b558207 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe04.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe05.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe05.xbm.Z new file mode 100644 index 0000000..a2e70d8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe05.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe06.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe06.xbm.Z new file mode 100644 index 0000000..ec99f68 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe06.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe07.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe07.xbm.Z new file mode 100644 index 0000000..010179b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe07.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe08.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe08.xbm.Z new file mode 100644 index 0000000..a8c4980 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe08.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe09.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe09.xbm.Z new file mode 100644 index 0000000..595f9ee Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe09.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe10.xbm.Z new file mode 100644 index 0000000..21bf7f0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe11.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe11.xbm.Z new file mode 100644 index 0000000..b79bb57 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe11.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe12.xbm.Z new file mode 100644 index 0000000..ca8b651 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe13.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe13.xbm.Z new file mode 100644 index 0000000..c1278e0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe13.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe14.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe14.xbm.Z new file mode 100644 index 0000000..e059f0d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe14.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe15.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe15.xbm.Z new file mode 100644 index 0000000..524065f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe15.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe16.xbm.Z new file mode 100644 index 0000000..ab6bb4e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe17.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe17.xbm.Z new file mode 100644 index 0000000..f8f3fe5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe17.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe18.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe18.xbm.Z new file mode 100644 index 0000000..643dbd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe18.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe19.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe19.xbm.Z new file mode 100644 index 0000000..a19f22e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe19.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe20.xbm.Z new file mode 100644 index 0000000..ecd5ce4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe21.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe21.xbm.Z new file mode 100644 index 0000000..6684fd3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe21.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe22.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe22.xbm.Z new file mode 100644 index 0000000..8a5e00f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe22.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe23.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe23.xbm.Z new file mode 100644 index 0000000..44e6353 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe23.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe24.xbm.Z new file mode 100644 index 0000000..5a01b9a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe25.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe25.xbm.Z new file mode 100644 index 0000000..b95bdb7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe25.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe26.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe26.xbm.Z new file mode 100644 index 0000000..7488c1b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe26.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe27.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe27.xbm.Z new file mode 100644 index 0000000..7bd2f76 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe27.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe28.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe28.xbm.Z new file mode 100644 index 0000000..1c79026 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe28.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe29.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe29.xbm.Z new file mode 100644 index 0000000..8c4e335 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe29.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe30.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe30.xbm.Z new file mode 100644 index 0000000..fd01d18 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/globe30.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/index.html new file mode 100644 index 0000000..89d8732 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/globes/index.html @@ -0,0 +1,63 @@ + + + + +Index of /pub/graphics/poskbitmaps/globes/ + + + +

Index of /pub/graphics/poskbitmaps/globes/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
globe01.xbm.Z1988-Dec-24 22:33:554.3Kapplication/octet-stream
globe02.xbm.Z1988-Dec-24 22:33:594.4Kapplication/octet-stream
globe03.xbm.Z1988-Dec-24 22:34:034.4Kapplication/octet-stream
globe04.xbm.Z1988-Dec-24 22:34:074.3Kapplication/octet-stream
globe05.xbm.Z1988-Dec-24 22:34:114.2Kapplication/octet-stream
globe06.xbm.Z1988-Dec-24 22:34:154.1Kapplication/octet-stream
globe07.xbm.Z1988-Dec-24 22:34:194.1Kapplication/octet-stream
globe08.xbm.Z1988-Dec-24 22:34:234.0Kapplication/octet-stream
globe09.xbm.Z1988-Dec-24 22:34:274.0Kapplication/octet-stream
globe10.xbm.Z1988-Dec-24 22:34:313.9Kapplication/octet-stream
globe11.xbm.Z1988-Dec-24 22:34:353.9Kapplication/octet-stream
globe12.xbm.Z1988-Dec-24 22:34:393.8Kapplication/octet-stream
globe13.xbm.Z1988-Dec-24 22:34:433.8Kapplication/octet-stream
globe14.xbm.Z1988-Dec-24 22:34:473.8Kapplication/octet-stream
globe15.xbm.Z1988-Dec-24 22:34:513.8Kapplication/octet-stream
globe16.xbm.Z1988-Dec-24 22:34:554.0Kapplication/octet-stream
globe17.xbm.Z1988-Dec-24 22:34:594.1Kapplication/octet-stream
globe18.xbm.Z1988-Dec-24 22:35:044.2Kapplication/octet-stream
globe19.xbm.Z1988-Dec-24 22:35:084.3Kapplication/octet-stream
globe20.xbm.Z1988-Dec-24 22:35:114.4Kapplication/octet-stream
globe21.xbm.Z1988-Dec-24 22:35:164.5Kapplication/octet-stream
globe22.xbm.Z1988-Dec-24 22:35:194.5Kapplication/octet-stream
globe23.xbm.Z1988-Dec-24 22:35:234.5Kapplication/octet-stream
globe24.xbm.Z1988-Dec-24 22:35:274.6Kapplication/octet-stream
globe25.xbm.Z1988-Dec-24 22:35:314.5Kapplication/octet-stream
globe26.xbm.Z1988-Dec-24 22:35:354.5Kapplication/octet-stream
globe27.xbm.Z1988-Dec-24 22:35:394.3Kapplication/octet-stream
globe28.xbm.Z1988-Dec-24 22:35:434.2Kapplication/octet-stream
globe29.xbm.Z1988-Dec-24 22:35:474.1Kapplication/octet-stream
globe30.xbm.Z1988-Dec-24 22:35:514.1Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goaway.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goaway.xbm.Z new file mode 100644 index 0000000..d226f4e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goaway.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goblinking.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goblinking.xbm.Z new file mode 100644 index 0000000..674edbf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goblinking.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/godzilla.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/godzilla.xbm.Z new file mode 100644 index 0000000..e6f771a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/godzilla.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goofy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goofy.xbm.Z new file mode 100644 index 0000000..07166c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/goofy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort.xbm.Z new file mode 100644 index 0000000..c2a4a91 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort_klaatu.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort_klaatu.xbm.Z new file mode 100644 index 0000000..eb95551 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gort_klaatu.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graf_pic.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graf_pic.xbm.Z new file mode 100644 index 0000000..6118d7e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graf_pic.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graph.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graph.xbm.Z new file mode 100644 index 0000000..55593a3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/graph.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gratefuldead.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gratefuldead.xbm.Z new file mode 100644 index 0000000..8b33fce Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gratefuldead.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greavey.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greavey.Z new file mode 100644 index 0000000..7b56ae4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greavey.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greenback.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greenback.xbm.Z new file mode 100644 index 0000000..d3a7461 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/greenback.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/griffin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/griffin.xbm.Z new file mode 100644 index 0000000..3be691f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/griffin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grimjack.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grimjack.xbm.Z new file mode 100644 index 0000000..643458c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grimjack.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grundoon.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grundoon.Z new file mode 100644 index 0000000..1869d38 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/grundoon.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gun.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gun.xbm.Z new file mode 100644 index 0000000..013aee9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gun.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/guru.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/guru.xbm.Z new file mode 100644 index 0000000..a4aec5f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/guru.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gwtw.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gwtw.xbm.Z new file mode 100644 index 0000000..2a8a05a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/gwtw.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/halo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/halo.xbm.Z new file mode 100644 index 0000000..a35422e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/halo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hands.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hands.xbm.Z new file mode 100644 index 0000000..02e6e2f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hands.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hawkins.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hawkins.Z new file mode 100644 index 0000000..ba6ff98 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hawkins.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/he_man.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/he_man.xbm.Z new file mode 100644 index 0000000..a99fe49 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/he_man.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/heythere.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/heythere.xbm.Z new file mode 100644 index 0000000..1c28239 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/heythere.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hilbert.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hilbert.xbm.Z new file mode 100644 index 0000000..dd73f66 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hilbert.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hills.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hills.xbm.Z new file mode 100644 index 0000000..c1bccca Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hills.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes.xbm.Z new file mode 100644 index 0000000..cbf5a34 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes2.xbm.Z new file mode 100644 index 0000000..66eaa99 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/hobbes2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honda.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honda.xbm.Z new file mode 100644 index 0000000..0e6d5d5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honda.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honey.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honey.xbm.Z new file mode 100644 index 0000000..2f4b200 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/honey.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horror.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horror.xbm.Z new file mode 100644 index 0000000..c4f432c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horror.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horse.xbm.Z new file mode 100644 index 0000000..3ca3eea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/horse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/howland.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/howland.Z new file mode 100644 index 0000000..2eb0c21 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/howland.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/huntress.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/huntress.xbm.Z new file mode 100644 index 0000000..cf3271d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/huntress.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/icon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/icon.xbm.Z new file mode 100644 index 0000000..33c1b9f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/icon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/imaginat.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/imaginat.xbm.Z new file mode 100644 index 0000000..64e82c8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/imaginat.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/in_use.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/in_use.xbm.Z new file mode 100644 index 0000000..b8e14aa --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/in_use.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MԙS˝4da L!2iΠC:ab 0rQ4tl= +@E5RIBuԫV& W`ا\U{k۵nͦ֬ݺxn߷ﺝWSNc:j}Y̵2RRLa WV3Q̆3s*Ȣr!5hJm,C>}[01aޛZRkF}tkO~8bؑ!8voFߗ}|w~o v8vÂfCcHUq@zs%ga[U vwC8٩"n-Ws)5fsQHzHp"x-fH6kAe$ H! 5N[qÌZMR2d&!e ie3e*eE ' +(ա6ZX>h騁f)bVvj ަ0 \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/index.html new file mode 100644 index 0000000..4b3ed76 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/index.html @@ -0,0 +1,842 @@ + + + + +Index of /pub/graphics/poskbitmaps/ + + + +

Index of /pub/graphics/poskbitmaps/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
cards/2007-Mar-15 11:10:12-  Directory
dcm_cursors/2007-Mar-15 11:10:12-  Directory
dcm_icons/2007-Mar-15 11:10:12-  Directory
dcm_misc/2007-Mar-15 11:10:12-  Directory
dcm_textures/2007-Mar-15 11:10:12-  Directory
faces/2007-Mar-15 11:10:12-  Directory
globes/2007-Mar-15 11:10:12-  Directory
mahjongg/2007-Mar-15 11:10:13-  Directory
mgr/2007-Mar-15 11:10:12-  Directory
sun_icons/2007-Mar-15 11:10:12-  Directory
touchup/2007-Mar-15 11:10:11-  Directory
xwanderer/2007-Mar-15 11:10:12-  Directory
49ers.xbm.Z1988-Apr-18 19:12:293.6Kapplication/octet-stream
63vette.xbm.Z1989-Mar-02 20:20:3783.1Kapplication/octet-stream
666.xbm.Z1988-Apr-18 19:12:290.4Kapplication/octet-stream
944gtp.xbm.Z1989-Feb-28 02:22:50100.5Kapplication/octet-stream
FANtasy.xbm.Z1989-Jul-21 03:36:5369.0Kapplication/octet-stream
PANIC.Z1989-Sep-23 15:43:2447.1Kapplication/octet-stream
README1989-Dec-28 02:12:1940.9Kapplication/octet-stream
README.old1988-Oct-31 22:07:5220.6Kapplication/octet-stream
README_LOCAL1990-Feb-19 17:06:020.1Kapplication/octet-stream
V.xbm.Z1989-Jul-20 23:59:0338.9Kapplication/octet-stream
X.xbm.Z1988-Apr-18 19:12:303.1Kapplication/octet-stream
ada.xbm.Z1988-Oct-28 23:07:2516.2Kapplication/octet-stream
adpcop.xbm.Z1989-Feb-28 02:22:595.8Kapplication/octet-stream
aface.xbm.Z1989-Mar-11 04:20:460.4Kapplication/octet-stream
afterburner.xbm.Z1989-Mar-02 20:21:4531.9Kapplication/octet-stream
ai.xbm.Z1989-Mar-02 22:28:3033.8Kapplication/octet-stream
ai_3d_tor.xbm.Z1988-Apr-18 19:12:3013.6Kapplication/octet-stream
albert.xbm.Z1989-Feb-28 02:24:1163.7Kapplication/octet-stream
alicia.xbm.Z1989-Feb-28 02:24:5634.6Kapplication/octet-stream
aliens.xbm.Z1988-Apr-18 19:12:3024.5Kapplication/octet-stream
aljimmy.xbm.Z1988-Apr-18 19:12:3115.7Kapplication/octet-stream
animal1.xbm.Z1989-Jul-21 00:00:4987.9Kapplication/octet-stream
animal2.xbm.Z1988-Apr-18 19:12:3124.2Kapplication/octet-stream
animal5.xbm.Z1989-Jul-21 00:03:0397.5Kapplication/octet-stream
anotherworld.Z1989-Aug-02 05:48:27102.6Kapplication/octet-stream
anotherworld.xbm.Z1989-Aug-02 05:48:27102.6Kapplication/octet-stream
apollo10.xbm.Z1989-Mar-11 04:20:4626.6Kapplication/octet-stream
apple.xbm.Z1988-Apr-18 19:12:310.1Kapplication/octet-stream
arch.xbm.Z1989-Mar-11 04:20:470.1Kapplication/octet-stream
arches.xbm.Z1988-Dec-16 00:02:34141.1Kapplication/octet-stream
ariel.xbm.Z1989-Feb-28 02:25:3523.9Kapplication/octet-stream
arrows.xbm.Z1988-Apr-20 19:43:170.5Kapplication/octet-stream
as08g04.xbm.Z1989-Jun-25 21:57:5618.7Kapplication/octet-stream
as08g06.xbm.Z1989-Jun-25 21:58:1511.9Kapplication/octet-stream
as08g07.xbm.Z1989-Jun-25 21:58:3426.6Kapplication/octet-stream
as08g08.xbm.Z1989-Jun-25 21:58:5422.9Kapplication/octet-stream
as08g10.xbm.Z1989-Jun-25 21:59:1519.1Kapplication/octet-stream
as09g03.xbm.Z1989-Jun-25 21:59:3520.7Kapplication/octet-stream
as09g04.xbm.Z1989-Jun-25 21:59:5426.3Kapplication/octet-stream
as09g07.xbm.Z1989-Jun-25 22:00:1423.5Kapplication/octet-stream
as09g09.xbm.Z1989-Jun-25 22:00:3420.3Kapplication/octet-stream
as10g05.xbm.Z1989-Jun-25 22:00:5227.7Kapplication/octet-stream
ascot.xbm.Z1988-Apr-18 19:12:3231.4Kapplication/octet-stream
aspen.xbm.Z1988-Dec-12 21:33:2653.5Kapplication/octet-stream
astronaut.xbm.Z1988-Apr-18 19:12:3246.4Kapplication/octet-stream
athena.xbm.Z1989-May-05 22:09:381.6Kapplication/octet-stream
att.xbm.Z1988-Apr-22 15:22:330.2Kapplication/octet-stream
attack.xbm.Z1989-Jun-25 20:44:2783.3Kapplication/octet-stream
aufsicon.xbm.Z1988-Oct-28 23:29:130.3Kapplication/octet-stream
autox.xbm.Z1988-Apr-18 19:12:3213.0Kapplication/octet-stream
aves_maxim.xbm.Z1988-Apr-18 19:12:33134.0Kapplication/octet-stream
aves_pionus.xbm.Z1988-Apr-18 19:12:34143.1Kapplication/octet-stream
axes.xbm.Z1989-Mar-11 04:20:470.8Kapplication/octet-stream
b52s.Z1989-Dec-28 02:04:5194.3Kapplication/octet-stream
balls3.xbm.Z1989-Jul-27 22:22:2584.7Kapplication/octet-stream
balls4.xbm.Z1989-Jul-27 22:24:1478.9Kapplication/octet-stream
balls5.xbm.Z1989-Jul-27 22:26:0782.2Kapplication/octet-stream
bananas.xbm.Z1988-Apr-21 17:38:000.3Kapplication/octet-stream
banzai.xbm.Z1988-Apr-18 19:12:345.0Kapplication/octet-stream
banzaitilt.xbm.Z1988-Apr-18 19:12:345.1Kapplication/octet-stream
baph.xbm.Z1989-Mar-02 22:28:3114.3Kapplication/octet-stream
bat_joker.xbm.Z1989-Jul-21 00:04:5092.1Kapplication/octet-stream
batman.xbm.Z1989-Mar-02 20:23:2751.0Kapplication/octet-stream
batman2.xbm.Z1989-Jul-21 03:29:4361.6Kapplication/octet-stream
batmobile.xbm.Z1989-Jul-21 00:08:2489.4Kapplication/octet-stream
batsignal.xbm.Z1988-Apr-18 19:12:350.8Kapplication/octet-stream
batsignal2.xbm.Z1989-Jul-26 06:47:5410.8Kapplication/octet-stream
bboop.xbm.Z1989-Feb-28 02:25:506.4Kapplication/octet-stream
bc.xbm.Z1988-Dec-14 17:07:2495.3Kapplication/octet-stream
bear.xbm.Z1989-Jul-27 22:26:4828.8Kapplication/octet-stream
bears.xbm.Z1988-Apr-22 14:17:0148.6Kapplication/octet-stream
beatles.xbm.Z1988-Apr-22 14:17:2711.8Kapplication/octet-stream
beatles2.xbm.Z1989-Mar-11 04:20:4720.0Kapplication/octet-stream
belvedere.xbm.Z1989-Jul-27 22:27:2342.4Kapplication/octet-stream
bengal_tiger.xbm.Z1988-Apr-18 19:12:3530.1Kapplication/octet-stream
betyboop.xbm.Z1988-Apr-18 19:12:3515.3Kapplication/octet-stream
bfg962.xbm.Z1989-May-05 22:09:3885.2Kapplication/octet-stream
bgrnd.xbm.Z1989-Jul-27 22:27:280.6Kapplication/octet-stream
bicycle.xbm.Z1988-May-17 20:35:355.8Kapplication/octet-stream
big_face.xbm.Z1988-Apr-18 19:12:3516.2Kapplication/octet-stream
bigcalvin.xbm.Z1988-Apr-18 19:12:3645.2Kapplication/octet-stream
bigcheapmoon.xbm.Z1988-May-24 00:45:3179.9Kapplication/octet-stream
bigcheapmoon2.xbm.Z1989-Mar-11 04:20:48141.8Kapplication/octet-stream
bigfish.xbm.Z1988-Apr-18 19:12:369.0Kapplication/octet-stream
bigfullmoon.xbm.Z1988-May-24 00:50:0893.1Kapplication/octet-stream
bigstars.xbm.Z1988-May-18 13:06:2630.6Kapplication/octet-stream
bilbo.xbm.Z1989-Feb-28 02:26:3037.2Kapplication/octet-stream
bill.xbm.Z1988-Apr-18 19:12:364.8Kapplication/octet-stream
billtcat.xbm.Z1989-Feb-28 02:27:1039.9Kapplication/octet-stream
bitch.Z1989-Sep-18 23:19:3349.5Kapplication/octet-stream
bitrot.xbm.Z1988-Apr-18 19:12:3640.5Kapplication/octet-stream
bladerunner.xbm.Z1989-Feb-28 02:28:3858.1Kapplication/octet-stream
blastoff.xbm.Z1989-Feb-28 02:29:1330.6Kapplication/octet-stream
bldg.xbm.Z1988-Apr-18 19:12:3728.7Kapplication/octet-stream
bloom.xbm.Z1988-Apr-18 19:12:377.6Kapplication/octet-stream
blotch.xbm.Z1988-Apr-18 19:12:3838.0Kapplication/octet-stream
bob.xbm.Z1988-Apr-18 19:12:380.9Kapplication/octet-stream
boom.xbm.Z1988-Apr-18 19:12:399.1Kapplication/octet-stream
breathtakers.Z1989-Dec-27 16:24:1913.7Kapplication/octet-stream
briareos.xbm.Z1989-Jun-25 22:01:027.1Kapplication/octet-stream
bricks1.xbm.Z1988-Apr-18 19:12:391.3Kapplication/octet-stream
bricks2.xbm.Z1988-Apr-18 19:12:391.1Kapplication/octet-stream
broadcast.xbm.Z1988-May-04 12:38:370.6Kapplication/octet-stream
bronze.xbm.Z1989-Feb-28 02:31:20108.0Kapplication/octet-stream
brooke.xbm.Z1988-Apr-18 19:12:3916.5Kapplication/octet-stream
bud.xbm.Z1989-Mar-02 20:25:52112.7Kapplication/octet-stream
buggs.xbm.Z1989-Feb-28 02:32:0033.7Kapplication/octet-stream
bulldog.xbm.Z1989-Mar-11 04:20:4812.3Kapplication/octet-stream
bulls_eye.xbm.Z1988-Apr-18 19:12:3915.4Kapplication/octet-stream
bunny.xbm.Z1988-Aug-18 18:56:140.9Kapplication/octet-stream
bush.xbm.Z1988-Oct-28 22:07:2932.7Kapplication/octet-stream
cablecar.xbm.Z1989-May-05 22:09:3991.6Kapplication/octet-stream
cafewall.Z1989-Aug-02 05:46:450.9Kapplication/octet-stream
cafewall.xbm.Z1989-Aug-02 05:46:450.9Kapplication/octet-stream
cafewall2.Z1989-Aug-02 05:46:452.0Kapplication/octet-stream
cafewall2.xbm.Z1989-Aug-02 05:46:452.0Kapplication/octet-stream
calvin.xbm.Z1988-Apr-18 19:12:4016.1Kapplication/octet-stream
calvin2.xbm.Z1988-Oct-28 23:39:031.0Kapplication/octet-stream
calvin3.xbm.Z1989-Jul-21 00:10:0840.9Kapplication/octet-stream
car.xbm.Z1989-Jun-25 20:44:5611.1Kapplication/octet-stream
carlogos.xbm.Z1988-Apr-26 17:40:1933.1Kapplication/octet-stream
carpet.xbm.Z1988-Apr-18 19:12:4049.2Kapplication/octet-stream
cars.xbm.Z1988-Apr-18 19:12:4018.0Kapplication/octet-stream
carstrucks.xbm.Z1988-Apr-22 18:10:2615.3Kapplication/octet-stream
casablanca.Z1989-Sep-18 23:19:3424.4Kapplication/octet-stream
cassette.xbm.Z1988-Apr-20 19:43:260.5Kapplication/octet-stream
castrovalva.Z1989-Aug-02 05:49:1165.7Kapplication/octet-stream
castrovalva.xbm.Z1989-Aug-02 05:49:1165.7Kapplication/octet-stream
cbrinkly.xbm.Z1988-Apr-18 19:12:4137.7Kapplication/octet-stream
celebration.xbm.Z1989-Jul-27 22:28:0349.0Kapplication/octet-stream
cellauto.xbm.Z1988-Apr-18 19:12:42105.5Kapplication/octet-stream
challenger.xbm.Z1989-Mar-02 20:28:1699.8Kapplication/octet-stream
chao.xbm.Z1988-Apr-18 19:12:434.7Kapplication/octet-stream
chao2.xbm.Z1988-Apr-19 17:40:513.9Kapplication/octet-stream
cheapmoon.xbm.Z1988-May-24 00:52:0071.2Kapplication/octet-stream
cheesecake.xbm.Z1988-Apr-18 19:12:4353.3Kapplication/octet-stream
cheeta.xbm.Z1988-Apr-18 19:12:4352.0Kapplication/octet-stream
cheeta2.xbm.Z1989-Mar-11 04:20:4938.4Kapplication/octet-stream
cherries.xbm.Z1988-Apr-20 19:43:270.4Kapplication/octet-stream
chess.xbm.Z1988-Apr-18 19:12:4314.9Kapplication/octet-stream
chinalakeA1.xbm.Z1989-Mar-11 04:20:4926.4Kapplication/octet-stream
chinalakeA2.xbm.Z1989-Mar-11 04:20:5027.5Kapplication/octet-stream
chinalakeA3.xbm.Z1989-Mar-11 04:20:5028.1Kapplication/octet-stream
chinalakeA4.xbm.Z1989-Mar-11 04:20:5132.3Kapplication/octet-stream
chinalakeB1.xbm.Z1989-Mar-11 04:20:5127.8Kapplication/octet-stream
chinalakeB2.xbm.Z1989-Mar-11 04:20:5129.0Kapplication/octet-stream
chinalakeB3.xbm.Z1989-Mar-11 04:20:5230.3Kapplication/octet-stream
chinalakeB4.xbm.Z1989-Mar-11 04:20:5227.4Kapplication/octet-stream
chinalakeB5.xbm.Z1989-Mar-11 04:20:5327.7Kapplication/octet-stream
chinalakeC1.xbm.Z1989-Mar-11 04:20:5327.0Kapplication/octet-stream
chinalakeC2.xbm.Z1989-Mar-11 04:20:5426.3Kapplication/octet-stream
chinalakeC3.xbm.Z1989-Mar-11 04:20:5626.3Kapplication/octet-stream
chinalakeC4.xbm.Z1989-Mar-11 04:20:5625.8Kapplication/octet-stream
chinalakeC5.xbm.Z1989-Mar-11 04:20:5726.6Kapplication/octet-stream
chipmunks.xbm.Z1989-Feb-28 02:32:3533.7Kapplication/octet-stream
churchy.Z1989-Oct-03 00:17:198.8Kapplication/octet-stream
circles1.xbm.Z1988-Apr-18 19:12:440.4Kapplication/octet-stream
circles2.xbm.Z1988-Apr-18 19:12:4428.3Kapplication/octet-stream
clint.xbm.Z1989-Jul-27 22:29:15103.0Kapplication/octet-stream
clip_art_39.xbm.Z1989-Mar-02 22:28:3135.8Kapplication/octet-stream
cliparts.xbm.Z1988-Apr-18 19:12:4437.4Kapplication/octet-stream
closed.xbm.Z1988-Apr-18 19:12:447.4Kapplication/octet-stream
clover.xbm.Z1988-Apr-18 19:12:4534.6Kapplication/octet-stream
cobra.xbm.Z1989-Feb-28 02:34:0278.1Kapplication/octet-stream
coke.xbm.Z1988-Apr-18 19:12:450.7Kapplication/octet-stream
coke2.Z1989-Dec-22 20:09:528.5Kapplication/octet-stream
coke_small.Z1989-Dec-22 20:09:561.3Kapplication/octet-stream
coke_thai.Z1989-Dec-22 20:10:024.9Kapplication/octet-stream
columbine.xbm.Z1988-Dec-12 21:30:3941.9Kapplication/octet-stream
con.xbm.Z1989-Jul-27 23:06:060.8Kapplication/octet-stream
conrac.xbm.Z1988-Apr-18 19:12:4537.8Kapplication/octet-stream
console.xbm.Z1988-Apr-25 13:57:480.6Kapplication/octet-stream
countach.xbm.Z1988-Apr-18 19:12:4627.8Kapplication/octet-stream
cow.xbm.Z1988-Apr-18 19:12:460.6Kapplication/octet-stream
cow2.xbm.Z1989-Jul-26 06:50:5153.3Kapplication/octet-stream
coyote.xbm.Z1989-Feb-28 02:34:4232.5Kapplication/octet-stream
cramps.Z1989-Dec-27 16:24:3927.4Kapplication/octet-stream
creationii.xbm.Z1989-Mar-02 20:30:2882.2Kapplication/octet-stream
crosby.xbm.Z1988-Apr-18 19:12:4631.0Kapplication/octet-stream
cs9.xbm.Z1989-Mar-02 20:32:32112.7Kapplication/octet-stream
csh.xbm.Z1988-Apr-25 13:57:490.6Kapplication/octet-stream
cube.xbm.Z1988-Apr-18 19:12:461.5Kapplication/octet-stream
cube2.xbm.Z1988-Apr-19 17:51:081.8Kapplication/octet-stream
cubepile.xbm.Z1988-Apr-18 19:12:478.8Kapplication/octet-stream
cubicspace.Z1989-Aug-02 05:49:4756.9Kapplication/octet-stream
cubicspace.xbm.Z1989-Aug-02 05:49:4756.9Kapplication/octet-stream
cylinders.xbm.Z1989-Mar-11 04:20:570.8Kapplication/octet-stream
daffy.xbm.Z1989-Feb-28 02:39:2535.4Kapplication/octet-stream
daisy.xbm.Z1989-Mar-11 04:20:571.1Kapplication/octet-stream
dalek.xbm.Z1988-Oct-28 23:11:5919.0Kapplication/octet-stream
dali.xbm.Z1989-Jun-25 22:01:5574.1Kapplication/octet-stream
dancer.xbm.Z1988-Apr-22 17:36:587.9Kapplication/octet-stream
database.xbm.Z1988-May-04 12:38:370.5Kapplication/octet-stream
david.xbm.Z1988-Apr-18 19:12:475.8Kapplication/octet-stream
dayandnight.Z1989-Aug-02 05:50:5492.7Kapplication/octet-stream
dayandnight.xbm.Z1989-Aug-02 05:50:5492.7Kapplication/octet-stream
daybreak.xbm.Z1988-Apr-18 19:12:48133.8Kapplication/octet-stream
dc10.xbm.Z1989-May-05 22:09:4086.0Kapplication/octet-stream
dean.xbm.Z1989-Jul-26 06:46:4832.6Kapplication/octet-stream
death.xbm.Z1988-Apr-18 19:12:4825.9Kapplication/octet-stream
descartes.xbm.Z1988-Apr-18 19:12:4829.7Kapplication/octet-stream
desert.xbm.Z1989-Feb-28 02:40:5365.3Kapplication/octet-stream
deunan.xbm.Z1989-Jun-25 22:02:1823.5Kapplication/octet-stream
digital.xbm.Z1988-Apr-18 19:12:492.3Kapplication/octet-stream
diplomacy.xbm.Z1988-Apr-18 19:12:4923.7Kapplication/octet-stream
dirty_logo.xbm.Z1989-Jun-25 22:02:325.3Kapplication/octet-stream
dirtypair.xbm.Z1989-Jun-25 22:04:10124.1Kapplication/octet-stream
dmr.Z1989-Dec-27 16:23:4863.7Kapplication/octet-stream
dnews.xbm.Z1988-May-04 12:38:370.7Kapplication/octet-stream
dolphins.xbm.Z1988-Apr-18 19:12:493.4Kapplication/octet-stream
don_daisy.xbm.Z1989-Feb-28 02:41:1414.2Kapplication/octet-stream
donald.xbm.Z1989-Jul-21 00:11:54120.2Kapplication/octet-stream
donaldduck.xbm.Z1989-Feb-28 02:41:259.1Kapplication/octet-stream
dont_panic.xbm.Z1988-Apr-22 18:19:132.0Kapplication/octet-stream
dont_panic2.xbm.Z1988-Oct-28 23:19:070.6Kapplication/octet-stream
doors.xbm.Z1989-Mar-11 04:20:575.3Kapplication/octet-stream
dot.xbm.Z1988-Apr-18 19:12:490.3Kapplication/octet-stream
dragon.xbm.Z1988-Apr-18 19:12:4948.0Kapplication/octet-stream
dragon2.xbm.Z1988-Apr-22 18:15:1514.1Kapplication/octet-stream
dragon3.xbm.Z1989-Mar-02 21:27:2250.8Kapplication/octet-stream
dragon4.xbm.Z1989-Jul-27 22:31:1275.7Kapplication/octet-stream
dredd.xbm.Z1989-Jul-21 00:13:43101.2Kapplication/octet-stream
drgw480.xbm.Z1989-Mar-11 04:20:58110.9Kapplication/octet-stream
drkrider.xbm.Z1988-Apr-18 19:12:5136.4Kapplication/octet-stream
drugs.xbm.Z1988-Apr-18 19:12:515.8Kapplication/octet-stream
ducks.xbm.Z1989-Jun-25 20:45:4623.4Kapplication/octet-stream
dwarves.xbm.Z1989-Jul-27 22:33:3680.2Kapplication/octet-stream
e_n.xbm.Z1989-May-05 22:09:4010.5Kapplication/octet-stream
eagle.xbm.Z1988-Aug-29 00:34:080.7Kapplication/octet-stream
earth1.xbm.Z1989-Mar-11 04:20:5920.0Kapplication/octet-stream
earth2.xbm.Z1989-Mar-11 04:20:5919.8Kapplication/octet-stream
earth3.xbm.Z1989-Mar-11 04:20:5928.3Kapplication/octet-stream
earthrise.xbm.Z1989-Mar-11 04:20:596.8Kapplication/octet-stream
echidna1.xbm.Z1989-Jul-27 22:34:1919.2Kapplication/octet-stream
eddie.xbm.Z1988-Apr-18 19:12:5129.7Kapplication/octet-stream
edwinaldrin.xbm.Z1989-Mar-02 20:34:5090.2Kapplication/octet-stream
einstein.xbm.Z1989-Feb-28 02:44:5899.4Kapplication/octet-stream
einstein2.xbm.Z1989-Jul-21 00:15:3365.2Kapplication/octet-stream
electrical_eng.xbm.Z1989-Mar-02 22:28:3237.2Kapplication/octet-stream
elvis.xbm.Z1988-Apr-18 19:12:5225.4Kapplication/octet-stream
emacs.xbm.Z1988-May-04 12:38:380.6Kapplication/octet-stream
emirikol.xbm.Z1988-Dec-16 00:02:3599.3Kapplication/octet-stream
enterprise.xbm.Z1989-Feb-28 02:47:3529.2Kapplication/octet-stream
enterprise1.xbm.Z1988-Apr-18 19:12:523.3Kapplication/octet-stream
enterprise2.xbm.Z1988-Apr-18 19:12:523.3Kapplication/octet-stream
escher.xbm.Z1988-Aug-18 20:59:520.7Kapplication/octet-stream
eve.xbm.Z1989-Jun-25 22:04:3211.3Kapplication/octet-stream
eve2.xbm.Z1989-Jun-25 20:46:1227.7Kapplication/octet-stream
eye1.xbm.Z1988-Apr-18 19:12:522.4Kapplication/octet-stream
eye1I.xbm.Z1988-Apr-18 19:12:523.0Kapplication/octet-stream
eye2.xbm.Z1988-Apr-18 19:12:5318.0Kapplication/octet-stream
eye3.xbm.Z1988-Apr-19 17:46:050.4Kapplication/octet-stream
eyes.xbm.Z1988-Apr-18 19:12:530.9Kapplication/octet-stream
eyes2.xbm.Z1989-Feb-28 02:47:444.0Kapplication/octet-stream
f14.xbm.Z1988-Apr-18 19:12:5314.9Kapplication/octet-stream
f18.xbm.Z1989-May-05 22:09:4185.3Kapplication/octet-stream
fantasia.xbm.Z1989-Mar-02 20:36:0310.4Kapplication/octet-stream
far_side.xbm.Z1988-Apr-18 19:12:5494.0Kapplication/octet-stream
fence.xbm.Z1989-Jul-27 22:34:240.6Kapplication/octet-stream
ferrari.xbm.Z1988-Apr-18 19:12:558.4Kapplication/octet-stream
fig.xbm.Z1988-Aug-23 12:08:430.7Kapplication/octet-stream
fingerprint.xbm.Z1988-Apr-18 19:12:5538.0Kapplication/octet-stream
fish.xbm.Z1988-Apr-18 19:12:550.2Kapplication/octet-stream
fish2.Z1989-Aug-28 21:19:084.6Kapplication/octet-stream
fish3.Z1989-Aug-28 21:22:400.9Kapplication/octet-stream
fish4.Z1989-Aug-28 21:11:136.5Kapplication/octet-stream
fish5.Z1989-Aug-28 21:11:135.4Kapplication/octet-stream
flames.xbm.Z1989-Jul-21 03:37:084.4Kapplication/octet-stream
flamingos.xbm.Z1989-Jul-21 00:17:2049.9Kapplication/octet-stream
flow.xbm.Z1988-Apr-18 19:12:5510.3Kapplication/octet-stream
flyhull.xbm.Z1988-Dec-16 00:02:36113.8Kapplication/octet-stream
foo.Z1989-Dec-27 16:21:1431.5Kapplication/octet-stream
foo.xbm.Z1988-Apr-18 19:12:5631.5Kapplication/octet-stream
football.xbm.Z1989-Jul-21 00:19:0667.7Kapplication/octet-stream
fourpoll.xbm.Z1988-Apr-18 19:12:5637.0Kapplication/octet-stream
fourpoll1.xbm.Z1988-Apr-18 19:12:5722.4Kapplication/octet-stream
fractal.xbm.Z1988-Apr-18 19:12:5733.9Kapplication/octet-stream
frazetta.xbm.Z1989-Jul-27 22:35:0427.7Kapplication/octet-stream
free.xbm.Z1988-Apr-20 19:44:011.1Kapplication/octet-stream
fresnel.xbm.Z1988-Apr-18 19:12:5735.4Kapplication/octet-stream
frog.xbm.Z1989-Jul-21 00:20:5562.7Kapplication/octet-stream
fuji1.xbm.Z1988-Apr-19 17:25:531.0Kapplication/octet-stream
fullmoon.xbm.Z1988-Apr-18 19:12:5875.8Kapplication/octet-stream
galaxy.xbm.Z1988-Apr-18 19:12:580.6Kapplication/octet-stream
galois.xbm.Z1988-Apr-18 19:12:5815.9Kapplication/octet-stream
garfield.xbm.Z1988-May-16 19:26:004.8Kapplication/octet-stream
garfield2.xbm.Z1989-Mar-02 21:23:5612.9Kapplication/octet-stream
gasket.xbm.Z1988-Apr-18 19:12:5821.5Kapplication/octet-stream
gauss.xbm.Z1988-Apr-18 19:12:5916.4Kapplication/octet-stream
geisha.xbm.Z1988-Apr-18 19:12:5914.4Kapplication/octet-stream
ghostbust.xbm.Z1988-May-16 19:26:156.4Kapplication/octet-stream
girlorb.xbm.Z1989-Feb-28 02:51:4459.2Kapplication/octet-stream
glass.xbm.Z1989-Feb-28 02:52:2734.0Kapplication/octet-stream
glasses.xbm.Z1989-Jul-27 22:35:3517.9Kapplication/octet-stream
globe.xbm.Z1988-Apr-18 19:12:590.7Kapplication/octet-stream
goaway.xbm.Z1988-Apr-22 15:36:180.6Kapplication/octet-stream
goblinking.xbm.Z1989-Feb-28 02:53:5579.3Kapplication/octet-stream
godzilla.xbm.Z1988-Apr-18 19:12:5937.9Kapplication/octet-stream
goofy.xbm.Z1989-Feb-28 02:54:129.3Kapplication/octet-stream
gort.xbm.Z1988-Apr-18 19:13:000.8Kapplication/octet-stream
gort_klaatu.xbm.Z1989-Jul-26 06:47:1858.9Kapplication/octet-stream
graf_pic.xbm.Z1988-Apr-18 19:13:0012.8Kapplication/octet-stream
graph.xbm.Z1988-Oct-27 02:15:190.6Kapplication/octet-stream
gratefuldead.xbm.Z1989-Mar-11 04:21:006.1Kapplication/octet-stream
greavey.Z1989-Oct-03 00:17:194.2Kapplication/octet-stream
greenback.xbm.Z1988-Apr-18 19:13:0015.9Kapplication/octet-stream
griffin.xbm.Z1988-Apr-18 19:13:0012.0Kapplication/octet-stream
grimjack.xbm.Z1989-Jul-26 06:47:262.6Kapplication/octet-stream
grundoon.Z1989-Oct-03 00:17:195.3Kapplication/octet-stream
gun.xbm.Z1989-Jul-21 00:22:4390.2Kapplication/octet-stream
guru.xbm.Z1988-Apr-18 19:13:002.7Kapplication/octet-stream
gwtw.xbm.Z1989-Feb-28 02:56:26110.8Kapplication/octet-stream
halo.xbm.Z1989-Jul-21 00:24:3464.3Kapplication/octet-stream
hands.xbm.Z1989-Jul-27 22:36:0222.9Kapplication/octet-stream
hawkins.Z1989-Dec-27 19:20:1629.4Kapplication/octet-stream
he_man.xbm.Z1988-Apr-18 19:13:0118.2Kapplication/octet-stream
heythere.xbm.Z1989-Jul-21 00:26:0544.6Kapplication/octet-stream
hilbert.xbm.Z1988-Apr-18 19:13:0114.9Kapplication/octet-stream
hills.xbm.Z1988-Apr-18 19:13:0123.8Kapplication/octet-stream
hobbes.xbm.Z1989-Jul-21 00:27:5066.2Kapplication/octet-stream
hobbes2.xbm.Z1989-Jul-21 03:55:220.7Kapplication/octet-stream
honda.xbm.Z1989-May-05 22:09:4298.5Kapplication/octet-stream
honey.xbm.Z1989-Feb-28 02:58:2972.1Kapplication/octet-stream
horror.xbm.Z1988-Apr-18 19:13:0147.3Kapplication/octet-stream
horse.xbm.Z1989-Jul-27 22:37:4075.9Kapplication/octet-stream
howland.Z1989-Oct-03 00:17:2010.9Kapplication/octet-stream
huntress.xbm.Z1988-Apr-18 19:13:0237.5Kapplication/octet-stream
icon.xbm.Z1989-Jul-27 23:06:070.2Kapplication/octet-stream
imaginat.xbm.Z1989-Feb-28 02:58:4610.9Kapplication/octet-stream
in_use.xbm.Z1988-Apr-22 18:18:250.5Kapplication/octet-stream
infantry.xbm.Z1989-Jun-25 22:05:0450.2Kapplication/octet-stream
interceptor.xbm.Z1988-Apr-18 19:13:0230.6Kapplication/octet-stream
inv.xbm.Z1988-Apr-18 19:13:029.4Kapplication/octet-stream
ironbutterfly.xbm.Z1989-Mar-11 04:21:002.9Kapplication/octet-stream
jackson.xbm.Z1989-Mar-11 04:21:0014.1Kapplication/octet-stream
jaco.xbm.Z1989-Jun-25 22:05:5056.2Kapplication/octet-stream
janis.xbm.Z1988-Apr-18 19:13:0337.0Kapplication/octet-stream
japan_checks1.xbm.Z1989-Jul-21 03:37:100.6Kapplication/octet-stream
japan_checks2.xbm.Z1989-Jul-21 03:37:110.5Kapplication/octet-stream
japan_comb.xbm.Z1989-Jul-21 03:37:120.5Kapplication/octet-stream
japan_hex.xbm.Z1989-Jul-21 03:37:130.8Kapplication/octet-stream
japan_mesh.xbm.Z1989-Jul-21 03:37:140.3Kapplication/octet-stream
jeffairplane.xbm.Z1989-Mar-11 04:21:006.6Kapplication/octet-stream
jefferson.xbm.Z1988-Apr-18 19:13:0413.4Kapplication/octet-stream
jerry.xbm.Z1989-Mar-02 22:28:3310.3Kapplication/octet-stream
jimi.xbm.Z1988-Apr-18 19:13:0535.9Kapplication/octet-stream
john_yoko.xbm.Z1988-Apr-18 19:13:0554.5Kapplication/octet-stream
joker.xbm.Z1989-Jul-21 00:29:3976.0Kapplication/octet-stream
journeys_end.xbm.Z1991-Jun-18 09:38:23116.6Kapplication/octet-stream
judge_death.xbm.Z1989-Jul-21 00:31:3096.6Kapplication/octet-stream
jungle.xbm.Z1989-Jul-21 00:33:2084.9Kapplication/octet-stream
jungle2.xbm.Z1989-Jul-27 22:45:41165.3Kapplication/octet-stream
junkers1.Z1989-Dec-28 02:04:5292.3Kapplication/octet-stream
junkers2.Z1989-Dec-28 02:04:53100.7Kapplication/octet-stream
jupiter1.Z1989-Sep-19 03:42:1898.5Kapplication/octet-stream
jupiter2.Z1989-Sep-20 18:54:04118.0Kapplication/octet-stream
kb.xbm.Z1988-Nov-29 00:07:19149.0Kapplication/octet-stream
kb_big.xbm.Z1988-Nov-29 00:03:35287.2Kapplication/octet-stream
kei1.xbm.Z1988-Apr-18 19:13:067.6Kapplication/octet-stream
kei2.xbm.Z1988-Apr-18 19:13:0615.3Kapplication/octet-stream
kei4.xbm.Z1989-Jun-25 22:06:059.3Kapplication/octet-stream
kei5.xbm.Z1989-Jun-25 22:06:3743.6Kapplication/octet-stream
kelp.xbm.Z1988-Sep-23 19:41:06125.7Kapplication/octet-stream
kermit.xbm.Z1988-May-04 12:38:380.5Kapplication/octet-stream
kilroy.xbm.Z1988-Apr-25 13:54:510.7Kapplication/octet-stream
kingtut.xbm.Z1989-Feb-28 03:01:2570.4Kapplication/octet-stream
kinski.xbm.Z1988-Apr-18 19:13:0636.2Kapplication/octet-stream
kirk.xbm.Z1988-Apr-18 19:13:0623.8Kapplication/octet-stream
kirk2.xbm.Z1989-Mar-02 21:22:3864.4Kapplication/octet-stream
kitty.xbm.Z1989-Feb-28 03:04:54101.7Kapplication/octet-stream
knight.xbm.Z1989-Feb-28 03:06:2339.6Kapplication/octet-stream
knight2.xbm.Z1989-Mar-11 04:21:010.9Kapplication/octet-stream
knot.Z1989-Aug-02 05:50:596.6Kapplication/octet-stream
knot.xbm.Z1989-Aug-02 05:50:596.6Kapplication/octet-stream
knuth.xbm.Z1989-Feb-28 03:08:58105.6Kapplication/octet-stream
koala.xbm.Z1988-Apr-18 19:13:0720.5Kapplication/octet-stream
kome.xbm.Z1988-Apr-18 19:13:070.7Kapplication/octet-stream
kristen.xbm.Z1988-Apr-18 19:13:0721.3Kapplication/octet-stream
kumi.xbm.Z1989-Jun-25 22:07:5145.1Kapplication/octet-stream
ladybug.Z1989-Oct-03 00:17:213.9Kapplication/octet-stream
lambda_sig.xbm.Z1989-Mar-02 22:28:3313.1Kapplication/octet-stream
landscape.xbm.Z1988-Dec-16 00:02:369.6Kapplication/octet-stream
launch.xbm.Z1988-Apr-18 19:13:0726.4Kapplication/octet-stream
lbl.xbm.Z1988-Apr-18 19:13:070.7Kapplication/octet-stream
ledzeppelin.xbm.Z1989-Mar-11 04:21:017.5Kapplication/octet-stream
leningrad.xbm.Z1989-Jul-26 06:48:0674.7Kapplication/octet-stream
lenna.xbm.Z1988-Apr-22 14:42:1819.9Kapplication/octet-stream
lenna16.xbm.Z1988-Apr-22 14:44:2740.1Kapplication/octet-stream
leon.xbm.Z1989-Jun-25 22:08:2922.3Kapplication/octet-stream
leopard.xbm.Z1988-Dec-16 00:02:3762.5Kapplication/octet-stream
life.xbm.Z1988-Apr-18 19:13:082.9Kapplication/octet-stream
livingdaylights.xbm.Z1989-Feb-28 03:10:1756.3Kapplication/octet-stream
lock.xbm.Z1988-Apr-18 19:13:080.3Kapplication/octet-stream
london.xbm.Z1989-Mar-02 20:38:07117.9Kapplication/octet-stream
lottery.Z1989-Sep-19 00:18:0756.9Kapplication/octet-stream
lum1.xbm.Z1988-Apr-18 19:13:0815.9Kapplication/octet-stream
lum2.xbm.Z1988-Apr-18 19:13:0913.8Kapplication/octet-stream
lum3.xbm.Z1989-Jun-25 22:09:0442.2Kapplication/octet-stream
lum4.xbm.Z1989-Jun-25 22:09:3947.8Kapplication/octet-stream
lum6.xbm.Z1989-Jun-25 22:11:24127.6Kapplication/octet-stream
lum7.xbm.Z1989-Jun-25 20:46:4617.5Kapplication/octet-stream
lunarrover.xbm.Z1989-Mar-11 04:21:0233.1Kapplication/octet-stream
luthor.xbm.Z1989-Jul-21 00:35:1049.5Kapplication/octet-stream
lynn.xbm.Z1989-Feb-28 03:12:53105.3Kapplication/octet-stream
m109.xbm.Z1989-Jun-25 22:12:5970.5Kapplication/octet-stream
mac.xbm.Z1988-May-04 12:38:380.4Kapplication/octet-stream
mac_bomb.xbm.Z1988-May-04 12:38:380.7Kapplication/octet-stream
mac_frown.xbm.Z1988-May-04 12:38:380.5Kapplication/octet-stream
mac_question.xbm.Z1988-May-04 12:38:380.5Kapplication/octet-stream
mac_smile.xbm.Z1988-May-04 12:38:390.5Kapplication/octet-stream
mackent.xbm.Z1988-Apr-18 19:13:097.4Kapplication/octet-stream
madness.xbm.Z1989-Jul-27 22:37:550.6Kapplication/octet-stream
madonna.xbm.Z1988-Apr-18 19:13:1013.3Kapplication/octet-stream
maginot.Z1989-Dec-28 02:04:54104.9Kapplication/octet-stream
magnetosphere.xbm.Z1988-Apr-18 19:13:116.1Kapplication/octet-stream
mail.xbm.Z1988-May-04 12:45:530.7Kapplication/octet-stream
mail2.xbm.Z1988-May-04 12:41:100.7Kapplication/octet-stream
mandelbrot.xbm.Z1989-Jul-27 22:39:30131.5Kapplication/octet-stream
mandrill.xbm.Z1988-May-18 20:34:1221.7Kapplication/octet-stream
mandrill16.xbm.Z1988-May-18 20:38:3345.9Kapplication/octet-stream
mandrill18.xbm.Z1988-May-18 20:42:2854.9Kapplication/octet-stream
mandrillfs.xbm.Z1988-May-18 20:46:1245.9Kapplication/octet-stream
manhattan.xbm.Z1989-Jul-21 00:36:5759.0Kapplication/octet-stream
manhattan2.Z1989-Dec-25 05:33:1850.7Kapplication/octet-stream
manhattan3.Z1989-Dec-25 05:33:1986.8Kapplication/octet-stream
manhattan4.Z1989-Dec-25 05:33:1961.5Kapplication/octet-stream
manmoon.xbm.Z1988-Apr-18 19:13:1217.2Kapplication/octet-stream
mans.xbm.Z1988-Apr-18 19:13:127.1Kapplication/octet-stream
map200.xbm.Z1988-May-18 21:21:2742.9Kapplication/octet-stream
marilyn1.xbm.Z1988-Apr-18 19:13:1340.2Kapplication/octet-stream
marilyn2.xbm.Z1988-Apr-18 19:13:1310.7Kapplication/octet-stream
marilyn3.xbm.Z1988-Apr-18 19:13:1432.1Kapplication/octet-stream
masaru.xbm.Z1989-Jun-25 22:13:4043.8Kapplication/octet-stream
mask.xbm.Z1988-Apr-18 19:13:1511.4Kapplication/octet-stream
max.xbm.Z1988-Apr-18 19:13:1520.0Kapplication/octet-stream
max2.xbm.Z1988-Apr-22 18:47:1378.3Kapplication/octet-stream
max_brandy.xbm.Z1988-Apr-18 19:13:16115.2Kapplication/octet-stream
maxhead.xbm.Z1989-Feb-28 03:13:3325.7Kapplication/octet-stream
maxheadroom.xbm.Z1989-Feb-28 03:14:1420.4Kapplication/octet-stream
maxrabbit1.xbm.Z1989-Jun-25 22:13:460.8Kapplication/octet-stream
maxrabbit2.xbm.Z1989-Jun-25 22:13:481.4Kapplication/octet-stream
mazatlan.xbm.Z1988-Dec-16 00:02:37114.6Kapplication/octet-stream
maze1.xbm.Z1988-Apr-18 19:13:161.7Kapplication/octet-stream
maze2.xbm.Z1988-Apr-18 19:13:1715.8Kapplication/octet-stream
medeco.xbm.Z1988-Apr-18 19:13:176.6Kapplication/octet-stream
mendo.xbm.Z1989-Feb-28 03:14:248.1Kapplication/octet-stream
mentael.xbm.Z1989-Jul-27 22:40:2126.4Kapplication/octet-stream
mental_freeways.xbm.Z1989-Mar-02 22:28:3313.5Kapplication/octet-stream
mentor.xbm.Z1988-Apr-18 19:13:1712.8Kapplication/octet-stream
mesozoic.xbm.Z1988-Apr-22 14:50:0218.0Kapplication/octet-stream
messages.xbm.Z1989-Jul-27 23:06:080.6Kapplication/octet-stream
messages_send.xbm.Z1989-Jul-27 23:06:100.7Kapplication/octet-stream
mickey.xbm.Z1988-Dec-12 20:34:3114.0Kapplication/octet-stream
mickey2.xbm.Z1988-Apr-18 19:13:1815.9Kapplication/octet-stream
mickey3.xbm.Z1988-Apr-21 17:13:230.6Kapplication/octet-stream
mickey4.xbm.Z1989-Mar-02 21:20:5126.2Kapplication/octet-stream
mickey5.xbm.Z1989-Jul-27 22:40:270.8Kapplication/octet-stream
mickey_cave.xbm.Z1989-Jul-21 00:38:4577.2Kapplication/octet-stream
milk.xbm.Z1989-Mar-02 20:39:5228.4Kapplication/octet-stream
miller.xbm.Z1989-Feb-28 03:17:44135.4Kapplication/octet-stream
minako.xbm.Z1989-Jun-25 22:15:2448.1Kapplication/octet-stream
minako4.xbm.Z1989-Jun-25 22:15:429.5Kapplication/octet-stream
minmei1.xbm.Z1989-Jun-25 22:15:5112.0Kapplication/octet-stream
minmei2.xbm.Z1989-Jun-25 22:16:4972.8Kapplication/octet-stream
minmei3.xbm.Z1989-Jun-25 22:17:3550.0Kapplication/octet-stream
minmei5.xbm.Z1989-Jun-25 22:17:5620.0Kapplication/octet-stream
miranda.xbm.Z1988-Apr-18 19:13:1952.3Kapplication/octet-stream
mistert.xbm.Z1988-Apr-18 19:13:190.6Kapplication/octet-stream
mit.xbm.Z1988-Apr-18 19:13:193.0Kapplication/octet-stream
mmail.xbm.Z1988-May-04 12:38:390.7Kapplication/octet-stream
mobot_1.xbm.Z1988-Apr-18 19:13:2023.3Kapplication/octet-stream
model_t.xbm.Z1989-Mar-02 22:07:47112.6Kapplication/octet-stream
moeb.xbm.Z1988-Apr-18 19:13:2027.3Kapplication/octet-stream
monalisa.xbm.Z1989-Feb-28 03:19:2993.4Kapplication/octet-stream
monkeys.tar.Z1989-Aug-15 00:03:048.4Kapplication/octet-stream
monumentvalley.xbm.Z1989-Mar-02 20:44:09104.6Kapplication/octet-stream
moodyblues.xbm.Z1989-Mar-11 04:21:029.4Kapplication/octet-stream
moonflag.xbm.Z1989-Mar-02 20:45:1928.3Kapplication/octet-stream
morrison.xbm.Z1988-Apr-18 19:13:2023.8Kapplication/octet-stream
motel.xbm.Z1989-Jul-26 06:48:4147.1Kapplication/octet-stream
mouffetard.Z1989-Sep-23 17:32:4469.4Kapplication/octet-stream
mountain.xbm.Z1988-Dec-16 00:02:38140.4Kapplication/octet-stream
mountains.xbm.Z1989-Jul-27 22:42:42166.7Kapplication/octet-stream
mouse.xbm.Z1988-Apr-18 19:13:210.4Kapplication/octet-stream
movietone.xbm.Z1988-Apr-18 19:13:210.1Kapplication/octet-stream
mstreep.xbm.Z1988-Apr-18 19:13:2143.9Kapplication/octet-stream
mug.xbm.Z1988-Apr-18 19:13:214.8Kapplication/octet-stream
mughi.xbm.Z1989-Jun-25 22:18:2725.8Kapplication/octet-stream
nagel11.xbm.Z1989-Feb-28 03:20:3023.1Kapplication/octet-stream
nasty.xbm.Z1989-Jul-26 06:49:1861.8Kapplication/octet-stream
nausicaa3.xbm.Z1989-Jun-25 22:18:320.9Kapplication/octet-stream
nausicaa4.xbm.Z1989-Jun-25 22:20:0596.3Kapplication/octet-stream
nausicaa5.xbm.Z1989-Jun-25 22:20:3823.7Kapplication/octet-stream
nausicca1.xbm.Z1988-Apr-18 19:13:2212.2Kapplication/octet-stream
nausicca2.xbm.Z1988-Apr-18 19:13:2214.5Kapplication/octet-stream
nebula.xbm.Z1988-Apr-22 14:54:4133.0Kapplication/octet-stream
needle.Z1989-Dec-27 16:24:1221.7Kapplication/octet-stream
nerd.xbm.Z1988-Apr-18 19:13:234.2Kapplication/octet-stream
net2.xbm.Z1989-Mar-11 04:21:030.1Kapplication/octet-stream
news.xbm.Z1988-Apr-20 19:40:500.7Kapplication/octet-stream
news2.xbm.Z1988-May-04 14:13:460.7Kapplication/octet-stream
next.xbm.Z1988-Nov-19 01:17:310.7Kapplication/octet-stream
nil.xbm.Z1988-Apr-18 19:13:236.7Kapplication/octet-stream
nile.xbm.Z1988-Apr-18 19:13:235.2Kapplication/octet-stream
no.xbm.Z1988-Apr-18 19:13:242.5Kapplication/octet-stream
nobozos.xbm.Z1988-Apr-18 19:13:240.8Kapplication/octet-stream
nomail.xbm.Z1988-May-04 12:46:030.7Kapplication/octet-stream
nomail2.xbm.Z1988-May-04 12:41:170.7Kapplication/octet-stream
nonoids.xbm.Z1988-Oct-27 02:15:282.6Kapplication/octet-stream
nosl.Z1989-Dec-27 16:24:0436.1Kapplication/octet-stream
nosmoking.xbm.Z1988-Apr-18 19:13:253.8Kapplication/octet-stream
nukenewyork.xbm.Z1989-Jul-26 06:50:24106.0Kapplication/octet-stream
odie.xbm.Z1989-Feb-28 03:20:549.1Kapplication/octet-stream
okay.xbm.Z1988-Apr-20 19:45:080.3Kapplication/octet-stream
okay2.xbm.Z1988-Apr-21 17:31:560.4Kapplication/octet-stream
oliver.xbm.Z1989-Jul-27 22:44:1916.3Kapplication/octet-stream
oppenheimer.xbm.Z1989-Jul-26 06:50:5735.9Kapplication/octet-stream
opus.xbm.Z1988-Apr-18 19:13:2524.6Kapplication/octet-stream
opus2.xbm.Z1988-Dec-16 00:02:3955.0Kapplication/octet-stream
opus3.xbm.Z1989-Jul-27 22:45:5619.5Kapplication/octet-stream
opus_croakus.xbm.Z1989-Feb-28 03:21:3435.5Kapplication/octet-stream
orangeroad.xbm.Z1989-Jun-25 22:21:1023.9Kapplication/octet-stream
owl.xbm.Z1988-Dec-16 00:02:3971.8Kapplication/octet-stream
owlman.xbm.Z1989-Feb-28 03:22:1527.1Kapplication/octet-stream
packet.xbm.Z1988-May-04 12:38:390.5Kapplication/octet-stream
panther.xbm.Z1988-Apr-22 14:55:3936.9Kapplication/octet-stream
parrot.xbm.Z1989-Feb-28 03:23:4474.0Kapplication/octet-stream
peace.xbm.Z1989-Feb-28 03:24:329.8Kapplication/octet-stream
peidmont.xbm.Z1988-Apr-18 19:13:2625.3Kapplication/octet-stream
pepsi.xbm.Z1989-Jun-25 20:47:0810.2Kapplication/octet-stream
pern.xbm.Z1989-Jul-27 22:47:0538.7Kapplication/octet-stream
perq.xbm.Z1989-Jul-27 22:48:0232.4Kapplication/octet-stream
peter.Z1989-Dec-25 05:33:1937.7Kapplication/octet-stream
phoenix.xbm.Z1988-Apr-18 19:13:2615.6Kapplication/octet-stream
phone.xbm.Z1988-Apr-18 19:13:260.7Kapplication/octet-stream
phone2.xbm.Z1988-May-04 12:41:220.5Kapplication/octet-stream
picard_yar.xbm.Z1989-Feb-28 03:26:0172.9Kapplication/octet-stream
pickup.xbm.Z1989-May-05 22:09:4290.3Kapplication/octet-stream
pil.xbm.Z1988-Dec-12 22:58:582.0Kapplication/octet-stream
pinkfld.xbm.Z1989-Feb-28 03:26:4131.1Kapplication/octet-stream
pipe_maze.xbm.Z1989-Mar-02 22:28:3440.8Kapplication/octet-stream
pipes.xbm.Z1988-Apr-18 19:13:261.5Kapplication/octet-stream
plumbing.xbm.Z1989-Mar-02 22:28:357.7Kapplication/octet-stream
pogo.Z1989-Oct-03 00:17:225.6Kapplication/octet-stream
poohbear.xbm.Z1989-Mar-11 04:21:035.9Kapplication/octet-stream
popart.xbm.Z1988-Apr-18 19:13:2728.1Kapplication/octet-stream
porky.Z1989-Oct-03 00:17:226.8Kapplication/octet-stream
porsche928.xbm.Z1989-Feb-28 03:28:4898.9Kapplication/octet-stream
porsche930.xbm.Z1989-Mar-11 04:21:0482.0Kapplication/octet-stream
pot.xbm.Z1989-Mar-11 04:21:041.0Kapplication/octet-stream
prisoner.xbm.Z1988-Apr-18 19:13:274.7Kapplication/octet-stream
procession.xbm.Z1989-Mar-02 22:28:3531.7Kapplication/octet-stream
quantum.xbm.Z1989-Jul-21 03:37:288.9Kapplication/octet-stream
quasi_circle.xbm.Z1989-May-05 22:51:3885.9Kapplication/octet-stream
rap.xbm.Z1988-Apr-19 18:13:041.6Kapplication/octet-stream
rapanui.xbm.Z1989-Jul-26 06:51:2550.8Kapplication/octet-stream
rato.xbm.Z1988-Apr-19 17:32:052.3Kapplication/octet-stream
reagan.xbm.Z1988-Apr-18 19:13:2822.8Kapplication/octet-stream
reagan2.xbm.Z1988-Apr-22 18:42:0120.1Kapplication/octet-stream
reagan3.xbm.Z1988-Oct-31 20:41:0636.2Kapplication/octet-stream
reagan4.xbm.Z1989-Mar-02 21:19:15113.4Kapplication/octet-stream
realeye.xbm.Z1988-Apr-18 19:13:281.8Kapplication/octet-stream
redarrow.xbm.Z1989-Feb-28 03:32:2162.9Kapplication/octet-stream
redrock.xbm.Z1989-Mar-02 20:47:11104.7Kapplication/octet-stream
reflect.xbm.Z1988-Apr-22 19:19:4546.1Kapplication/octet-stream
relativity.xbm.Z1989-Jul-27 22:48:3741.8Kapplication/octet-stream
reptiles.xbm.Z1989-Jul-27 22:49:0029.1Kapplication/octet-stream
rhine.xbm.Z1988-Apr-18 19:13:29121.5Kapplication/octet-stream
rick_hunter.xbm.Z1989-Feb-28 03:32:5218.5Kapplication/octet-stream
riemann.xbm.Z1988-Apr-18 19:13:298.9Kapplication/octet-stream
rlogin.xbm.Z1988-Apr-25 13:57:500.6Kapplication/octet-stream
rn.xbm.Z1988-Apr-25 13:57:500.4Kapplication/octet-stream
rn2.xbm.Z1988-Apr-22 18:39:440.6Kapplication/octet-stream
roadrunner.xbm.Z1988-Apr-18 19:13:301.0Kapplication/octet-stream
robot.xbm.Z1989-Feb-28 03:34:2158.8Kapplication/octet-stream
rockets.Z1989-Dec-28 02:09:5499.6Kapplication/octet-stream
roger.xbm.Z1989-Feb-28 03:36:27107.2Kapplication/octet-stream
rolex.xbm.Z1988-May-04 12:38:400.7Kapplication/octet-stream
ronbo.xbm.Z1988-Apr-18 19:13:3043.3Kapplication/octet-stream
rorschach.Z1989-Dec-25 05:33:2187.9Kapplication/octet-stream
rose.xbm.Z1988-Apr-18 19:13:308.7Kapplication/octet-stream
rose2.xbm.Z1988-Apr-19 17:02:320.2Kapplication/octet-stream
rpicalvin.xbm.Z1988-Apr-18 19:13:3111.1Kapplication/octet-stream
run.xbm.Z1988-Apr-22 18:18:091.0Kapplication/octet-stream
sabre.xbm.Z1989-Mar-11 04:21:0526.0Kapplication/octet-stream
samurai_dredd.xbm.Z1989-Jul-21 00:40:3485.8Kapplication/octet-stream
sanfrancisco.xbm.Z1989-Feb-28 03:39:05144.7Kapplication/octet-stream
sanka.xbm.Z1989-Mar-02 20:49:44124.9Kapplication/octet-stream
saturn.xbm.Z1988-Dec-16 00:02:3918.9Kapplication/octet-stream
saturnV.xbm.Z1989-Feb-28 03:40:3462.4Kapplication/octet-stream
scarabs.xbm.Z1988-Apr-18 19:13:3125.4Kapplication/octet-stream
scooby.xbm.Z1989-Feb-28 03:40:5610.5Kapplication/octet-stream
scorpion.xbm.Z1988-Apr-18 19:13:3110.4Kapplication/octet-stream
scrooge.xbm.Z1988-Apr-18 19:13:3248.6Kapplication/octet-stream
sea.xbm.Z1989-Feb-28 03:42:2467.7Kapplication/octet-stream
sequent.xbm.Z1988-Aug-18 21:06:500.4Kapplication/octet-stream
shapes.xbm.Z1988-Apr-18 19:13:321.0Kapplication/octet-stream
shin.xbm.Z1988-Apr-18 19:13:3214.0Kapplication/octet-stream
shin2.xbm.Z1989-Jun-25 22:21:4145.5Kapplication/octet-stream
shred.Z1989-Aug-14 22:41:065.5Kapplication/octet-stream
shred.xbm.Z1989-Aug-14 22:41:065.5Kapplication/octet-stream
shuttle.xbm.Z1989-Jun-25 22:22:1446.4Kapplication/octet-stream
sick_cow.xbm.Z1989-Jul-21 00:42:2373.9Kapplication/octet-stream
sinatra.xbm.Z1988-Apr-18 19:13:3235.1Kapplication/octet-stream
skull.xbm.Z1989-Jun-25 22:23:5274.9Kapplication/octet-stream
skull1.xbm.Z1988-Apr-18 19:13:3220.1Kapplication/octet-stream
skull2.xbm.Z1988-Apr-18 19:13:3312.6Kapplication/octet-stream
skull3.xbm.Z1988-Apr-19 17:09:061.1Kapplication/octet-stream
skulls.xbm.Z1988-Apr-19 17:18:225.3Kapplication/octet-stream
skyandwater1.Z1989-Aug-02 05:51:3435.0Kapplication/octet-stream
skyandwater1.xbm.Z1989-Aug-02 05:51:3435.0Kapplication/octet-stream
slime_mold.xbm.Z1989-Mar-02 22:28:3515.3Kapplication/octet-stream
slug.xbm.Z1988-Dec-01 14:43:070.5Kapplication/octet-stream
small_handdrawn.xbm.Z1989-Jul-27 22:49:2110.0Kapplication/octet-stream
smallmoon.xbm.Z1988-Apr-18 19:13:339.2Kapplication/octet-stream
smiley.xbm.Z1988-Apr-18 19:13:330.3Kapplication/octet-stream
smiley2.xbm.Z1988-Apr-22 19:03:270.1Kapplication/octet-stream
smurftan.xbm.Z1989-Mar-11 04:21:0515.9Kapplication/octet-stream
snail1.Z1989-Sep-18 23:19:3631.6Kapplication/octet-stream
snail2.Z1989-Sep-18 23:19:3624.9Kapplication/octet-stream
snow.xbm.Z1989-Jul-21 00:44:1281.3Kapplication/octet-stream
software_eng.xbm.Z1989-Mar-02 22:28:3636.5Kapplication/octet-stream
solarball.xbm.Z1989-Jul-27 22:50:5758.5Kapplication/octet-stream
sp245.xbm.Z1989-May-05 22:09:4371.9Kapplication/octet-stream
speedracer.xbm.Z1989-Feb-28 03:43:0431.2Kapplication/octet-stream
sphere.xbm.Z1988-Apr-18 19:13:333.6Kapplication/octet-stream
sphere2.xbm.Z1988-Apr-19 16:57:140.7Kapplication/octet-stream
sphere3.xbm.Z1988-Apr-19 17:55:521.5Kapplication/octet-stream
spock.xbm.Z1988-Apr-18 19:13:3322.7Kapplication/octet-stream
spock2.xbm.Z1988-Apr-22 18:43:099.9Kapplication/octet-stream
spock3.xbm.Z1989-Mar-02 21:13:5427.1Kapplication/octet-stream
spock4.xbm.Z1989-Mar-11 04:21:0637.3Kapplication/octet-stream
spock5.xbm.Z1989-Mar-11 04:21:0721.9Kapplication/octet-stream
spock6.xbm.Z1989-Jul-21 00:46:03118.9Kapplication/octet-stream
spock7.xbm.Z1989-Jul-27 22:51:3937.3Kapplication/octet-stream
spockirk.xbm.Z1989-Feb-28 03:44:3261.9Kapplication/octet-stream
spotty.xbm.Z1988-Aug-18 20:59:430.6Kapplication/octet-stream
sq_tunnel.xbm.Z1988-Apr-18 19:13:3436.5Kapplication/octet-stream
stairs.Z1989-Aug-02 06:29:3646.7Kapplication/octet-stream
stairs.xbm.Z1989-Aug-02 06:29:3646.7Kapplication/octet-stream
stanford1.xbm.Z1988-Apr-18 19:13:345.6Kapplication/octet-stream
stanford2.xbm.Z1988-Apr-18 19:13:343.1Kapplication/octet-stream
stars.xbm.Z1988-Apr-18 19:13:3418.1Kapplication/octet-stream
startrek.xbm.Z1988-Apr-18 19:13:3524.2Kapplication/octet-stream
steinheim.xbm.Z1988-Apr-18 19:13:35114.3Kapplication/octet-stream
stopsign.xbm.Z1988-Apr-20 19:41:030.8Kapplication/octet-stream
stpeter.Z1989-Aug-02 05:53:03143.3Kapplication/octet-stream
stpeter.xbm.Z1989-Aug-02 05:53:03143.3Kapplication/octet-stream
strawberry.xbm.Z1988-Apr-20 19:45:310.4Kapplication/octet-stream
sun.xbm.Z1988-Apr-22 18:45:010.8Kapplication/octet-stream
sun2.xbm.Z1988-Apr-22 18:46:150.2Kapplication/octet-stream
sun3.xbm.Z1988-Apr-22 18:36:070.3Kapplication/octet-stream
sun4.xbm.Z1988-Dec-16 00:02:4025.6Kapplication/octet-stream
swamp1.xbm.Z1989-Jul-21 00:47:5191.4Kapplication/octet-stream
swamp2.xbm.Z1989-Jul-21 00:49:41100.1Kapplication/octet-stream
swiss.xbm.Z1988-May-04 12:38:400.7Kapplication/octet-stream
sybasesnail1.xbm.Z1988-Apr-18 19:13:360.5Kapplication/octet-stream
sybasesnail2.xbm.Z1988-Apr-18 19:13:360.8Kapplication/octet-stream
sybasesnail3.xbm.Z1988-Apr-18 19:13:361.0Kapplication/octet-stream
sybasesnail4.xbm.Z1988-Apr-18 19:13:361.8Kapplication/octet-stream
talk.xbm.Z1988-Apr-22 18:43:310.6Kapplication/octet-stream
talking.xbm.Z1988-Apr-18 19:13:365.9Kapplication/octet-stream
tallship.xbm.Z1989-Mar-11 04:21:0729.1Kapplication/octet-stream
tapecover1.xbm.Z1988-Apr-18 19:13:367.5Kapplication/octet-stream
tapecover10.xbm.Z1988-Apr-18 19:13:377.8Kapplication/octet-stream
tapecover11.xbm.Z1988-Apr-18 19:13:379.3Kapplication/octet-stream
tapecover12.xbm.Z1988-Apr-18 19:13:379.3Kapplication/octet-stream
tapecover13.xbm.Z1988-Apr-18 19:13:3712.2Kapplication/octet-stream
tapecover14.xbm.Z1988-Apr-18 19:13:388.9Kapplication/octet-stream
tapecover15.xbm.Z1988-Apr-18 19:13:384.8Kapplication/octet-stream
tapecover16.xbm.Z1988-Apr-18 19:13:387.4Kapplication/octet-stream
tapecover17.xbm.Z1988-Apr-18 19:13:3911.8Kapplication/octet-stream
tapecover18.xbm.Z1988-Apr-18 19:13:3912.1Kapplication/octet-stream
tapecover19.xbm.Z1988-Apr-18 19:13:405.7Kapplication/octet-stream
tapecover2.xbm.Z1988-Apr-18 19:13:418.5Kapplication/octet-stream
tapecover20.xbm.Z1988-Apr-18 19:13:4110.2Kapplication/octet-stream
tapecover21.xbm.Z1988-Apr-18 19:13:416.0Kapplication/octet-stream
tapecover22.xbm.Z1988-Apr-18 19:13:417.3Kapplication/octet-stream
tapecover23.xbm.Z1988-Apr-18 19:13:427.9Kapplication/octet-stream
tapecover24.xbm.Z1988-Apr-18 19:13:428.5Kapplication/octet-stream
tapecover25.xbm.Z1988-Apr-18 19:13:425.1Kapplication/octet-stream
tapecover26.xbm.Z1988-Apr-18 19:13:427.2Kapplication/octet-stream
tapecover27.xbm.Z1988-Apr-18 19:13:438.7Kapplication/octet-stream
tapecover28.xbm.Z1988-Apr-18 19:13:434.9Kapplication/octet-stream
tapecover29.xbm.Z1988-Apr-18 19:13:436.1Kapplication/octet-stream
tapecover3.xbm.Z1988-Apr-18 19:13:446.8Kapplication/octet-stream
tapecover31.xbm.Z1988-Apr-18 19:13:448.3Kapplication/octet-stream
tapecover32.xbm.Z1988-Apr-18 19:13:4410.4Kapplication/octet-stream
tapecover4.xbm.Z1988-Apr-18 19:13:457.3Kapplication/octet-stream
tapecover5.xbm.Z1988-Apr-18 19:13:4510.0Kapplication/octet-stream
tapecover6.xbm.Z1988-Apr-18 19:13:4510.7Kapplication/octet-stream
tapecover7.xbm.Z1988-Apr-18 19:13:469.5Kapplication/octet-stream
tapecover8.xbm.Z1988-Apr-18 19:13:465.9Kapplication/octet-stream
tapecover9.xbm.Z1988-Apr-18 19:13:468.8Kapplication/octet-stream
tardis.xbm.Z1988-Apr-18 19:13:471.2Kapplication/octet-stream
tb2_1.xbm.Z1989-Jul-21 00:51:3157.7Kapplication/octet-stream
tb2_2.xbm.Z1989-Jul-21 00:53:2472.5Kapplication/octet-stream
teddy_bear.xbm.Z1989-Jul-27 22:53:29175.5Kapplication/octet-stream
tek.xbm.Z1988-May-04 12:38:400.7Kapplication/octet-stream
telnet.xbm.Z1988-Apr-25 13:57:510.6Kapplication/octet-stream
ten.xbm.Z1989-Jul-27 22:54:0423.2Kapplication/octet-stream
tennis.xbm.Z1989-Jun-25 22:24:1110.9Kapplication/octet-stream
thing.xbm.Z1988-Apr-18 19:13:4849.6Kapplication/octet-stream
three_worlds.xbm.Z1988-Apr-18 19:13:4822.5Kapplication/octet-stream
thumbprint.xbm.Z1989-Jul-26 06:51:4831.1Kapplication/octet-stream
thumper.xbm.Z1989-Feb-28 03:44:5811.2Kapplication/octet-stream
tidings.xbm.Z1988-Apr-18 19:13:4937.8Kapplication/octet-stream
tiffany.xbm.Z1988-Apr-18 19:13:5189.1Kapplication/octet-stream
timex.xbm.Z1988-Apr-18 19:13:520.7Kapplication/octet-stream
tinymoon.xbm.Z1988-Apr-18 19:13:520.8Kapplication/octet-stream
tinynosmoking.xbm.Z1988-Apr-18 19:13:530.8Kapplication/octet-stream
tip.xbm.Z1988-Apr-25 13:57:510.6Kapplication/octet-stream
tmi1.Z1989-Dec-28 02:04:5581.1Kapplication/octet-stream
tmi2.Z1989-Dec-28 02:04:5562.5Kapplication/octet-stream
tompetty.xbm.Z1989-Jun-25 22:25:0782.0Kapplication/octet-stream
tongue.xbm.Z1988-Apr-18 19:13:530.1Kapplication/octet-stream
toucan.xbm.Z1989-Feb-28 03:47:0475.3Kapplication/octet-stream
train1.xbm.Z1988-Apr-18 19:13:539.2Kapplication/octet-stream
trek.xbm.Z1988-Apr-18 19:13:540.4Kapplication/octet-stream
treman.xbm.Z1989-Feb-28 03:49:11121.8Kapplication/octet-stream
triangle.xbm.Z1988-Apr-18 19:13:542.7Kapplication/octet-stream
tty.xbm.Z1988-Apr-20 19:45:510.6Kapplication/octet-stream
tvc15.xbm.Z1988-Apr-18 19:13:5420.1Kapplication/octet-stream
tweety.xbm.Z1988-Aug-29 00:39:211.1Kapplication/octet-stream
tweetysylvester.xbm.Z1989-Mar-11 04:21:079.9Kapplication/octet-stream
two_fishes.xbm.Z1989-Mar-02 22:28:3620.2Kapplication/octet-stream
twodollar.xbm.Z1988-Apr-18 19:13:55124.7Kapplication/octet-stream
twofish.xbm.Z1988-Dec-02 01:21:4112.7Kapplication/octet-stream
u2.xbm.Z1988-Nov-28 23:48:58133.4Kapplication/octet-stream
u2_big.xbm.Z1988-Nov-29 00:00:02260.0Kapplication/octet-stream
ucseal.xbm.Z1989-Mar-02 22:28:366.4Kapplication/octet-stream
underground1.Z1989-Sep-23 15:36:164.0Kapplication/octet-stream
unicorn.xbm.Z1988-Oct-27 02:15:431.8Kapplication/octet-stream
unicorn2.xbm.Z1989-Jul-27 22:54:4349.1Kapplication/octet-stream
unixman.xbm.Z1988-Aug-18 20:04:481.5Kapplication/octet-stream
uwmadison.xbm.Z1988-Oct-28 23:26:100.5Kapplication/octet-stream
valentine.xbm.Z1988-Apr-22 18:41:151.0Kapplication/octet-stream
valkyrie.xbm.Z1989-Jun-25 20:47:3327.2Kapplication/octet-stream
vanna.xbm.Z1988-Apr-18 19:13:5536.8Kapplication/octet-stream
vanna2.xbm.Z1988-Apr-18 19:13:5620.0Kapplication/octet-stream
venn.xbm.Z1988-Apr-18 19:13:569.9Kapplication/octet-stream
venus.xbm.Z1989-Mar-02 20:52:40115.8Kapplication/octet-stream
veretek.xbm.Z1988-Apr-22 15:06:4814.4Kapplication/octet-stream
veritech.xbm.Z1989-Jun-25 22:25:3113.6Kapplication/octet-stream
verybigmark.xbm.Z1988-Dec-16 00:02:40129.9Kapplication/octet-stream
virgil.xbm.Z1989-Jul-21 00:55:1478.2Kapplication/octet-stream
vt100.xbm.Z1988-May-04 12:38:400.7Kapplication/octet-stream
vt102.xbm.Z1988-May-04 12:38:400.6Kapplication/octet-stream
vt220.xbm.Z1988-May-04 12:38:410.6Kapplication/octet-stream
vtube.xbm.Z1989-Mar-11 04:21:080.8Kapplication/octet-stream
washington.xbm.Z1989-Mar-11 04:21:0815.8Kapplication/octet-stream
watchmen.xbm.Z1989-Jul-21 00:57:0260.3Kapplication/octet-stream
waterfall.xbm.Z1988-Apr-18 19:13:5737.5Kapplication/octet-stream
waterfall2.xbm.Z1989-Jul-27 22:55:1333.2Kapplication/octet-stream
waves1.xbm.Z1988-Apr-18 19:13:581.0Kapplication/octet-stream
waves2.xbm.Z1988-Apr-18 19:13:591.8Kapplication/octet-stream
weirdscience.xbm.Z1988-Apr-18 19:13:5928.9Kapplication/octet-stream
wesley.xbm.Z1989-Feb-28 03:51:49132.8Kapplication/octet-stream
whitedragon.xbm.Z1989-Feb-28 03:53:4898.6Kapplication/octet-stream
wild_things.xbm.Z1989-Jul-27 22:56:4891.5Kapplication/octet-stream
wizards.xbm.Z1989-Feb-28 03:54:4626.1Kapplication/octet-stream
wizpic.xbm.Z1989-Jul-27 22:57:5322.8Kapplication/octet-stream
woman_with_ban.xbm.Z1988-Apr-18 19:14:009.5Kapplication/octet-stream
woodduck.xbm.Z1988-Apr-18 19:14:0021.9Kapplication/octet-stream
working.xbm.Z1988-Apr-20 19:46:021.9Kapplication/octet-stream
wrath_head.xbm.Z1988-Apr-22 15:20:086.2Kapplication/octet-stream
wring.xbm.Z1988-Apr-18 19:14:015.4Kapplication/octet-stream
write_file.xbm.Z1988-Apr-22 15:36:400.9Kapplication/octet-stream
wrwatch.xbm.Z1988-Apr-18 19:14:0113.9Kapplication/octet-stream
xconq.xbm.Z1989-Jul-27 23:06:110.3Kapplication/octet-stream
xerox.xbm.Z1988-May-17 20:36:055.2Kapplication/octet-stream
xim.xbm.Z1988-May-23 22:55:311.3Kapplication/octet-stream
xmille.xbm.Z1989-Jul-27 23:06:120.9Kapplication/octet-stream
xrn.xbm.Z1988-Oct-28 16:34:000.6Kapplication/octet-stream
xterm.xbm.Z1988-Apr-25 13:57:520.6Kapplication/octet-stream
yafa.xbm.Z1988-Apr-18 19:14:021.8Kapplication/octet-stream
yamaha2.xbm.Z1989-May-05 22:09:4697.8Kapplication/octet-stream
yamato.xbm.Z1988-Apr-18 19:14:025.6Kapplication/octet-stream
yellowpages.xbm.Z1988-Apr-18 19:14:020.7Kapplication/octet-stream
yield.xbm.Z1988-Apr-20 19:46:040.5Kapplication/octet-stream
yin_yang1.xbm.Z1988-Apr-18 19:14:021.1Kapplication/octet-stream
yin_yang2.xbm.Z1988-Apr-18 19:14:037.3Kapplication/octet-stream
yoda.xbm.Z1988-Apr-18 19:14:033.7Kapplication/octet-stream
yoda2.xbm.Z1988-Apr-21 17:32:240.7Kapplication/octet-stream
yogi.xbm.Z1989-Feb-28 03:55:2633.4Kapplication/octet-stream
yosemite.xbm.Z1988-Apr-18 19:14:04132.1Kapplication/octet-stream
yoyodyne.xbm.Z1988-Apr-18 19:14:053.8Kapplication/octet-stream
yuri1.xbm.Z1988-Apr-18 19:14:0511.6Kapplication/octet-stream
yuri2.xbm.Z1988-Apr-18 19:14:0514.7Kapplication/octet-stream
yuri3.xbm.Z1989-Mar-02 22:28:3724.1Kapplication/octet-stream
z_gundam.xbm.Z1989-Jun-25 20:50:2227.0Kapplication/octet-stream
zapata.xbm.Z1988-Apr-18 19:14:068.8Kapplication/octet-stream
zebragrl.xbm.Z1988-Apr-18 19:14:0654.7Kapplication/octet-stream
zeta_logo.xbm.Z1989-Jun-25 22:26:0911.7Kapplication/octet-stream
zip.xbm.Z1988-Apr-20 19:46:060.5Kapplication/octet-stream
zippy.xbm.Z1988-Apr-18 19:14:0625.1Kapplication/octet-stream
zonk.xbm.Z1989-Jul-27 22:58:159.9Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/infantry.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/infantry.xbm.Z new file mode 100644 index 0000000..0dcd191 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/infantry.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/interceptor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/interceptor.xbm.Z new file mode 100644 index 0000000..5f5728c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/interceptor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/inv.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/inv.xbm.Z new file mode 100644 index 0000000..8deda4c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/inv.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ironbutterfly.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ironbutterfly.xbm.Z new file mode 100644 index 0000000..c242bc8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ironbutterfly.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jackson.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jackson.xbm.Z new file mode 100644 index 0000000..3e58c39 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jackson.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jaco.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jaco.xbm.Z new file mode 100644 index 0000000..f87d49e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jaco.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/janis.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/janis.xbm.Z new file mode 100644 index 0000000..6e50b97 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/janis.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks1.xbm.Z new file mode 100644 index 0000000..9912b9d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks2.xbm.Z new file mode 100644 index 0000000..b39c0ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_checks2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_comb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_comb.xbm.Z new file mode 100644 index 0000000..233b666 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_comb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_hex.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_hex.xbm.Z new file mode 100644 index 0000000..a993032 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_hex.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_mesh.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_mesh.xbm.Z new file mode 100644 index 0000000..fdc93f5 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/japan_mesh.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mj K2s| 4 fPp` 6| 2iΠq:ab 0r*dD1iD{gL̀gӨc:Zf*17tװL%*eވB)VncClܨng/3nK)0ܖYvݪ@[3XudC%sM_QC߀=-\6P`k<28vܷrݥxb=~Lh\Q>lsݡNwcl0J0reP}L8cx~ynTvR]km&gXdb=unEUiastm7mwe%Zbc \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jeffairplane.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jeffairplane.xbm.Z new file mode 100644 index 0000000..5376e43 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jeffairplane.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jefferson.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jefferson.xbm.Z new file mode 100644 index 0000000..36e3380 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jefferson.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jerry.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jerry.xbm.Z new file mode 100644 index 0000000..35177b5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jerry.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jimi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jimi.xbm.Z new file mode 100644 index 0000000..98c7e18 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jimi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/john_yoko.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/john_yoko.xbm.Z new file mode 100644 index 0000000..b77a4b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/john_yoko.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/joker.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/joker.xbm.Z new file mode 100644 index 0000000..2a86e0f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/joker.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/journeys_end.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/journeys_end.xbm.Z new file mode 100644 index 0000000..7863d63 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/journeys_end.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/judge_death.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/judge_death.xbm.Z new file mode 100644 index 0000000..285026b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/judge_death.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle.xbm.Z new file mode 100644 index 0000000..13c59bf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle2.xbm.Z new file mode 100644 index 0000000..1da5cb6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jungle2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers1.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers1.Z new file mode 100644 index 0000000..41e7cdb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers1.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers2.Z new file mode 100644 index 0000000..83c2c28 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/junkers2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter1.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter1.Z new file mode 100644 index 0000000..793c316 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter1.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter2.Z new file mode 100644 index 0000000..1939edc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/jupiter2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb.xbm.Z new file mode 100644 index 0000000..d80ff23 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb_big.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb_big.xbm.Z new file mode 100644 index 0000000..52c0271 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kb_big.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei1.xbm.Z new file mode 100644 index 0000000..927f687 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei2.xbm.Z new file mode 100644 index 0000000..5e22ca0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei4.xbm.Z new file mode 100644 index 0000000..57542ef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei5.xbm.Z new file mode 100644 index 0000000..4e38c46 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kei5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kelp.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kelp.xbm.Z new file mode 100644 index 0000000..e52a2b6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kelp.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kermit.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kermit.xbm.Z new file mode 100644 index 0000000..c0777d3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kermit.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kilroy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kilroy.xbm.Z new file mode 100644 index 0000000..2131dbb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kilroy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kingtut.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kingtut.xbm.Z new file mode 100644 index 0000000..2a86c67 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kingtut.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kinski.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kinski.xbm.Z new file mode 100644 index 0000000..e3552ab Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kinski.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk.xbm.Z new file mode 100644 index 0000000..6bc6847 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk2.xbm.Z new file mode 100644 index 0000000..5667336 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kirk2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kitty.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kitty.xbm.Z new file mode 100644 index 0000000..bcb930d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kitty.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight.xbm.Z new file mode 100644 index 0000000..2f7c7d5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight2.xbm.Z new file mode 100644 index 0000000..8237ed4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knight2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.Z new file mode 100644 index 0000000..80de279 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.xbm.Z new file mode 100644 index 0000000..80de279 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knuth.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knuth.xbm.Z new file mode 100644 index 0000000..d63ef25 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/knuth.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/koala.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/koala.xbm.Z new file mode 100644 index 0000000..c3fa980 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/koala.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kome.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kome.xbm.Z new file mode 100644 index 0000000..3cdb10c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kome.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kristen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kristen.xbm.Z new file mode 100644 index 0000000..78243ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kristen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kumi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kumi.xbm.Z new file mode 100644 index 0000000..b5dd8a6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/kumi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ladybug.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ladybug.Z new file mode 100644 index 0000000..f7e995d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ladybug.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lambda_sig.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lambda_sig.xbm.Z new file mode 100644 index 0000000..0e57216 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lambda_sig.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/landscape.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/landscape.xbm.Z new file mode 100644 index 0000000..84548e7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/landscape.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/launch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/launch.xbm.Z new file mode 100644 index 0000000..bc38864 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/launch.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lbl.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lbl.xbm.Z new file mode 100644 index 0000000..af462b0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lbl.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ledzeppelin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ledzeppelin.xbm.Z new file mode 100644 index 0000000..8ad4d91 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ledzeppelin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leningrad.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leningrad.xbm.Z new file mode 100644 index 0000000..7cae322 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leningrad.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna.xbm.Z new file mode 100644 index 0000000..07f8d92 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna16.xbm.Z new file mode 100644 index 0000000..b180914 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lenna16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leon.xbm.Z new file mode 100644 index 0000000..b68b624 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leopard.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leopard.xbm.Z new file mode 100644 index 0000000..ee79aad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/leopard.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/life.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/life.xbm.Z new file mode 100644 index 0000000..79329fc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/life.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/livingdaylights.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/livingdaylights.xbm.Z new file mode 100644 index 0000000..9231b56 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/livingdaylights.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lock.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lock.xbm.Z new file mode 100644 index 0000000..050ebfd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lock.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/london.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/london.xbm.Z new file mode 100644 index 0000000..718daaa Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/london.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lottery.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lottery.Z new file mode 100644 index 0000000..dc9397b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lottery.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum1.xbm.Z new file mode 100644 index 0000000..bd37a3e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum2.xbm.Z new file mode 100644 index 0000000..0c11e7c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum3.xbm.Z new file mode 100644 index 0000000..8bc1ed2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum4.xbm.Z new file mode 100644 index 0000000..b13ec18 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum6.xbm.Z new file mode 100644 index 0000000..f042e6f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum7.xbm.Z new file mode 100644 index 0000000..53d4ec0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lum7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lunarrover.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lunarrover.xbm.Z new file mode 100644 index 0000000..1672cc1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lunarrover.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/luthor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/luthor.xbm.Z new file mode 100644 index 0000000..12a3f1f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/luthor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lynn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lynn.xbm.Z new file mode 100644 index 0000000..d94cc92 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/lynn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/m109.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/m109.xbm.Z new file mode 100644 index 0000000..b3a8a6d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/m109.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac.xbm.Z new file mode 100644 index 0000000..48c4bdf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_bomb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_bomb.xbm.Z new file mode 100644 index 0000000..ad1a448 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_bomb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_frown.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_frown.xbm.Z new file mode 100644 index 0000000..9780c88 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_frown.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_question.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_question.xbm.Z new file mode 100644 index 0000000..ab155ca Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_question.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_smile.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_smile.xbm.Z new file mode 100644 index 0000000..95fbfc7 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mac_smile.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MmŒ2M6eIC6h(8 >L3h`8N:iƀ& +:EL:st `RN6}:UjTTVj5׮`"ʵֳZӒEVձaukܺm۶/߿\͘*Jc ]2V\v'W5b<И+f4JN͸*2TpR[c륺{wnٴ:&8 Jo$㻓5~5oߝ-Ǝ{vJ{|ݣ|~|TΛO7M_mUCl}F^h7|zi +G^fzwV Wb] ƙg,r#X`Z rG`y7~Giٗ#65^~-袌8Ε"84hHJGdL.X\1`Uhd~5ƠZL_l؅aexRf"hЧ~VjybVw㠈bd_:*Q:)h2襍fbꩦnj駢کq \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mackent.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mackent.xbm.Z new file mode 100644 index 0000000..11a815f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mackent.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madness.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madness.xbm.Z new file mode 100644 index 0000000..e74e96d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madness.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madonna.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madonna.xbm.Z new file mode 100644 index 0000000..bd8a4af Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/madonna.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maginot.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maginot.Z new file mode 100644 index 0000000..cf2122f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maginot.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/magnetosphere.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/magnetosphere.xbm.Z new file mode 100644 index 0000000..1d0de9b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/magnetosphere.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/background.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/background.xbm.Z new file mode 100644 index 0000000..579148d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/background.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_10x12.xbm.Z new file mode 100644 index 0000000..3b925d6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_10x12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_14x16.xbm.Z new file mode 100644 index 0000000..0493637 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_14x16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_17x20.xbm.Z new file mode 100644 index 0000000..ed557b5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_20x24.xbm.Z new file mode 100644 index 0000000..0b36918 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_20x24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_7x8.xbm.Z new file mode 100644 index 0000000..9dd5856 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bam_7x8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_28x32.xbm.Z new file mode 100644 index 0000000..65525b6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_40x48.xbm.Z new file mode 100644 index 0000000..e5f476d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_56x64.xbm.Z new file mode 100644 index 0000000..77b8ed2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_68x80.xbm.Z new file mode 100644 index 0000000..7a3706d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_80x96.xbm.Z new file mode 100644 index 0000000..64835cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/bamboo_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_28x32.xbm.Z new file mode 100644 index 0000000..692e08d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_40x48.xbm.Z new file mode 100644 index 0000000..5e7eb88 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_56x64.xbm.Z new file mode 100644 index 0000000..a3f28c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_68x80.xbm.Z new file mode 100644 index 0000000..390909a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/crak_68x80.xbm.Z @@ -0,0 +1,4 @@ +#Ȕ1McY<8`| 4 *8 >M4gq@*dD<%߬leǘ i'Ξs脡f B4a Y4tl= +@  ȚElڲn۲;w[rƥEر| +Lo὆#>.Lab-GR몸fb I>R9&x];d]BVJgx 3M4gQ:aM92tQ4tl= +@(} LBiTT^Z֬Xnt)Xa=;۵p:-n۸i}+7/ݻ}_Nx1YĎ*ܘc#g΅AOʤCfy5jհG5Zsׇ1߶-wֻO 㢋^n£VT2X'C{5z#x;x^?k2^JdL#SeWEjv$=%Vav6&7ٙ8(Pa|vL٥[}m +GrX1 + FR*_`6kI +(U٩~jT)娛婙:JYI렢ZzW.kj(V&hٵe]-r6rf0Ze2zn$˦)սV7(pp % 7UZ/UG&J[^\Uvm? +B9q*f({WΓ'Ɏ^ +/4Zŕ }gpͲTu4.)Mtb׮h-e[lڞ"9wx`wypͷv]87i \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_10x12.xbm.Z new file mode 100644 index 0000000..5417f64 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_10x12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_14x16.xbm.Z new file mode 100644 index 0000000..6b2b36e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_14x16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_17x20.xbm.Z new file mode 100644 index 0000000..ffbaf15 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_20x24.xbm.Z new file mode 100644 index 0000000..c73280a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_20x24.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Md"4IC X`… FDS&4t0(A +:4 +Aˏ2E~s3Ns脡f 1hȁ rfD1iD{  ʞMZcaCvK.[loXxʌ{FyɎ-a2yq5sl YsɫֈYc@Q4 pu;mۑ_mfi؏e9˩ko];T̸7dx%WK\yC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_7x8.xbm.Z new file mode 100644 index 0000000..4935d1d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dot_7x8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon32.xbm.Z new file mode 100644 index 0000000..d216fbf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon64.xbm.Z new file mode 100644 index 0000000..6931b21 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/dragon_icon64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_28x32.xbm.Z new file mode 100644 index 0000000..eecabdf --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_28x32.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Me̡E<3d| 4 *8 >M4gq@*dD<%߬leǘ i'Ξ I34a Y4tl= +@  ȚElڲn۲;w[rƥEر|űƍF̸}:V+c.d3=81{c\d3<O2F ؊ +-Е;-.u9-{pހ񖭁.qxh.eMrم;o}M4gq@*dD<%߬leǘ i'Ξ I34a Y4tl= +@  ȚElڲn۲;w[rƥEر| +Lo὆#>.Lab-G]zjoԮc[@13`uCDÐ3Bx{ţc0e%) sL.IZAaqaSjv%d!g!xq$bOF&b09_Uh e(a.YT|FgwZeo>gpF֨Fj0 +꫅e +kz+j讴F+jzk\ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_68x80.xbm.Z new file mode 100644 index 0000000..a3fec0f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_80x96.xbm.Z new file mode 100644 index 0000000..3c9de37 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/east_80x96.xbm.Z @@ -0,0 +1,5 @@ +#Ȕ1Me̡ <9l| 4 *8 >M4gq@*dD<%߬leǘ i'Ξ I34a Y4tl= +@} d͢SlZlվ]ܸۖp}v,^y qā#;>82Ǖ'C֜e%{Mz4_Ц)V]iSvMڝqmּsgq{8pw/m\va?wzSﺻCt_>1̠7OpU~߀ ~%7{y@k f`{6ׅ9m*8!m!XeȜ`48kbĭ"58Ytך w5EÂŀn3(]S&Z wPCRR^kxథlKgMV]3ڜp$VF(6!\9Y b>Z#FiJz9 + *։!]∧|l>fdy("ޢ!o,k! +5+.뗱HNma"HٕX]})F7iug^ӪQoa'&{-;0}K 0N0iz +1[ۻqňL]#"_lr8s*s\s<\ +s ktѷD/L2R'uHnmU#M1Y5ٔ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_10x12.xbm.Z new file mode 100644 index 0000000..1ffe6d4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_10x12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_14x16.xbm.Z new file mode 100644 index 0000000..8576aa5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_14x16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_17x20.xbm.Z new file mode 100644 index 0000000..987d0e8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_20x24.xbm.Z new file mode 100644 index 0000000..dac3bfc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_20x24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_7x8.xbm.Z new file mode 100644 index 0000000..811dc23 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/eight_7x8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_28x32.xbm.Z new file mode 100644 index 0000000..02a91ab Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_40x48.xbm.Z new file mode 100644 index 0000000..cbe96b6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_56x64.xbm.Z new file mode 100644 index 0000000..55c5900 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_68x80.xbm.Z new file mode 100644 index 0000000..b13dc20 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_80x96.xbm.Z new file mode 100644 index 0000000..96b15cd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/fall_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_10x12.xbm.Z new file mode 100644 index 0000000..d8b4b7d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_10x12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_14x16.xbm.Z new file mode 100644 index 0000000..8c758e0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_14x16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_17x20.xbm.Z new file mode 100644 index 0000000..bc1508b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_20x24.xbm.Z new file mode 100644 index 0000000..5b1e2ee Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_20x24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_7x8.xbm.Z new file mode 100644 index 0000000..8245afd --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/five_7x8.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mr/wҐ M4g(c@*dD<%߬leǘ i'Ξs脡f 1hȑ&I1iD{  ʞMgZhyl\M4ghc@*dD<%߬leǘ i'Ξs脡f 1hȑ&I1iD{  ,@=v-Zfm5v퍹8ꚽ w^|˖+W,Y<7ϝc. pcq ɑ̽<7flA ZqiʎMMg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_17x20.xbm.Z new file mode 100644 index 0000000..09a28a8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_20x24.xbm.Z new file mode 100644 index 0000000..bb5a30e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_20x24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_7x8.xbm.Z new file mode 100644 index 0000000..21ef0ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/four_7x8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_28x32.xbm.Z new file mode 100644 index 0000000..8ffbd73 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_40x48.xbm.Z new file mode 100644 index 0000000..cd87dbb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_56x64.xbm.Z new file mode 100644 index 0000000..a91b796 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_68x80.xbm.Z new file mode 100644 index 0000000..d807a90 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_80x96.xbm.Z new file mode 100644 index 0000000..0ff743a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gdragon_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gray.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gray.xbm.Z new file mode 100644 index 0000000..adadf30 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/gray.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/index.html new file mode 100644 index 0000000..e14a197 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/index.html @@ -0,0 +1,173 @@ + + + + +Index of /pub/graphics/poskbitmaps/mahjongg/ + + + +

Index of /pub/graphics/poskbitmaps/mahjongg/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
background.xbm.Z1989-May-05 23:17:260.1Kapplication/octet-stream
bam_10x12.xbm.Z1989-May-05 23:17:270.1Kapplication/octet-stream
bam_14x16.xbm.Z1989-May-05 23:17:270.2Kapplication/octet-stream
bam_17x20.xbm.Z1989-May-05 23:17:280.2Kapplication/octet-stream
bam_20x24.xbm.Z1989-May-05 23:17:280.2Kapplication/octet-stream
bam_7x8.xbm.Z1989-May-05 23:17:580.1Kapplication/octet-stream
bamboo_28x32.xbm.Z1989-May-05 23:17:290.4Kapplication/octet-stream
bamboo_40x48.xbm.Z1989-May-05 23:17:120.5Kapplication/octet-stream
bamboo_56x64.xbm.Z1989-May-05 23:17:010.7Kapplication/octet-stream
bamboo_68x80.xbm.Z1989-May-05 23:16:530.8Kapplication/octet-stream
bamboo_80x96.xbm.Z1989-May-05 23:16:360.9Kapplication/octet-stream
crak_28x32.xbm.Z1989-May-05 23:17:290.3Kapplication/octet-stream
crak_40x48.xbm.Z1989-May-05 23:17:130.4Kapplication/octet-stream
crak_56x64.xbm.Z1989-May-05 23:17:130.5Kapplication/octet-stream
crak_68x80.xbm.Z1989-May-05 23:16:540.7Kapplication/octet-stream
crak_80x96.xbm.Z1989-May-05 23:16:440.7Kapplication/octet-stream
dot_10x12.xbm.Z1989-May-05 23:17:290.1Kapplication/octet-stream
dot_14x16.xbm.Z1989-May-05 23:17:300.2Kapplication/octet-stream
dot_17x20.xbm.Z1989-May-05 23:17:300.2Kapplication/octet-stream
dot_20x24.xbm.Z1989-May-05 23:17:310.2Kapplication/octet-stream
dot_7x8.xbm.Z1989-May-05 23:17:590.1Kapplication/octet-stream
dragon_icon32.xbm.Z1989-May-05 23:17:310.3Kapplication/octet-stream
dragon_icon64.xbm.Z1989-May-05 23:17:020.8Kapplication/octet-stream
east_28x32.xbm.Z1989-May-05 23:17:320.3Kapplication/octet-stream
east_40x48.xbm.Z1989-May-05 23:17:140.4Kapplication/octet-stream
east_56x64.xbm.Z1989-May-05 23:17:150.5Kapplication/octet-stream
east_68x80.xbm.Z1989-May-05 23:17:030.6Kapplication/octet-stream
east_80x96.xbm.Z1989-May-05 23:16:450.7Kapplication/octet-stream
eight_10x12.xbm.Z1989-May-05 23:17:320.1Kapplication/octet-stream
eight_14x16.xbm.Z1989-May-05 23:17:330.2Kapplication/octet-stream
eight_17x20.xbm.Z1989-May-05 23:17:330.2Kapplication/octet-stream
eight_20x24.xbm.Z1989-May-05 23:16:340.2Kapplication/octet-stream
eight_7x8.xbm.Z1989-May-05 23:17:150.1Kapplication/octet-stream
fall_28x32.xbm.Z1989-May-05 23:17:340.3Kapplication/octet-stream
fall_40x48.xbm.Z1989-May-05 23:17:150.5Kapplication/octet-stream
fall_56x64.xbm.Z1989-May-05 23:17:160.6Kapplication/octet-stream
fall_68x80.xbm.Z1989-May-05 23:17:050.8Kapplication/octet-stream
fall_80x96.xbm.Z1989-May-05 23:16:460.8Kapplication/octet-stream
five_10x12.xbm.Z1989-May-05 23:16:550.1Kapplication/octet-stream
five_14x16.xbm.Z1989-May-05 23:17:340.2Kapplication/octet-stream
five_17x20.xbm.Z1989-May-05 23:17:350.2Kapplication/octet-stream
five_20x24.xbm.Z1989-May-05 23:17:350.2Kapplication/octet-stream
five_7x8.xbm.Z1989-May-05 23:17:590.1Kapplication/octet-stream
four_10x12.xbm.Z1989-May-05 23:17:370.1Kapplication/octet-stream
four_14x16.xbm.Z1989-May-05 23:17:370.2Kapplication/octet-stream
four_17x20.xbm.Z1989-May-05 23:17:380.2Kapplication/octet-stream
four_20x24.xbm.Z1989-May-05 23:17:380.2Kapplication/octet-stream
four_7x8.xbm.Z1989-May-05 23:18:000.1Kapplication/octet-stream
gdragon_28x32.xbm.Z1989-May-05 23:17:390.3Kapplication/octet-stream
gdragon_40x48.xbm.Z1989-May-05 23:16:460.5Kapplication/octet-stream
gdragon_56x64.xbm.Z1989-May-05 23:17:060.8Kapplication/octet-stream
gdragon_68x80.xbm.Z1989-May-05 23:16:551.0Kapplication/octet-stream
gdragon_80x96.xbm.Z1989-May-05 23:16:371.2Kapplication/octet-stream
gray.xbm.Z1989-May-05 23:17:390.1Kapplication/octet-stream
mum_28x32.xbm.Z1989-May-05 23:16:270.3Kapplication/octet-stream
mum_40x48.xbm.Z1989-May-05 23:17:170.5Kapplication/octet-stream
mum_56x64.xbm.Z1989-May-05 23:17:170.6Kapplication/octet-stream
mum_68x80.xbm.Z1989-May-05 23:17:060.8Kapplication/octet-stream
mum_80x96.xbm.Z1989-May-05 23:16:470.8Kapplication/octet-stream
nine_10x12.xbm.Z1989-May-05 23:17:400.1Kapplication/octet-stream
nine_14x16.xbm.Z1989-May-05 23:17:400.2Kapplication/octet-stream
nine_17x20.xbm.Z1989-May-05 23:17:410.2Kapplication/octet-stream
nine_20x24.xbm.Z1989-May-05 23:17:420.2Kapplication/octet-stream
nine_7x8.xbm.Z1989-May-05 23:18:000.1Kapplication/octet-stream
north_28x32.xbm.Z1989-May-05 23:17:430.3Kapplication/octet-stream
north_40x48.xbm.Z1989-May-05 23:17:180.4Kapplication/octet-stream
north_56x64.xbm.Z1989-May-05 23:17:180.5Kapplication/octet-stream
north_68x80.xbm.Z1989-May-05 23:16:560.7Kapplication/octet-stream
north_80x96.xbm.Z1989-May-05 23:16:480.7Kapplication/octet-stream
one_10x12.xbm.Z1989-May-05 23:17:440.1Kapplication/octet-stream
one_14x16.xbm.Z1989-May-05 23:17:440.1Kapplication/octet-stream
one_17x20.xbm.Z1989-May-05 23:17:450.2Kapplication/octet-stream
one_20x24.xbm.Z1989-May-05 23:17:460.2Kapplication/octet-stream
one_7x8.xbm.Z1989-May-05 23:18:000.1Kapplication/octet-stream
orchid_28x32.xbm.Z1989-May-05 23:17:460.4Kapplication/octet-stream
orchid_40x48.xbm.Z1989-May-05 23:17:190.5Kapplication/octet-stream
orchid_56x64.xbm.Z1989-May-05 23:17:070.7Kapplication/octet-stream
orchid_68x80.xbm.Z1989-May-05 23:16:570.8Kapplication/octet-stream
orchid_80x96.xbm.Z1989-May-05 23:16:380.9Kapplication/octet-stream
plum_28x32.xbm.Z1989-May-05 23:17:470.3Kapplication/octet-stream
plum_40x48.xbm.Z1989-May-05 23:17:190.4Kapplication/octet-stream
plum_56x64.xbm.Z1989-May-05 23:17:200.6Kapplication/octet-stream
plum_68x80.xbm.Z1989-May-05 23:17:070.7Kapplication/octet-stream
plum_80x96.xbm.Z1989-May-05 23:16:480.8Kapplication/octet-stream
rdragon_28x32.xbm.Z1989-May-05 23:17:200.3Kapplication/octet-stream
rdragon_40x48.xbm.Z1989-May-05 23:17:080.5Kapplication/octet-stream
rdragon_56x64.xbm.Z1989-May-05 23:17:090.7Kapplication/octet-stream
rdragon_68x80.xbm.Z1989-May-05 23:16:270.8Kapplication/octet-stream
rdragon_80x96.xbm.Z1989-May-05 23:16:391.0Kapplication/octet-stream
seven_10x12.xbm.Z1989-May-05 23:17:470.1Kapplication/octet-stream
seven_14x16.xbm.Z1989-May-05 23:17:470.2Kapplication/octet-stream
seven_17x20.xbm.Z1989-May-05 23:17:480.2Kapplication/octet-stream
seven_20x24.xbm.Z1989-May-05 23:17:480.2Kapplication/octet-stream
seven_7x8.xbm.Z1989-May-05 23:16:490.1Kapplication/octet-stream
shadow.xbm.Z1989-May-05 23:17:490.1Kapplication/octet-stream
six_10x12.xbm.Z1989-May-05 23:17:490.1Kapplication/octet-stream
six_14x16.xbm.Z1989-May-05 23:17:500.1Kapplication/octet-stream
six_17x20.xbm.Z1989-May-05 23:17:500.2Kapplication/octet-stream
six_20x24.xbm.Z1989-May-05 23:17:510.2Kapplication/octet-stream
six_7x8.xbm.Z1989-May-05 23:18:010.1Kapplication/octet-stream
south_28x32.xbm.Z1989-May-05 23:17:510.3Kapplication/octet-stream
south_40x48.xbm.Z1989-May-05 23:17:210.4Kapplication/octet-stream
south_56x64.xbm.Z1989-May-05 23:17:210.5Kapplication/octet-stream
south_68x80.xbm.Z1989-May-05 23:16:570.7Kapplication/octet-stream
south_80x96.xbm.Z1989-May-05 23:16:500.7Kapplication/octet-stream
spring_28x32.xbm.Z1989-May-05 23:17:520.3Kapplication/octet-stream
spring_40x48.xbm.Z1989-May-05 23:17:520.5Kapplication/octet-stream
spring_56x64.xbm.Z1989-May-05 23:17:220.6Kapplication/octet-stream
spring_68x80.xbm.Z1989-May-05 23:16:580.8Kapplication/octet-stream
spring_80x96.xbm.Z1989-May-05 23:16:400.9Kapplication/octet-stream
summer_28x32.xbm.Z1989-May-05 23:17:530.3Kapplication/octet-stream
summer_40x48.xbm.Z1989-May-05 23:17:220.5Kapplication/octet-stream
summer_56x64.xbm.Z1989-May-05 23:17:090.6Kapplication/octet-stream
summer_68x80.xbm.Z1989-May-05 23:16:590.7Kapplication/octet-stream
summer_80x96.xbm.Z1989-May-05 23:16:400.8Kapplication/octet-stream
three_10x12.xbm.Z1989-May-05 23:17:530.1Kapplication/octet-stream
three_14x16.xbm.Z1989-May-05 23:17:530.2Kapplication/octet-stream
three_17x20.xbm.Z1989-May-05 23:17:540.2Kapplication/octet-stream
three_20x24.xbm.Z1989-May-05 23:17:100.2Kapplication/octet-stream
three_7x8.xbm.Z1989-May-05 23:18:010.1Kapplication/octet-stream
two_10x12.xbm.Z1989-May-05 23:17:540.1Kapplication/octet-stream
two_14x16.xbm.Z1989-May-05 23:17:550.2Kapplication/octet-stream
two_17x20.xbm.Z1989-May-05 23:17:550.2Kapplication/octet-stream
two_20x24.xbm.Z1989-May-05 23:17:560.2Kapplication/octet-stream
two_7x8.xbm.Z1989-May-05 23:18:020.1Kapplication/octet-stream
wdragon_28x32.xbm.Z1989-May-05 23:17:560.4Kapplication/octet-stream
wdragon_40x48.xbm.Z1989-May-05 23:16:410.5Kapplication/octet-stream
wdragon_56x64.xbm.Z1989-May-05 23:17:100.7Kapplication/octet-stream
wdragon_68x80.xbm.Z1989-May-05 23:17:000.9Kapplication/octet-stream
wdragon_80x96.xbm.Z1989-May-05 23:16:421.1Kapplication/octet-stream
west_28x32.xbm.Z1989-May-05 23:17:570.3Kapplication/octet-stream
west_40x48.xbm.Z1989-May-05 23:17:230.4Kapplication/octet-stream
west_56x64.xbm.Z1989-May-05 23:17:230.5Kapplication/octet-stream
west_68x80.xbm.Z1989-May-05 23:17:110.6Kapplication/octet-stream
west_80x96.xbm.Z1989-May-05 23:16:510.7Kapplication/octet-stream
winter_28x32.xbm.Z1989-May-05 23:17:570.4Kapplication/octet-stream
winter_40x48.xbm.Z1989-May-05 23:17:240.5Kapplication/octet-stream
winter_56x64.xbm.Z1989-May-05 23:17:110.7Kapplication/octet-stream
winter_68x80.xbm.Z1989-May-05 23:17:000.8Kapplication/octet-stream
winter_80x96.xbm.Z1989-May-05 23:16:430.9Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_28x32.xbm.Z new file mode 100644 index 0000000..6f4fd19 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_40x48.xbm.Z new file mode 100644 index 0000000..62c6519 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_56x64.xbm.Z new file mode 100644 index 0000000..f033443 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_68x80.xbm.Z new file mode 100644 index 0000000..c633e2e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_80x96.xbm.Z new file mode 100644 index 0000000..8e85fa1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/mum_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_10x12.xbm.Z new file mode 100644 index 0000000..eabede1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_10x12.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_14x16.xbm.Z new file mode 100644 index 0000000..ccf2835 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_14x16.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mn +6IC B!~AS&4t0(AA>g䛔-b2ă3䱉S:ab 0r`.*RL:st  c˞k,Z71C. 3rcɻ-cc a]b+n^ocmi-pطAv2[0E  \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_17x20.xbm.Z new file mode 100644 index 0000000..5e0b1d1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_17x20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_20x24.xbm.Z new file mode 100644 index 0000000..011a3d0 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_20x24.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mn +"4IC B!~AS&4t0(AA>g䛔-b2ă3䱉S:ab 0r`.*RL:st :e!k֡nʹ] sU #c c bK0h dc+kcɍ)`j;suo^2cԑos׹{Ⓩ !`SM=o޺zy/'  \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_7x8.xbm.Z new file mode 100644 index 0000000..39293a4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/nine_7x8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_28x32.xbm.Z new file mode 100644 index 0000000..38c6329 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_40x48.xbm.Z new file mode 100644 index 0000000..3ce5e70 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_56x64.xbm.Z new file mode 100644 index 0000000..29046ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_68x80.xbm.Z new file mode 100644 index 0000000..671111b --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_68x80.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mnȡ xpr'  *8 >8M4g!q@*d/xyE c9fpkovֹ㷉rۮp̉nh:&yޖcK-\{bjZlbB,jŒ] ~,rnAqƶ)ʟՎ&,s\5ì..l3^9Ls;WErB.=sJ}΍ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_80x96.xbm.Z new file mode 100644 index 0000000..92b8d82 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/north_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_10x12.xbm.Z new file mode 100644 index 0000000..f4c5d8f --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_10x12.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Mo ~O _!C  +,x0a ~AS&4t.(A +:g䛔-b#ș_ĩs0tҌ1M90?)& 9[b`€Xf@{l8+wtӮVm__[o߽i64s7q_ƄC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_14x16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_14x16.xbm.Z new file mode 100644 index 0000000..4c08ed7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_14x16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_17x20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_17x20.xbm.Z new file mode 100644 index 0000000..a23b894 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_17x20.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Mo ~q _!C  +,x0a ~AS&4t@<(A +:g䛔-b#ș_ĩs0tҌ1M90?)& 9[b`ad͢-{hc Ϙ0M۶ ^kY| ߹|žE {'v{xom!E\WXɝ+,1fť'{qЌ[\Èʹn{nGC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_20x24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_20x24.xbm.Z new file mode 100644 index 0000000..c0b98d4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_20x24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_7x8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_7x8.xbm.Z new file mode 100644 index 0000000..1d8914a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/one_7x8.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mo ~Ǘ;iAↂ LXfa/hʤ94P!Cx@1"Fʌ,9ztG&Ms脡f 1hi1iD{ + ,@t#1fMVڲngu \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_28x32.xbm.Z new file mode 100644 index 0000000..2773edf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_40x48.xbm.Z new file mode 100644 index 0000000..9eceb97 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_56x64.xbm.Z new file mode 100644 index 0000000..743791d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_68x80.xbm.Z new file mode 100644 index 0000000..5b76d5c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_80x96.xbm.Z new file mode 100644 index 0000000..885e5e3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/orchid_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_28x32.xbm.Z new file mode 100644 index 0000000..64462c3 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_28x32.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpiE<3d| 4 *8 >M4gq@*dD<%߬leǘ i'Ξs脡f 1hȑ&I1iD{  ,@=v-Zfߺm.[w[w/ d,py ' h ȘҰy2a׆+ 1d.;q6.{Com#a8MW _1V}\߱psN9v_㉭<1pSc}4͛V; se=߳W`|\uH !nCenҕC`_~ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_40x48.xbm.Z new file mode 100644 index 0000000..b1d08b3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_56x64.xbm.Z new file mode 100644 index 0000000..f845a4f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_68x80.xbm.Z new file mode 100644 index 0000000..f8ebfcb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_80x96.xbm.Z new file mode 100644 index 0000000..84a5071 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/plum_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_28x32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_28x32.xbm.Z new file mode 100644 index 0000000..cf86041 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_28x32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_40x48.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_40x48.xbm.Z new file mode 100644 index 0000000..82e2e42 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_40x48.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_56x64.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_56x64.xbm.Z new file mode 100644 index 0000000..224ce36 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_56x64.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_68x80.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_68x80.xbm.Z new file mode 100644 index 0000000..5324d22 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_68x80.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_80x96.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_80x96.xbm.Z new file mode 100644 index 0000000..d46d12c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/rdragon_80x96.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/seven_10x12.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/seven_10x12.xbm.Z new file mode 100644 index 0000000..d0fe72a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mahjongg/seven_10x12.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Ms)K xbr' :h@:۶vPʼn!vuo(ñݚ1P vZ{ع4ٸ-Z2|7Sq֬VoxȀPf٫,. Bzuc\w&f1ZoJ! R-&sc \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandelbrot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandelbrot.xbm.Z new file mode 100644 index 0000000..546644e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandelbrot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill.xbm.Z new file mode 100644 index 0000000..472e92e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill16.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill16.xbm.Z new file mode 100644 index 0000000..c5b4ff3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill16.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill18.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill18.xbm.Z new file mode 100644 index 0000000..91ddfd0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrill18.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrillfs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrillfs.xbm.Z new file mode 100644 index 0000000..623640e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mandrillfs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan.xbm.Z new file mode 100644 index 0000000..3ba4fb2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan2.Z new file mode 100644 index 0000000..845b783 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan3.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan3.Z new file mode 100644 index 0000000..a9ff7eb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan3.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan4.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan4.Z new file mode 100644 index 0000000..dc45949 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manhattan4.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manmoon.xbm.Z new file mode 100644 index 0000000..98f9e8e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/manmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mans.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mans.xbm.Z new file mode 100644 index 0000000..474c902 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mans.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/map200.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/map200.xbm.Z new file mode 100644 index 0000000..9bcf1cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/map200.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn1.xbm.Z new file mode 100644 index 0000000..115a8b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn2.xbm.Z new file mode 100644 index 0000000..ec0a837 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn3.xbm.Z new file mode 100644 index 0000000..5176eb3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/marilyn3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/masaru.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/masaru.xbm.Z new file mode 100644 index 0000000..7209c64 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/masaru.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mask.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mask.xbm.Z new file mode 100644 index 0000000..ff33e59 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mask.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max.xbm.Z new file mode 100644 index 0000000..07c6743 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max2.xbm.Z new file mode 100644 index 0000000..6b217ce Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max_brandy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max_brandy.xbm.Z new file mode 100644 index 0000000..bdc922d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/max_brandy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxhead.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxhead.xbm.Z new file mode 100644 index 0000000..a0c15ed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxhead.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxheadroom.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxheadroom.xbm.Z new file mode 100644 index 0000000..1dd903a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxheadroom.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit1.xbm.Z new file mode 100644 index 0000000..a44b72d --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit1.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MmF4tb| 4 lPp` 6| 2iΠq:ab 0r*dDst `RN6}:UjTTV &jQ͘ ;Vب1!SR7ְu XjEaԸQ+JӺMGL[joV1U4j}qfopƓ2`eZL{ZϠV*鳩1f[xf6ߨd|y= u^5hm1ҩAncppY-Cxv5^s˩[j3gEWލ 3idӍރ5s奟QpCX% y+؟Z2hV:ؙ*v|(ΈVٷ^T35XQFS`C6yUE eT2Ff|bjfVUYYvfh~w՘]Yԉr&8$r0 9Ui-:2jn!cK]F*R$u7 W(}FSJWpX:jvB_\%wq6Z,(BF!7U^KSz< \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit2.xbm.Z new file mode 100644 index 0000000..0dd5ba1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maxrabbit2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mazatlan.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mazatlan.xbm.Z new file mode 100644 index 0000000..93bcc2a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mazatlan.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze1.xbm.Z new file mode 100644 index 0000000..2b9764e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze2.xbm.Z new file mode 100644 index 0000000..9cbaf8b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/maze2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/medeco.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/medeco.xbm.Z new file mode 100644 index 0000000..8c3f311 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/medeco.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mendo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mendo.xbm.Z new file mode 100644 index 0000000..3d81b43 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mendo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentael.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentael.xbm.Z new file mode 100644 index 0000000..1e6afc2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentael.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mental_freeways.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mental_freeways.xbm.Z new file mode 100644 index 0000000..7960fa0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mental_freeways.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentor.xbm.Z new file mode 100644 index 0000000..9d1e7cb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mentor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mesozoic.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mesozoic.xbm.Z new file mode 100644 index 0000000..17b3dea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mesozoic.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages.xbm.Z new file mode 100644 index 0000000..7f493a8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages_send.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages_send.xbm.Z new file mode 100644 index 0000000..eb75bcf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/messages_send.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/README b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/README new file mode 100644 index 0000000..2709893 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/README @@ -0,0 +1,2 @@ +Most of these icons were created and donated by +Stephen Hawley. diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/apple.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/apple.xbm.Z new file mode 100644 index 0000000..8bb2ecb --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/apple.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MaaS˝4d! L!2iΠbF s脡f 1hA1iD{ D"3RIF]:SEBejW8*tYL3h`8N:iƀ& +:EL:st `1cM)tiTUc\5*SWaܨZسJaĨ,RWg51UVaWJkkֹ,+k`u:^ yqᾕ/Ŝ8^LOٽ?>6fͧØKk7߼Ӯs۽k>.o ;]t麓Sg+:Yec_:wT"kg},|<уC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/bomb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/bomb.xbm.Z new file mode 100644 index 0000000..8c18bd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/bomb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cherries.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cherries.xbm.Z new file mode 100644 index 0000000..cb81902 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cherries.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cloudy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cloudy.xbm.Z new file mode 100644 index 0000000..393e413 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cloudy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copter.xbm.Z new file mode 100644 index 0000000..28370ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copy.xbm.Z new file mode 100644 index 0000000..90e5066 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/copy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cpath.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cpath.xbm.Z new file mode 100644 index 0000000..3ad1986 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cpath.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube1.xbm.Z new file mode 100644 index 0000000..8aa00ae --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube1.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mc)˝4d1C L!2iΠC:aM92"& 9[b0"(Aa(*iS6°thU1p0zkRAѪKJMGlYB\_}kVV`40٠40w*TRJFUzP+4SӁNl=5ksYxVn׸]ɉx-\rǎ0NHkuoC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube2.xbm.Z new file mode 100644 index 0000000..f1852cb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube3.xbm.Z new file mode 100644 index 0000000..c9a997d --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube3.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mc)3˝4d1C L!2iΠC:aM92"& 9[b0"ТBU3HäND4*֮?jzjԱxpT]{Zdq6lSskU.Rl]9۷qezc<24̆ oρ+}iʋ +:ucA_7m޵2wԩYnzyᡑ㉌tr诇7w.ۼ9/C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube4.xbm.Z new file mode 100644 index 0000000..74846b9 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube4.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mc)C˝4d1C L!2iΠC:aM92"& 9[b0"ТBU)f i7.Z5 G4ש`=PHäE;nPt65j^aƝ Rj51 T e1YfLZ*g38h ct{Urk4`<;wmӸu-\tڐ;-nt߱o}~tW+\6fQL8:vmg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube5.xbm.Z new file mode 100644 index 0000000..f31abd8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/cube5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/dither.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/dither.xbm.Z new file mode 100644 index 0000000..230c246 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/dither.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MdASFΗ;i,Æ LiΠC:ab 0r*dP9[b0"Тxl@ҠM4S; М>92@N)v2:J[pSEw5%j`_W\IP 9ZĭuP%unL \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye18.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye18.xbm.Z new file mode 100644 index 0000000..1b3f25d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye18.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye19.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye19.xbm.Z new file mode 100644 index 0000000..e96d715 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye19.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye2.xbm.Z new file mode 100644 index 0000000..5bd7067 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye20.xbm.Z new file mode 100644 index 0000000..e162864 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye21.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye21.xbm.Z new file mode 100644 index 0000000..ee88464 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye21.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye22.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye22.xbm.Z new file mode 100644 index 0000000..23e4fe5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye22.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye23.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye23.xbm.Z new file mode 100644 index 0000000..6d7b57c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye23.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye24.xbm.Z new file mode 100644 index 0000000..7257f2c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye24.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye3.xbm.Z new file mode 100644 index 0000000..8d95689 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye4.xbm.Z new file mode 100644 index 0000000..c037d03 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye5.xbm.Z new file mode 100644 index 0000000..0946fef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye6.xbm.Z new file mode 100644 index 0000000..7fdf3ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye7.xbm.Z new file mode 100644 index 0000000..37dd484 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye8.xbm.Z new file mode 100644 index 0000000..da289b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye9.xbm.Z new file mode 100644 index 0000000..0b6a244 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld1.xbm.Z new file mode 100644 index 0000000..69aa012 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld1.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Me" _!C 6X`… ~AS&4t@̨`0tҌ1M92tQL:st `RNu0r`mRPV]EY3xگj*1FUsʠ4_zRe'a1tgЍq#/^i#pUǨaypT1qLeVON9J͘[ 1Qk#m{͢rewTӥWc625]r3^ s)џz7swFjƻEfU1l6VU uW !de'ymxZ1\^ \RxWdTlR@ ^ᢈV؁ʵhjmÁflCv: ɐUlX ʕqyUÁQ&WՌru(ޠ\ 1rcfa̘raÁ}zU嵹Txa^ى1k:ye2F5ƢwǘU:R°Y{֧`c1Tv߅,5R Ƣ0 \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld2.xbm.Z new file mode 100644 index 0000000..18f50ac Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld3.xbm.Z new file mode 100644 index 0000000..20f18ec Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eye_bld3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyefrontmask.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyefrontmask.xbm.Z new file mode 100644 index 0000000..7ed5ebd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyefrontmask.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesidemask.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesidemask.xbm.Z new file mode 100644 index 0000000..efdcd04 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesidemask.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Me򔙓F`0s|Ӑ3d(8 y 2iΠQ:ab 0r*dD1iD{njLBm4jUSZzU+]apƌ8* e6-3շSF3u]z +6ڥn2} STfdZO貣K>6uՇQ_-z\0\4ΐ6&iaߊu0S;6÷kձ"Ϛuco}^~wM/M \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesmaller.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesmaller.xbm.Z new file mode 100644 index 0000000..0679d8b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/eyesmaller.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file-cabinet.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file-cabinet.xbm.Z new file mode 100644 index 0000000..76ce89e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file-cabinet.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_open.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_open.xbm.Z new file mode 100644 index 0000000..b5c9d69 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_open.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shut.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shut.xbm.Z new file mode 100644 index 0000000..879e348 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shut.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shutb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shutb.xbm.Z new file mode 100644 index 0000000..4a4fd8a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/file_shutb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/floppy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/floppy.xbm.Z new file mode 100644 index 0000000..0b23034 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/floppy.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Mfؼ'ϗ;iAb !V_t,D_Wٹ7vKxs\gTJuw-Ȕݰ{6 &zyݡCR%8KS7#bf}W"`e8gFVXjŧgf唹FYpFZ~ƣk]aTneaQegrY(\wu[| /IW0| Cb6} \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog1.xbm.Z new file mode 100644 index 0000000..8c9e1f7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog2.xbm.Z new file mode 100644 index 0000000..e707738 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/frog2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_open.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_open.xbm.Z new file mode 100644 index 0000000..ea37ca1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_open.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_shut.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_shut.xbm.Z new file mode 100644 index 0000000..310e5ee Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/gcan_shut.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ghost.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ghost.xbm.Z new file mode 100644 index 0000000..bd56fbb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ghost.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey0.xbm.Z new file mode 100644 index 0000000..d9fc195 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey100.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey100.xbm.Z new file mode 100644 index 0000000..0f0a519 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey100.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey15.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey15.xbm.Z new file mode 100644 index 0000000..c27d70b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey15.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey20.xbm.Z new file mode 100644 index 0000000..486cfed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey20.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey25.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey25.xbm.Z new file mode 100644 index 0000000..37cf681 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey25.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey33.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey33.xbm.Z new file mode 100644 index 0000000..183f9d9 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/grey33.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1Mg3cƗ;iA"  + + + +Index of /pub/graphics/poskbitmaps/mgr/ + + + +

Index of /pub/graphics/poskbitmaps/mgr/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
README1989-Jan-18 14:02:440.1Kapplication/octet-stream
apple.xbm.Z1989-Jan-25 01:33:580.3Kapplication/octet-stream
arrdown.xbm.Z1989-Jan-25 01:33:590.2Kapplication/octet-stream
arrleft.xbm.Z1989-Jan-25 01:34:010.2Kapplication/octet-stream
arrne.xbm.Z1989-Jan-25 01:34:020.2Kapplication/octet-stream
arrright.xbm.Z1989-Jan-25 01:34:040.2Kapplication/octet-stream
arrup.xbm.Z1989-Jan-25 01:34:060.2Kapplication/octet-stream
bandaid_bad.xbm.Z1989-Jan-25 01:34:070.3Kapplication/octet-stream
bignot.xbm.Z1989-Jan-25 01:34:080.4Kapplication/octet-stream
biplane.xbm.Z1989-Jan-25 01:34:100.3Kapplication/octet-stream
blank.xbm.Z1989-Jan-25 01:34:110.1Kapplication/octet-stream
block.xbm.Z1989-Jan-25 01:34:130.3Kapplication/octet-stream
blockmask.xbm.Z1989-Jan-25 01:34:140.2Kapplication/octet-stream
bomb.xbm.Z1989-Jan-25 01:34:160.2Kapplication/octet-stream
cherries.xbm.Z1989-Jan-25 01:34:170.4Kapplication/octet-stream
cloudy.xbm.Z1989-Jan-25 01:34:190.7Kapplication/octet-stream
copter.xbm.Z1989-Jan-25 01:34:200.2Kapplication/octet-stream
copy.xbm.Z1989-Jan-25 01:34:220.1Kapplication/octet-stream
cpath.xbm.Z1989-Jan-25 01:34:230.2Kapplication/octet-stream
cube1.xbm.Z1989-Jan-25 01:34:240.2Kapplication/octet-stream
cube2.xbm.Z1989-Jan-25 01:34:250.2Kapplication/octet-stream
cube3.xbm.Z1989-Jan-25 01:34:270.2Kapplication/octet-stream
cube4.xbm.Z1989-Jan-25 01:34:280.2Kapplication/octet-stream
cube5.xbm.Z1989-Jan-25 01:34:290.2Kapplication/octet-stream
dither.xbm.Z1989-Jan-25 01:34:310.1Kapplication/octet-stream
dkong1.xbm.Z1989-Jan-25 01:34:320.3Kapplication/octet-stream
dng.xbm.Z1989-Jan-25 01:34:330.1Kapplication/octet-stream
dnguy.xbm.Z1989-Jan-25 01:34:340.1Kapplication/octet-stream
document.xbm.Z1989-Jan-25 01:34:360.3Kapplication/octet-stream
easel.xbm.Z1989-Jan-25 01:34:380.7Kapplication/octet-stream
editor.xbm.Z1989-Jan-25 01:34:390.3Kapplication/octet-stream
eye.xbm.Z1989-Jan-30 21:25:510.3Kapplication/octet-stream
eye1.xbm.Z1989-Jan-30 21:25:530.3Kapplication/octet-stream
eye10.xbm.Z1989-Jan-30 21:25:540.3Kapplication/octet-stream
eye11.xbm.Z1989-Jan-30 21:25:550.3Kapplication/octet-stream
eye12.xbm.Z1989-Jan-30 21:25:560.3Kapplication/octet-stream
eye13.xbm.Z1989-Jan-30 21:25:580.3Kapplication/octet-stream
eye14.xbm.Z1989-Jan-30 21:25:590.3Kapplication/octet-stream
eye15.xbm.Z1989-Jan-30 21:26:000.3Kapplication/octet-stream
eye16.xbm.Z1989-Jan-30 21:26:010.3Kapplication/octet-stream
eye17.xbm.Z1989-Jan-30 21:26:020.3Kapplication/octet-stream
eye18.xbm.Z1989-Jan-30 21:26:030.3Kapplication/octet-stream
eye19.xbm.Z1989-Jan-30 21:26:050.2Kapplication/octet-stream
eye2.xbm.Z1989-Jan-30 21:26:060.3Kapplication/octet-stream
eye20.xbm.Z1989-Jan-30 21:26:070.2Kapplication/octet-stream
eye21.xbm.Z1989-Jan-30 21:26:090.2Kapplication/octet-stream
eye22.xbm.Z1989-Jan-30 21:26:100.2Kapplication/octet-stream
eye23.xbm.Z1989-Jan-30 21:26:110.2Kapplication/octet-stream
eye24.xbm.Z1989-Jan-30 21:26:120.2Kapplication/octet-stream
eye3.xbm.Z1989-Jan-30 21:26:130.3Kapplication/octet-stream
eye4.xbm.Z1989-Jan-30 21:26:150.3Kapplication/octet-stream
eye5.xbm.Z1989-Jan-30 21:26:160.3Kapplication/octet-stream
eye6.xbm.Z1989-Jan-30 21:26:170.3Kapplication/octet-stream
eye7.xbm.Z1989-Jan-30 21:26:190.3Kapplication/octet-stream
eye8.xbm.Z1989-Jan-30 21:26:200.3Kapplication/octet-stream
eye9.xbm.Z1989-Jan-30 21:26:210.3Kapplication/octet-stream
eye_bld1.xbm.Z1989-Jan-25 01:34:420.5Kapplication/octet-stream
eye_bld2.xbm.Z1989-Jan-25 01:34:440.5Kapplication/octet-stream
eye_bld3.xbm.Z1989-Jan-25 01:34:450.4Kapplication/octet-stream
eyefrontmask.xbm.Z1989-Jan-25 01:34:470.2Kapplication/octet-stream
eyesidemask.xbm.Z1989-Jan-25 01:34:480.2Kapplication/octet-stream
eyesmaller.xbm.Z1989-Jan-25 01:34:500.4Kapplication/octet-stream
file-cabinet.xbm.Z1989-Jan-25 01:34:510.6Kapplication/octet-stream
file_open.xbm.Z1989-Jan-25 01:34:530.3Kapplication/octet-stream
file_shut.xbm.Z1989-Jan-25 01:34:540.3Kapplication/octet-stream
file_shutb.xbm.Z1989-Jan-25 01:34:560.3Kapplication/octet-stream
floppy.xbm.Z1989-Jan-25 01:34:570.2Kapplication/octet-stream
floppy1.xbm.Z1989-Jan-25 01:34:590.2Kapplication/octet-stream
folder.xbm.Z1989-Jan-25 01:35:000.2Kapplication/octet-stream
foldercopy.xbm.Z1989-Jan-25 01:35:020.2Kapplication/octet-stream
folderin.xbm.Z1989-Jan-25 01:35:030.2Kapplication/octet-stream
folderkey.xbm.Z1989-Jan-25 01:35:040.2Kapplication/octet-stream
folderlocked.xbm.Z1989-Jan-25 01:35:060.3Kapplication/octet-stream
folderout.xbm.Z1989-Jan-25 01:35:080.2Kapplication/octet-stream
forty_five.xbm.Z1989-Jan-25 01:35:100.2Kapplication/octet-stream
fourarrows.xbm.Z1989-Jan-25 01:35:120.4Kapplication/octet-stream
frog1.xbm.Z1989-Jan-25 01:35:140.4Kapplication/octet-stream
frog2.xbm.Z1989-Jan-25 01:35:150.4Kapplication/octet-stream
gcan_open.xbm.Z1989-Jan-25 01:35:170.3Kapplication/octet-stream
gcan_shut.xbm.Z1989-Jan-25 01:35:190.3Kapplication/octet-stream
ghost.xbm.Z1989-Jan-25 01:35:220.3Kapplication/octet-stream
grey0.xbm.Z1989-Jan-25 01:37:370.1Kapplication/octet-stream
grey100.xbm.Z1989-Jan-25 01:37:390.1Kapplication/octet-stream
grey15.xbm.Z1989-Jan-25 01:37:410.1Kapplication/octet-stream
grey20.xbm.Z1989-Jan-25 01:37:420.1Kapplication/octet-stream
grey25.xbm.Z1989-Jan-25 01:37:450.1Kapplication/octet-stream
grey33.xbm.Z1989-Jan-25 01:37:470.1Kapplication/octet-stream
grey50.xbm.Z1989-Jan-25 01:37:480.1Kapplication/octet-stream
grey67.xbm.Z1989-Jan-25 01:37:500.1Kapplication/octet-stream
grey75.xbm.Z1989-Jan-25 01:37:510.1Kapplication/octet-stream
grey80.xbm.Z1989-Jan-25 01:37:530.1Kapplication/octet-stream
grey85.xbm.Z1989-Jan-25 01:37:540.1Kapplication/octet-stream
hammer.xbm.Z1989-Jan-25 01:35:240.4Kapplication/octet-stream
hand.xbm.Z1989-Jan-25 01:35:250.2Kapplication/octet-stream
hand_mouse.xbm.Z1989-Jan-25 01:35:270.3Kapplication/octet-stream
interdict.xbm.Z1989-Jan-25 01:35:290.3Kapplication/octet-stream
lb_0.xbm.Z1989-Jan-30 21:15:294.2Kapplication/octet-stream
lb_1.xbm.Z1989-Jan-30 21:15:343.7Kapplication/octet-stream
lb_2.xbm.Z1989-Jan-30 21:15:382.8Kapplication/octet-stream
lb_3.xbm.Z1989-Jan-30 21:15:431.9Kapplication/octet-stream
lb_4.xbm.Z1989-Jan-30 21:15:471.5Kapplication/octet-stream
lb_5.xbm.Z1989-Jan-30 21:15:511.9Kapplication/octet-stream
lb_6.xbm.Z1989-Jan-30 21:15:562.8Kapplication/octet-stream
lb_7.xbm.Z1989-Jan-30 21:16:003.8Kapplication/octet-stream
letter.xbm.Z1989-Jan-25 01:35:310.2Kapplication/octet-stream
letters.xbm.Z1989-Jan-25 01:35:320.3Kapplication/octet-stream
martini.xbm.Z1989-Jan-25 01:35:340.2Kapplication/octet-stream
mbox-opening.xbm.Z1989-Jan-25 01:35:360.6Kapplication/octet-stream
mbox1.xbm.Z1989-Jan-25 01:35:380.6Kapplication/octet-stream
mbox2.xbm.Z1989-Jan-25 01:35:390.6Kapplication/octet-stream
mbox_closed.xbm.Z1989-Jan-25 01:35:410.5Kapplication/octet-stream
mbox_full.xbm.Z1989-Jan-25 01:35:440.6Kapplication/octet-stream
mbox_open.xbm.Z1989-Jan-25 01:35:460.6Kapplication/octet-stream
mbox_zip.xbm.Z1989-Jan-25 01:35:470.5Kapplication/octet-stream
mickface.xbm.Z1989-Jan-25 01:35:490.8Kapplication/octet-stream
mouse_hhand0.xbm.Z1989-Jan-25 01:45:340.4Kapplication/octet-stream
mouse_hhand1.xbm.Z1989-Jan-25 01:45:370.3Kapplication/octet-stream
mouse_hhand10.xbm.Z1989-Jan-25 01:45:390.3Kapplication/octet-stream
mouse_hhand11.xbm.Z1989-Jan-25 01:45:410.4Kapplication/octet-stream
mouse_hhand2.xbm.Z1989-Jan-25 01:45:430.3Kapplication/octet-stream
mouse_hhand3.xbm.Z1989-Jan-25 01:45:450.3Kapplication/octet-stream
mouse_hhand4.xbm.Z1989-Jan-25 01:45:480.3Kapplication/octet-stream
mouse_hhand5.xbm.Z1989-Jan-25 01:45:510.3Kapplication/octet-stream
mouse_hhand6.xbm.Z1989-Jan-25 01:45:540.4Kapplication/octet-stream
mouse_hhand7.xbm.Z1989-Jan-25 01:45:560.3Kapplication/octet-stream
mouse_hhand8.xbm.Z1989-Jan-25 01:45:580.3Kapplication/octet-stream
mouse_hhand9.xbm.Z1989-Jan-25 01:46:010.3Kapplication/octet-stream
mouse_mhand0.xbm.Z1989-Jan-25 01:46:030.4Kapplication/octet-stream
mouse_mhand1.xbm.Z1989-Jan-25 01:46:060.4Kapplication/octet-stream
mouse_mhand10.xbm.Z1989-Jan-25 01:46:080.4Kapplication/octet-stream
mouse_mhand11.xbm.Z1989-Jan-25 01:46:100.4Kapplication/octet-stream
mouse_mhand2.xbm.Z1989-Jan-25 01:46:120.4Kapplication/octet-stream
mouse_mhand3.xbm.Z1989-Jan-25 01:46:150.3Kapplication/octet-stream
mouse_mhand4.xbm.Z1989-Jan-25 01:46:170.4Kapplication/octet-stream
mouse_mhand5.xbm.Z1989-Jan-25 01:46:200.4Kapplication/octet-stream
mouse_mhand6.xbm.Z1989-Jan-25 01:46:240.4Kapplication/octet-stream
mouse_mhand7.xbm.Z1989-Jan-25 01:46:270.4Kapplication/octet-stream
mouse_mhand8.xbm.Z1989-Jan-25 01:46:290.4Kapplication/octet-stream
mouse_mhand9.xbm.Z1989-Jan-25 01:46:320.3Kapplication/octet-stream
mouse_mhhand0.xbm.Z1989-Jan-25 01:46:340.4Kapplication/octet-stream
mouse_mhhand1.xbm.Z1989-Jan-25 01:46:360.3Kapplication/octet-stream
mouse_mhhand10.xbm.Z1989-Jan-25 01:46:390.3Kapplication/octet-stream
mouse_mhhand11.xbm.Z1989-Jan-25 01:46:410.3Kapplication/octet-stream
mouse_mhhand2.xbm.Z1989-Jan-25 01:46:430.3Kapplication/octet-stream
mouse_mhhand3.xbm.Z1989-Jan-25 01:46:460.3Kapplication/octet-stream
mouse_mhhand4.xbm.Z1989-Jan-25 01:46:480.4Kapplication/octet-stream
mouse_mhhand5.xbm.Z1989-Jan-25 01:46:520.3Kapplication/octet-stream
mouse_mhhand6.xbm.Z1989-Jan-25 01:46:550.4Kapplication/octet-stream
mouse_mhhand7.xbm.Z1989-Jan-25 01:46:570.3Kapplication/octet-stream
mouse_mhhand8.xbm.Z1989-Jan-25 01:47:000.3Kapplication/octet-stream
mouse_mhhand9.xbm.Z1989-Jan-25 01:47:020.3Kapplication/octet-stream
mouse_mmhand0.xbm.Z1989-Jan-25 01:47:070.4Kapplication/octet-stream
mouse_mmhand1.xbm.Z1989-Jan-25 01:47:100.4Kapplication/octet-stream
mouse_mmhand10.xbm.Z1989-Jan-25 01:47:130.4Kapplication/octet-stream
mouse_mmhand11.xbm.Z1989-Jan-25 01:47:150.4Kapplication/octet-stream
mouse_mmhand2.xbm.Z1989-Jan-25 01:47:170.4Kapplication/octet-stream
mouse_mmhand3.xbm.Z1989-Jan-25 01:47:200.3Kapplication/octet-stream
mouse_mmhand4.xbm.Z1989-Jan-25 01:47:220.4Kapplication/octet-stream
mouse_mmhand5.xbm.Z1989-Jan-25 01:47:240.4Kapplication/octet-stream
mouse_mmhand6.xbm.Z1989-Jan-25 01:47:260.4Kapplication/octet-stream
mouse_mmhand7.xbm.Z1989-Jan-25 01:47:290.4Kapplication/octet-stream
mouse_mmhand8.xbm.Z1989-Jan-25 01:47:310.4Kapplication/octet-stream
mouse_mmhand9.xbm.Z1989-Jan-25 01:47:330.3Kapplication/octet-stream
movie.xbm.Z1989-Jan-25 01:35:510.4Kapplication/octet-stream
movie1.xbm.Z1989-Jan-25 01:35:520.4Kapplication/octet-stream
movie2.xbm.Z1989-Jan-25 01:35:540.4Kapplication/octet-stream
msg_board.xbm.Z1989-Jan-25 01:35:550.5Kapplication/octet-stream
msg_none.xbm.Z1989-Jan-25 01:35:570.8Kapplication/octet-stream
msg_note.xbm.Z1989-Jan-25 01:35:580.1Kapplication/octet-stream
msg_read.xbm.Z1989-Jan-25 01:36:000.7Kapplication/octet-stream
nobozos1.xbm.Z1989-Jan-25 01:36:010.3Kapplication/octet-stream
nose.xbm.Z1989-Jan-25 01:36:030.2Kapplication/octet-stream
noseback.xbm.Z1989-Jan-25 01:36:040.2Kapplication/octet-stream
nosefront.xbm.Z1989-Jan-25 01:36:060.3Kapplication/octet-stream
nosmoking.xbm.Z1989-Jan-25 01:36:070.3Kapplication/octet-stream
null.xbm.Z1989-Jan-25 01:36:080.1Kapplication/octet-stream
partlycloudy.xbm.Z1989-Jan-25 01:36:100.6Kapplication/octet-stream
partlysunny.xbm.Z1989-Jan-25 01:36:110.6Kapplication/octet-stream
ptr_laser.xbm.Z1989-Jan-25 01:36:130.2Kapplication/octet-stream
ptr_laseron.xbm.Z1989-Jan-25 01:36:140.3Kapplication/octet-stream
ptr_tj.xbm.Z1989-Jan-25 01:36:160.3Kapplication/octet-stream
rainy.xbm.Z1989-Jan-25 01:36:170.8Kapplication/octet-stream
reel1.xbm.Z1989-Jan-25 01:36:180.1Kapplication/octet-stream
reel2.xbm.Z1989-Jan-25 01:36:200.1Kapplication/octet-stream
reel3.xbm.Z1989-Jan-25 01:36:210.1Kapplication/octet-stream
reel4.xbm.Z1989-Jan-25 01:36:220.1Kapplication/octet-stream
screwdriver.xbm.Z1989-Jan-25 01:36:240.2Kapplication/octet-stream
scube1.xbm.Z1989-Jan-25 01:36:250.3Kapplication/octet-stream
scube2.xbm.Z1989-Jan-25 01:36:260.3Kapplication/octet-stream
scube3.xbm.Z1989-Jan-25 01:36:280.3Kapplication/octet-stream
scube4.xbm.Z1989-Jan-25 01:36:290.3Kapplication/octet-stream
scube5.xbm.Z1989-Jan-25 01:36:310.3Kapplication/octet-stream
slider_h.xbm.Z1989-Jan-25 01:36:320.1Kapplication/octet-stream
small_stop.xbm.Z1989-Jan-25 01:36:330.1Kapplication/octet-stream
smalldriver.xbm.Z1989-Jan-25 01:36:340.1Kapplication/octet-stream
smallspiff1.xbm.Z1989-Jan-25 01:36:360.5Kapplication/octet-stream
smallspiff2.xbm.Z1989-Jan-25 01:36:370.3Kapplication/octet-stream
smeye1.xbm.Z1989-Jan-25 01:36:380.2Kapplication/octet-stream
smeye2.xbm.Z1989-Jan-25 01:36:400.2Kapplication/octet-stream
smeye3.xbm.Z1989-Jan-25 01:36:410.2Kapplication/octet-stream
smeye4.xbm.Z1989-Jan-25 01:36:420.2Kapplication/octet-stream
smileheart.xbm.Z1989-Jan-25 01:36:430.2Kapplication/octet-stream
smouse0.xbm.Z1989-Jan-25 01:36:450.2Kapplication/octet-stream
smouse1.xbm.Z1989-Jan-25 01:36:460.2Kapplication/octet-stream
smouse2.xbm.Z1989-Jan-25 01:36:470.2Kapplication/octet-stream
smouse3.xbm.Z1989-Jan-25 01:36:490.2Kapplication/octet-stream
sphere.xbm.Z1989-Jan-25 01:36:500.7Kapplication/octet-stream
stopsign.xbm.Z1989-Jan-25 01:36:520.3Kapplication/octet-stream
stormy.xbm.Z1989-Jan-25 01:36:540.8Kapplication/octet-stream
sun_mouse.xbm.Z1989-Jan-25 01:36:550.3Kapplication/octet-stream
sunny.xbm.Z1989-Jan-25 01:36:570.6Kapplication/octet-stream
thinker.xbm.Z1989-Jan-30 21:21:550.3Kapplication/octet-stream
tombstone.xbm.Z1989-Jan-30 21:21:560.3Kapplication/octet-stream
tty.xbm.Z1989-Jan-25 01:36:580.6Kapplication/octet-stream
umbrella.xbm.Z1989-Jan-30 21:21:570.2Kapplication/octet-stream
verysunny.xbm.Z1989-Jan-25 01:37:000.7Kapplication/octet-stream
veye1.xbm.Z1989-Jan-30 21:21:590.4Kapplication/octet-stream
veye2.xbm.Z1989-Jan-30 21:22:000.3Kapplication/octet-stream
veye3.xbm.Z1989-Jan-30 21:22:010.3Kapplication/octet-stream
weird_thing.xbm.Z1989-Jan-30 21:22:020.3Kapplication/octet-stream
yieldsign.xbm.Z1989-Jan-30 21:22:030.2Kapplication/octet-stream
zip.xbm.Z1989-Jan-25 01:37:020.5Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/interdict.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/interdict.xbm.Z new file mode 100644 index 0000000..ef4afcb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/interdict.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_0.xbm.Z new file mode 100644 index 0000000..3ef9576 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_1.xbm.Z new file mode 100644 index 0000000..1f7f404 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_2.xbm.Z new file mode 100644 index 0000000..5a1a2a2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_3.xbm.Z new file mode 100644 index 0000000..118715c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_4.xbm.Z new file mode 100644 index 0000000..4719f81 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_5.xbm.Z new file mode 100644 index 0000000..e87e375 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_6.xbm.Z new file mode 100644 index 0000000..83e6472 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_7.xbm.Z new file mode 100644 index 0000000..67eabb7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/lb_7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letter.xbm.Z new file mode 100644 index 0000000..3f552a4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letters.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letters.xbm.Z new file mode 100644 index 0000000..a086909 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/letters.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/martini.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/martini.xbm.Z new file mode 100644 index 0000000..28625c9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/martini.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox-opening.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox-opening.xbm.Z new file mode 100644 index 0000000..3b3f1a6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox-opening.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox1.xbm.Z new file mode 100644 index 0000000..b607afb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox2.xbm.Z new file mode 100644 index 0000000..1360359 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_closed.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_closed.xbm.Z new file mode 100644 index 0000000..1eefec9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_closed.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_full.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_full.xbm.Z new file mode 100644 index 0000000..0976953 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_full.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_open.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_open.xbm.Z new file mode 100644 index 0000000..43a140d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_open.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_zip.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_zip.xbm.Z new file mode 100644 index 0000000..d92265c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mbox_zip.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mickface.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mickface.xbm.Z new file mode 100644 index 0000000..e2f8429 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mickface.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand0.xbm.Z new file mode 100644 index 0000000..c86ca39 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand1.xbm.Z new file mode 100644 index 0000000..c2e3cbb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand10.xbm.Z new file mode 100644 index 0000000..d3f7b05 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand11.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand11.xbm.Z new file mode 100644 index 0000000..da89c2b --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand11.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MmԙS 4aܐ˝4da LÈ+) :=ΡN1 @P!C%R"& 9[b0"ԪRZ՚խ^~ +,ٳWV۰p׾Zsm7/_wKxai˸|7+\89rլuq s=ĠzWF yGQov_8V/v-WIX&`nztu]BFX܄V!\~!!.h≲&H#٨8c@b#H81d \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand2.xbm.Z new file mode 100644 index 0000000..728975b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand3.xbm.Z new file mode 100644 index 0000000..01d60b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand4.xbm.Z new file mode 100644 index 0000000..e95e480 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand5.xbm.Z new file mode 100644 index 0000000..eb42f3e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand6.xbm.Z new file mode 100644 index 0000000..de159df Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand7.xbm.Z new file mode 100644 index 0000000..b018645 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand8.xbm.Z new file mode 100644 index 0000000..23ffa09 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand9.xbm.Z new file mode 100644 index 0000000..4291b2d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_hhand9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand0.xbm.Z new file mode 100644 index 0000000..6ed88e9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand1.xbm.Z new file mode 100644 index 0000000..fa88158 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand10.xbm.Z new file mode 100644 index 0000000..815c41c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand11.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand11.xbm.Z new file mode 100644 index 0000000..f9f8a87 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand11.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand2.xbm.Z new file mode 100644 index 0000000..4994cd3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand3.xbm.Z new file mode 100644 index 0000000..0a5a39b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand4.xbm.Z new file mode 100644 index 0000000..b4d6086 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand5.xbm.Z new file mode 100644 index 0000000..73bc0f3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand6.xbm.Z new file mode 100644 index 0000000..1bf568d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand7.xbm.Z new file mode 100644 index 0000000..10c65e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand8.xbm.Z new file mode 100644 index 0000000..3d48461 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand9.xbm.Z new file mode 100644 index 0000000..9d4d5f1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhand9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand0.xbm.Z new file mode 100644 index 0000000..870eacd --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand0.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MmԙSK4h¸!˝4da LÈ+) :=ΡN1 DP!C%R"& 9[b01"ԪRZ՚խ^~ +,ٳWV۰p׾Zsm7/_wKxai˸|7<όʈJClNjv2fG[-tTRYgf0l3c@N-ڻn\aZ8XȱˆyӫVo;S=gn35,X8h \`ppV8YRhahaTcl` bU-wW i8cu0v[Ui6ΧـbBJyq2 +$mM9er \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand7.xbm.Z new file mode 100644 index 0000000..1c3b220 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand8.xbm.Z new file mode 100644 index 0000000..927bdc7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand9.xbm.Z new file mode 100644 index 0000000..cb4e357 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mhhand9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand0.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand0.xbm.Z new file mode 100644 index 0000000..83513d3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand0.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand1.xbm.Z new file mode 100644 index 0000000..06cdde5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand10.xbm.Z new file mode 100644 index 0000000..0513668 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand10.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand11.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand11.xbm.Z new file mode 100644 index 0000000..ad7c9de Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand11.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand2.xbm.Z new file mode 100644 index 0000000..55c80db Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand3.xbm.Z new file mode 100644 index 0000000..8471401 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand4.xbm.Z new file mode 100644 index 0000000..a2dfe93 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand5.xbm.Z new file mode 100644 index 0000000..37a38aa Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand6.xbm.Z new file mode 100644 index 0000000..c9003c8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand7.xbm.Z new file mode 100644 index 0000000..0deb17d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand8.xbm.Z new file mode 100644 index 0000000..64d25bc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand9.xbm.Z new file mode 100644 index 0000000..00211f4 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/mouse_mmhand9.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MmԙSK6h¸!˝4da LÈ+) :=ΡN1 DP!C%R"& 9[b01"ԪRZ՚խ^~ +,ٳWV۰p׾Zsm7/_wKxai˸|7mNj^Xvu',bf"0X1Jb45Xc)e \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie.xbm.Z new file mode 100644 index 0000000..dbca1fc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie1.xbm.Z new file mode 100644 index 0000000..0004fbe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie2.xbm.Z new file mode 100644 index 0000000..8a15d0a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/movie2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_board.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_board.xbm.Z new file mode 100644 index 0000000..7b2a61c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_board.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_none.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_none.xbm.Z new file mode 100644 index 0000000..fe68362 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_none.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_note.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_note.xbm.Z new file mode 100644 index 0000000..23d3490 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_note.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_read.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_read.xbm.Z new file mode 100644 index 0000000..ff9c849 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/msg_read.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nobozos1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nobozos1.xbm.Z new file mode 100644 index 0000000..c57103b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nobozos1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nose.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nose.xbm.Z new file mode 100644 index 0000000..9a08bfd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nose.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/noseback.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/noseback.xbm.Z new file mode 100644 index 0000000..068235d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/noseback.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosefront.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosefront.xbm.Z new file mode 100644 index 0000000..872d359 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosefront.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mn(:_!C 2X`…f>L3h\8N:iƀ& +:(& 9[b0"ҦJ:өV^SF덬`ЊQhյxƆ*v pn!,R<4hz T3eSj02v 9ӳxB Y,bu*xNwVZj}ZZ6j65L1ᎁ[m8\Z~{3Y]~N*\33W/~_i_ 4aCz\P pAၠUf \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosmoking.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosmoking.xbm.Z new file mode 100644 index 0000000..91fcf19 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/nosmoking.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MnifM3_!C 2X`… ~AS&4t.fC' 4c@AFB (& 9[b0"IaijUfP15UVt#*TX1 GΠZ*I՚* vx4׵cg14.1hcqҿtC5֨Fs#xr]aNz2ca^Ɲ֥JS2Xucٍ8fN9VQGs rS.u}OS>ߧ~zW9g3f{if[fvgY٥^Q9!l]waZbWHV` \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/null.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/null.xbm.Z new file mode 100644 index 0000000..946cd99 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/null.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlycloudy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlycloudy.xbm.Z new file mode 100644 index 0000000..ecb140b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlycloudy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlysunny.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlysunny.xbm.Z new file mode 100644 index 0000000..dff849a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/partlysunny.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laser.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laser.xbm.Z new file mode 100644 index 0000000..43349cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laser.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laseron.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laseron.xbm.Z new file mode 100644 index 0000000..644cc65 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_laseron.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_tj.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_tj.xbm.Z new file mode 100644 index 0000000..b77e799 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/ptr_tj.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/rainy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/rainy.xbm.Z new file mode 100644 index 0000000..3f57c21 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/rainy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel1.xbm.Z new file mode 100644 index 0000000..aa5c91a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel1.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mrʔa˝4dC L!2iΠC:ab 0r*dEL:st `1PEcMoi +FT*zLS3^~ ,X@rSյeuQJ:g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel2.xbm.Z new file mode 100644 index 0000000..243de51 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel3.xbm.Z new file mode 100644 index 0000000..3a47325 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel3.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mrʔa3˝4dC L!2iΠC:ab 0r*dEL:st `1PEcMh +FTGs45cV]:X3Zmz2lQJ:g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel4.xbm.Z new file mode 100644 index 0000000..7d053ae Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/reel4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/screwdriver.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/screwdriver.xbm.Z new file mode 100644 index 0000000..f4e6753 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/screwdriver.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube1.xbm.Z new file mode 100644 index 0000000..c7508d5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube2.xbm.Z new file mode 100644 index 0000000..f6cb5cc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube3.xbm.Z new file mode 100644 index 0000000..9a21b40 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube4.xbm.Z new file mode 100644 index 0000000..e26ac2b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube5.xbm.Z new file mode 100644 index 0000000..623b540 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/scube5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/slider_h.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/slider_h.xbm.Z new file mode 100644 index 0000000..8898fdb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/slider_h.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/small_stop.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/small_stop.xbm.Z new file mode 100644 index 0000000..588f672 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/small_stop.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smalldriver.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smalldriver.xbm.Z new file mode 100644 index 0000000..ea51536 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smalldriver.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff1.xbm.Z new file mode 100644 index 0000000..ebeb3f3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff2.xbm.Z new file mode 100644 index 0000000..553f429 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smallspiff2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye1.xbm.Z new file mode 100644 index 0000000..bd31cfe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye2.xbm.Z new file mode 100644 index 0000000..872a90c --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mgr/smeye2.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MsڔSFƗ;iAB jѬDet*P13c֨6nղU}:-Qfʰ4^-sFcruǘas<]֌x5 Mϗ3n~OG%E`qFz(FUj9XWQxVS6Qug%6P%~GXfQwYh]S=bW`]]$U4v"s9]^(ԑu "UT^_*YYMWW\S Ɔ19Օ8T S!uXx8Jm3lI&V%Ehy'xBAlɇ[J:m>hbDZ}ꖡr'aqM$XEr7Uq5뗷8Uv֑YV Fl%창 mN7) cژ؀Sv&eFr+nS^;_hɰ+_7»ah&x&ECqY/Ե;fkc^ .{IE`'P6kC+ki>ihnz,lopA2g3isT 1bi \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mobot_1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mobot_1.xbm.Z new file mode 100644 index 0000000..c864c4e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mobot_1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/model_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/model_t.xbm.Z new file mode 100644 index 0000000..7724105 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/model_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moeb.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moeb.xbm.Z new file mode 100644 index 0000000..bbda239 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moeb.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monalisa.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monalisa.xbm.Z new file mode 100644 index 0000000..5b972c1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monalisa.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monkeys.tar.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monkeys.tar.Z new file mode 100644 index 0000000..cadc479 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monkeys.tar.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monumentvalley.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monumentvalley.xbm.Z new file mode 100644 index 0000000..42bbdee Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/monumentvalley.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moodyblues.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moodyblues.xbm.Z new file mode 100644 index 0000000..c922a20 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moodyblues.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moonflag.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moonflag.xbm.Z new file mode 100644 index 0000000..243cc19 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/moonflag.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/morrison.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/morrison.xbm.Z new file mode 100644 index 0000000..7d7dd75 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/morrison.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/motel.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/motel.xbm.Z new file mode 100644 index 0000000..e2339b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/motel.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouffetard.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouffetard.Z new file mode 100644 index 0000000..421cc18 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouffetard.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountain.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountain.xbm.Z new file mode 100644 index 0000000..a5019b2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountain.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountains.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountains.xbm.Z new file mode 100644 index 0000000..9b210d0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mountains.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouse.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouse.xbm.Z new file mode 100644 index 0000000..af630f6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mouse.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/movietone.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/movietone.xbm.Z new file mode 100644 index 0000000..550ba2b --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/movietone.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MmIS_!C 6X`… L3h\8N:iƀ& +:(& 9[b0Ը"ҦxnԀ*SLV:լQJ+fV)ثl…U[hJC \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mstreep.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mstreep.xbm.Z new file mode 100644 index 0000000..96f4d2d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mstreep.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mug.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mug.xbm.Z new file mode 100644 index 0000000..7513e35 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mug.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mughi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mughi.xbm.Z new file mode 100644 index 0000000..885dd41 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/mughi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nagel11.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nagel11.xbm.Z new file mode 100644 index 0000000..2b10002 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nagel11.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nasty.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nasty.xbm.Z new file mode 100644 index 0000000..d352613 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nasty.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa3.xbm.Z new file mode 100644 index 0000000..242b51b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa4.xbm.Z new file mode 100644 index 0000000..f1c8873 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa5.xbm.Z new file mode 100644 index 0000000..8243436 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicaa5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca1.xbm.Z new file mode 100644 index 0000000..e0713ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca2.xbm.Z new file mode 100644 index 0000000..630b60d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nausicca2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nebula.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nebula.xbm.Z new file mode 100644 index 0000000..eca28c7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nebula.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/needle.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/needle.Z new file mode 100644 index 0000000..9eca612 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/needle.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nerd.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nerd.xbm.Z new file mode 100644 index 0000000..1257e00 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nerd.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/net2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/net2.xbm.Z new file mode 100644 index 0000000..8776065 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/net2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news.xbm.Z new file mode 100644 index 0000000..3c8ae16 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news2.xbm.Z new file mode 100644 index 0000000..2d02731 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/news2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/next.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/next.xbm.Z new file mode 100644 index 0000000..02d0308 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/next.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nil.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nil.xbm.Z new file mode 100644 index 0000000..2d9d4e6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nil.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nile.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nile.xbm.Z new file mode 100644 index 0000000..dc71070 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nile.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/no.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/no.xbm.Z new file mode 100644 index 0000000..a786c96 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/no.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nobozos.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nobozos.xbm.Z new file mode 100644 index 0000000..0d5c5fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nobozos.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail.xbm.Z new file mode 100644 index 0000000..25ecc99 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail2.xbm.Z new file mode 100644 index 0000000..6a38f81 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nomail2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nonoids.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nonoids.xbm.Z new file mode 100644 index 0000000..8b8b378 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nonoids.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosl.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosl.Z new file mode 100644 index 0000000..0fc9b81 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosl.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosmoking.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosmoking.xbm.Z new file mode 100644 index 0000000..5c47051 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nosmoking.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nukenewyork.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nukenewyork.xbm.Z new file mode 100644 index 0000000..5ec1cc3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/nukenewyork.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/odie.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/odie.xbm.Z new file mode 100644 index 0000000..411eb22 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/odie.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay.xbm.Z new file mode 100644 index 0000000..87eb309 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay2.xbm.Z new file mode 100644 index 0000000..284cbbd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/okay2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oliver.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oliver.xbm.Z new file mode 100644 index 0000000..dca6a94 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oliver.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oppenheimer.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oppenheimer.xbm.Z new file mode 100644 index 0000000..49e9e57 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/oppenheimer.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus.xbm.Z new file mode 100644 index 0000000..e972ea4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus2.xbm.Z new file mode 100644 index 0000000..9fd2afd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus3.xbm.Z new file mode 100644 index 0000000..c251c17 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus_croakus.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus_croakus.xbm.Z new file mode 100644 index 0000000..28dccad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/opus_croakus.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/orangeroad.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/orangeroad.xbm.Z new file mode 100644 index 0000000..9eb4595 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/orangeroad.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owl.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owl.xbm.Z new file mode 100644 index 0000000..274ac45 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owl.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owlman.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owlman.xbm.Z new file mode 100644 index 0000000..c94e905 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/owlman.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/packet.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/packet.xbm.Z new file mode 100644 index 0000000..373fcd3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/packet.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/panther.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/panther.xbm.Z new file mode 100644 index 0000000..99b5b0a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/panther.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/parrot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/parrot.xbm.Z new file mode 100644 index 0000000..742e31a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/parrot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peace.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peace.xbm.Z new file mode 100644 index 0000000..159a373 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peace.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peidmont.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peidmont.xbm.Z new file mode 100644 index 0000000..dbc4e7c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peidmont.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pepsi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pepsi.xbm.Z new file mode 100644 index 0000000..40175f7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pepsi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pern.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pern.xbm.Z new file mode 100644 index 0000000..b8341c4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pern.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/perq.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/perq.xbm.Z new file mode 100644 index 0000000..af85286 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/perq.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peter.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peter.Z new file mode 100644 index 0000000..e7ec24f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/peter.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phoenix.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phoenix.xbm.Z new file mode 100644 index 0000000..3e9aff8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phoenix.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone.xbm.Z new file mode 100644 index 0000000..64c7fdc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone2.xbm.Z new file mode 100644 index 0000000..6e9ac4e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/phone2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/picard_yar.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/picard_yar.xbm.Z new file mode 100644 index 0000000..099c92d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/picard_yar.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pickup.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pickup.xbm.Z new file mode 100644 index 0000000..1bdc830 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pickup.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pil.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pil.xbm.Z new file mode 100644 index 0000000..69af877 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pil.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pinkfld.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pinkfld.xbm.Z new file mode 100644 index 0000000..debab9e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pinkfld.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipe_maze.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipe_maze.xbm.Z new file mode 100644 index 0000000..934d33f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipe_maze.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipes.xbm.Z new file mode 100644 index 0000000..a43c57e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pipes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/plumbing.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/plumbing.xbm.Z new file mode 100644 index 0000000..409910a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/plumbing.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pogo.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pogo.Z new file mode 100644 index 0000000..4c02a48 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pogo.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/poohbear.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/poohbear.xbm.Z new file mode 100644 index 0000000..7112173 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/poohbear.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/popart.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/popart.xbm.Z new file mode 100644 index 0000000..0949175 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/popart.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porky.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porky.Z new file mode 100644 index 0000000..561a650 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porky.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche928.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche928.xbm.Z new file mode 100644 index 0000000..1088f46 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche928.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche930.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche930.xbm.Z new file mode 100644 index 0000000..7258d2e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/porsche930.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pot.xbm.Z new file mode 100644 index 0000000..9fa8a35 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/pot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/prisoner.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/prisoner.xbm.Z new file mode 100644 index 0000000..d045ee6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/prisoner.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/procession.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/procession.xbm.Z new file mode 100644 index 0000000..62ff702 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/procession.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quantum.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quantum.xbm.Z new file mode 100644 index 0000000..ee3b83a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quantum.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quasi_circle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quasi_circle.xbm.Z new file mode 100644 index 0000000..b7eddcc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/quasi_circle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rap.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rap.xbm.Z new file mode 100644 index 0000000..324da28 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rap.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rapanui.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rapanui.xbm.Z new file mode 100644 index 0000000..b41a43b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rapanui.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rato.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rato.xbm.Z new file mode 100644 index 0000000..aa2adbe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rato.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan.xbm.Z new file mode 100644 index 0000000..d2e4867 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan2.xbm.Z new file mode 100644 index 0000000..769c4b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan3.xbm.Z new file mode 100644 index 0000000..e201414 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan4.xbm.Z new file mode 100644 index 0000000..d829c4b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reagan4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/realeye.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/realeye.xbm.Z new file mode 100644 index 0000000..f94defc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/realeye.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redarrow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redarrow.xbm.Z new file mode 100644 index 0000000..dabd47c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redarrow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redrock.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redrock.xbm.Z new file mode 100644 index 0000000..62a3f3e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/redrock.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reflect.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reflect.xbm.Z new file mode 100644 index 0000000..7bb3d98 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reflect.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/relativity.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/relativity.xbm.Z new file mode 100644 index 0000000..045a0dc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/relativity.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reptiles.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reptiles.xbm.Z new file mode 100644 index 0000000..1db24ed Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/reptiles.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rhine.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rhine.xbm.Z new file mode 100644 index 0000000..5e56338 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rhine.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rick_hunter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rick_hunter.xbm.Z new file mode 100644 index 0000000..f472c3d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rick_hunter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/riemann.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/riemann.xbm.Z new file mode 100644 index 0000000..c37f9c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/riemann.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rlogin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rlogin.xbm.Z new file mode 100644 index 0000000..2d2caef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rlogin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn.xbm.Z new file mode 100644 index 0000000..ee71ce5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn2.xbm.Z new file mode 100644 index 0000000..b573d91 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rn2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roadrunner.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roadrunner.xbm.Z new file mode 100644 index 0000000..a091dfe Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roadrunner.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/robot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/robot.xbm.Z new file mode 100644 index 0000000..59152bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/robot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rockets.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rockets.Z new file mode 100644 index 0000000..5e2a85e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rockets.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roger.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roger.xbm.Z new file mode 100644 index 0000000..07954cb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/roger.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rolex.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rolex.xbm.Z new file mode 100644 index 0000000..c37a2b3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rolex.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ronbo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ronbo.xbm.Z new file mode 100644 index 0000000..933aaf8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ronbo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rorschach.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rorschach.Z new file mode 100644 index 0000000..2c12896 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rorschach.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose.xbm.Z new file mode 100644 index 0000000..f05e87a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose2.xbm.Z new file mode 100644 index 0000000..8d82cfd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rose2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rpicalvin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rpicalvin.xbm.Z new file mode 100644 index 0000000..4e17910 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/rpicalvin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/run.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/run.xbm.Z new file mode 100644 index 0000000..764ee13 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/run.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sabre.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sabre.xbm.Z new file mode 100644 index 0000000..feb4c2a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sabre.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/samurai_dredd.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/samurai_dredd.xbm.Z new file mode 100644 index 0000000..2615bd9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/samurai_dredd.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanfrancisco.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanfrancisco.xbm.Z new file mode 100644 index 0000000..e59929d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanfrancisco.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanka.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanka.xbm.Z new file mode 100644 index 0000000..6802737 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sanka.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturn.xbm.Z new file mode 100644 index 0000000..47c525d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturnV.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturnV.xbm.Z new file mode 100644 index 0000000..74f8b17 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/saturnV.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scarabs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scarabs.xbm.Z new file mode 100644 index 0000000..13420e2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scarabs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scooby.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scooby.xbm.Z new file mode 100644 index 0000000..ba46789 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scooby.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scorpion.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scorpion.xbm.Z new file mode 100644 index 0000000..d0a5727 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scorpion.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scrooge.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scrooge.xbm.Z new file mode 100644 index 0000000..8290f99 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/scrooge.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sea.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sea.xbm.Z new file mode 100644 index 0000000..e561631 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sea.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sequent.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sequent.xbm.Z new file mode 100644 index 0000000..1145b74 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sequent.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shapes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shapes.xbm.Z new file mode 100644 index 0000000..b368efb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shapes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin.xbm.Z new file mode 100644 index 0000000..a3c665e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin2.xbm.Z new file mode 100644 index 0000000..7746522 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shin2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.Z new file mode 100644 index 0000000..10028ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.xbm.Z new file mode 100644 index 0000000..10028ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shred.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shuttle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shuttle.xbm.Z new file mode 100644 index 0000000..e445f6d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/shuttle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sick_cow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sick_cow.xbm.Z new file mode 100644 index 0000000..3b838cb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sick_cow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sinatra.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sinatra.xbm.Z new file mode 100644 index 0000000..21cf846 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sinatra.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull.xbm.Z new file mode 100644 index 0000000..6658c57 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull1.xbm.Z new file mode 100644 index 0000000..d17069b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull2.xbm.Z new file mode 100644 index 0000000..89de1f3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull3.xbm.Z new file mode 100644 index 0000000..cb0e5e4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skull3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skulls.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skulls.xbm.Z new file mode 100644 index 0000000..3279441 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skulls.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.Z new file mode 100644 index 0000000..a4a07af Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.xbm.Z new file mode 100644 index 0000000..a4a07af Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/skyandwater1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slime_mold.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slime_mold.xbm.Z new file mode 100644 index 0000000..00f6edf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slime_mold.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slug.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slug.xbm.Z new file mode 100644 index 0000000..992f0a9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/slug.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/small_handdrawn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/small_handdrawn.xbm.Z new file mode 100644 index 0000000..1dcc2b4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/small_handdrawn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smallmoon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smallmoon.xbm.Z new file mode 100644 index 0000000..0157922 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smallmoon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley.xbm.Z new file mode 100644 index 0000000..0aa7282 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley2.xbm.Z new file mode 100644 index 0000000..ff291e1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smiley2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smurftan.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smurftan.xbm.Z new file mode 100644 index 0000000..c50c26d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/smurftan.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail1.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail1.Z new file mode 100644 index 0000000..47b2042 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail1.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail2.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail2.Z new file mode 100644 index 0000000..1a22c8f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snail2.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snow.xbm.Z new file mode 100644 index 0000000..363e98e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/snow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/software_eng.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/software_eng.xbm.Z new file mode 100644 index 0000000..75fee2a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/software_eng.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/solarball.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/solarball.xbm.Z new file mode 100644 index 0000000..4af0af5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/solarball.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sp245.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sp245.xbm.Z new file mode 100644 index 0000000..3f173a8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sp245.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/speedracer.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/speedracer.xbm.Z new file mode 100644 index 0000000..46b723c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/speedracer.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere.xbm.Z new file mode 100644 index 0000000..4a0912e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere2.xbm.Z new file mode 100644 index 0000000..292a91b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere3.xbm.Z new file mode 100644 index 0000000..62e6776 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sphere3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock.xbm.Z new file mode 100644 index 0000000..9f3c030 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock2.xbm.Z new file mode 100644 index 0000000..bc9cc5d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock3.xbm.Z new file mode 100644 index 0000000..0285493 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock4.xbm.Z new file mode 100644 index 0000000..e5c1bfc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock5.xbm.Z new file mode 100644 index 0000000..00162e7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock6.xbm.Z new file mode 100644 index 0000000..4be5be9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock7.xbm.Z new file mode 100644 index 0000000..375e1c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spock7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spockirk.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spockirk.xbm.Z new file mode 100644 index 0000000..b33a41b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spockirk.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spotty.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spotty.xbm.Z new file mode 100644 index 0000000..69bfd8c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/spotty.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sq_tunnel.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sq_tunnel.xbm.Z new file mode 100644 index 0000000..d0ae775 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sq_tunnel.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.Z new file mode 100644 index 0000000..dc34bcb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.xbm.Z new file mode 100644 index 0000000..dc34bcb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stairs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford1.xbm.Z new file mode 100644 index 0000000..49c2a04 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford2.xbm.Z new file mode 100644 index 0000000..e2ee4c1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stanford2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stars.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stars.xbm.Z new file mode 100644 index 0000000..f547e28 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stars.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/startrek.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/startrek.xbm.Z new file mode 100644 index 0000000..3de5ce5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/startrek.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/steinheim.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/steinheim.xbm.Z new file mode 100644 index 0000000..8f7118c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/steinheim.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stopsign.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stopsign.xbm.Z new file mode 100644 index 0000000..7096f28 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stopsign.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.Z new file mode 100644 index 0000000..035935b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.xbm.Z new file mode 100644 index 0000000..035935b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/stpeter.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/strawberry.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/strawberry.xbm.Z new file mode 100644 index 0000000..100e4bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/strawberry.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun.xbm.Z new file mode 100644 index 0000000..404cb03 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun2.xbm.Z new file mode 100644 index 0000000..989cf5e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun3.xbm.Z new file mode 100644 index 0000000..fa92c43 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun4.xbm.Z new file mode 100644 index 0000000..fac6412 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/README b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/README new file mode 100644 index 0000000..d6d748a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/README @@ -0,0 +1,84 @@ +ad_x 64 64 dupuy@amsterdam.columbia.edu (Alexander Dupuy) +Here's an icon I use for my X server under overview. + +ag_emacs 64 64 Andy Gaynor (via David Zimmerman ) +Icon for emacs. + +am_emacs 64 64 alan@sun.com (Alan Marr) +Icon for emacs. + +ark_news 64 64 Alan R. Katz +Another rn News icon (which I like better). + +bc_vi 64 64 Bob Cunningham (bob@loihi.hig.hawaii.edu) +An icon for vi. + +cml_pyramid 64 64 osu-cis!sppy00!cml@cbosgd.UUCP +This is an icon of the pyramid tech. logo that I made for my sun many moons ago. + +dpz_ping 64 64 dpz@paul.rutgers.edu (David P. Zimmerman) +An icon that I made up for a script that regularly "ping"s a list of hosts. + +dpz_rlogin 64 64 dpz@paul.rutgers.edu (David P. Zimmerman) +An rlogin/telnet icon. + +hwe_emacs 64 64 hwe@lanl.gov (Skip Egdorf) +Emacs icon that parallels textedit's icon. + +jeb_ftp 64 64 J.E.Black +An icon for FTP. This version has a border at the edges. + +jeb_news 64 64 J.E.Black +blackje%sungod.tcpip@ge-crd.arpa +An icon for rn. (The "spots" are for quarters and dimes.) + +ka_texas 64 64 ables@mcc.com (King Ables) +Lone Star State icon. + +ka_utcent 64 64 ables@mcc.com (King Ables) +UT Centennial Emblem icon. + +ka_vms 64 64 ables@mcc.com (King Ables) +Icon for your VMS window. + +ma_ping 64 64 marms@sandia.UUCP (Mike Arms) +Inspired by dpz_ping. + +rd_elm 64 64 rdenton@gswd-vms.gould.com (Roger Denton) +Elm icon. + +rlb_mandelbrot 64 64 Bob Brown +Mandelbrot icon. + +rs_news 64 64 rsalz@pineapple.bbn.com +Yet another news icon. + +rs_su 64 64 rsalz@pineapple.bbn.com +We use this icon to keep younger children away from "SU" windows.... + +rsp_eagle 64 64 Raymond S Pang +Eagle icon. + +rsp_horse 64 64 Raymond S Pang +Horse icon. + +rsp_panda 64 64 Raymond S Pang +Panda icon. + +rsp_penguin 64 64 Raymond S Pang +Penguin icon. + +rsp_tiger 64 64 Raymond S Pang +Tiger icon. + +rt_pop 64 64 Rick Tilson +All these icons have prompted me to throw in one of mine. It has +proven to be rather POPular around here. + +scs_fish 64 64 Steve Simmons +After seeing the various icons offered around, my favorite remains +one done by Doug Scobel at Applicon. Great for fans of fishing, +and it can of course be used to hide other activities.... + +ssk_dragon 64 64 simran@sun.com (Simran Singh Khalsa) +Je shr "Long" tze (This is the Chinese character for "Dragon") -- Shen Lan diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ad_x.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ad_x.xbm.Z new file mode 100644 index 0000000..8334014 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ad_x.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ag_emacs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ag_emacs.xbm.Z new file mode 100644 index 0000000..6a433f4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ag_emacs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/am_emacs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/am_emacs.xbm.Z new file mode 100644 index 0000000..7920619 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/am_emacs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ark_news.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ark_news.xbm.Z new file mode 100644 index 0000000..b19470d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ark_news.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/bc_vi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/bc_vi.xbm.Z new file mode 100644 index 0000000..efe26fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/bc_vi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/cml_pyramid.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/cml_pyramid.xbm.Z new file mode 100644 index 0000000..0bcd611 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/cml_pyramid.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_ping.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_ping.xbm.Z new file mode 100644 index 0000000..3ebf43e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_ping.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_rlogin.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_rlogin.xbm.Z new file mode 100644 index 0000000..6d3e0cf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/dpz_rlogin.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/hwe_emacs.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/hwe_emacs.xbm.Z new file mode 100644 index 0000000..b708430 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/hwe_emacs.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/index.html new file mode 100644 index 0000000..cb9a27e --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/index.html @@ -0,0 +1,61 @@ + + + + +Index of /pub/graphics/poskbitmaps/sun_icons/ + + + +

Index of /pub/graphics/poskbitmaps/sun_icons/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
README1988-Aug-18 20:58:532.4Kapplication/octet-stream
ad_x.xbm.Z1988-Aug-18 20:06:350.6Kapplication/octet-stream
ag_emacs.xbm.Z1988-Aug-18 20:06:410.9Kapplication/octet-stream
am_emacs.xbm.Z1988-Aug-18 20:06:480.7Kapplication/octet-stream
ark_news.xbm.Z1988-Aug-18 20:06:520.6Kapplication/octet-stream
bc_vi.xbm.Z1988-Aug-18 20:06:550.5Kapplication/octet-stream
cml_pyramid.xbm.Z1988-Aug-18 20:07:000.4Kapplication/octet-stream
dpz_ping.xbm.Z1988-Aug-18 20:07:040.7Kapplication/octet-stream
dpz_rlogin.xbm.Z1988-Aug-18 20:07:090.5Kapplication/octet-stream
hwe_emacs.xbm.Z1988-Aug-18 20:07:190.8Kapplication/octet-stream
jeb_ftp.xbm.Z1988-Aug-18 20:07:240.6Kapplication/octet-stream
jeb_news.xbm.Z1988-Aug-18 20:07:290.7Kapplication/octet-stream
ka_texas.xbm.Z1988-Aug-18 20:07:370.5Kapplication/octet-stream
ka_utcent.xbm.Z1988-Aug-18 20:07:410.7Kapplication/octet-stream
ka_vms.xbm.Z1988-Aug-18 20:07:450.8Kapplication/octet-stream
ma_ping.xbm.Z1988-Aug-18 20:07:480.7Kapplication/octet-stream
rd_elm.xbm.Z1988-Aug-18 20:07:570.8Kapplication/octet-stream
rlb_mandelbrot.xbm.Z1988-Aug-18 20:08:020.5Kapplication/octet-stream
rs_news.xbm.Z1988-Aug-18 20:08:060.8Kapplication/octet-stream
rs_su.xbm.Z1988-Aug-18 20:08:110.6Kapplication/octet-stream
rsp_eagle.xbm.Z1988-Aug-18 20:08:160.9Kapplication/octet-stream
rsp_horse.xbm.Z1988-Aug-18 20:08:210.7Kapplication/octet-stream
rsp_panda.xbm.Z1988-Aug-18 20:08:260.8Kapplication/octet-stream
rsp_penguin.xbm.Z1988-Aug-18 20:08:320.7Kapplication/octet-stream
rsp_tiger.xbm.Z1988-Aug-18 20:08:360.9Kapplication/octet-stream
rt_pop.xbm.Z1988-Aug-18 20:08:410.8Kapplication/octet-stream
scs_fish.xbm.Z1988-Aug-18 20:08:460.9Kapplication/octet-stream
ssk_dragon.xbm.Z1988-Aug-18 20:08:520.6Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_ftp.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_ftp.xbm.Z new file mode 100644 index 0000000..ac2a199 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_ftp.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_news.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_news.xbm.Z new file mode 100644 index 0000000..97587e0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/jeb_news.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_texas.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_texas.xbm.Z new file mode 100644 index 0000000..c12078d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_texas.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_utcent.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_utcent.xbm.Z new file mode 100644 index 0000000..a7862f4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_utcent.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_vms.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_vms.xbm.Z new file mode 100644 index 0000000..5787828 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ka_vms.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ma_ping.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ma_ping.xbm.Z new file mode 100644 index 0000000..ab2811f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/ma_ping.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rd_elm.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rd_elm.xbm.Z new file mode 100644 index 0000000..18022eb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rd_elm.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rlb_mandelbrot.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rlb_mandelbrot.xbm.Z new file mode 100644 index 0000000..35fc4c9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rlb_mandelbrot.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_news.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_news.xbm.Z new file mode 100644 index 0000000..e87467f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_news.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_su.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_su.xbm.Z new file mode 100644 index 0000000..901ec08 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/sun_icons/rs_su.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mr|S˝4da L!2iΠC:ab 0r*dEL:st `1cPF=TiRL6#) V +V@Њײd͐1,Wn~= i,¢M:֪ܽBǸlپ[3\1p;wdm8ƃb2]ܙ4e1[5ћ oRs[ AVVɵ'AvI.yoۣf7V/G+]l+޽q69 g[F_^u_jGgU8!Wf|)B!n"_]!X"#(V)46c"LM4gq0tҌ1M9FQL:st `RM2u*թO ժR2]ARec\eR1,[7>EoUxjC JRVMVZ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_hor_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_hor_command.xbm.Z new file mode 100644 index 0000000..e8a470a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_hor_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_ver_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_ver_command.xbm.Z new file mode 100644 index 0000000..3d50309 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/flip_ver_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/index.html new file mode 100644 index 0000000..150c996 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/index.html @@ -0,0 +1,118 @@ + + + + +Index of /pub/graphics/poskbitmaps/touchup/ + + + +

Index of /pub/graphics/poskbitmaps/touchup/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
README1988-Sep-24 01:43:480.6Kapplication/octet-stream
brush1.xbm.Z1988-Sep-23 23:35:410.1Kapplication/octet-stream
brush2.xbm.Z1988-Sep-23 23:35:430.1Kapplication/octet-stream
brush3.xbm.Z1988-Sep-23 23:35:450.2Kapplication/octet-stream
brush4.xbm.Z1988-Sep-23 23:35:460.2Kapplication/octet-stream
brush5.xbm.Z1988-Sep-23 23:35:480.2Kapplication/octet-stream
brush6.xbm.Z1988-Sep-23 23:35:490.2Kapplication/octet-stream
brush7.xbm.Z1988-Sep-23 23:35:510.2Kapplication/octet-stream
center_command.xbm.Z1988-Sep-24 01:22:560.4Kapplication/octet-stream
circle_h_command.xbm.Z1988-Sep-24 01:22:580.4Kapplication/octet-stream
copy_command.xbm.Z1988-Sep-24 01:22:590.5Kapplication/octet-stream
cut_command.xbm.Z1988-Sep-24 01:23:010.4Kapplication/octet-stream
draw_command.xbm.Z1988-Sep-24 01:23:030.4Kapplication/octet-stream
draw_cursor.xbm.Z1988-Sep-24 01:25:540.1Kapplication/octet-stream
erase_command.xbm.Z1988-Sep-24 01:23:050.4Kapplication/octet-stream
erase_cursor.xbm.Z1988-Sep-24 01:25:540.1Kapplication/octet-stream
ffill_command.xbm.Z1988-Sep-24 01:23:070.4Kapplication/octet-stream
ffill_cursor.xbm.Z1988-Sep-24 01:25:550.1Kapplication/octet-stream
flip_hor_command.xbm.Z1988-Sep-24 01:23:090.5Kapplication/octet-stream
flip_ver_command.xbm.Z1988-Sep-24 01:23:120.5Kapplication/octet-stream
info.xbm.Z1988-Sep-23 23:31:206.7Kapplication/octet-stream
inverse_command.xbm.Z1988-Sep-24 01:23:140.5Kapplication/octet-stream
laso_command.xbm.Z1988-Sep-24 01:23:160.4Kapplication/octet-stream
laso_cursor.xbm.Z1988-Sep-24 01:25:560.1Kapplication/octet-stream
left_command.xbm.Z1988-Sep-24 01:23:170.4Kapplication/octet-stream
line_command.xbm.Z1988-Sep-24 01:23:190.3Kapplication/octet-stream
mag_command.xbm.Z1988-Sep-24 01:23:210.4Kapplication/octet-stream
move_command.xbm.Z1988-Sep-24 01:23:220.4Kapplication/octet-stream
oval_h_command.xbm.Z1988-Sep-24 01:23:240.3Kapplication/octet-stream
paint_command.xbm.Z1988-Sep-24 01:23:250.4Kapplication/octet-stream
paint_cursor.xbm.Z1988-Sep-24 01:25:570.1Kapplication/octet-stream
paste_command.xbm.Z1988-Sep-24 01:23:270.4Kapplication/octet-stream
pattern1.xbm.Z1988-Sep-23 23:35:520.1Kapplication/octet-stream
pattern10.xbm.Z1988-Sep-23 23:35:540.2Kapplication/octet-stream
pattern11.xbm.Z1988-Sep-23 23:35:550.1Kapplication/octet-stream
pattern12.xbm.Z1988-Sep-23 23:35:570.1Kapplication/octet-stream
pattern13.xbm.Z1988-Sep-23 23:35:580.2Kapplication/octet-stream
pattern14.xbm.Z1988-Sep-23 23:36:000.2Kapplication/octet-stream
pattern15.xbm.Z1988-Sep-23 23:36:010.2Kapplication/octet-stream
pattern16.xbm.Z1988-Sep-23 23:36:030.2Kapplication/octet-stream
pattern17.xbm.Z1988-Sep-23 23:36:050.2Kapplication/octet-stream
pattern18.xbm.Z1988-Sep-23 23:36:070.2Kapplication/octet-stream
pattern19.xbm.Z1988-Sep-23 23:36:090.2Kapplication/octet-stream
pattern2.xbm.Z1988-Sep-23 23:36:100.2Kapplication/octet-stream
pattern20.xbm.Z1988-Sep-23 23:36:120.2Kapplication/octet-stream
pattern21.xbm.Z1988-Sep-23 23:36:130.3Kapplication/octet-stream
pattern22.xbm.Z1988-Sep-23 23:36:140.3Kapplication/octet-stream
pattern23.xbm.Z1988-Sep-23 23:36:160.2Kapplication/octet-stream
pattern24.xbm.Z1988-Sep-23 23:36:170.2Kapplication/octet-stream
pattern25.xbm.Z1988-Sep-23 23:36:200.3Kapplication/octet-stream
pattern26.xbm.Z1988-Sep-23 23:36:210.3Kapplication/octet-stream
pattern27.xbm.Z1988-Sep-23 23:36:230.3Kapplication/octet-stream
pattern28.xbm.Z1988-Sep-23 23:36:240.2Kapplication/octet-stream
pattern29.xbm.Z1988-Sep-23 23:36:260.2Kapplication/octet-stream
pattern3.xbm.Z1988-Sep-23 23:36:270.2Kapplication/octet-stream
pattern30.xbm.Z1988-Sep-23 23:36:290.3Kapplication/octet-stream
pattern31.xbm.Z1988-Sep-23 23:36:310.3Kapplication/octet-stream
pattern32.xbm.Z1988-Sep-23 23:36:320.2Kapplication/octet-stream
pattern33.xbm.Z1988-Sep-23 23:36:340.2Kapplication/octet-stream
pattern34.xbm.Z1988-Sep-23 23:36:350.2Kapplication/octet-stream
pattern35.xbm.Z1988-Sep-23 23:36:370.2Kapplication/octet-stream
pattern36.xbm.Z1988-Sep-23 23:36:390.2Kapplication/octet-stream
pattern37.xbm.Z1988-Sep-23 23:36:410.2Kapplication/octet-stream
pattern38.xbm.Z1988-Sep-23 23:36:430.2Kapplication/octet-stream
pattern39.xbm.Z1988-Sep-23 23:36:440.3Kapplication/octet-stream
pattern4.xbm.Z1988-Sep-23 23:36:450.2Kapplication/octet-stream
pattern40.xbm.Z1988-Sep-23 23:36:470.3Kapplication/octet-stream
pattern5.xbm.Z1988-Sep-23 23:36:480.2Kapplication/octet-stream
pattern6.xbm.Z1988-Sep-23 23:36:500.2Kapplication/octet-stream
pattern7.xbm.Z1988-Sep-23 23:36:510.2Kapplication/octet-stream
pattern8.xbm.Z1988-Sep-23 23:36:530.2Kapplication/octet-stream
pattern9.xbm.Z1988-Sep-23 23:36:540.2Kapplication/octet-stream
poly_f_command.xbm.Z1988-Sep-24 01:23:280.4Kapplication/octet-stream
poly_h_command.xbm.Z1988-Sep-24 01:23:300.4Kapplication/octet-stream
rectan_f_command.xbm.Z1988-Sep-24 01:23:310.3Kapplication/octet-stream
rectan_h_command.xbm.Z1988-Sep-24 01:23:330.3Kapplication/octet-stream
right_command.xbm.Z1988-Sep-24 01:23:350.4Kapplication/octet-stream
rotate_command.xbm.Z1988-Sep-24 01:23:360.5Kapplication/octet-stream
scale_command.xbm.Z1988-Sep-24 01:23:380.4Kapplication/octet-stream
sel_point_command.xbm.Z1988-Sep-24 01:23:400.3Kapplication/octet-stream
sel_point_cursor.xbm.Z1988-Sep-24 01:25:570.1Kapplication/octet-stream
sel_reg_command.xbm.Z1988-Sep-24 01:23:410.3Kapplication/octet-stream
text_command.xbm.Z1988-Sep-24 01:23:440.4Kapplication/octet-stream
text_cursor.xbm.Z1988-Sep-24 01:25:580.1Kapplication/octet-stream
touchup.xbm.Z1988-Sep-24 01:29:560.6Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/info.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/info.xbm.Z new file mode 100644 index 0000000..ab66ef2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/info.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/inverse_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/inverse_command.xbm.Z new file mode 100644 index 0000000..58e3d70 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/inverse_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_command.xbm.Z new file mode 100644 index 0000000..02f94e1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_cursor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_cursor.xbm.Z new file mode 100644 index 0000000..3e49f52 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/laso_cursor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/left_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/left_command.xbm.Z new file mode 100644 index 0000000..7107f7e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/left_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/line_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/line_command.xbm.Z new file mode 100644 index 0000000..5fd8493 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/line_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/mag_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/mag_command.xbm.Z new file mode 100644 index 0000000..3c390e9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/mag_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/move_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/move_command.xbm.Z new file mode 100644 index 0000000..41c5dd9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/move_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/oval_h_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/oval_h_command.xbm.Z new file mode 100644 index 0000000..eef401c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/oval_h_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_command.xbm.Z new file mode 100644 index 0000000..ca457d8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_cursor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_cursor.xbm.Z new file mode 100644 index 0000000..d6efb6f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paint_cursor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paste_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paste_command.xbm.Z new file mode 100644 index 0000000..b441ac9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/paste_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern1.xbm.Z new file mode 100644 index 0000000..57527df Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern10.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern10.xbm.Z new file mode 100644 index 0000000..4ace108 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern10.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF0IC3d(8 >L3h`84c@AFB B"& 9[b0"ҦJ:TVfzu+֮`zTlR[BU{֫۱_rw.Yv>z޼o ,al$^L3h`84c@AFB B"& 9[b0"ҦJ: V^M5 P,1UhҵS>KVZw۴Y= \s֋ݮxlVp 3UȠߵL2X̅3.yqЌ!;j9#[4ٵMLL3h`84c@AFB B"& 9[b0Ĉ"ҦJ:G V^M5) P,8UhҵS>KVZw۴Y= \s֋ݮxlVp 3UȠߵL2X̅3.yqЌ!;j9#[4ٵMLL3h`84c@AFB B"& 9[b0"ҦJ:G V^M5) P,1UhҵoeKػvn+_Op0+WxB|-u1ݬ3f)*aĨ6z1nj#=2eq떛7nxeJԭ+G޸ylb ;suׅO]̗C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern2.xbm.Z new file mode 100644 index 0000000..db1dd7f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern20.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern20.xbm.Z new file mode 100644 index 0000000..fbd4711 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern20.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF0IC3d(8 >L3h`84c@AFB B"& 9[b0"ҦJ:gV^M52P,3fUhҵoeKػvn+_Op0+WxB|-u1ݬ3f)*aĨ6z1nj#=2eq떛7nxeJԭ+G޸ylb ;suׅO]̗C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern21.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern21.xbm.Z new file mode 100644 index 0000000..acc5886 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern21.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern22.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern22.xbm.Z new file mode 100644 index 0000000..fb54d41 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern22.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern23.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern23.xbm.Z new file mode 100644 index 0000000..3317947 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern23.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern24.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern24.xbm.Z new file mode 100644 index 0000000..c32d144 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern24.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF4IC3d(8 >L3h`84c@AFB B"& 9[b0)"ҦJ: V^Mu*ԧ^FJQ8l@MVmRo;W.ݻv{^`NJZukad.˴oTwʘ){Y3]Ȋj0a^3ڳ̝cڵe[.;j֫}xemg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern25.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern25.xbm.Z new file mode 100644 index 0000000..5296bd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern25.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern26.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern26.xbm.Z new file mode 100644 index 0000000..94c32ad Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern26.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern27.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern27.xbm.Z new file mode 100644 index 0000000..da2ad68 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern27.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern28.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern28.xbm.Z new file mode 100644 index 0000000..210fd4f --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern28.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1MpСSF8IC3d(8 >L3h`84c@AFB B"& 9[b0"ҦJ:өV^+ׯOz533f&= VmƵ +7[i͢ެnp`%|Z}>kWnex:)_}!+81ÌK^l:WґfoW7gأEvMqQW=[vɛF8͡?g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern29.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern29.xbm.Z new file mode 100644 index 0000000..d9f3cdc --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern29.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF9IC3d(8 >L3h`84c@AFB B"& 9[b0"ҦJ: V^M5iP,1bUhҵS>K1PśToeoa<3@M-bIםU.ծUf:sYg" Ͷd)˗^° v,bȶO[U3ߚ~X8iWx:뵳㮝wνo&>ڸypOߝ7s}o<ںطL \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern3.xbm.Z new file mode 100644 index 0000000..969abd5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern30.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern30.xbm.Z new file mode 100644 index 0000000..caec1d3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern30.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern31.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern31.xbm.Z new file mode 100644 index 0000000..04c0685 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern31.xbm.Z @@ -0,0 +1,3 @@ +#Ȕ1MpСSF1IC3d(8 >L3h`84c@AFB B"& 9[b0Ѐ"ҦxdĀcjRcⰊ 5&XgqȀ +,PիVZ-صNưU*պ|r8׹xr4~j۴[j.'iL! m0i}&qVi2o9iƴ +j1Ҩa4nc^W6kXyaO:lnŻ%FcV*,owuݳdi\b0חgϱ5oTv\UT6F`v~%e^ag %Fc+Zw1 \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern32.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern32.xbm.Z new file mode 100644 index 0000000..cf2a962 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern32.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern33.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern33.xbm.Z new file mode 100644 index 0000000..d38f449 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern33.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern34.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern34.xbm.Z new file mode 100644 index 0000000..d774027 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern34.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF4IC3d(8 >L3h`84c@AFB B"& 9[b0"ҦJ: V^M5 P,aUhҵS>KOwMVj+FXn>,ܨJbbˎe"1ܳi߆\㾨۫{5L3h`84c@AFB B"& 9[b0")2M2u +5ҨO^u*V*٣\ӒUٶc;lWh k/[{ռq[81c#xʆ7;92e—3? og˟C칵i1;;Yv- \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern36.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern36.xbm.Z new file mode 100644 index 0000000..688ef14 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern36.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern37.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern37.xbm.Z new file mode 100644 index 0000000..b126e50 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern37.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MpСSF7IC3d(8 >L3h`84c@AFB B"& 9[b0Ԑ"ҦJ:FV^M5iP,5UhҵS>KVZw۴Y= \s֋ݮxlVp 3UȠߵL2X̅3.yqЌ!;j9#[4ٵMLL3h`84c@AFB B"& 9[b0"IahjUfPaR8դcĚhT˨j szݿQ׎ۤ16l61Vz#x3:ZR2z7 ўa5mZxpCnaNJdŻ8g!C.4ĆꜪ 2^>zQAM=* ϑraxG}x[`7[Z[fvS{5x߅ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern4.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern4.xbm.Z new file mode 100644 index 0000000..f0e56f9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern4.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern40.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern40.xbm.Z new file mode 100644 index 0000000..7c846bb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern40.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern5.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern5.xbm.Z new file mode 100644 index 0000000..13b7474 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern5.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern6.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern6.xbm.Z new file mode 100644 index 0000000..d5b16c4 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern6.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern7.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern7.xbm.Z new file mode 100644 index 0000000..46f096f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern7.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern8.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern8.xbm.Z new file mode 100644 index 0000000..6ace1de Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern8.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern9.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern9.xbm.Z new file mode 100644 index 0000000..bbecab8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/pattern9.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/poly_f_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/poly_f_command.xbm.Z new file mode 100644 index 0000000..13558d8 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/poly_f_command.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mpް̗;iA+-Ocl~#oqc,sw[hof!sk#qqHCk1]s$=OuPazTkq[e69|`_&u}%_ABa]8LuQUU^wQ]uP]%oI&X\ah7Fr:~ƞpځ8ԁu'Xɶ k!FV38'_ te{U\chwcvCff%v1Lu'ogCBf(h2Y&j)C\i^*ZAE\ +j1TSHSL \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/scale_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/scale_command.xbm.Z new file mode 100644 index 0000000..a87cbf3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/scale_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_command.xbm.Z new file mode 100644 index 0000000..6487fcf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_cursor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_cursor.xbm.Z new file mode 100644 index 0000000..ae3f7ce Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_point_cursor.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_reg_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_reg_command.xbm.Z new file mode 100644 index 0000000..ffbcf55 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/sel_reg_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_command.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_command.xbm.Z new file mode 100644 index 0000000..eb787bc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_command.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_cursor.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_cursor.xbm.Z new file mode 100644 index 0000000..8825355 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/text_cursor.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Msڄa 2x| 4 bPp` 6| 2iΠq:ab 0r*dD1iD{ LBTL^}jTT6ԲcZUjVokԹwM+ߴl:C \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/touchup.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/touchup.xbm.Z new file mode 100644 index 0000000..7afdfd2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/touchup/touchup.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/train1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/train1.xbm.Z new file mode 100644 index 0000000..e7cb3c9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/train1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/trek.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/trek.xbm.Z new file mode 100644 index 0000000..c4000cb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/trek.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/treman.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/treman.xbm.Z new file mode 100644 index 0000000..03bf63d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/treman.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/triangle.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/triangle.xbm.Z new file mode 100644 index 0000000..0750117 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/triangle.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tty.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tty.xbm.Z new file mode 100644 index 0000000..0d614d6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tty.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tvc15.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tvc15.xbm.Z new file mode 100644 index 0000000..23f2f0a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tvc15.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweety.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweety.xbm.Z new file mode 100644 index 0000000..781bd3b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweety.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweetysylvester.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweetysylvester.xbm.Z new file mode 100644 index 0000000..67c1106 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/tweetysylvester.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/two_fishes.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/two_fishes.xbm.Z new file mode 100644 index 0000000..7191eaf Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/two_fishes.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twodollar.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twodollar.xbm.Z new file mode 100644 index 0000000..2077f68 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twodollar.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twofish.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twofish.xbm.Z new file mode 100644 index 0000000..2c67308 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/twofish.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2.xbm.Z new file mode 100644 index 0000000..a50e30a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2_big.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2_big.xbm.Z new file mode 100644 index 0000000..6eb5115 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/u2_big.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ucseal.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ucseal.xbm.Z new file mode 100644 index 0000000..97df46d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/ucseal.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/underground1.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/underground1.Z new file mode 100644 index 0000000..9ad347d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/underground1.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn.xbm.Z new file mode 100644 index 0000000..6ea033f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn2.xbm.Z new file mode 100644 index 0000000..9467c9f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unicorn2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unixman.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unixman.xbm.Z new file mode 100644 index 0000000..d0b1ac2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/unixman.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/uwmadison.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/uwmadison.xbm.Z new file mode 100644 index 0000000..c6abc14 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/uwmadison.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mu C&͜7nIC4p(8 >L3h`8N:iƀ& +:EL:st `RN6}:UjTTVQF`œ)ҧ2ZlWjH;Uk3cZwmWixܪ1p3՜`b1*U5 ՙtW͜V:s9J߈*CxTCvQk4-#LTQ@W:Fx272 2mvd<ՎYGZ`f!7`1xFCm ^yР}jaY " UeFWV"~ bnjWlJڍO5({ݧl d\u}a ʰ .ub1tUZUeGr~9Vyx7n|q&zÆ]I)'xaٝKnCiݗkBye$*!kdYघgXI`YPlbǍ:R榝 oZkTbu4]YAQ &VxѰ` F;-CΊ \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valentine.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valentine.xbm.Z new file mode 100644 index 0000000..8423e2b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valentine.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valkyrie.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valkyrie.xbm.Z new file mode 100644 index 0000000..1ba57b0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/valkyrie.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna.xbm.Z new file mode 100644 index 0000000..d572851 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna2.xbm.Z new file mode 100644 index 0000000..d5c6c3c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vanna2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venn.xbm.Z new file mode 100644 index 0000000..839c58c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venus.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venus.xbm.Z new file mode 100644 index 0000000..e6c1593 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/venus.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veretek.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veretek.xbm.Z new file mode 100644 index 0000000..59c1345 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veretek.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veritech.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veritech.xbm.Z new file mode 100644 index 0000000..69ec153 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/veritech.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/verybigmark.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/verybigmark.xbm.Z new file mode 100644 index 0000000..98ba387 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/verybigmark.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/virgil.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/virgil.xbm.Z new file mode 100644 index 0000000..f07e5ea Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/virgil.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt100.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt100.xbm.Z new file mode 100644 index 0000000..96cfee6 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt100.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt102.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt102.xbm.Z new file mode 100644 index 0000000..42d9ae5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt102.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt220.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt220.xbm.Z new file mode 100644 index 0000000..43f2f79 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vt220.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vtube.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vtube.xbm.Z new file mode 100644 index 0000000..af71d8b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/vtube.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/washington.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/washington.xbm.Z new file mode 100644 index 0000000..8dabb20 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/washington.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/watchmen.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/watchmen.xbm.Z new file mode 100644 index 0000000..559a5fc Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/watchmen.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall.xbm.Z new file mode 100644 index 0000000..c8169bd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall2.xbm.Z new file mode 100644 index 0000000..53a43d2 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waterfall2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves1.xbm.Z new file mode 100644 index 0000000..8ad423d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves2.xbm.Z new file mode 100644 index 0000000..e62efcd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/waves2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/weirdscience.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/weirdscience.xbm.Z new file mode 100644 index 0000000..4fb5bf7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/weirdscience.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wesley.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wesley.xbm.Z new file mode 100644 index 0000000..d3df2c8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wesley.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/whitedragon.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/whitedragon.xbm.Z new file mode 100644 index 0000000..a15f82c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/whitedragon.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wild_things.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wild_things.xbm.Z new file mode 100644 index 0000000..c4bcc76 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wild_things.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizards.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizards.xbm.Z new file mode 100644 index 0000000..cb99fe3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizards.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizpic.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizpic.xbm.Z new file mode 100644 index 0000000..85f0b84 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wizpic.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woman_with_ban.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woman_with_ban.xbm.Z new file mode 100644 index 0000000..535fbc7 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woman_with_ban.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woodduck.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woodduck.xbm.Z new file mode 100644 index 0000000..9c48492 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/woodduck.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/working.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/working.xbm.Z new file mode 100644 index 0000000..33f0eb8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/working.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrath_head.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrath_head.xbm.Z new file mode 100644 index 0000000..b531622 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrath_head.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wring.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wring.xbm.Z new file mode 100644 index 0000000..6de798b Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wring.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/write_file.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/write_file.xbm.Z new file mode 100644 index 0000000..8baa02c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/write_file.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrwatch.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrwatch.xbm.Z new file mode 100644 index 0000000..ae40e63 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/wrwatch.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xconq.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xconq.xbm.Z new file mode 100644 index 0000000..d44fcbd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xconq.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xerox.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xerox.xbm.Z new file mode 100644 index 0000000..d2887a3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xerox.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xim.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xim.xbm.Z new file mode 100644 index 0000000..eacfaeb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xim.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xmille.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xmille.xbm.Z new file mode 100644 index 0000000..7354826 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xmille.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xrn.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xrn.xbm.Z new file mode 100644 index 0000000..1fad237 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xrn.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xterm.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xterm.xbm.Z new file mode 100644 index 0000000..322d969 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xterm.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide.xbm.Z new file mode 100644 index 0000000..ccfc378 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide_t.xbm.Z new file mode 100644 index 0000000..2291f26 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/backslide_t.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MbŒY3M_|1l(8 >, 2iΠQ:ab 0r*dD1iD{ LBm*cԨ4>C[*ex4jZ1Fjֺ\^,ڊg \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick.xbm.Z new file mode 100644 index 0000000..082198e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick_t.xbm.Z new file mode 100644 index 0000000..35c3c40 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/brick_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage.xbm.Z new file mode 100644 index 0000000..44f3fac Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage_t.xbm.Z new file mode 100644 index 0000000..8f007bc --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/cage_t.xbm.Z @@ -0,0 +1,2 @@ +#Ȕ1Mcœ)Η;iA" רU**O׺0>Jvoس~^g \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/index.html b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/index.html new file mode 100644 index 0000000..d40f7ff --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/index.html @@ -0,0 +1,73 @@ + + + + +Index of /pub/graphics/poskbitmaps/xwanderer/ + + + +

Index of /pub/graphics/poskbitmaps/xwanderer/

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLast ModifiedSizeType
Parent Directory/ -  Directory
backslide.xbm.Z1988-Oct-29 17:46:210.4Kapplication/octet-stream
backslide_t.xbm.Z1988-Oct-29 17:46:210.1Kapplication/octet-stream
brick.xbm.Z1988-Oct-29 17:46:220.6Kapplication/octet-stream
brick_t.xbm.Z1988-Oct-29 17:46:230.1Kapplication/octet-stream
cage.xbm.Z1988-Oct-29 17:46:240.5Kapplication/octet-stream
cage_t.xbm.Z1988-Oct-29 17:46:250.1Kapplication/octet-stream
diamond.xbm.Z1988-Oct-29 17:46:260.6Kapplication/octet-stream
diamond_t.xbm.Z1988-Oct-29 17:46:270.1Kapplication/octet-stream
dirt.xbm.Z1988-Oct-29 17:46:270.6Kapplication/octet-stream
dirt_t.xbm.Z1988-Oct-29 17:46:280.1Kapplication/octet-stream
fwdslide.xbm.Z1988-Oct-29 17:46:290.4Kapplication/octet-stream
fwdslide_t.xbm.Z1988-Oct-29 17:46:300.1Kapplication/octet-stream
landmine.xbm.Z1988-Oct-29 17:46:310.5Kapplication/octet-stream
landmine_t.xbm.Z1988-Oct-29 17:46:310.1Kapplication/octet-stream
larrow.xbm.Z1988-Oct-29 17:46:320.4Kapplication/octet-stream
larrow_t.xbm.Z1988-Oct-29 17:46:330.1Kapplication/octet-stream
monster.xbm.Z1988-Oct-29 17:46:340.7Kapplication/octet-stream
monster_t.xbm.Z1988-Oct-29 17:46:340.1Kapplication/octet-stream
player.xbm.Z1988-Oct-29 17:46:350.8Kapplication/octet-stream
player_t.xbm.Z1988-Oct-29 17:46:360.1Kapplication/octet-stream
playerl.xbm.Z1988-Oct-29 17:46:370.8Kapplication/octet-stream
playerr.xbm.Z1988-Oct-29 17:46:380.8Kapplication/octet-stream
rarrow.xbm.Z1988-Oct-29 17:46:390.4Kapplication/octet-stream
rarrow_t.xbm.Z1988-Oct-29 17:46:400.1Kapplication/octet-stream
rock.xbm.Z1988-Oct-29 17:46:410.9Kapplication/octet-stream
rock_t.xbm.Z1988-Oct-29 17:46:420.1Kapplication/octet-stream
space.xbm.Z1988-Oct-29 17:46:430.3Kapplication/octet-stream
space_t.xbm.Z1988-Oct-29 17:46:430.1Kapplication/octet-stream
sprite.xbm.Z1988-Oct-29 17:46:440.7Kapplication/octet-stream
sprite_t.xbm.Z1988-Oct-29 17:46:450.1Kapplication/octet-stream
teleport.xbm.Z1988-Oct-29 17:46:460.6Kapplication/octet-stream
teleport_t.xbm.Z1988-Oct-29 17:46:460.1Kapplication/octet-stream
timecapsule.xbm.Z1988-Oct-29 17:46:470.6Kapplication/octet-stream
timecapsule_t.xbm.Z1988-Oct-29 17:46:480.1Kapplication/octet-stream
wall.xbm.Z1988-Oct-29 17:46:490.4Kapplication/octet-stream
wall_t.xbm.Z1988-Oct-29 17:46:500.1Kapplication/octet-stream
wayout.xbm.Z1988-Oct-29 17:46:500.5Kapplication/octet-stream
wayout_t.xbm.Z1988-Oct-29 17:46:510.1Kapplication/octet-stream
whoops.xbm.Z1988-Oct-29 17:46:520.6Kapplication/octet-stream
whoops_t.xbm.Z1988-Oct-29 17:46:530.1Kapplication/octet-stream
+
+
lighttpd/1.4.31
+ + diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine.xbm.Z new file mode 100644 index 0000000..8f38eda Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine_t.xbm.Z new file mode 100644 index 0000000..29a2c6a --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/landmine_t.xbm.Z @@ -0,0 +1 @@ +#Ȕ1Ml¸!Ӧ`/tIC1l(8!B BL3h`8N:iƀ& )& 9[b0"ҦJ:Ӥ8^#U`:+Icf֨u֕!n1u: \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow.xbm.Z new file mode 100644 index 0000000..ecb8580 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow_t.xbm.Z new file mode 100644 index 0000000..b186284 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/larrow_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster.xbm.Z new file mode 100644 index 0000000..62597fd Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster_t.xbm.Z new file mode 100644 index 0000000..9d9cb57 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/monster_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player.xbm.Z new file mode 100644 index 0000000..0059fef Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player_t.xbm.Z new file mode 100644 index 0000000..416903f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/player_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerl.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerl.xbm.Z new file mode 100644 index 0000000..efc6756 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerl.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerr.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerr.xbm.Z new file mode 100644 index 0000000..2f60bb1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/playerr.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow.xbm.Z new file mode 100644 index 0000000..1be9d05 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow_t.xbm.Z new file mode 100644 index 0000000..cfb16d9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rarrow_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock.xbm.Z new file mode 100644 index 0000000..7bd77c0 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock_t.xbm.Z new file mode 100644 index 0000000..bc64b43 --- /dev/null +++ b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/rock_t.xbm.Z @@ -0,0 +1 @@ +#Ȕ1MrތYΗ;iA" 5KVLXG^ + \ No newline at end of file diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout.xbm.Z new file mode 100644 index 0000000..9e54a2c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout_t.xbm.Z new file mode 100644 index 0000000..6fb7fba Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/wayout_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops.xbm.Z new file mode 100644 index 0000000..7cb27d9 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops_t.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops_t.xbm.Z new file mode 100644 index 0000000..97e27c5 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/xwanderer/whoops_t.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yafa.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yafa.xbm.Z new file mode 100644 index 0000000..0a8c513 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yafa.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamaha2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamaha2.xbm.Z new file mode 100644 index 0000000..a66ee4a Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamaha2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamato.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamato.xbm.Z new file mode 100644 index 0000000..b52dbc3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yamato.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yellowpages.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yellowpages.xbm.Z new file mode 100644 index 0000000..44a0cd1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yellowpages.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yield.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yield.xbm.Z new file mode 100644 index 0000000..d9d364c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yield.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang1.xbm.Z new file mode 100644 index 0000000..da10a4f Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang2.xbm.Z new file mode 100644 index 0000000..619da14 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yin_yang2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda.xbm.Z new file mode 100644 index 0000000..7d3f69d Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda2.xbm.Z new file mode 100644 index 0000000..3b5ed07 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoda2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yogi.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yogi.xbm.Z new file mode 100644 index 0000000..b184037 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yogi.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yosemite.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yosemite.xbm.Z new file mode 100644 index 0000000..6660023 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yosemite.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoyodyne.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoyodyne.xbm.Z new file mode 100644 index 0000000..67a6cd8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yoyodyne.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri1.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri1.xbm.Z new file mode 100644 index 0000000..74dc14c Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri1.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri2.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri2.xbm.Z new file mode 100644 index 0000000..3b72354 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri2.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri3.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri3.xbm.Z new file mode 100644 index 0000000..996ded8 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/yuri3.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/z_gundam.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/z_gundam.xbm.Z new file mode 100644 index 0000000..a959555 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/z_gundam.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zapata.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zapata.xbm.Z new file mode 100644 index 0000000..7533428 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zapata.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zebragrl.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zebragrl.xbm.Z new file mode 100644 index 0000000..5f2cea1 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zebragrl.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zeta_logo.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zeta_logo.xbm.Z new file mode 100644 index 0000000..020735e Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zeta_logo.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zip.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zip.xbm.Z new file mode 100644 index 0000000..14562a3 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zip.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zippy.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zippy.xbm.Z new file mode 100644 index 0000000..12acbcb Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zippy.xbm.Z differ diff --git a/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zonk.xbm.Z b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zonk.xbm.Z new file mode 100644 index 0000000..3b5f556 Binary files /dev/null and b/Bitmaps/ftp.cse.buffalo.edu/poskbitmaps/zonk.xbm.Z differ diff --git a/README.md b/README.md index 529d1c1..0dbafd0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ A raw dump of all of my collected tiled/retro images. ### Lots of credit to John Duncan (https://github.com/JohnDDuncanIII), whose archives were the base for over half of these folders and images. Folders collected by him will be marked with [J]. -Also thanks to lazy, miles, Susan Kare, and others. +Also thanks to lazy, miles, Susan Kare, buffalo.edu, martin@freaknet.org, and others. If you want credit or want any of these images taken down, please contact me