Skip to content

Instantly share code, notes, and snippets.

@StuartFeldt
StuartFeldt / daft.php
Created February 11, 2011 01:01
Daft PHP
<?php
//
// For my Dell Inspiron 6400. I miss you.
//
for($k=0; $k<16; $k++)
{
for($j=0; $j<4; $j++)
{

Most active GitHub users in Malaysia

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 14 Nov 2012 03:35:10 GMT till Thu, 14 Nov 2013 03:35:10 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) -&gt; user.followers &gt; 0)