tl = Time.now.localtime
(0..356).each {|i| d =  (Date.new(tl.year, tl.month, tl.day) +i );
 printf("\n%03s\n\n", Date::ABBR_MONTHNAMES[d.month]) if d.day == 1;
...

Ruby Generate Days of a Year

by gregelin.myopenid.com, February 27, 2010 15:51, 2 refactorings, tagged with short

I wrote the following to ge...

57f954ba5409a6504af785ed8d42e009 Talk
/* 	study_2008.001.02_field_control.js

    See: http://gregelin.com/studies/study_2008.001.02
...

JavaScript Streamline attaching onPast...

by gregelin.myopenid.com, January 03, 2009 16:36, No refactoring, tagged with javascript prototype forms

Can the following be stream...

57f954ba5409a6504af785ed8d42e009 Talk