Skip to content

Instantly share code, notes, and snippets.

View hamvocke's full-sized avatar

Ham Vocke hamvocke

View GitHub Profile
@hamvocke
hamvocke / keybase.md
Last active February 5, 2016 20:30
keybase.md

Keybase proof

I hereby claim:

  • I am hamvocke on github.
  • I am ham (https://keybase.io/ham) on keybase.
  • I have a public key ASDlIQYLWNCaa1y6mqzQQORB8T4aDU7Gj69mOo5iYeaC2Ao

To claim this, I am signing this object:

@hamvocke
hamvocke / Swift_2-0.playground
Created October 7, 2015 07:47
Swift 2.0: What's new, what's better -- interactive playground for the talk
//: Playground - noun: a place where people can play
import XCPlayground
import Foundation
import UIKit
struct UserProfile {
var username: String
var confirmed: Bool
}