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;
...
/* 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...
I wrote the following to ge...