Skip to content
View ryancollingwood's full-sized avatar
🙌
Grateful for the codes
🙌
Grateful for the codes
Block or Report

Block or report ryancollingwood

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

    Constraints solving (sequencing, priority) as a command line tool. Type your constraints in simple plain text. Generation of Graphviz compatible documents that can be rendered as a diagram!

    Python 1 1

  2. DGAClassifier DGAClassifier Public

    Identify synthetic domain names using Random Forrest Classifier

    Python 12 8

  3. diablo_4_armory_fetcher diablo_4_armory_fetcher Public template

    Collect your Diablo 4 character changes from https://d4armory.io/ automatically using github actions

    Python 12 3

  4. arcade-rabbit-herder arcade-rabbit-herder Public

    simple herd the rabbit game with the arcade game framework

    Python 10 5

  5. Pokedex Pokedex Public

    Tutorial on using IPython Notebooks for Data Analysis using Pokemon dataset as per https://github.com/veekun/pokedex

    Jupyter Notebook 5 1

  6. googlesheets_to_pandas.py googlesheets_to_pandas.py
    1
    import pandas as pd
    2
    # docs can be found at http://gspread.readthedocs.io/en/latest/
    3
    import gspread
    4
    from oauth2client.service_account import ServiceAccountCredentials
    5