Chalkboard
Introduction Chalkboard is a peer-to-peer, distributed whiteboard. Users can create and discover rooms, each with their own whiteboard. Source is available at Chalkboard. Implementation The c...
Introduction Chalkboard is a peer-to-peer, distributed whiteboard. Users can create and discover rooms, each with their own whiteboard. Source is available at Chalkboard. Implementation The c...
Introduction The aim of this project is to implement a SAT solver in Haskell which uses conflict driven clause learning. The solver is based on MiniSAT. Preliminaries This section covers basic b...
Introduction Routing GUI is an interactive application for exploring network layer routing algorithms. Source is available at Routing GUI. Currently only supports Link State Routing, although a...
Introduction The aim of this project is to develop a collection of applications which can render custom graphics. Inspiration is taken from the VizRT suite of applications. Currently this collecti...
Honours Thesis This browser does not support PDF!
The aim of this project is to develop a flight simulator controlled using torsion and curvature. It is built in python using the panda3D graphics library. Download The game can be downloaded fr...
Webpage created for Monash - FIT3179 Data Visualisation, Data Visualisation 2 Assignment. Viewing on desktop is recommended as the page is not formatted for mobile viewing Repository - FIT3179-Dat...
Webpage created for Monash - FIT3179 Data Visualisation, Data Visualisation 1 Assignment. Viewing on desktop is recommended as the page is not formatted for mobile viewing ...
MTH3000 Final Report - Additional videos shown below report. This browser does not support PDF! Example Let $\varphi : \mathbb{D} \mapsto \mathbb{D}$ be defined by [\varphi(z) = i...
Introduction The aim of this project is to construct a quaternion calculator using flex and yacc. Flex is a lexical analyzer that uses regular expressions. We use flex to match the elements of our...