Added a list of popular users and some small additions.

This commit is contained in:
David Coallier
2011-02-06 16:20:36 +00:00
parent d9340bbe23
commit 98b611d43b
3 changed files with 50 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ var run = function() {
if (arr[i].fork !== false) {
return;
}
var popularity = arr[i].watchers + arr[i].forks;
sorted.push({position: i, popularity: popularity, info: arr[i]});
});