M = [["a", "b"], ["c", "d"], ["e", "f"]] x = [] ...
Ruby Array parsing in a block
by https://www.google.com/accounts/o8/id?id=AItOawmWMRp7fAci9domcwhxD3fNikoTak9bkYc,
January 26, 2012 05:59,
1 refactoring, tagged with arrays, blocks, loops, array syntax
<html> <head> <title>Rock Paper Scisscors</title> ...
JavaScript Rock Paper Scissors
by brianp12.myopenid.com,
November 05, 2011 19:27,
3 refactorings, tagged with javascript, loops, while, rock, paper, scissors, rock paper scissors, do while, while loop
My professor has told me I ...
# users controller ...
Ruby Too many for loops
by fnjord.myopenid.com,
February 25, 2009 00:23,
6 refactorings, tagged with rails, ruby, loops, for loop
I am trying to find a reaso...
/* sample input h1. Introduction * s5 is way cool, but I think in textile ...
Ruby Converting Textile to S5
by MattK,
November 25, 2008 14:08,
2 refactorings, tagged with textile, redcloth, loops, regular regular expression
I'd like to take a bunch of...
x should be ["a","c","e"] i...