Skip to content

Instantly share code, notes, and snippets.

@ml
ml / gist:599642
Created September 27, 2010 19:24
Gitifier.app/Contents/MacOS/Gitifier
dyld: Library not loaded: /usr/lib/libcrypto.0.9.8.dylib
Referenced from: /Users/lotus/Downloads/Gitifier.app/Contents/MacOS/Gitifier
Reason: image not found
Trace/BPT trap
1 Strace:
Slow run:
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
64.17 0.011159 0 501163 488683 stat
26.09 0.004538 0 22257 sendto
2.29 0.000398 0 13104 109 open
@ml
ml / Paździeż
Created April 14, 2012 09:36 — forked from anonymous/Paździeż
def prompt
print ">> "
end
puts "Od ilu zaczynamy?"
prompt
i = STDIN.gets()
puts "i.class => #{i.class}"
numbers = []
@ml
ml / rabinator
Created June 27, 2012 10:52 — forked from anonymous/rabinator
class Zyd
def wlosy(hair)
@hair = hair
end
def pazernosc(greed)
@greed = greed
end
class Zyd
def wlosy=(hair)
@hair = hair
end
def pazernosc=(greed)
@greed = greed
end
def wlosy