Skip to content

Instantly share code, notes, and snippets.

View nquinlan's full-sized avatar

Nick Quinlan nquinlan

View GitHub Profile
@nquinlan
nquinlan / Eva.rb
Created January 13, 2013 00:52 — forked from cdl/Eva.rb
class Eva < Zebra
include MongoMapper::Document
include Vegan::Powers
include MongoMapperExt::Taggable
include MongoMapper::Tweetable
## Keys
key :scarves_count, Integer, :default => 20
key :compliments_count, Integer, :default => 100
key :hivemind_response_count, Integer, :default => 500
@nquinlan
nquinlan / gist:2860511
Last active October 5, 2015 19:08
Go To Github Hosted Site from Repository
document.location.href = "http://" + document.location.pathname.split("/")[1] + ".github.io/" + document.location.pathname.split("/")[2];