Skip to content

Instantly share code, notes, and snippets.

View kharrison's full-sized avatar
💭
Watching WWDC videos

Keith Harrison kharrison

💭
Watching WWDC videos
View GitHub Profile
@kharrison
kharrison / shuffle.go
Last active August 29, 2015 14:04
Fisher - Yates shuffle Go package
package shuffle
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().UnixNano())
}
@kharrison
kharrison / .gitignore
Created February 29, 2012 22:44
OS X gitignore file
# Global GIT ignored files
# Ignore X-code files
build/
*~.nib
*.so
*.pbxuser
*.mode*
*.perspective*
# Xcode 4