Skip to content
View frankenstein91's full-sized avatar

Block or report frankenstein91

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

    An idea for traceability with screenshots

    Python 3 2

  2. Arch-Ansible-Install Public

    Install a fresh nice Arch with Ansible

    1 1

  3. mastodontech sppedtest bot
    1
    import multiprocessing
    2
    import atoot
    3
    import asyncio
    4
    import speedtest #speedtest-cli
    5
    
                  
  4. I wrote this little tool to check we...
    1
    #! /bin/env python
    2
    import argparse, multiprocessing, urllib.request,validators
    3
    
                  
    4
    if __name__ == '__main__':
    5
        multiprocessing.freeze_support()