Uses a public I.S.S. tracking API to get the current coordinates of the International Space Station The ISS' current location is displayed on a using the Google Maps Javascript API
Generates permanent QR codes for free, with optional link shortening to keep codes scannable even for long URLs.
A blog-style site that helps students quickly browse and access MIT OpenCourseWare content across STEM subjects.
A custom malloc/free implementation that manages a simple heap using a linked list of memory chunks. Includes a small analyze() tool and a C++ version for testing on macOS.
Compresses and decompresses 24-bit BMP images using Huffman encoding and bit-level packing. Includes an optional quality (loss) setting to trade image fidelity for smaller files.