|
|
These projects represent my homework and small projects that likely no one else will really want to look at. If you do though, feel free to suggest any improvements or use the code for the base of your own project. I'm most proud of the Configs files as I use them on every new Linux/Solaris/Mac OS X computer I create a new user on. Just one SVN checkout and I can have all my shortcuts and aliases right there. That's efficiency!
Configs
This project is a collection of my configuration file for bash and emacs that reside in the home folder on Unix-like operating systems (Linux, Solaris, and Mac OS X in my case). It also has a Python script to make symbolic links to these files in the users home directory. That way, you can update this checked-out project to the latest version and all the linked files are automatically updated.
Purlieus 500
This is a completed project for a microcontroller class we had in 2006. It is an assembly language program for an HC9S12 microcontroller, which parses a stream of NMEA input data from a GPS, and lights up LEDs corresponding to the correct direction you wish to go. I'm pretty proud of the code segmentation and the string parsing. code
Final Project
This is the base of my final project for my Electronic Systems Engineering degree. We haven't decided on a topic yet, but several ideas are present in the wiki page, and some directory structure has already been created.
