Source Code
As is required of a nerdy website, I hereby present the source code for several small programs that I have written. Some are licensed under the GNU GPL, and the rest are under an implied "do whatever the Tartarus you want with them" license. Also, the programs presented here are simply the ones that I feel are noteworthy; other, less noteworthy programs can be found in my Gopherspace.
- deaths.pl — a Perl script for listing all of the different causes of death recorded in a NetHack logfile along with their frequencies
- jboval — Perl programs & modules for searching the official Lojban word lists and for creating lujvo, along with a couple other tasks
- listdir — recursively list the contents of a directory. Yes, I know that other programs can already do this, but this is intended for use by non-MetaARPA members on SDF who can't use find(1).
- Psych — yet another Brainf*ck interpreter
- rsacrypt — This program uses the OpenSSL library to perform RSA encryption or decryption on a file of arbitrary length by encrypting/decrypting it a block at a time. There are probably other programs out there that already do this, but I can't find them.
- Verity — a program for generating truth tables of logical statements (now with PostScript output!)
- xattr — a program for manipulating the extended attributes on files under recent versions of Mac OS X