All projects
Music Collection
A web application that I use to record and show information on all the discs that I own. This is primarily focused around the concept of owning an LP/EP/CD/DVD as opposed to purchasing single tracks (eg. off iTunes).Music Collection Project Page
University of Alberta Space Elevator Racing Team
An attempt to construct a scale laser-powered elevator that ascends along a 1km vertical cable for the Spaceward Power Beaming Competition.
Space Elevator Games
UASERT Blog
D&D Kill Counter
A cross-platform java application that uses SWT to create a GUI. Supports limited session statistics, different characters, multiple encounters, and save/load. I plan to add website upload and stat graphing in the future.
DEAD LINK
Bandwidth Tracker
A small linux application that listens on an interface to determine and graph how much bandwidth is being used. It uses the pcap library (libpcap) to force the interface into promiscuous mode and parse each incoming packet quickly to determine source, destination, and size. Packets transferred in between local addresses are ignored.
DEAD LINK
Password Generator
A shell based password generator to generate pseudo-random passwords. Options are available to specify length of passwords, number of passwords to generate, and character groups to include/exclude. Right now, I'm not working on this but plan on adding the following features in the future:
- Checks against a dictionary
- Encryption of memory contents
- More random method of determining passwords