Hacker News new | ask | show | jobs
by gukjoon 5234 days ago
Very neat. How does this treat forks? Does it consider only the commits you make?
1 comments

Unfortunately it counts all code on your account equally. Github has a nice API that returns byte-count per language for a repository: https://api.github.com/repos/aaronpk/Flickr-Archiver/languag... I was thinking about excluding forks, or showing them in a separate graph.
I'd like that. My forks of a few C++ projects brings C++ to over 50%, but I barely use C++ in my own projects. =]