Why do you all MAKE me think of new stats !!!!

Did you know there were 181 MegaDay crunchers yesterday

And SETI.USA were 3rd when we group them.. 2nd if you discount the users not on a team..

Code:
mysql> select team0,count(*) from boinc_combined_user where days1 - days2 > 1000000 group by team0 order by count(*) desc limit 0,30;
+-------------------------+----------+
| team0                   | count(*) |
+-------------------------+----------+
| NULL                    |       16 |
| Sicituradastra.         |       14 |
| SETI.USA                |       13 |
| SETI.Germany            |        8 |
| L'Alliance Francophone  |        5 |
| Team Norway             |        4 |
| Team 2ch                |        4 |
| Team Musketeers         |        4 |
| AMD Users               |        3 |
| SwissTeam.NET           |        3 |
| Boinc@Taiwan            |        3 |
| Team China              |        3 |
| Planet 3DNow!           |        3 |
| The Knights Who Say Ni! |        3 |
| Czech National Team     |        3 |
| UK BOINC Team           |        3 |
| Polish National Team    |        2 |
| TitanesDC               |        2 |
| BOINC@MIXI              |        2 |
| XtremeSystems           |        2 |
| USA                     |        2 |
| PrimeSearchTeam         |        2 |
| U.S.Air Force           |        2 |
| GPU Force               |        2 |
| Overclock.net           |        2 |
| Dutch Power Cows        |        2 |
| Scotland                |        2 |
| Russia Team             |        2 |
| Ars Technica            |        2 |
| TeAm AnandTech          |        2 |
+-------------------------+----------+
30 rows in set (37.09 sec)



I feel a new page comingTM