- Web Game Night - Play Yahtzee and Rook with your friends online.
- Yahtzee - Play single-player Yahtzee online. For multi-player, go to https://webgamenight.com/.
- Mobile Yahtzee - Mobile friendly version of Yahtzee (single-player only). For multi-player go to https://webgamenight.com/.
Computer Stuff
- DSS: Dynamic Style Sheets - A CSS preprocessor.
- 8 Queens Solver - My brother and I had way too much fun writing the smallest 8 Queens solver we could.
- hist - A command-line program to print histograms.
- wtfwtfjs - Responses to some of the posts on wtfjs.com.
- Rectangle Intersection Demonstration - I wrote this help visualize a rectangle intersection test for a Stack Overflow question.
Math Stuff
- Scientific Calculator - A scientific calculator app/programming language for Google Chrome with a boring name.
- JavaScript BigInteger Library - An arbitrarily-sized-integer library for JavaScript.
- JavaScript Expression Evaluator - A JavaScript library for evaluating mathematical expressions.
- Function Plotter – A JavaScript function plotter, using the HTML 5 canvas element. It doesn’t work in Internet Explorer (yet?), and it’s only been tested in Firefox, Opera, and Chrome.