Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View edunham's full-sized avatar

E. Dunham edunham

View GitHub Profile

title: Technical Resume Hints

category: blog tags: guide author: Emily Dunham dunhame@onid.oregonstate.edu date: 2014-01-25

Overview of Technical Resumes

title: Technical Resume Hints

category: blog tags: guide author: Emily Dunham dunhame@onid.oregonstate.edu date: 2014-01-25

Overview of Technical Resumes

title: Technical Resume Hints

category: blog tags: guide author: Emily Dunham dunhame@onid.oregonstate.edu date: 2014-01-25

Overview of Technical Resumes

Jinja2==2.7.1
Markdown==2.2.1
MarkupSafe==0.18
PyYAML==3.10
Pygments==1.6
argparse==1.2.1
distribute==0.7.3
docutils==0.10
wok==0.9.0
wsgiref==0.1.2
Jinja2==2.7.2
Markdown==2.3.1
MarkupSafe==0.18
PyYAML==3.10
Pygments==1.6
argparse==1.2.1
distribute==0.6.34
docutils==0.11
wok==1.0.0b
wsgiref==0.1.2

first test

first test

second test

second test
@edunham
edunham / gist:9236990
Created February 26, 2014 19:46
Arch
Installing Google Talkplugin
1) Download .tgz from https://aur.archlinux.org/packages.php?ID=40056 (https://aur.archlinux.org/packages/go/google-talkplugin/google-talkplugin.tar.gz)
2) tar -xvf the tgz; cd google-talkplugin
3) sudo pacman -S base-devel # makepkg was broken
4) makepkg # works 'cause we're in same dir with PKGBUILD file; gives us a .rpm and a .pkg.tar.xz
@edunham
edunham / keybase.md
Created March 12, 2014 05:23
Trying out keybase!

Keybase proof

I hereby claim:

  • I am edunham on github.
  • I am edunham (https://keybase.io/edunham) on keybase.
  • I have a public key whose fingerprint is E309 C19F 2289 4EA7 36CC 2FF9 9A1A 15E6 753F 878C

To claim this, I am signing this object:

@edunham
edunham / LUGmeetingsSpring2014
Last active August 29, 2015 13:57
LUG voting results
13 talks were proposed and we have 9 weeks to do talks in.
That means that whichever 9 we can find speakers for, we'll have.
Probably no formal installfest spring term.
14 votes:
- Full-disk encryption (Wade) -- tentatively may 13
- Testing -- bramwelt
- Security
12 votes:

Notes from the PyCon 2014 Twisted BOF

TLDR (from Ying's notes):

  • Python 3 porting:
    • Needed: Which modules are ported, which dependencies are not ported
    • Twisted.python.dist3 (?)
    • If not porting, bring review queue down so porting tickets can be reviewed
  • GitHub integration