def scale_dates(dates):
    rel_dates = []
    first_day = dates[0]
...

Python Scale data points with the ...

by Tafkas, January 22, 2010 12:55, 3 refactorings, tagged with python, date, timestamp

In order to print a chart t...

693a4661eaa71435ce5ebe61de64c5a4 Talk
#!/usr/bin/perl -w

use strict;
...

Perl Apache log file sorting

by hourback, November 18, 2008 16:22, 1 refactoring, tagged with apache, timestamp, epoch, logs

I have a huge amount of log...

066739a7a44b7fb8be64e73f9f4323cb Talk