- 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
See my website for more details.