Skip to content

Instantly share code, notes, and snippets.

View benqian's full-sized avatar

Yueping Qian benqian

  • Better
  • Los Angeles CA
View GitHub Profile

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 Sat, 14 Apr 2012 19:29:43 GMT till Sun, 14 Apr 2013 19:29:43 GMT.

Only first 1000 GitHub users according to the count of followers are taken. Sorting algo in pseudocode:

githubUsers
  .filter((user) -> user.followers > 168)
 .sortBy('contributions')
This file has been truncated, but you can view the full file.
'use strict';
var COMPILED = !0, goog = goog || {};
goog.global = this;
goog.DEBUG = !1;
goog.LOCALE = "en";
goog.provide = function (a) {
if (!COMPILED) {
if (goog.isProvided_(a))
throw Error('Namespace "' + a + '" already declared.');