(1) Rigorous notes and solutions for core algorithms and computing fundamentals broken down for deliberate practice with Anki. (2) A monorepo of libraries and CLI tools I use regularly as a software engineer.
| Path | Description |
|---|---|
| 📂 algos | Algorithm practice problems with Go implementations and Anki-formatted notes for deliberate practice |
| 📂 aictx | File to context convertor for pasing files to feed LLMs. Similar to cat and bat. |
| 📂 gocovmerge | Go coverage profile merger with modern CLI features |
| 📂 mdtoc | Markdown table of contents (TOC) generator |
| 📂 winfixtext | Fixes Windows encoding issues and corrupted LLM text outputs |
| 📂 bash-ts | Production TypeScript scripting library (bun install @uniquedivine/bash) for robust scripts with Bun runtime |
| 📂 ud-jiyuu | TypeScript package mimicking Rust/Go functionality |
| 📂 discord-nibiru | Discord moderation bot for Nibiru community |
| 📦 scripts | Scripts crate in Rust |
| ├── justfile | Runs project-specific commands |
Install just to run project-specific commands.
cargo install justYou can view the list of available development commands with just -ls.