Skip to content

Instantly share code, notes, and snippets.

View smaxwell953's full-sized avatar

Sara Maxwell smaxwell953

View GitHub Profile
@smaxwell953
smaxwell953 / README.md
Created May 15, 2020 09:31 — forked from hofmannsven/README.md
Git Cheatsheet
@smaxwell953
smaxwell953 / active.md
Created May 15, 2020 09:26 — 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 Tue, 06 Dec 2016 17:06:46 GMT till Wed, 06 Dec 2017 17:06:46 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)