Pinned Repositories
Adafruit_CircuitPython_NeoPixel
CircuitPython drivers for neopixels.
Arduino-FastLED-Music-Visualizer
An Arduino based music visualizer using the FastLED library and a strip of individually addressable LEDs
async-request
This is a demo that shows how asynchronous requests can be done in python. This significantly speeds up API request because the program does not have to wait for each response before moving onto the next step.
automa
A chrome extension for automating your browser by connecting blocks
aws-airflow
custom-search-services
This service facilitates adding websites to Chrome's "Site Search" feature that would otherwise not be possible because the websites do not offer a query URL. This is done by reverse engineering their "internal" search API's.
esp32-crypto-watch
This is a project I created for the Heltec ESP32 with an integrated SSD1306 OLED display. This program uses the Kraken API to fetch the latest crypto price and display it on the OLED. It updates every 10 seconds.
trackthis
This library can be used to track USPS and UPS shipments. It has the option of returning the raw API response, or optionally, it can be used to standardize the USPS and UPS responses so they are easier to work with.
watttime-api-wrapper
Python API wrapper for the WattTime API: https://www.watttime.org/api-documentation
wordle-cheat
This is a program I created to solve Wordle puzzles in webapp a friend of mine created. This program through Chrome using the Selenium webdriver. It also has the ability run local simulations which allows me to measure the efficiency of algorithm changes when solving puzziles.
aarongzmn's Repositories
aarongzmn/Adafruit_CircuitPython_NeoPixel
CircuitPython drivers for neopixels.
aarongzmn/Arduino-FastLED-Music-Visualizer
An Arduino based music visualizer using the FastLED library and a strip of individually addressable LEDs
aarongzmn/async-request
This is a demo that shows how asynchronous requests can be done in python. This significantly speeds up API request because the program does not have to wait for each response before moving onto the next step.
aarongzmn/automa
A chrome extension for automating your browser by connecting blocks
aarongzmn/aws-airflow
aarongzmn/custom-search-services
This service facilitates adding websites to Chrome's "Site Search" feature that would otherwise not be possible because the websites do not offer a query URL. This is done by reverse engineering their "internal" search API's.
aarongzmn/esp32-crypto-watch
This is a project I created for the Heltec ESP32 with an integrated SSD1306 OLED display. This program uses the Kraken API to fetch the latest crypto price and display it on the OLED. It updates every 10 seconds.
aarongzmn/trackthis
This library can be used to track USPS and UPS shipments. It has the option of returning the raw API response, or optionally, it can be used to standardize the USPS and UPS responses so they are easier to work with.
aarongzmn/watttime-api-wrapper
Python API wrapper for the WattTime API: https://www.watttime.org/api-documentation
aarongzmn/wordle-cheat
This is a program I created to solve Wordle puzzles in webapp a friend of mine created. This program through Chrome using the Selenium webdriver. It also has the ability run local simulations which allows me to measure the efficiency of algorithm changes when solving puzziles.
aarongzmn/aws-lambda-test
Repository for testing Lambda + Chalice
aarongzmn/aws-mwaa-local-runner
This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.
aarongzmn/baseball-stats
Python API wrapper used to explore baseball stats.
aarongzmn/bootstrap-demo
This is a demo website built using the Flask and Bootstrap frameworks.
aarongzmn/cpython
The Python programming language
aarongzmn/Dispotify
This is a Discord bot that curates a Spotify playlist. It adds any Spotify links that are posted in the Discrod channel to a Spotify playlist.
aarongzmn/examples
Sample apps for Pglet
aarongzmn/fadecandy
Easy to use open source hardware to drive WS2811 LEDs with high-quality color
aarongzmn/manim-experiments
Playing around with Manim (https://docs.manim.community/en/stable/tutorials/quickstart.html)
aarongzmn/matrix-portal-crypto-watch
aarongzmn/openai-experiments
Trying out https://openai.com/
aarongzmn/pandasgui
A GUI for Pandas DataFrames
aarongzmn/professional-services
Common solutions and tools developed by Google Cloud's Professional Services team
aarongzmn/rocket-launch-reminder
This will be a Tidbyt app that will show the user a countdown until the next rocket launch in their area.
aarongzmn/street-sweeping-alert
aarongzmn/usps-track
This app demonstrates the ability to connect to a web server asynchronously. The USPS Track/Confirm API is used for this demo.
aarongzmn/yahoo-fantasy-sports
Authentication Steps for the Yahoo Fantasy Sports API
aarongzmn/zendesk-form
This webapp uses the python bottle framework to create a custom form where customers can create Zendesk Tickets. This uses the Zendesk Support Request API.