Skip to content
View iAmGroute's full-sized avatar
Block or Report

Block or report iAmGroute

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. NPTpy NPTpy Public

    Python 2

  2. cc_sim cc_sim Public

    A (network) congestion control simulator "game"

    HTML

  3. distrib distrib Public

    Cryptocurrency from-scratch project for the distributed systems course

    Python

  4. HS100R HS100R Public

    A custom pcb for the TP-Link HS100 and HS110 smart plugs

    HTML

  5. scatter: easily parallelize shell co... scatter: easily parallelize shell commands and pipelines
    1
    #!/usr/bin/python3
    2
    
                  
    3
    '''
    4
    ## What is this?
    5
  6. How to leak memory in Python How to leak memory in Python
    1
    
                  
    2
    # A simple test showing possible memory leaks in Python
    3
    
                  
    4
    # import gc
    5
    import time