Projects


Application

  • MIRC Auto Downloader

    Application to manage XDCC downloads in the MIRC client. Supports saving and loading of download lists along with quality of life improvements such as aliasing.

    Languages: C#, C++/CLI, WCF

  • Win7 Security/Action Center Disable

    Batchfile to disable that annoying security/action center in Windows 7.

    Languages: Batchfile

  • Conversation Viewer

    WPF application to demonstrate collection binding.

    Languages: C#, WPF

  • WPF Commands and Events

    WPF application to demonstrate command and event routing.

    Languages: C#, WPF

  • Parallel GCD Calculator

    Uses the binary Euclidean algorithm for calculating the GCD of a set of numbers.

    Languages: C#

  • Bad Word Filter

    Uses a dictionary of bad words and their replacements to filter an input string using regular expressions.

    Languages: C#

  • Tab-to-space Converter

    Batchfile that uses an often overlooked MORE switch to convert tabs to spaces.

    Languages: Batchfile

Web

  • Point in a Polygon

    Determine whether a point is in a polygon with points XY whether 0 < X < 9 and 0 < Y < 9. Output of 1 is true, 0 is false.

    Languages: Brainfuck

  • Brainfuck Interpreter

    JS interpreter for the language Brainfuck which is the simplest Turing complete language that accepts input and output. Uses my own custom parser, tokenizer, and memory model.

    Languages: HTML, CSS, Typescript, WebWorker

  • Audio Visualizer

    Visualization using WebAudio and File API. Uses a customized AnalyserNode and smoothing/normalization.

    Languages: HTML, CSS, JS, WebAudio

  • Wikipedia Search

    Search page using the Wikipedia API.

    Languages: HTML, CSS, JS

  • Local Weather

    Displays local weather using the Yahoo! Weather API and IP API.

    Languages: HTML, CSS, JS

  • Random Quote Generator

    Displays a random quote using the Quotes on Design API. Also supports tweeting using the Twitter API.

    Languages: HTML, CSS, JS