Projects
Master's Thesis: Completed at Kutztown University in the area of artificial intelligence. The idea garnered from the Mousey program below, the thesis is written in C/C++ and demonstrates an artificial intelligence that I am working on. The AI realistically mimics what a person would do if presented with the same situation of no prior knowledge and an understanding of the terrain limited to what has been seen. The rules of which the program is based on are the rules of the video game
Pac-Man written by
Namco. Obviously discounting the aforementioned limitations imposed for the sake of realism. My thesis and videos are available upon request.
Windows Process DLL: The dll was written using C++. It would use function calls to output information about the processes
that Windows was running and could terminate them upon request.
Basic Accounting Program: In a way to increase my understanding of new application types and programming in new languages
I wrote a basic accounting calculation program in C#. This was a way to enter how much income and deductions a party had.
This could then calculate exactly how much was left over or could be saved.
LASER Diode Spectroscopy: While attending Pennsylvania State University I worked on laser diode spectroscopy using a laser diode
and a rubidium cell. I completed the project during my final semester attending the Berks Campus.
Mousey: This project was created using C++. I created it in my spare time while attending Pennsylvania State University.
It is a mouse running around a maze using "vision" to find his way to the cheese. He has a memory of where he has been, and
continues to search out new paths to traverse to find the cheese. This program uses advanced Object Oriented Programming or
OOP in the form of classes, structs and stacks.