Downloads
Miscellaneous Programs:
Java Programs:
- Dot Fountain – Source Code found here: DotFountain.java , Dot.java . This is a simple app I made to mess around with a Dot Object and it uses simple physics to make a fountain.
- Electronic Voting – Source Code found here: ElectronicVoting.java . This is a simple app I made to demonstrate some dialog boxes and iteration.
- Grids – Source Code found here: Grids.java , Dot.java . This is a game of grids! Check it out for an explanation!
C Programs:
- Recursive Permutations – Source code found here: P2Jumble.c . This was my second assignment for my Computer Science I class (COP 3502C) at the University of Central Florida. I got a 100 on it
It is also one of my more beautifully written programs. Have fun and always be sure to email me if you have any questions! - Queue/Dequeue Linked List – Source code found here: Queue.c . This was a sample program I wrote in effort to better grasp Queue/Dequeue method’s using Linked Lists. It’s pretty straight-forward.