1 2 3
feed = RssParser.run("http://ws.audioscrobbler.com/1.0/user/me/recenttracks.rss") song1 = feed[:items][0][:title] ...
1 2 3 4
<?php /* * This is a test of a rules based iterative algorithm... ...
PHP Rules Based Iterator
by James Stansfield,
June 15, 2008 13:52,
1 refactoring, tagged with php, loop, iterate, rules, array
I had need for an iterative...
1 2 3 4
module Every @interval, @stopped = 0.0, true @numwords = {"one"=>1, "two"=>2, "three"=>3, "four"=>4, "five"=>5, "six"=>6, "seven"=>7, "eight"=>8, "nine"=>9, ...
Ruby Every repeat module
Loop a block of code every ...
1 2 3 4
def find_npa(dialed_nxx) nxx_819 = [ 205, 208, 210, 213, 243 ] ...
Ruby Array iteration
I'm new to Ruby, so give me...
1 2 3 4
SCRIPT="gen_${1}.sql" echo "--gen_${1}.sql" > $SCRIPT typeset -i counter ...
Bash Slow bash for loop.
Here's a quick and dirty ba...
Im new to Ruby, I think it ...