Skip to content

Instantly share code, notes, and snippets.

View hitsvilleusa's full-sized avatar

Chris Morris hitsvilleusa

View GitHub Profile
@hitsvilleusa
hitsvilleusa / chained_observers
Created January 15, 2015 22:38
Chained Property Observers
struct Person {
var firstName: String = "" {
willSet {
println("Changing firstname from \(firstName) to \(newValue)")
}
}
}
struct Family {
@hitsvilleusa
hitsvilleusa / oclint.rb
Last active August 29, 2015 14:10
oclint 0.8.1 caskroom
cask :v1 => 'oclint' do
version '0.8.1'
sha256 '68499fe4331b3ca2334a2884a8b3e89bba2ffa468a42a780df3dc73849c44939'
url "http://archives.oclint.org/releases/0.8/oclint-0.8.1-x86_64-darwin-14.0.0.tar.gz"
homepage 'http://oclint.org'
license :unknown
binary "oclint-#{version}/bin/oclint"
binary "oclint-#{version}/bin/oclint-json-compilation-database"
One more public test.
@hitsvilleusa
hitsvilleusa / public
Created August 11, 2014 21:08
public test
This is a test