Programming Projects
jCryptanalyzer
![]() jCryptanalyzer is a small collection of command line cryptographic tools, originally to help me solve cryptography homework problems quickly, I add functionality whenever I'm bored. Currently, jCryptanalyzer can:
Download: (Source and binary) jCryptanalyzer_v0.3 :: jCryptalayzer.tar.gz |
ALINE Check-in Helper
![]() Aline Check-in Helper is an offline event check in system, designed for use where no internet access is available. It uses a local MySQL database, and exports its data to a remote server once connected to the internet.
|
Mandelbrot Generator
![]() This is a simple Java application that generates a beautiful graphical representation of the Mandelbrot set. Download compiled binary: Mandelbrot_Generator_v1.0 :: Mandelbrot.tar.gz |
|
Alliances
An exploration of graph theory, this command line program represents hypothetical countries and their allegiances to each other in a multi-node/multi-hub enviornment, and includes
several functions for different graph search algorithms. More soon.
|
|
Maze
An exploration of artificial ordered chaos. This program generates a random, solvable maze of user specified dimensions. As a bonus,
it's also a fully functional maze game, where the user can play through the randomly generated maze.
Includes scoring based on number of wrong turns and high score count.
|
|
SpaceShips
An exploration of Java GUI development and Object Oriented Programming, as well as real time collision detection.
This application is a primitive emulation of the popular game Asteroids. It is a fully functional version of the game, minus the pretty graphics. More soon. |


