views:

53

answers:

1

I've found a lot of programs and scripts for counting the number of lines of code using Google, but what I'm looking for is something that graphs it in real time. I'm hoping this will motivate myself and other programmers. Any ideas?

+2  A: 

I personally use StatSVN to keep statistics on all projects I maintain.

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatSVN generates a static suite of HTML or XDOC documents containing tables and chart images.

Andrew Moore
Thanks for the reply. Really looking for something I can throw at small (one file) projects as well as larger ones without the hassle of SVN. Any other recommendations.
Gallus
Unfortunately, I don't have any other recommendations.
Andrew Moore