Skip to content
View Sparrow1029's full-sized avatar
💭
Always learning to code
💭
Always learning to code
  • Charter Communications
  • Denver, CO
Block or Report

Block or report Sparrow1029

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

    OSRIC AD&D (1st Edition) database management system

    Python 2

  2. osage_selenium_testing osage_selenium_testing Public

    Using Selenium webdriver with Python bindings and pytest to automate testing of osagepartners.com

    Python

  3. Flask_Recipes Flask_Recipes Public

    An app to add, edit, delete, and otherwise organize recipes!

    Python

  4. isp-finder isp-finder Public

    Using APIs provided by FCC and OSM (Nominatim) and React, return info about ISPs who provide service at an address

    JavaScript 1

  5. clipbard clipbard Public

    Python

  6. Script that uses python 3 multiproce... Script that uses python 3 multiprocessing module to attempt brute-force of RC4-encrypted strings.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # This script requires the chardet library for python3
    4
    # the RC4 implementation used in this script is attributed to Ryosuke Ito
    5
    # it (and installation instructions) can be found at https://github.com/manicmaniac/arc4.git