Skip to content
View Aesfirius's full-sized avatar

Block or report Aesfirius

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. python-samples python-samples Public

    Forked from googleworkspace/python-samples

    🐍 Python samples for G Suite products.

    Python

  2. git cheats git cheats
    1
    # shortform git commands
    2
    alias g='git'
    3
    
                  
    4
    # remove untracked files in a git repository
    5
    git status -su | cut -d' ' -f2- | tr '\n' '\0' | xargs -0 rm
  3. handle_selenium_waiters handle_selenium_waiters Public

    Python 1

  4. google-drive-api-python google-drive-api-python Public

    Forked from m4ce/google-drive-api-python

    A python library for Google Drive API

    Python

  5. googleapiclient googleapiclient Public

    Forked from giriharish/googleapiclient

    Python

  6. Telegram-Trilateration Telegram-Trilateration Public

    Forked from jkctech/Telegram-Trilateration

    Proof of concept for abusing Telegram's "People Near Me" feature and tracking people's location

    Python