Skip to content

Instantly share code, notes, and snippets.

View golfecholima's full-sized avatar
🐢

George golfecholima

🐢
View GitHub Profile
@golfecholima
golfecholima / keybase.md
Created June 18, 2014 20:14
keybase proof

Keybase proof

I hereby claim:

  • I am golfecholima on github.
  • I am rhymeswthgeorge (https://keybase.io/rhymeswthgeorge) on keybase.
  • I have a public key whose fingerprint is 0F84 B7E0 D197 F25E 3F95 03DF 90E4 29F0 2CA5 90A2

To claim this, I am signing this object:

README - Floating Audio Player

Adaptation of Dallas Morning News audio bug. Forked from @jdhancock88.

@golfecholima
golfecholima / pdfStrikeRelease.py
Last active January 6, 2016 02:01
clipboard for oir-strik-data project
import PyPDF2
pdfStrikeRelease = open('/path/to/some/pdf', 'rb')
# rb stands for read binary
pdfReader = PyPDF2.PdfFileReader(pdfStrikeRelease)
pageObj = pdfReader.getPage(0)
rawText = pageObj.extractText()