I\'m wondering if there\'s a way in Github to count the total amount of lines of code a specific user has written throughout all of its projects.
git log
I've written a basic program that will do this: http://stats.kaufer.org/
The source of it is on Github here: https://github.com/mjkaufer/stats
Basically, I ended up using Github's API.