Skip to content

Instantly share code, notes, and snippets.

View edenchen-zz's full-sized avatar

Eden Chen edenchen-zz

View GitHub Profile
@edenchen-zz
edenchen-zz / active.md
Last active August 29, 2015 14:23 — forked from paulmillr/active.md

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 Thu, 03 Apr 2014 02:35:55 GMT till Fri, 03 Apr 2015 02:35:55 GMT.

Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:

githubUsers
 .filter((user) -> user.followers > 386)