Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am simonarcher on github.
  • I am simon_archer (https://keybase.io/simon_archer) on keybase.
  • I have a public key ASBgSnYt0NbbN83TvZnVLKaa9TElk0256uEcB3ro7egFKgo

To claim this, I am signing this object:

@simonarcher
simonarcher / 0_reuse_code.js
Last active September 14, 2015 09:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@simonarcher
simonarcher / us-state-names-abbrevs.swift
Created March 16, 2015 17:49
US State Names & Abbreviations as Swift Arrays.
var states = ["Alabama",
"Alaska",
"Arizona",
"Arkansas",
"California",
"Colorado",
"Connecticut",
"Delaware",
"Florida",
"Georgia",