Skip to content
View jimmio's full-sized avatar

Block or report jimmio

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 Loading

  1. costume_world costume_world Public

    A container for toying with AV bypass using donut and upx.

    Shell 4 1

  2. Generate a random selection for "An ... Generate a random selection for "An Improviser's OS"
    1
    import random
    2
    import sys
    3
    
                  
    4
    FORMULA_LEN = int(sys.argv[1]) - 1
    5
    
                  
  3. midi_ear midi_ear Public

    Generate MIDI files for ear training along with Wayne Krantz's An Improviser's OS

    Python

  4. crypto-challenges-python crypto-challenges-python Public

    Solutions to the cryptopals crypto challenges - https://cryptopals.com

    Python 1