Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mpapec

mpapec

mpapec has asked 29 questions and find answers to 214 problems.

Stats

5.1k
EtPoint
1.5k
Vote count
29
questions
214
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