Never question the size of Ice Cube's balls!

Projects

All of the programs/projects I list here are released under the GPLv2. Click the program title for its own project page.

gendecl, an Automatic Declaration Generator for FreeBASIC
This command-line program will generate a list of all declaration statements for your FreeBASIC source code. It supports multiple files and works by scanning the files for any subs or functions and generating their necessary declarations. All data is sent to standard output, so that it may be redirected as necessary.

This program was written in FreeBASIC.
sh4tool, a Program to Try and Extract Audio Data from Silent Hill 4 Audio Files
This command-line program is very simple. It takes a Silent Hill 4 audio archive and simply searches for WAV file headers. Upon finding them, it writes the data to an automatically-named file, and closes the files as necessary. Maybe someone can improve upon my code a bit and get it to extract all audio data from all Silent Hill 4 data files.

This program was written in C.
readfrom, a Utility to Read Data From a File to Standard Output
This command-line program will begin reading a file at the offset specified, outputting each byte until the output size hits the length defined by the user.

This program was written in C.
Skippy (version 1.1), a Skip-bo Clone for Windows and GNU/Linux (Binary available for Windows only.)
I love the card game Skip-bo, and I was dissatisfied that nobody would play it with me. I found a version of it for the PC, but it lacked the quality feel I require in all of the programs I use. I decided to try my own hand at writing my own version of it, and it turned out quite well.

It's written in FreeBASIC and uses the SDL graphics library.

Please submit any bugs to me (see my About page for details) or feel free to modify the code yourself, provided you make this code available to everyone else.