1 2 3 4
#!/bin/ruby class Cracker ...
Ruby On brute-force password cracker
by John Sietsma,
October 14, 2008 01:20
1 2 3 4
#!/bin/ruby class Cracker ...
Ruby On brute-force password cracker
by John Sietsma,
October 13, 2008 11:07
Here is a first pass refact...
1 2 3 4
public class Timer { public Timer( long millisecondsDuration ) : this( millisecondsDuration, false ) ...
JavaScript On Highlight Selected forms, S...
by John Sietsma,
October 12, 2008 03:09
No really, I suppose just b...
1 2 3 4
$.fn.setHighlight = function() { return this.each( function() { $(this).removeClass('optional'); ...
JavaScript On Highlight Selected forms, S...
by John Sietsma,
October 11, 2008 04:51
I couldn't resist a JQuery ...
Ruby On simplify multiple gsub
by John Sietsma,
August 28, 2008 01:45
It depends what you're afte...
1 2 3 4
result = "" data.each_byte { |ch| result << ( subs[ch.chr] || ch ) ...
Ruby On simplify multiple gsub
by John Sietsma,
August 27, 2008 05:29
Use the speed of the dictio...
1 2 3 4
class Test @@tries=0 attr_reader :num ...
Ruby Code transactions
In a Rails controller I'm s...


Dear troll,
I know it's ag...