Projects


My Resume


Work


Texas Title Network
The Texas Title Network is your one stop shop for all your title needs in Texas. We are open when you are and focused on closing your loans!


ATC Freightliner
Driven by our customer's search for ever increasing efficiency and productivity, the ATC Freightliner is doing its part to provide the equipment, service support that our customers expect and deserve!


School


Nate's Chess Game
This player versus computer chess game, with three playing levels, was developed by me for one of my college Computer Science courses. I then continue working on it to get it to the point it is at today.


Timestamp Animation
This is another java program that animates the timstamp algorithms of Fidge, Zwaenpoel, and Jard and Jourdan. Fidge used vector timestamps, Zwaenpoel used dependency tracking, and Jard and Jourdan created to use of adaptive timestamp. This use of adaptive timestamps resulted in a strong filtering of messages and events with lower intrusion.


Personal


NateMazeing
This is a player version computer game in which the player's goal is to make his way through the maze. There are ten levels, each increasing in difficulty. This program was based on the idea of minimum spanning trees. The mazes are randomly generated and there is only one path from the beginning to the end of each maze. As a result, there are two seperate trees that contstruct the maze with no cycles in either tree. So, each of the two trees is a minimum spanning tree.


Blend
I wrote this program as a supplement to the widely used program Paint.NET. One feature that is not available in Paint.NET is the ability to blend from one color to another. With my program, Blend, you can enter your beginning color and ending color, and then the program will create the blended image. Then just use PRINTSCREEN to copy and paste the image into Paint.NET.