Most active GitHub users (git.io/top)
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Sat, 14 Apr 2012 19:29:43 GMT till Sun, 14 Apr 2013 19:29:43 GMT.
Only first 1000 GitHub users according to the count of followers are taken. Sorting algo in pseudocode:
githubUsers
.filter((user) -> user.followers > 168)
.sortBy('contributions')