Skip to content
View Bigjango13's full-sized avatar

Organizations

@cap-md089 @MCPI-Revival
Block or Report

Block or report Bigjango13

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
Bigjango13/README.md

Hello! I'm Bigjango13, I'm interested in compilers (mostly ahead of time compilers, for both native and VM targets), cybersecurity, and some types of medical technology. I enjoy programming in C++, but have some experience in Python and Rust.

My favorite project I worked on is Burlap, an bytecode-VM-based interpreter of the Sack programming language. It was really fun to make, and continue to hack on with nobody5050.

Pinned Loading

  1. Burlap Burlap Public

    A powerful and user-friendly Sack interpreter

    Rust 3 1

  2. Pyper Pyper Public

    The Piper networking protocol in Python.

    Python 1

  3. thonny-flake thonny-flake Public

    A Thonny plugin to add flake8 warnings.

    Python 1 1

  4. Tool for diffing zip files (and rela... Tool for diffing zip files (and related files, like jars)
    1
    import zipfile
    2
    from sys import argv, exit
    3
    
                  
    4
    # Open
    5
    if len(argv) < 3: