Time bucket: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 January 2012

  • curprev 16:3916:39, 4 January 2012David talk contribs 473 bytes +473 Created page with "<Pre> #!/usr/bin/perl use Math::Round; $bucket_size=100; while ( <>) { # print "value: ". $_ . "\n"; $bucket = ( round ( $_ / $bucket_size )) * $bucket_size; # ..."