-Applications-
Applications are programs with a purpose. After sufficient frameworks and tools have been developed, they may be combined in the form of an application.
COMP1917inaday

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.

IOU

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.

Metashape

This is an application of the 5th version of the fractal framework. It also uses lex to power its command line.

Rave

This was the first canvas app I ever wrote. It is a clone of a program I wrote in Visual Basic in grade 11.

Ray

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.

Turing Machine

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.