An image of myself
     

Roomie

Project link

Roomie is an event scheduler made in Python with Django. It lets you set up any rooms you intend to use for events (such as meetings or presentations), then lets you add events to those rooms.

toy machine

Project link

This is a basic virtual machine I made while studying computer architecture for my degree. It is a toy project, which is where the name comes from.

It contains an incomplete (but fully working) instruction set that makes use of Python's first-class functions as an instruction lookup.

tasm

Project link

This is an assembler for the toy machine above.