Skip to content

Instantly share code, notes, and snippets.

View Eastonco's full-sized avatar
🏂

Connor Easton Eastonco

🏂
View GitHub Profile
@Eastonco
Eastonco / barstoolPollSmash.py
Created August 14, 2022 22:01
Barstool wazzu posted a google form for the best frat at WSU. There was no limit on responses. This is the result.
from selenium import webdriver
import threading
def formLoop():
driver = webdriver.Firefox()
count = 0
while True:
driver.get(
"https://docs.google.com/forms/d/e/1FAIpQLSc7MAxbhOVSXLQWLqIQN5W1S0Y44yfYNwAQSuoHXFVn4Wlxug/viewform")
elem = driver.find_element_by_xpath(
@Eastonco
Eastonco / F1Race.star
Last active December 29, 2021 23:39
F1 Racing animation app for Tidbyt
# F1 Racing animation app for TidByt
# MIT Licence
# by Connor Easton, Dec 29 2021
load("encoding/base64.star", "base64")
load("render.star", "render")
# Turbo modifier, changes speed of car. Slowest is 1
# increase the range() on line 106 if encountering car overlap
TURBO = 2
# ETH Gas price tracker for Tidbyt
# MIT License
# by Connor Easton, Dec 29 2021
# Make sure to remove .py extension when compiling for tidbyt, only used for syntax highlighting on GitHub
load("render.star", "render")
load("http.star", "http")
load("encoding/base64.star", "base64")
load("cache.star", "cache")
@Eastonco
Eastonco / BDD.py
Created May 22, 2021 00:14
Cpts 350 BDD project
from pyeda.inter import *
Nodes = {
0 : "00000",
1 : "00001",
2 : "00010",
3 : "00011",
4 : "00100",
5 : "00101",
6 : "00110",
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# install oh-my-zsh
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install fortune
brew install cowsay
brew install git
brew cask install alfred