#!/bin/ruby class Cracker ...
Ruby On brute-force password cracker
by John Sietsma,
October 14, 2008 01:20
#!/bin/ruby class Cracker ...
Ruby On brute-force password cracker
by John Sietsma,
October 13, 2008 11:07
Here is a first pass refact...
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...
$.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...
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...

*EDIT* Removed smart-arse c...