Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View joshstrupp's full-sized avatar
  • ISL
  • Washington, DC

Block or report joshstrupp

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 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. keyword-instance-scraper keyword-instance-scraper Public

    Search and extract sentences for all instances of a keyword across a page and all its child links.

    Jupyter Notebook 1 1

  2. corporate-covid-donation-scraper corporate-covid-donation-scraper Public

    US Chamber of Commerce Scraper for Corporate COVID Donations

    Python 1

  3. Captcha-for-Congress Captcha-for-Congress Public

    Forked from istrategylabs/Captcha-for-Congress

    An easy-to-add website widget that reminds us who should NOT be making reproductive decisions.

    JavaScript 1

  4. subreddit-sentiment-analysis-generator subreddit-sentiment-analysis-generator Public

    Quick sentiment analysis and word cloud for any subreddit

    Jupyter Notebook 1

  5. NFL-win-loss-predictor-based-on-game... NFL-win-loss-predictor-based-on-game-stats
    1
    
                  
    2
    import pandas as pd
    3
    from sklearn.linear_model import LogisticRegression
    4
    from sklearn.cross_validation import train_test_split
    5
    from sklearn import metrics
  6. Netflix Shuffler for Roku Netflix Shuffler for Roku
    1
    from roku import Roku; 
    2
    import time;
    3
    
                  
    4
    import random;
    5