Skip to content

Instantly share code, notes, and snippets.

View cdchan's full-sized avatar

Chris Chan cdchan

View GitHub Profile
@cdchan
cdchan / wordle.ipynb
Last active January 10, 2022 14:09
Wordle analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cdchan
cdchan / keybase.md
Created February 11, 2019 20:15
keybase identity

Keybase proof

I hereby claim:

  • I am cdchan on github.
  • I am cdchan (https://keybase.io/cdchan) on keybase.
  • I have a public key ASBhiEmv--IBqnaEyBN7GScoC1Pb_muH-pkkDFLItfNyMgo

To claim this, I am signing this object:

@cdchan
cdchan / scrape.py
Created April 10, 2014 15:40
scraping BeerGraphs
# scrape beergraphs
import requests
import csv
from io import StringIO
from lxml import etree
beers = []