Contact

(close)

Click a project to learn more.


TF2 Outpost Firefox Extension
This was my first firefox extension project. It was developed to release-state in the span of a weekend due to my obssessive drive to learn something new and to get things accomplished.

You can VISIT the version information in a public git repo on GitHub
TF2 Outpost Chrome Extension
This began as a port of the firefox extension that I had created a weekend prior. Developing for Chrome was a much more enjoyable affair. As such it is feature-rich and even inspired the owner of the website to restructure his API responses to incorporate new features.

This project is still in progress and you may view it's status in a public git repo on GitHub

VISIT
TF2 Pricelist
An amazing data-scraping project that automatically synchronizes with a reputable Google spreadsheet document that contains current market prices for Team Fortress 2 items. Sorted by value and fully searchable. Part of a larger project to scan a user's inventory for items.

See it in action: VISIT
Approximating Pi
Using one of Srinivasa Ramanujan's equations to approximate Pi to 1e-15

Source code available: CLICK
Sieve of Eratosthenes
Using the Sieve of Eratosthenes to find prime numbers

Source code available: CLICK
PDO Wrapper for MySQL
An example of object-oriented PHP. This example implements a singleton design pattern to prevent multiple db instances mucking about.

Source code available: CLICK
Bandcamp API
An example using Bandcamp's API to retrieve an artist's discography

Source code and demo available: CLICK
Last.fm API
An example using Last.fm's API to retrieve a listener's top ten most played artists

Source code and demo available: CLICK
Steam Web API
An example using Steam's API to retrieve player information

Source code and demo available: CLICK
Decimal to Binary Converter
A simple yet very useful decimal to binary converter.

Source code and demo available: CLICK
Sum of the digits in n!
Calculating the sum of the digits in a input number's factorial value.

Source code available: CLICK
Fizzbuzz Solution
Apparently, a widespread job-applicant screening problem for developers.

Source code available: CLICK