/ domm

I hack Perl for fun and
profit.

Follow me on twitter!
Atom Icom ... on Atom!
<<<<<<<<<<
09.11.2004: laser in my eyes
05.11.2004: Linux doesn't suck after all
04.11.2004: Books, Lego, Munich and stuff
27.10.2004: Munich
26.10.2004: CPANTS news

Thanks to today beeing a holiday in Austria (on 26.th October 1955 Austria declared it will be neutral for all eternity, thus ending occupation by USA, UK, USSR and France after WW2) I spend some time on CPANTS.

I finally managed to prepare everything for and set up a cronjob to run CPANTS every week (for now). The cronjob starts at 5am each saturday. It takes about 3 hours, so fresh data should be available at aprox 8am.

I also generate some very simple HTML pages available from http://cpants.dev.zsi.at/. There is an overview page containing a short description of the project, links to talks and the SQLite DB files and links to weekly reports.

The reports currently consist of some nice diagrams generated with GD::Graph, but I plan to add more (especially one showing the average Kwalitee over time)

Original: http://use.perl.org/~domm/journal/21523

Legacy comments

domm: more diagrams! (orignal post)

I found some more time between bringing the kids to bed and going to the Austrian Big Brother Awards [bigbrotherawards.at] to hack up a "average kwalitee over time"-chart. Which shows that average kwalitee went up 0.00145. Wow!

brian_d_foy: Re:more diagrams! (orignal post)

How many absolute points is that?

sqlite> select count(*) from kwalitee;

7739

sqlite> select sum( kwalitee ) from kwalitee;

81262

That's and average of 10.5 (out of a possible 13, so it's higher than I expected, but I didn't bother to calculate the standard deviation).



From last time, it looks

albook_brian[804]$ sqlite ~/File*/Kwa*/cpants-20041008.db

SQLite version 2.8.15

Enter ".help" for instructions

sqlite> select count(*) from kwalitee;

7935

sqlite> select sum( kwalitee ) from kwalitee;

85241

That's

domm: Re:more diagrams! (orignal post)

Please keep in mind that both data generation and analysis is still very much in ALPHA stage. While I try hard to generate reasonable results, they might still be dodgy.

Hey, that sounds like a reasonable disclaimer I should stick to all CPANTS-pages...

Comments (via disqus)

22.10.2004: Template::Plugin::KwikiFormat
15.10.2004: netznetz.net saved my day
10.10.2004: Appartment rearrangement and cooking
08.10.2004: CPANTS news
03.10.2004: Buying records
>>>>>>>>>>