metalboy gif

metalboy 👾

GitHub repository metalboy is a Game Boy emulator I made for my BSc dissertation project. I’m not sure how much of the dissertation I’m allowed to share, but I’ll include some of the more interesting excerpts here. Feel free to check out the source code in the repo linked above. Why a Game Boy emulator? I’m very much a practical person, and my dissertation was something I was dreading since a BSc typically involves theoretical / investigative work....

chip8_rust gif

chip8_rust 🕹️

This page is under construction. For now, here’s the GitHub repository.

Banner image

no_file_limit 📂

Ever gotten mad at Discord’s measly 8MB file upload limit? Or WhatsApp’s murder-by-lossy-compression? no_file_limit (nfl for short) aims to fix that by cutting files up into fixed-sized chunks that can be sent via messaging platforms individually and reconstructed on the receiving end. This page is under construction. For now, here’s the GitHub repository.

schred 🔥

GitHub repository schred is a Rust implementation of the GNU shred utility. For now the goal is to have a super-set of the GNU shred features. schred_lib contains the logic, this package is just CLI frontend.

1 min · 36 words · 
Rust