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

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

  1. screenshot_evidence screenshot_evidence Public

    An idea for traceability with screenshots

    Python 3 2

  2. Arch-Ansible-Install Arch-Ansible-Install Public

    Install a fresh nice Arch with Ansible

    1 1

  3. mastodontech sppedtest bot 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... I wrote this little tool to check websites for Google FLOC. I hope I have understood Google's description of the server opt-out correctly.
    1
    #! /bin/env python
    2
    import argparse, multiprocessing, urllib.request,validators
    3
    
                  
    4
    if __name__ == '__main__':
    5
        multiprocessing.freeze_support()