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

Block or report Ruckusist

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

Hi there 👋

  • 🔭 I’m currently working on Deskapp! check it out.

Pinned

  1. DeskApp DeskApp Public

    A terminal program manager.

    Python 2

  2. advent2021 advent2021 Public

    advent of code 2021

    Jupyter Notebook

  3. A try/except decorator for python. A try/except decorator for python.
    1
    import time, os
    2
    import sys, functools
    3
    import threading, inspect
    4
    import socket
    5
    import getpass
  4. The most basic async test program ev... The most basic async test program ever. that works.
    1
    import asyncio
    2
    
                  
    3
    
                  
    4
    class Sink(object):
    5
        def __init__(self):