Skip to content

Instantly share code, notes, and snippets.

@weppos
Created December 16, 2010 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weppos/743416 to your computer and use it in GitHub Desktop.
Save weppos/743416 to your computer and use it in GitHub Desktop.
$ cloc robodomain robowhois robofinance whois
1824 text files.
1695 unique files.
920 files ignored.
http://cloc.sourceforge.net v 1.51 T=2.0 s (433.5 files/s, 50222.5 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Ruby 747 12136 7589 41135
Javascript 18 3718 3071 17147
CSS 37 1609 682 6885
XML 17 75 48 2341
HTML 20 194 116 2277
Bourne Shell 16 108 275 491
Perl 4 20 0 89
YAML 5 43 181 72
C# 1 9 13 51
PHP 1 14 19 36
ASP.Net 1 0 0 1
-------------------------------------------------------------------------------
SUM: 867 17926 11994 70525
-------------------------------------------------------------------------------
$ cloc robodomain
791 text files.
777 unique files.
343 files ignored.
http://cloc.sourceforge.net v 1.51 T=1.0 s (444.0 files/s, 57547.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Javascript 18 3718 3071 17147
Ruby 345 3884 1981 13543
CSS 37 1609 682 6885
HTML 17 191 113 2205
XML 11 69 48 1530
Bourne Shell 10 56 155 252
YAML 3 39 168 58
C# 1 9 13 51
PHP 1 14 19 36
ASP.Net 1 0 0 1
-------------------------------------------------------------------------------
SUM: 444 9589 6250 41708
-------------------------------------------------------------------------------
$ cloc robowhois/
86 text files.
84 unique files.
31 files ignored.
http://cloc.sourceforge.net v 1.51 T=0.5 s (110.0 files/s, 6940.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Ruby 35 497 274 1689
XML 5 5 0 433
Bourne Shell 10 56 155 252
HTML 3 3 3 72
YAML 2 4 13 14
-------------------------------------------------------------------------------
SUM: 55 565 445 2460
-------------------------------------------------------------------------------
$ cloc robofinance/
33 text files.
32 unique files.
16 files ignored.
http://cloc.sourceforge.net v 1.51 T=0.5 s (34.0 files/s, 1462.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Bourne Shell 10 56 155 252
Ruby 7 59 13 196
-------------------------------------------------------------------------------
SUM: 17 115 168 448
-------------------------------------------------------------------------------
$ cloc whois
914 text files.
850 unique files.
530 files ignored.
http://cloc.sourceforge.net v 1.51 T=1.0 s (384.0 files/s, 39838.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Ruby 365 7722 5366 25773
XML 5 5 0 400
Bourne Shell 10 56 155 252
Perl 4 20 0 89
-------------------------------------------------------------------------------
SUM: 384 7803 5521 26514
-------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment