SlocStar -- source line stats generator

Hi everyone,

I wrote a stupid service that calculates how much lines of code
belongs to whom in the git repo (right now only repos on the
github are allowed):

service: http://www.slocstar.org/
sources: GitHub - ixti/slocstar: SLOC stats generator.

It calculates repos that it knows to be existing every week but also
support update on demand via github post-update hook url:

http://ww.slocstar.org/github

Beside buggy web ui it has JSON api, e.g.

http://www.slocstar.org/stats/sinatra/sinatra

If requested repo is not yet known, it will take some time (usually
about 30 seconds) to generate stats for it…

It’s still needs a better ui, but backend now works as I wanted :)) so
any suggestions, criticism, help are very welcome.


Sincerely yours,
Aleksey V. Zapparov A.K.A. ixti
FSF Member #7118
Mobile Phone: +34 677 990 688
Homepage: http://www.ixti.net
JID: [email protected]

*Origin: Happy Hacking!

On Friday, April 20, 2012 7:25:42 PM UTC-4, Aleksey Z. wrote:

It calculates repos that it knows to be existing every week but also

It’s still needs a better ui, but backend now works as I wanted :)) so
any suggestions, criticism, help are very welcome.

Looking at stats seems to be killing the back button.

Hello,

It’s still needs a better ui, but backend now works as I wanted :)) so
any suggestions, criticism, help are very welcome.
Looking at stats seems to be killing the back button.

Thanks for reply. And for report - it’s really “kills” back button
functionality.


Sincerely yours,
Aleksey V. Zapparov A.K.A. ixti
FSF Member #7118
Mobile Phone: +34 677 990 688
Homepage: http://www.ixti.net
JID: [email protected]

*Origin: Happy Hacking!