My Open Source Work


For most of my career, I have been doing work for hire. This usually means I can’t share it in any way. Obviously, it is restrictive.

So, it is nice when I have the chance to contribute something back to the open source world. My open source projects to date are listed below.

X / Twitter Deleter


X / Twitter Deleter is an open source client for X to search and delete old tweets.. It uses the X API and is a simple React based JavaScript application.

You can learn more about X/Twitter Deleter, fork, contribute, or just install it from here:

Hold Em Analyzer


The Hold Em Analyzer is a project that I created back in 2004-2006. I initially created this to help me do hand analysis for Texas Hold Em games. Back in that era, I played a lot online and in person. This practice helped me learn the math odds of various situations.

I intentionally chose to do Monte Carlo simulation vs calculating outcomes because I wanted to have slight variance in output. Why? I intended to use this as the core of a poker playing bot. The slight randomness would make it harder to predict. It would be more difficult to detect and play against.

You can get the source code, or build the app for free here on my GitHub:

https://github.com/brianteeter/HoldEmAnalyzer