- StackTo: programming language that uses GOTO statements for control flow and RPN for expression evaluation.
- Truth table generator: truth table generator written in Python. Uses Shunting-Yard algorithm to parse logical expressions with
AND
,OR
,NOT
,EQUALS
, andIMPLIES
operators, and parentheses. - bots.benrosenberg.info: guide to and reference for Discord bots I've created
- leetcode.benrosenberg.info: frontend for a selection of LeetCode solutions
- storagesite: proof-of-concept file upload site with math captchas created with Flask, nginx, Gunicorn, SQLite, S3, a DigitalOcean droplet, and elbow grease
- durtle: small turtle-centric programming language made with the Pegged parsing expression grammar library for D, and using raylib (via raylib-d) for graphics
See my website for more details.