Projects

I have tried to diversify my studies here at Michiganl Technological University to give myself an understanding of many topics. Below are some of the things that I have done since enrolling here at Michigan Tech.

QT Calculator

This was a program done in c++ using what is known as QT. Qt is a set of c++ utilities that helps in the creation and customization of basic c++ programs. This program was created earlier in my studies. Below is a link to the source

Calculator Source

Trees!

After having taken Physics I decided that I wanted to expand my view of the sciences and signed up for a class in the Forestry Department called Vegetation of North America. It was quite a drastic change in course style for me, but fun none the less. This is a sample assignment that we had to have prepared every week for a new tree, which we then presented to our lab group.

Tree Report

Submit Program

This program was written in a 3000 level Computer Science course and deals largely with the concepts of networking. It was our first major networking program and literally forced us to either get it or not. It was a submit program, much like the one that the Computer Science department uses. The catch was that we had to submit our program source with our program. Here is the source for the Submit assignment, but only the client source, the server code is not included.

Submit Source