Browser extension for changing typography of any website. Written in Typescript, styled with DaisyUI. No frameworks used. Cross-browser compatible.
CLI tool for bulk downloading course resources from MIT OpenCourseWare. Even people from MIT use this tool. Written in shell scripts. Cross-OS compatible.
Visualiser for pathfinding algorithms such as Djikstra & local beam. Written in golang with raylib. Got semi-viral on reddit.
A tiny linear algebra library. Supports core matrix functionalities of NumPy, including QR decompositions, determining rank, eigenvalues etc.
Super-fast scraping and parsing library written in Rust. Made with the aim of scraping wikipedia data for training LLMs.
Python library for working with graph data structures. Made while taking Graph Theory course at university.
A full-fledged calculator aimed towards CS students. Based on my tree-walk interpreter written in TypeScript.