Skip to content
View s4w3d0ff's full-sized avatar
:shipit:
1 ¯\_(ツ)_/¯ 0
:shipit:
1 ¯\_(ツ)_/¯ 0

Block or report s4w3d0ff

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

    Async Spotify Api Wrapper

    Python

  2. python-poloniex python-poloniex Public

    Poloniex API wrapper for Python 2.7 & 3

    Python 568 164

  3. pool-guy pool-guy Public

    When you need someone to maintain and clean your kiddie pool during twitch live streams, but can't rely on streamelements to get it done.

    Python

  4. python-slots python-slots Public

    Simple, expandable, customizable slot machine

    Python 5 1

  5. soe soe Public

    Python

  6. create a tor hashed password without... create a tor hashed password without using `tor --hash-password`
    1
    from os import urandom
    2
    from binascii import b2a_hex
    3
    from hashlib import sha1
    4
    
                  
    5
    def getTorPassHash(secret='password'):