URI: 
       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.
       
  TEXT LICENCE - the GNU GPL v3, under which some of these programs are licensed
  TEXT animascii.pl - generate a curses animation from a set of ASCII frames
   BIN anim01.tgz - set of example frames for use with animascii.pl
  TEXT bit2txt.pl - convert binary (base 2) numbers to text
  TEXT deaths.pl - list unique NetHack deaths, sorted by frequency
  TEXT doomClock.c - Count down to Y2K38
  TEXT filetypes.pl - count the filetype frequencies in a directory by extension
  TEXT finbin.pl - find binaries in the user's PATH
  TEXT gpl3ify.pl - apply GNU GPL v3 notices to source code
  TEXT limits.c - displays the builtin ranges for C datatypes
   BIN listdir.tgz - lists all contents of a directory recursively
  TEXT mandel.c - generates bad PostScript images of portions of the Mandelbrot set
  TEXT mathwiz.c - quiz yourself with basic math problems
  TEXT nhlog.pl - display certain NetHack statistics
  TEXT primes.c - list prime numbers
  TEXT print.pl - generate & typeset a TeX document from a plain text file
   BIN Psych - a Brainf*ck interpreter
  TEXT roll.pl - roll di(c)e specified in XdY format
  TEXT rollAbility.pl - generate an ability score for a D&D/d20 character
  TEXT rsacrypt.c - OpenSSL wrapper for RSA-encrypting a file
  TEXT schedule.pl - make a PostScript chart for a weekly schedule
  TEXT sierpinski.pl - generate a PostScript Sierpinski triangle
  TEXT txt2html.pl - convert a text file to HTML
   BIN Verity - truth-table generator
   BIN xattr - extended attributes manipulator for Mac OS X