Skip to content

Instantly share code, notes, and snippets.

This repository is purely a staging one for converting Eternity from Subversion to Git. As the process is refined, force-pushes may happen frequently. Do not depend on it having stable references.

Authors

The author mapping file for this repository is still yet incomplete, the version currently used was:

@chungy
chungy / zsnes.authors
Created December 28, 2013 03:25
zsnes.authors
z_demo_z = _Demo_ <z_demo_z@users.sourceforge.net>
diablo-d3 = Diablo-D3 <Diablo-D3>
esaelon = esaelon <esaelon>
grinvader = grinvader <grinvader>
hpsolo = hpsolo <hpsolo>
ipher = ipher <ipher>
jbo_85 = jbo_85 <jbo_85>
mkendora = MKendora <MKendora>
n-a-c-h = Nach <Nach>
pagefault = pagefault <pagefault>
@chungy
chungy / umsdos_format.txt
Created December 8, 2013 02:29
Technical information about UMSDOS.
UMSDOS uses a fairly simple system to store metadata information in
the --LINUX-.--- files. Each full metadata block is a multiple of 64
bytes, up to 256 bytes, depending on the length of the filename.
UMSDOS uses a deterministic way to convert Linux filenames into
MS-DOS-compatible 8.3 style names, handling situations like
case-sensitivity, uniqueness when the filenames differ after the 8th
character, special filenames not allowed on MS-DOS and FAT, and so on.
It allows a fairly full set of typical POSIX functionality, only
lacking sparse file support (which would be impossible to implement
@chungy
chungy / conf.def.h.patch
Created November 25, 2013 21:24
my st customization
diff --git a/config.def.h b/config.def.h
index 2a7e098..f6d367f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
+static char font[] = "DejaVu Sans Mono-10";