Skip to content

Instantly share code, notes, and snippets.

View yw3388's full-sized avatar
💭
Make progress forward (and backpropagation if necessary)

Yichen Wang yw3388

💭
Make progress forward (and backpropagation if necessary)
  • VQR
  • New York
View GitHub Profile
@yw3388
yw3388 / fun
Last active July 21, 2020 01:58
Have fun eocsystem
@yw3388
yw3388 / active.md
Created October 1, 2019 22:14 — 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)