Skip to content

Instantly share code, notes, and snippets.

View bgoldste's full-sized avatar

Ben Goldstein bgoldste

View GitHub Profile
@huytd
huytd / wordle.md
Last active April 1, 2025 00:28
Wordle in less than 50 lines of Bash

image

How to use:

./wordle.sh

Or try the unlimit mode:

#!/usr/bin/env python
from xml.etree import ElementTree
import requests
import unicodecsv as csv
import sys
url = "http://en.wikipedia.org/wiki/List_of_Game_of_Thrones_characters"
response = requests.get(url)
def get_characters(table):
@JoshuaEstes
JoshuaEstes / 000-Cheat-Sheets.md
Last active April 23, 2025 10:31
Developer Cheat Sheets for bash, git, gpg, irssi, mutt, tmux, and vim. See my dotfiles repository for extra info.