Free software
From-scratch mini-apps, free to download.
Every one written by hand from nothing: one signature feature, a zero-dependency core, real tests, and CI. Open any app's page, read what makes it tick, and grab the ZIP.
46 apps · free, in the MIT spirit
3D / WebGL + learning science · 1
3D rendering · 1
A classic algorithm · 1
A defensive-security mindset and teaching UX · 1
A reactive dependency engine · 1
A real algorithm over multi-person state · 1
Adversarial game AI · 1
Applied cryptography done right · 1
Arbitrary-precision arithmetic · 1
Automata theory · 1
Backend tooling · 1
Blockchain literacy on a safe, audited pattern · 1
Cellular automata · 1
Clean parsing logic and crisp developer UX · 1
CLI dev-tooling + pragmatic AI · 1
Collaborative filtering · 1
Compilers · 1
Computational geometry · 1
Constraint satisfaction · 1
Creative tech · 1
Cryptography · 1
Data compression + information theory · 1
Data structures · 2
Strata
Sorted, with express lanes.
A skip list with coin-flip tower heights giving O(log n) search/insert/delete without rotations, plus range queries. 11 tests, including a 600-operation fuzz against a reference set.
DetailsArbyx
Stay balanced, no matter what you add.
A textbook B-tree (split-on-insert, borrow/merge-on-delete) with a live invariant validator. 12 tests, including a 1000-operation fuzz cross-checked against a reference set with every invariant verified after each step.
Details