Pinned Repositories
chessanalysis
answering silly and interesting questions about chess by analyzing millions of lichess games
add-events
chrome extension to automatically add events to your calendar
adjust_your_algo
Run puppeteer core in the background to modify your digital profile by navigating repeatedly to a specified set of webpages.
aoc2020LastPlace
Solutions for all problems from Advent of Code 2020.
aoc2021Placeholder
Solutions to all problems in Advent of Code 2021
cbp_listing_order
Typescript/Node listener on Coinbase Blog's latest RSS feed that purchases coins newly listed on coinbase.com. Engages trading API via coinbasepro-node library.
discord_site_monitor
Scrapes webpages in (almost) any web format, then sends discord notifications based on extracted data and customizable logic. Node/Typescript/Discord.js, Redis DB
kalshi_cli
Python-based CLI tool for interacting with Kalshi API. Uses argparse, scripts can be mapped to custom CLI arguments via setuptools. Not actively maintained.
llama-out-loud
AR (Augmented Reading) for the meta llama 3 h4ckathon 🦙
word-shortening
Type fewer characters with autocomplete generated from the 33,000 most common English words.
EllAchE's Repositories
EllAchE/llama-out-loud
AR (Augmented Reading) for the meta llama 3 h4ckathon 🦙
EllAchE/cbp_listing_order
Typescript/Node listener on Coinbase Blog's latest RSS feed that purchases coins newly listed on coinbase.com. Engages trading API via coinbasepro-node library.
EllAchE/discord_site_monitor
Scrapes webpages in (almost) any web format, then sends discord notifications based on extracted data and customizable logic. Node/Typescript/Discord.js, Redis DB
EllAchE/kalshi_cli
Python-based CLI tool for interacting with Kalshi API. Uses argparse, scripts can be mapped to custom CLI arguments via setuptools. Not actively maintained.
EllAchE/aoc2020LastPlace
Solutions for all problems from Advent of Code 2020.
EllAchE/add-events
chrome extension to automatically add events to your calendar
EllAchE/adjust_your_algo
Run puppeteer core in the background to modify your digital profile by navigating repeatedly to a specified set of webpages.
EllAchE/aoc2021Placeholder
Solutions to all problems in Advent of Code 2021
EllAchE/word-shortening
Type fewer characters with autocomplete generated from the 33,000 most common English words.
EllAchE/cjsmin
Fork of chess.js for chess-analysis project. Minimizes the overhead for creating new games and generating history.
EllAchE/discord_embed_parser
Node/Typescript/Discord.js; Discord bot that parses embeds sent in a guild and looks for matches on user-specified regular expressions. Deployable to Firebase
EllAchE/EllAchE.github.io
My personal site!
EllAchE/event-suggestions
Backend service to query the web for events based on preset interests and add them to your calendar
EllAchE/ig-follower-report
Generate weekly, monthly and annual follower activity analytics. 📈 Automatically post reports. 🎆 Node.js, MongoDB.
EllAchE/insta-auto-like-v2
❤️ your friend's posts
EllAchE/instagram-auto-feed-like
Automatically like new posts that appear in your user feed
EllAchE/instagram-web-api
🤳 Instagram Private Web API client for Node
EllAchE/MakeTypes
Make TypeScript types and proxy objects from example JSON objects. Can use proxy objects to dynamically type check JSON at runtime.
EllAchE/nba_tipoff
Comparison of predictive ability of elo, glicko2 and trueskill algorithms and forecasting of first score via XGBoost. Python/Beautiful Soup/XGBoost.
EllAchE/nytw-clout-score
rank nytw events by "clout score", an extremely scientific and 💯% accurate metric
EllAchE/pm_py
Flask server abstracting engagement with the polygon mainnet; specifically polymarket smart contracts. Supports buy, sell, redeem, listing positions etc. Built on top of existing code from PolyTrader, see README.
EllAchE/portfolio
Improved portfolio site
EllAchE/profile
EllAchE/sample_bash_aliases
Basic bash aliases and functions, primarily focused around git cli commands. Public for demo purposes.
EllAchE/text-aliases
shorthand on macos
EllAchE/transform
A polyglot web converter.
EllAchE/tst
EllAchE/vcard2csv
Convert a bunch of vCard files to a single CSV file.
EllAchE/vcard2csv_clone
clone of vcard2csv by nbeaver with additional features including: recursive .vcf search, address support, first/last name splitting and mobile phone category support
EllAchE/zod
Fork of Zod to support throwing & warning in the same parse, with matching static inference