total 3 projects
PERMISSIONS LANGUAGE SCOPE STATUS NAME
drwxr-xr-x [typst] note-taking active non-boring_notes/
└─$ cat non-boring_notes/README.md
A modular, colorful, and highly customizable Typst template for academic documentation, lecture notes, and assignments. Designed to be simple to use while providing professional-grade typesetting.
[ACTIVE]
typst, note-taking, cs-notes
drwxr-xr-x [rust] graphics active ray_tracer/
└─$ cat ray_tracer/README.md
Implementation of the 'Ray Tracing in a Weekend' series, adapted to Rust.
[ACTIVE]
rust, ray tracing
drwxr-xr-x [rust] competitive-programming active the_algorithmic_codex/
└─$ cat the_algorithmic_codex/README.md
A rigorous compilation of solutions, complexity bounds, and formal correctness proofs for competitive programming challenges.
[ACTIVE]
rust, competitive-programming