Skip to content
View benrosenberg's full-sized avatar

Block or report benrosenberg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
benrosenberg/README.md

Top projects

  • 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, and IMPLIES 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.

Pinned Loading

  1. stackto stackto Public

    Programming language that uses GOTO statements for control flow and RPN for expression evaluation.

    Python

  2. storagesite storagesite Public

    Proof-of-concept file upload site with math captchas

    Python

  3. truth-table-generator truth-table-generator Public

    Truth table generator written in Python.

    Python 2

  4. Simple IPYNB -> HTML converter scrip... Simple IPYNB -> HTML converter script. Works with Markdown cells (and math, via KaTeX!), code cells, cell outputs (text and PNG images).
    1
    import json
    2
    import markdown
    3
    from pygments import highlight
    4
    from pygments.lexers import PythonLexer
    5
    from pygments.formatters import HtmlFormatter
  5. js-pannable-graph js-pannable-graph Public

    Pannable and zoomable graph paper-like canvas on which points, lines, and circles can be drawn.

    JavaScript

  6. benrosenberg.github.io benrosenberg.github.io Public

    benrosenberg.info website

    HTML