These are various little programs that I wrote, some mainly for
the purposes of giving away. Most of them are lacking in
documentation, though, so until I get around to writing some,
you'll have to look through the source to figure out how to use
them. Unless stated otherwise, these programs are not bound by any
licenses, and you can do whatever the Tartarus you want with them.
(TXT) LICENCE - the GNU GPL v3, under which some of these programs are licensed
(TXT) animascii.pl - generate a curses animation from a set of ASCII frames
(BIN) anim01.tgz - set of example frames for use with animascii.pl
(TXT) bit2txt.pl - convert binary (base 2) numbers to text
(TXT) deaths.pl - list unique NetHack deaths, sorted by frequency
(TXT) doomClock.c - Count down to Y2K38
(TXT) filetypes.pl - count the filetype frequencies in a directory by extension
(TXT) finbin.pl - find binaries in the user's PATH
(TXT) gpl3ify.pl - apply GNU GPL v3 notices to source code
(TXT) limits.c - displays the builtin ranges for C datatypes
(BIN) listdir.tgz - lists all contents of a directory recursively
(TXT) mandel.c - generates bad PostScript images of portions of the Mandelbrot set
(TXT) mathwiz.c - quiz yourself with basic math problems
(TXT) nhlog.pl - display certain NetHack statistics
(TXT) primes.c - list prime numbers
(TXT) print.pl - generate & typeset a TeX document from a plain text file
(BIN) Psych - a Brainf*ck interpreter
(TXT) roll.pl - roll di(c)e specified in XdY format
(TXT) rollAbility.pl - generate an ability score for a D&D/d20 character
(TXT) rsacrypt.c - OpenSSL wrapper for RSA-encrypting a file
(TXT) schedule.pl - make a PostScript chart for a weekly schedule
(TXT) sierpinski.pl - generate a PostScript Sierpinski triangle
(TXT) txt2html.pl - convert a text file to HTML
(BIN) Verity - truth-table generator
(BIN) xattr - extended attributes manipulator for Mac OS X