This is a C programming tutorial which is based around COMP1917 at UNSW. Note that this is in no way affiliated with UNSW or CSE - but represents the parts of the course that would be important to anyone who wants to learn how to program in C.
A system for calculating optimum payments. If multiple people have payed different amounts on communal expenses and want to pay each other back in the least number of steps, this application will calculate who should pay what amount to whom.
This is an application of the 5th version of the fractal framework. It also uses lex to power its command line.
This was the first canvas app I ever wrote. It is a clone of a program I wrote in Visual Basic in grade 11.
You are in a dark room with a zombie, armed only with a torch and with only one goal: survive. The inaccuracies inherent in all real time ray casting applications cast eery ripples along the walls. This is an application of ray casting demonstrated in shadows.
An implementation of a Turing Machine in javascript. This one has been programmed to accept string if they contain an equal number of 0s and 1s.