Skip to content

Instantly share code, notes, and snippets.

View edunham's full-sized avatar

E. Dunham edunham

View GitHub Profile
@edunham
edunham / gist:6381007
Last active December 21, 2015 23:18 — forked from pono/gist:6380892
Vagrant - http://shop.oreilly.com/product/0636920026358.do -- $23.99
Mastering nginx - http://shop.oreilly.com/product/9781849517447.do -- $26.99
Microsoft Sharepoint 2013 - http://shop.oreilly.com/product/0790145368348.do -- $23.99
Learning Python - http://shop.oreilly.com/product/0636920028154.do -- $47.99
Metasploit Startguide - http://shop.oreilly.com/product/9781849694483.do -- $14.99
Accessibility Handbook - http://shop.oreilly.com/product/0636920024514.do -- $14.99
Liars and Outliers - http://shop.oreilly.com/product/9781118143308.do -- $19.95
Cryptography Engineering - http://shop.oreilly.com/product/9780470474242.do -- $55
Good Math - http://shop.oreilly.com/product/9781937785338.do -- $34, dead tree only??
@edunham
edunham / cyoa-array
Created January 31, 2013 07:36
cyoa using only arrays and loops
texts = [
"You are walking through the woods.", # 0
"You see a bear! What do you do?", # 1
"The bear eats you and you die.", # 2
"You don't have a sandwich!", # 3
"You find a sandwich!", # 4
"The bear is very angry at you for stealing its food.", # 5
"The bear becomes your friend! You win!" # 6
]
@edunham
edunham / BarCamp_OSEL_Talk_Notes
Created October 30, 2011 00:51
BarCamp OSEL Talk Notes
Lug:
- Bashes/sprints
- External speakers
- Newbie Bash / HFOSS
OSEL Tasks:
- Training
- Freshman Mentors
- Ambassadors
- CS Student Guides
@edunham
edunham / OrkMain.c
Created October 22, 2011 06:21
Remote-Control Robot
/*************************************************************************
*
* OrkMain.c
* ORKWare Wired RC Control Code
* Library for use with 2011 OSURC Robotics Kit (ORK).
*
* Copyright (C) 2011 OSURC. Released under the GNU LGPL3.
* http://oregonstate.edu/groups/osurc/
*
* Written by Emily Dunham <[email protected]>