Post
Topic
Board Meta
Merits 4 from 4 users
Re: List of the forum's admins/ global moderators/ staffs
by
tranthidung
on 05/12/2019, 03:22:25 UTC
⭐ Merited by malevolent (1) ,DdmrDdmr (1) ,kawetsriyanto (1) ,vapourminer (1)
P.P.S. Merit per post earned for posts made since the introduction of the merit system would be a better metric.
Done, malevolent.


Update:

  • npost: total posts made since January 24, 2018, 11:00:11 PM (forum time), when the merit system born; till December 05, 2019, 02:30:17 AM
  • emerit: total earned merit till the last week (2019w47) data dump from theymos, stored in the loyce's club at http://loyce.club/Merit/userID_sent_received.txt
  • emeritppost = emerit / npost
  • rank_emp: Rank based on emeritppost (descendingly) and emerit (descendingly) with the first priority is emeritppost.

Note:
  • npost: includes posts made when topic trashed by moderators/ admins. *
  • emerits: includes earned merits in posts made before the merit system began.
All two things are bias factors.
* This bias factor occurs mostly in Russian moderators.

Details:
Code:
.         list rank_emp userid username emeritppost emerit npost, abb(30)

     +---------------------------------------------------------------------+
     | rank_emp    userid          username   emeritppost   emerit   npost |
     |---------------------------------------------------------------------|
  1. |        1     11425          gmaxwell           7.1     1848     259 |
  2. |        2        35           theymos           6.5     6287     972 |
  3. |        3    140584               EFS           2.6      192      73 |
  4. |        4    290195          achow101           2.1     1944     929 |
  5. |        5     78147             Cyrus           2.1      124      59 |
     |---------------------------------------------------------------------|
  6. |        6     18312      phantastisch           1.2      245     209 |
  7. |        7    988740       frodocooper           1.2      107      86 |
  8. |        8    207730           Wangbus             1        1       1 |
  9. |        9   2243418            alanst            .9       48      54 |
 10. |       10    225121     franckuestein            .8      105     139 |
     |---------------------------------------------------------------------|
 11. |       11     51173             mprep            .7      456     635 |
 12. |       12    153634            dbshck            .7      289     406 |
 13. |       13     79608   Flying Hellfish            .6      710    1241 |
 14. |       14    164822    hilariousandco            .6      690    1145 |
 15. |       15   1053119             Halab            .5      485    1056 |
     |---------------------------------------------------------------------|
 16. |       16    241548          Rizzrack            .5       19      39 |
 17. |       17     84521             Welsh            .4      727    1748 |
 18. |       18      7811           goatpig            .4      133     341 |
 19. |       19     19971               -ck            .3      214     657 |
 20. |       20    347141             sapta            .3      177     567 |
     |---------------------------------------------------------------------|
 21. |       21    553678           Mr. Big            .3      142     440 |
 22. |       22       203           HostFat            .3       92     278 |
 23. |       23    112568           Adriano            .3       23      85 |
 24. |       24    375981   OmegaStarScream            .2      537    2207 |
 25. |       25     23092        malevolent            .2      276    1186 |
     |---------------------------------------------------------------------|
 26. |       26   2288758             3dOOm            .2       13      82 |
 27. |       27   1068464           Xal0lex            .1      975   13607 |
 28. |       28    969327         Anon11073            .1       35     692 |
 29. |       29    210680            mitzie            .1        3      37 |
 30. |       30    382413            xandry             0      232    9467 |
     |---------------------------------------------------------------------|
 31. |       31    779106          Barcode_             0       53    2985 |
 32. |       32     20203            Rassah             .       28       0 |
 33. |       33      3137           ThomasV             .       25       0 |
 34. |       34      2700        Mike Hearn             .        8       0 |
     +---------------------------------------------------------------------+

Sort by npost:
Code:
.         list userid username npost, abb(30)

     +-----------------------------------+
     |  userid          username   npost |
     |-----------------------------------|
  1. | 1068464           Xal0lex   13607 |
  2. |  382413            xandry    9467 |
  3. |  779106          Barcode_    2985 |
  4. |  375981   OmegaStarScream    2207 |
  5. |   84521             Welsh    1748 |
     |-----------------------------------|
  6. |   79608   Flying Hellfish    1241 |
  7. |   23092        malevolent    1186 |
  8. |  164822    hilariousandco    1145 |
  9. | 1053119             Halab    1056 |
 10. |      35           theymos     972 |
     |-----------------------------------|
 11. |  290195          achow101     929 |
 12. |  969327         Anon11073     692 |
 13. |   19971               -ck     657 |
 14. |   51173             mprep     635 |
 15. |  347141             sapta     567 |
     |-----------------------------------|
 16. |  553678           Mr. Big     440 |
 17. |  153634            dbshck     406 |
 18. |    7811           goatpig     341 |
 19. |     203           HostFat     278 |
 20. |   11425          gmaxwell     259 |
     |-----------------------------------|
 21. |   18312      phantastisch     209 |
 22. |  225121     franckuestein     139 |
 23. |  988740       frodocooper      86 |
 24. |  112568           Adriano      85 |
 25. | 2288758             3dOOm      82 |
     |-----------------------------------|
 26. |  140584               EFS      73 |
 27. |   78147             Cyrus      59 |
 28. | 2243418            alanst      54 |
 29. |  241548          Rizzrack      39 |
 30. |  210680            mitzie      37 |
     |-----------------------------------|
 31. |  207730           Wangbus       1 |
 32. |    3137           ThomasV       0 |
 33. |   20203            Rassah       0 |
 34. |    2700        Mike Hearn       0 |
     +-----------------------------------+