A linux kernel module, providing a character device that eats data, and roars when poked. Written as both an introduction to the C programming language, and Linux Kernel module development.
A command line application that facilitiates the downloading of Manga from online readers. Uses Rust to integrate with libcurl to navigate mangahere.co. My first real Rust project. (Now undergoing a V2 rewrite