janmr lab
- Kanooth Numbers. A portable multiple-precision library in C++. Developed as a part of understanding multiple-precision arithmetic. The algorithms used are described in the multiple-precision blog posts. The project is no longer being maintained.
- L-Trominos. A demo to accompany the blog post Tiling with L-Trominos.
- math-tex demo. A demo that combines Web Components (custom elements and shadow DOM) and MathJax.
- MathItems. A collection of definitions, theorems, and proofs. A work in progress and highly experimental.
- Sudokurs. A Sudoku solver written in Rust. The method used is described in the blog post A Simple Sudoku Solver.
- Time Calculator. A tool that can convert between timezones and convert to/from Unix time.