Skip to content
View Grumblesaur's full-sized avatar
  • Arlington, VA
  • 16:02 (UTC -04:00)
Block or Report

Block or report Grumblesaur

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

Pinned

  1. Clotho Clotho Public

    A cleaner and more modular successor to Atropos, with improvements to Dicelang.

    Python

  2. atropos atropos Public

    A Discord chatbot in the making whose function is to serve as a general-purpose aid in playing tabletop RPGs. Included is a dice engine with abundant mathematical facilities.

    Python 3

  3. magenta magenta Public

    programming language for 401

    C++ 1 1

  4. Making objects in Python the wrong way. Making objects in Python the wrong way.
    1
    # prototypes.py -- James Murphy
    2
    # Construct arbitrary objects with default-initialized values
    3
    # and internal member dict-storage that provides javascript-like
    4
    # object prototyping. 
    5