Ruby On Challenge: Ugliest Ruby Fiz...

by Scott Robinson, December 21, 2007 02:49

Oh my God. I don't have eno...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk
1
2
3
4
def which_class
  langs = {"C/C++" => "cpp", "C#" => "csharp",
	   "CSS" => "css", "Flex/ActionScript" => "flex",
...

Ruby On class picker

by Scott Robinson, December 10, 2007 00:38 Star_fullStar_fullStar_fullStar_full

The regular expression vers...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk

JavaScript On Get the last key

by Scott Robinson, December 06, 2007 13:06 Star_fullStar_full

x = new Array();
x[2] = 'so...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk
1
2
3
4
#!/usr/bin/env ruby

files = ARGV.collect { |fname| File.new(fname, 'w') }
...

Ruby Randomly split input lines.

by Scott Robinson, November 15, 2007 08:56, No refactoring, tagged with short, functional, oneliner, one-liner

My first Ruby script. I'm c...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk