Projects
Everything noteworthy I've made relating to computer programming.

Android app made for tracking data in a poker tournament: M-factor, chip stack state, etc.

Available on the Google Play store.
HTML version of the Simple Poker Tracker app, hosted on this site as a webpage.

Has the same functionality as the Android version: track game state, round time, stack values, etc.
Python CGI program that reads data from a flat CSV.txt database and outputs a magic spell with randomized effects.

Suitable for tabletop RPG systems such as D&D, Pathfinder, etc.
Linux C program that writes and reads data in a circular buffer to generate a histogram.

Uses inter-process communication, multi-threading, and semaphores.