Projects

A list of "usable" things I have developed that are on the internet

Personal Projects

WA COVID-19 Tracker (2022)

A recurringly generated static website that displays the number of local COVID-19 cases overnight in Western Australia. Data is scraped from the WA Department of Health media releases.

Built with Python (matplotlib, BeautifulSoup, jinja), SQLite, and HTML5

snakeware OS (2020)

Developed system applications and documentation for snakeware, an open source project creating a Linux-based operating system with a pure Python userspace.

University Projects

duplicates (2021)

duplicates is a command line utility for finding duplicate files in directories based on SHA2 hashes.

Built with C

runcool (2021)

runcool is an emulator of a simple 16-bit computer designed to execute programs compiled from the esoteric programming language cool.

Built with C

Aquarium (2020)

A randomly-generated puzzle game in the vein of Picross.

Built with Java

Microprojects

Person Picker (2022)

A simple randomizer for pulling names from a hat.

Built with a tiny amount of JavaScript

Wordle Clone (2022)

A barebones clone of the game Wordle.

Built with JavaScript