Skip to main content
 

After cleaning up Google+ Games I moved up to #221 on the all-time code deleter list.

Should break #200 once the chili removal CLs are all submitted and accounted for..

For future me, here's the dremel to find out..

define table stats /cns/pb-d/home/omoikane/change_stats/columnio/changes-*
SELECT user, SUM(file.deleted) AS lines FROM stats GROUP BY user ORDER BY lines DESC LIMIT 225;