Code

Dropbox is a tool that allows users to sync files between multiple computers (and "Dropbox's Secure Servers"). There are clients for Windows, OS X, and Linux, although the Linux client only really supports GNOME; the official packages provide a modified version...

Windows Binaries

A simple program that will call mplayer and lame to convert all .WMA files in the current directory into .mp3 files. MPlayer and LAME must be accessible, either in the same dir as the program or in %PATH% somewhere. Place this program in %PATH% and call it...

What this program does: Resolves and adds a host to /etc/hosts. Good for speeding up DNS for frequently used hosts, or for adding custom hosts with the same IP as a current one.

An extention for the graph class that allows you to add labeled points. You can also create rays and lines between two labeled points. Include AFTER including the graph file, then initiate it with

This is a class to create graphs. You can plot Linear or quadratic equations, line segments, circles, etc. The background on this page and my avatar in the news on this site was made using this class.

This is a simple program I made for a C coding challenge. I went beyond it, however. I added command line switches, etc.

This is a class for accessing MySQL. There's like 100 out there, but I like writing my own things, so I did.