Skip to content
View bpbirch's full-sized avatar
  • SIMBA Chain
  • SoCal
Block or Report

Block or report bpbirch

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

    This project implements Markov analysis for text prediction from a given text file. Utilizes urllib.request to read text file from project gutenberg.

    Python 3

  2. CharHashing CharHashing Public

    Collection of functions and classes that use a combination of mid-square method hashing, along with unicode code point representation, to hash strings. The main function of interest, charLoadFactor…

    Python

  3. emergency_room emergency_room Public

    Model of an emergency room - predicts wait times and deaths, based on multiple parameters (eg number of doctors working as an input)

    Python

  4. JSMarkovAnalysis JSMarkovAnalysis Public

    This is similar to my Markov Analysis repo in Python. Some nuance is lost, since I didn't include a word cleansing function, but I'm working on reproducing some of my Python repos in JavaScript.

    JavaScript

  5. scraping_NBA scraping_NBA Public

    The code in this repo allows us to crawl basketball-reference.com and scrape data pertaining to team and/or individual player data, for a specified year range. Data is scraped using a combination o…

    Python