Portfolio
Websites
Below are some of the websites I have created. Click on the thumbnails below to learn more about each website.
JavaScript Scripts
- [webpage] [txt source] (JavaScript) “Antz” A life simulator with virtual “ants”, with simple AI and lifecycles.
Visual Basic Programs
- [executable] [zipped source] (VB 2008) “Car Inventory” A simple car pricing and inventory program with input validation. Created for IST240, a programming class.
- [executable] [zipped source] (VB 6) “Spirals” Spiral is a cool program to make interesting-looking spirals and patterns.
- [executable] [zipped source] (VB 6) “Macroer” Create a macro for the program to perform automatically. A little buggy.
- [executable] [zipped source] (VB 6) “Quick Notes” A program for holding snippets of text. When you move your mouse to the lower left, it brings up a box for you to leave notes in, then hides when you move the mouse to the top left of your screen. Useful when you use lots of snippets.
- [executable] [zipped source] (VB 6) “NetStats” A simple program which summarizes network information (ipconfig, netstat, nslookup) without having to use the commands in the cmd.
- [executable] [zipped source] (VB 6) “Snake” The game of snake with moving mice.
- [executable] [zipped source] (VB 6) “Pong” The game of pong.
- [executable] [zipped source] (VB 6) “Antz” A simulation of virtual ants (or bacteria) with no intelligence randomly looking for food. If they cannot find it, they die. If they get enough, they divide.
- [executable] [zipped source] (VB 6) “Hangman” The game of hangman.
- [executable] [zipped source] (VB 6) “TicTacToe” The game of TicTacToe with unbeatable AI.
- [executable] [zipped source] (VB 6) “AutoClicker” clicks for you. Useful for certain games or programs requiring you to click many times or click rapidly.
- [executable] [zipped source] (VB 6) “SpiralGrapher” a program which displays Complete Graphs with N verticies, where N is 2 to 50,000+.
C++ Programs
- [executable] [zipped source] (C++ 2008) “Magician Scheduler” A console program for scheduling magicians for parties on certain holidays.