The contents of this page belong to the owners attributed. They are released in order to promote sharing. See the GNU General Public License
Personal Projects
Perl Scripts
Comic Downloader.Bash Scripts
These scripts might be useful:School Projects
Electronics Project: The Fleae
The Fleae was a project that two colleagues and I worked on. It was designed to be an autonomous vehicle designed for obstacle avoidance. I worked with Jason Yoder and Ben Shenk on this project. Also at Goshen's Website.Java Programs
A lot of Files are Missing. Also the code to specific programs isn't available at this time unfortunately.COSC315: Advanced Programming
All programs listed were assigned as a project. Most are at least close to finished products, but the fact that they were an assignment will suggest that they were rushed specifically to fulfill criteria.
- Pictography:
This program was a merging of WVPaint and the Chat program. It allowed a player to choose a "word" and draw it the best they could. Other people who connect then guess the picture. The person who correctly guesses the word, then has access to the canvas, and is the new drawer. This project was done with the help of Daniel Vader.
If you don't download the noun.txt, or create your own, and place it next to the executable, the program will crash. - Chat Program:
This program was intended to act as a small chat room. I added a few extra features, such as changing one's name, and quitting via text. The majority of the code is in the server, allowing ease of use on the client end. - MechCrawler:
MechCrawler was a program that scanned a website for links, and then stored occurrences of words, in order to allow a user to search the website. This project was done with the help of Daniel Vader. - WVPaint:
WVPaint was a simple program that we programmed in Advanced Programming that dropped circles or squares on the screen. The purpose was more an example of objects and the Graphic2D then an actually useful program. This project was done with the help of Daniel Vader