I could do that easily enough, but remember it's only based on users who have switched on their flag at WuProp to allow the hours data to be exported.
One quick sql
Code:
mysql> select a.id,b.nick, count(*) as mycount from wuprop_hours a join stats.boinc_user b where b.proj = 'wup' and a.id = b.id and a.running0 > 100 group by a.id order by mycount desc limit 0,50;+------+-------------------------------+---------+
| id | nick | mycount |
+------+-------------------------------+---------+
| 797 | zombie67 [MM] | 242 |
| 2482 | LCB001 | 207 |
| 1169 | Coleslaw | 188 |
| 5500 | Bryan | 167 |
| 6346 | Steve Hawker* | 165 |
| 68 | vaughan | 163 |
| 276 | KAMCOBILL | 161 |
| 747 | Jeff17 | 158 |
| 1504 | TBirdTheYuri | 157 |
| 2536 | james ying | 156 |
| 4230 | Sphynx[BlackOps] | 151 |
| 509 | Conan | 151 |
| 1105 | arkiss | 147 |
| 4492 | cpuid | 145 |
| 6136 | Bazooka_CZ | 145 |
| 1500 | Sabroe_SMC | 144 |
| 846 | [SG]MichaelR. | 139 |
| 6971 | JagDoc | 139 |
| 3134 | fthibaud0001 | 138 |
| 84 | Bok | 138 |
| 1882 | B Johansson | 137 |
| 2826 | Dirk Broer | 136 |
| 2317 | morgan | 136 |
| 995 | Sir Stooper | 132 |
| 825 | HGW | 130 |
| 807 | 7ri9991 [MM] | 128 |
| 2439 | L@MiR | 125 |
| 1912 | PanStaszek | 125 |
| 1039 | DoctorNow | 125 |
| 7207 | Werinbert | 124 |
| 4209 | aborek | 124 |
| 795 | Mumps [MM] | 123 |
| 6439 | georg70 | 123 |
| 4494 | eisler jiri | 123 |
| 7257 | conf [MM] | 122 |
| 2542 | [AF>France>Astro]Spica | 122 |
| 1739 | [AF>Libristes] Pascal | 121 |
| 7558 | [AF>Amis des Lapins] Phil1966 | 121 |
| 2101 | Pete Broad | 118 |
| 562 | Cruncher Pete | 118 |
| 6100 | Roadranner | 116 |
| 3123 | anchedo | 116 |
| 1640 | [AF>Kirass>MPF] Nafrayou | 115 |
| 6277 | krezol | 114 |
| 2978 | Fabrice.ltn | 113 |
| 784 | [AF] Hildor | 110 |
| 2479 | skgiven | 108 |
| 728 | frankhagen | 107 |
| 2762 | [AF>Libristes]IxPo | 107 |
| 801 | Maxwell [MM] | 107 |
+------+-------------------------------+---------+
50 rows in set (0.28 sec)