Here are links to programs and utilities that I wrote. The newest ones are listed first.
epubstool - Epubstool is a utility to convert a directory of .epub files to a set of web pages. The purpose is to make the files accessible to obsolete computers that have a web browser, but no .epub reader.
djvu2x - DJVU2X is an application to view DJVU files on the GP2X, which is a small computer that runs Linux on two AA batteries.
djvuresize - DJVU is an image format used to store books on archive.org. The books are often archived at high quality and resolution, which slows down the display on small devices with ARM processors. I wrote this tool to resize the files and make them display more quickly. This tool will resize the document several pages at a time in parallel, to take advantage of multi-core processors.
webxspf - Public domain player that plays an XSPF play list of Ogg Vorbis songs in Firefox. For example usage, click a button labeled "Play in firefox" on the following page. netmusic.html
Set - Wrote a solitaire version of The Game of Set that can be played in a web browser.
pentcl - Ported the Perl PostScript::Simple module to JavaScript, Lua, PHP, and TCL as an exercise. I removed file operations from the PostScript class to make it more portable.
pysf - Public domain utility that will convert a soundfont file to an XML configuration file and a collection of .wav files. It also converts in the other direction, making it a good low level soundfont editor. This can be used to transmit a change to a soundfont file without transmitting the entire soundfont. My goal was to be able to create computer instruments for my MIDI keyboard.
sfubar - Predecessor to pysf, written in C rather than Python. Also public domain. Used in bmidi mtowave.
pat2raw - Public domain utility to convert GUS patches to raw audio files.
maptoy - I wrote this application in TCL/TK. I fit the application and a complete set of topographic maps for Oregon on a 1:100000 scale onto a DVD. The application runs on Linux, Macintosh, and Windows. The maps are stored as a couple thousand image files, and maptoy presents these as a single continuous map. It uses HTML and CSS print media to paginate the output and print a selected area in sections on a normal color printer. Not available for download due to the size, but feel free to contact me for a copy of the DVD. My goal was to print my own hiking maps.
ucs2any - Font conversion utility. Written in C to help remove Perl from the X build process.
atactl - I did not write atactl, but I added support for the SMART feature on IDE hard drives. As you can see from the CVS log, the NetBSD folks had to fix several bugs in my code. My goal was to configure a more reliable mail server.
boafkjv.zip - In the late 90's I wrote a minimal C library and modified the bzip2 library to be able to seek within the compressed file. I included a floppy format utility and a small program to navigate chapters and search the King James Version of the Bible. The result was Bible On A Floppy, and it could copy itself to another floppy.
bomberman - In the mid 90's I used a SuperNES emulator to take screen shots and rip the graphics from Bomberman. I forward-ported the MS-DOS Mikmod code, because at the time it was dropped from the Mikmod sources. I also integrated Mikmod with the Allegro library and DJGPP. The result was a multi-player bomberman clone that looked and sounded nice. My goal was to get some experience with GCC and game programming, because a friend invited me to help develop a Playstation game project he was involved in. I do not distribute it because it would violate copyright law.