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

Block or report ariwbolton

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
ariwbolton/README.md

Hi 👋

My name is Ari, and I'm based in Berkeley, CA. I collaborate on GitHub, and host many of my public projects here!

🏀 NBA Elo Tracker

I used to love the 538 NBA Predictions project, and was sad to see it shut down sometime after the site was acquired by ESPN. So, out of frustration, I've rebuilt the Elo tracking feature because it's just plain fun to check in on throughout the season! If I were faster at building pretty UIs, it'd look a lot better. Find it here, on my website. If I can find the time, maybe I'll revive the playoff prediction feature, too...

🎲 Game Solvers

I love writing little “game solvers”, for common, relatively simple games.

My favorites have been Boggle, Sudoku, and the Wikipedia Game.

I’ve slowly added to this list over time, going all the way back to when I began programming, so fair warning that many of them are pretty rudimentary.

Other Links

game-solversnogglerisk-probabilities

🔐 Cryptography

At UC Davis, I had the pleasure of learning from Prof. Phillip Rogaway, who specializes in Cryptography and got me interested cryptographic protocols. (Not “crypto”!) I’ve dabbled in roles which involve cryptography, and built a Substitution Cipher breaker a couple times. The only one of note is a Markov Chain Monte Carlo algorithm.

📈 Stock Trading

Quite a long time ago, I built a little “stock analyzer” program. It was able to scrape some historical stock ticker data, and run some very simple algorithms on it. Just thought it was fun — do not under any circumstances use this with real money!

Pinned

  1. boggle-search-python boggle-search-python Public

    Python

  2. game-solvers game-solvers Public

    Game environments and solvers

    Python

  3. stock-analyzer stock-analyzer Public

    Stock analyzation environment written in C++

    C++

  4. noggle noggle Public

    Not Boggle

    JavaScript

  5. challenges challenges Public

    Various online coding challenge solutions

    Python

  6. substitution-cipher-breaker substitution-cipher-breaker Public

    Given a dictionary and an encrypted string, find all possible decryptions which only contain English words.

    Python