cd ~/some-project
gh
Now your default browser opens with github.com/path/to/some-project.
#!/usr/bin/env coffee | |
# | |
http = require('http') | |
cheerio = require('cheerio') | |
spawn = require('child_process').spawn | |
searchTerm = process.argv[2..-1].join(' ') |
{ | |
; Initialization | |
[[0x0]] (caller) ; Admin! | |
[[0x1]] 0x100 ; How often should the draw happen? | |
[0x0] "Spinjar" ; Name of our contract | |
(call 0x929b11b8eeea00966e873a241d4b67f7540d1f38 0 0 0 7 0 0) ; Register with name registration | |
} | |
{ | |
(when (= (caller) @@0x0) |
From 76332f87355d9e2385836274f6d5d628435f8b06 Mon Sep 17 00:00:00 2001 | |
From: aekym <[email protected]> | |
Date: Tue, 20 Nov 2012 13:08:22 -0500 | |
Subject: [PATCH] add odd test to show recursion issue | |
--- | |
spec/mongoid/relations/embedded/one_spec.rb | 21 +++++++++++++++++++++ | |
1 file changed, 21 insertions(+) | |
diff --git a/spec/mongoid/relations/embedded/one_spec.rb b/spec/mongoid/relations/embedded/one_spec.rb |
require 'mongoid' | |
puts "RUBY_VERSION: #{RUBY_VERSION}" | |
puts "Mongoid::VERSION: #{Mongoid::VERSION}" | |
puts | |
Mongoid.configure do |cfg| | |
cfg.connect_to 'apples_and_oranges' | |
end |