Programming

Every aspiring computer geek will eventually feel the call to write his own computer application. So, it would seem suitable for me to include a page on my website with my various projects for you to make use of, learn from, and improve on. Though this page may seem rather bare, it's not because I'm not programming. Actually, I have very many projects, but these will be published here only when there is a decent percentage of completeness.

Apps

C Quadratic Calculator
Everyone who's in a math class right now has probably found themselves wishing for an easier way to solve the infamous quadratic formula. As such, what better way to create such a saviour than with C? No GUI, though it's very portable.
C Mastermind Without User Input
Mastermind is a classic board game that seems to have faded from the minds of the general public. Ultimately, I hope to recreate this game in "C", as a good way to gain experience in programming.
  • Current Source Code: Here
PHP Brute Force Algorithm
A brute force algorithm written in PHP5, with the intention of being used in a search engine of sorts. If it weren't for server overloads, and the extreme amout of time/procssor this script takes to run effectively, it would have been used for creating a document map for a website that you don't own (useful in finding hidden files such as PHP includes, or embedded flv's.
  • Most recent working version: Here
  • Most efficient, though not working version: Here