- Personal
See GitHub for more
Authoring
- Introduction to Programming with Go, a book for beginners.
- Commodore 64 MOS 6510 8-bit asm programming, routines.
- Guide de démarrage d'une liste citoyenne, guide for citizen lists (fr).
- foo::bar, blog.
Games
- WOPR, thermonuclear war simulation reminiscent of an eighties movie.
- Rock Blaster, classic arcade Asteroid Deluxe revival.
- Trapped, HTML5 labyrinth game draft made with Phaser.
- Pong FX, classic Pong game implemented in JavaFX.
- Bloxorz, a bloxorz solver written in Go.
Tools
- python-escp, a Python library to drive Epson ESC/P printers.
- pandoc-docker, Dockerfile for pandoc with beamer support. Write presentation slides or book in markdown.
- py-booklet, Python script to rearrange a PDF page order to print as a booklet.
- ByeTwitter, yet another Twitter account eraser.
Random Experiments
- Empire of Light, escape the living room in this 3D browser game.
- Underground Museum, a weird metro experiment.
- Weird GPT, Streamlit webapp running weird ChatGPT bots.
CS Problems
- Conway's Game of Life, in Go and in Haskell.
- Dining Philosophers, in various programming languages.