Skip to content

Instantly share code, notes, and snippets.

View joshuarose's full-sized avatar

Josh Rose joshuarose

View GitHub Profile
@joshuarose
joshuarose / active.md
Created May 30, 2020 21:39 — forked from nopara73/active.md
GitHubHallOfFame

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 Mon, 01 May 2017 19:27:03 GMT till Tue, 01 May 2018 19:27:03 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 > 1000)