Skip to content

Instantly share code, notes, and snippets.

View amitcodin's full-sized avatar

Amit Maheshwari amitcodin

  • Bangalore
View GitHub Profile
@amitcodin
amitcodin / active.md
Created September 17, 2017 12:30 — forked from paulmillr/active.md
Most active GitHub users (by contributions). http://twitter.com/paulmillr

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 Fri, 19 Jun 2015 15:17:38 GMT till Sun, 19 Jun 2016 15:17:38 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 > 635)
@amitcodin
amitcodin / active.md
Created September 17, 2017 12:30 — forked from dkullmann/active.md

Most active GitHub users

This is the count of contributions to public repos at GitHub.com from Sun, 08 Jan 2012 16:41:12 GMT till Tue, 08 Jan 2013 16:41:12 GMT.

To repeat:

  1. Take all GitHub users with 150+ followers (there are ~1000 of them).
  2. Sort them by number of public contributions.

Made with data mining of GitHub.com.