added buffalo.edu and martin@freaknet

This commit is contained in:
wallace-aph
2017-10-19 12:40:28 -04:00
parent 1d781f0b0a
commit 6b32deaffc
2439 changed files with 23928 additions and 1 deletions

View File

@@ -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,
};