Hermit
Archon     
Posts: 4289 Reputation: 8.42 Rate Hermit

Prime example of a practically perfect person
|
 |
Four Times The Power of One - & Spicy Civic Goodness
« on: 2003-09-02 06:38:15 » |
|
Incorporates the ammendments from Reply 2
wget -O - http://virus.lucifer.com/bbs/index.php?action=repIndex | sed -n 's!.*user=[^>]*>\([^<]*\)</a>.*userID=\([0-9]*\)>\([.0-9]*\)</a>.*q=e.*>\([.0-9]*\)</a>.*right>\([.0-9]*\).*!\1,\3,\4,\5,\2!p' | sort -t , -k 2nr,2 > r
Returns in CVS format to r, sorted by Reputation: userName, Reputation, Influence, Equity, userID
wget -O - http://virus.lucifer.com/bbs/index.php?action=voteIndex | sed -n 's!.*<a href=\(.*=voteResults;[^>]*\)>\([^<]*\).*!\1!p' | wget -O - -i - | sed -n 's!.*Voters: \([^<]*\).*!\1!p' | sed 's!\([^,]*\),!\1\n!g' | sed 's! !!g' | sort -k 2,2 | sed -n ':x;p;n;/./bx;:z;n;/./!bz;i\' | sort | uniq -c > v
Returns userName prefixed by repeat count of how many votes are present
cut -d , -f 1 r | sed 's! !!g' | sed 's!\(.*\)! 0 \1!' | sort > u
returns all usernames in r prefixed by ' 0 '
sort -r -k 2,2 v u | uniq -s 8 | sort -nr
returns spicy civic goodness (number of times each user is shown as having voted) to stdout
28 WalterWatts 28 rhinoceros 28 Hermit 28 DavidLucifer 27 Ophis 27 Hermitess 27 ElvenSage 26 Kid-A 26 goomba 26 DrSebby 25 outlawpoet 24 referent 24 prometheus 24 JakeSapiens 22 Warlock 22 thebricoleur 22 RavenBlack 22 Kharin 19 irvken 19 Flux 19 Blunderov 18 Smucker 17 Sat 17 Feagwath 15 opsima 12 RenegadeSocial 10 JerryLee 9 LukianTheWizard 9 Kalkor 8 JoeDees 7 Tywick 7 Rhysenn 7 celindra 5 RD 4 jubungalord 3 Zloduska 3 nrv8 3 JonathanDavis 2 tabsa 2 Demon 0 Pedro 0 michelle 0 localroger 0 crw 0 athenonrex
|
With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion. - Steven Weinberg, 1999
|
|
|