Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sherah's full-sized avatar
🏠
Working from home

Sherah Beck sherah

🏠
Working from home
View GitHub Profile
@sherah
sherah / keybase.md
Created April 2, 2015 18:11
keybase identity confirmation

Keybase proof

I hereby claim:

  • I am sherah on github.
  • I am sherah (https://keybase.io/sherah) on keybase.
  • I have a public key whose fingerprint is 6F85 A7DB A5E6 7017 F96D BB3F D4F7 C31B F1DD 7C9D

To claim this, I am signing this object:

@sherah
sherah / 2to3LetterCountryData
Last active January 13, 2016 14:51
Countries! ISO Alpha-2 Codes with their ISO Alpha-3 Code counterparts
{
"AF":"AFG",
"AX":"ALA",
"AL":"ALB",
"DZ":"DZA",
"AS":"ASM",
"AD":"AND",
"AO":"AGO",
"AI":"AIA",
"AQ":"ATA",
@sherah
sherah / closurescopeillustration
Created December 11, 2012 18:26
Closure Scope Illustration
var makeHelpersWithClosureAccess = function() {
var number = Math.random() * 100;
window.shoutNumber = function() {
alert(number);
};
window.changeNumber = function(input){
number = input;
@sherah
sherah / gist:3998062
Created November 2, 2012 01:26
Sherah's NaNoWriMo Widget
<script src="http://sherahsmith.com/nanowrimo/sherahs_nanowrimo_widget.js" type="text/javascript"></script>
<div id="sherahs-nanowrimo-widget"></div>