Programs

Home
About Me
Hobbies
Favorites
Projects

Programming Projects

Here are programs I have written over the years. A number are written in Java, VB, or C++, but some are written in assembly language.

Memory Match - A two player game I made using JavaScript.  Match two cards and score points.  Consecutive pairs means more points.  The documentation can be found here.

Time Convertion - A program that converts any amount of integer seconds to equivalent hours, minutes, and seconds. Written in Java and Assembly.

Palindrome - A program that determines if an integer input is a palindrome.

Exponents w/ Overflow - a program that computes exponents with an unsigned base and signed power. Allows overflow on integers greater than 31.

Reverse - a program that reverses an integer using shift left and rotate and reverses again.

Calculator - a scientific and memory calculator Java applet.

Java Threads - a program with and without synchronization using a first and last name.

Sorting Windows App - Windows program that sorts ascending by country code and descending by CO2 emissions.

Linear Database Search - command interpreter that searches through a database with hashing and no hashing.

Binary Tree Search - command interpreter which uses binary search trees to search for a unique value.

Sequence by Nodes & Pointers - command interpreter that is implemented by a linked list of nodes and pointers.

Jumble Help *incomplete* Windows program that outputs jumbled words to the screen. Right click a word to get its synonyms to appear.

 

 

 

 Home | About Me | Hobbies | Favorites | Projects

This site was last updated 12/20/08