Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mpapec

mpapec

mpapec has asked 28 questions and find answers to 198 problems.

Stats

4.8k
EtPoint
1.5k
Vote count
28
questions
198
answers

About

Users with best score/answer ratio

perl -MpQuery -MData::Dumper -e '*Q = *pQuery;
print Dumper map [
    sort { $b->{ratio} <=> $a->{ratio} }
    map {
        @h{qw(s a u)} = map Q($_)->text,
          @{ Q($_)->find("td") };
        s/k// and $_ *= 1000 for @h{qw(s a)};
        $h{ratio} = $h{s}/$h{a};
        +{%h};
    } @{ Q($_)->find("tr") }
], @{ Q(pop)->find(".fl") }[0,1];
' http://stackoverflow.com/tags/perl/topusers