#!/usr/bin/env ruby -w

require 'rexml/document'
...

Ruby Let me merge my Tomboy notes!

by Scott Robinson, December 04, 2009 02:27, 1 refactoring, tagged with functional, ruby, xml

Learning Ruby, and learning...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk

Ruby On Challenge: Ugliest Ruby Fiz...

by Scott Robinson, December 21, 2007 02:49

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

1945ab4cdb87eaf5a5c906fa884c29f1 Talk
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
#!/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, 2 refactorings, tagged with functional, short, oneliner, one-liner

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

1945ab4cdb87eaf5a5c906fa884c29f1 Talk