Programs
Desktop Application ASCII Maze 1.1
ASCII Maze. Write a program that reads in a simple 2-D ASCII maze and outputs the same maze, but with the solution filled in.

Desktop Application Anigma 2.1.1
Anigma is a colorful arcade logic game. Players navigate the blocks around and when two or more similar blocks are next to each other, they will disappear. The goal is to eliminate all blocks on the given level. Beside colored blocks there are other various objects the player can interact with. This includes elevators, disappearing trap-blocks, fire pits etc...

Category Desktop Application Archive
The source archive is filled with code and applications that are no longer in use or development. Some of them aren't complete, some are obsolete, and some are simply little custom applications I wrote to solve a problem, but are no longer needed.

Desktop Application DistccPPCKnoppix 0.0.9
DistccPPCKnoppix is a Knoppix distribution that contains distcc servers for both Linux x86 and OSX ppc compiling. With it you can utilize your extra x86 computers to build Linux x86 and OSX PPC binaries.

Desktop Application FtpModel 1.0
This is a ftpmodel written for Trolltech's Qt version 4.2 or later. The model demonstrates how to populate branches in a tree on the fly. When the user clicks to open a folder fetchMore() will then query for the list of the contents of that directory. The model wraps QFtp. This is just a demo! It doesn't implement renaming, drag/drop, or any convenience for uploading/downloading files. But those can be added without much work if you want to take this and use it.

JavaScript Genetic Algorithm 1.0
A small page showing off a genetic algorithm implementation in JavaScript. The algorithm takes the JavaScript object from the text box and determine what values should be passed to the fitness function to produce the smallest resulting value.

Desktop Application JukQuiz 1.1
A quiz game designed to test the knowledge of your music collection. JukQuiz will play a random song (that is in Juk's collection) and present you with a number of song title to guess from. It gives you around ten seconds to try to guess the song, disabling incorrect options as the seconds go by. JukQuiz is a fun little addictive game that lets you see how well you know your music.

Desktop Application KAudioCreator 0.99
KAudioCreator is a front-end tool for ripping audio CDs and encoding the wav files using your favorite encoder. Based upon KDE it combines the look and feel of your desktop with the power and flexibility of the command line tools.

Desktop Application KAutoConfig 1.5
Do you want to add a full fledged configure dialog to your Qt application by only writing one, twenty line function? If so than the KAutoConfig library is what you want.

Desktop Application KBinaryClock 1.0
KBinaryClock is a panel applet for KDE that displays the current time in binary.

Desktop Application Kinkatta 1.01
Kinkatta is an instant messenger for AOL. Kinkatta is released under the GPL and LGPL license. Kinkatta's uses the QT and KDE libraries. There is a QT branch in the cvs for those that wish to only use QT.

Desktop Application NetflixRecommenderFramework 0.3
A small C++ framework that lets you hopefully think about the algorithm and not how to fit the database in your memory. For more information about the netflix prize visit: http://www.netflixprize.com/

Desktop Application Nine 1.0
Combining nine 9s with any number of the operators +, -, *, /, (, ) , what is the smallest positive integer that cannot be expressed?

Desktop Application PHPQuickGallery 1.9
PHPQuickGallery is the solution for those who want to have a simple, easy to manage web gallery. Adding new photos or galleries is as simple as creating directories and copying in the files (You could keep them there, but you do have backups of your photos right?). PHPQuickGallery doesn't require the user to add the photos to a database, go through some web form, or have a script run to create new web pages. PHPQuickGallery will automatically detect and display anything new that is added.

ToyBin.org 1.0
ToyBin.org is a small site that was created to provide a searchable index for all the generation one transformer toys.

The website revolves around the photographs. After cleaning up the photos, they were organized to match the original toy catalogs. Each photo got tags stored in the exif information. The actual site is really just one web page that has two modes. The first mode that will show a lot of thumbnails from a lot of categories and then the second mode is shows large photos for a single category. The search was done in off all things bash. Using unix command tools searching is quite easy once the reverse index has been created.

The interesting side of the site has been bouncing around. Every photos tags are hyperlinked so you can see what else shows up with it. But probably what I have enjoyed the most surprisingly is the toy of the day rss feed, each day checking out that days toys. I played around with ebay and got it to display links to current ebay auctions of the toy you are looking at. Sometimes the ebay items are very interesting themselves (prototypes etc).

Desktop Application mp3Librarian 1.3
mp3Librarian is a collection of tools to help you organize, tag, and propagate your mp3's. Mp3Librarian is made up from three applications:
-mp3librarian - A tool to automatically tag mp3 files that are sorted into albums. It does this by using the location of the file in the file system as the bases for the correct id3tags. It also has other album checking capabilities built in.
-mp3CollectionCreator - A tool to create a listing of albums that are composed of mp3's.
-mp3Grabber - A tool to compare two mp3CollectionCreator files and grab any new albums.