Created
March 8, 2015 20:29
-
-
Save relrod/97fc983492868bbb01cb to your computer and use it in GitHub Desktop.
Part of why I use xmonad instead of Gnome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ricky@t520 100% /tmp$ cloc --quiet gnome-desktop-3.15.91/libgnome-desktop/* | |
http://cloc.sourceforge.net v 1.62 T=0.14 s (325.7 files/s, 160673.8 lines/s) | |
------------------------------------------------------------------------------- | |
Language files blank comment code | |
------------------------------------------------------------------------------- | |
C 24 2746 3089 13576 | |
C/C++ Header 18 414 346 1527 | |
make 1 35 0 139 | |
XML 2 44 218 66 | |
------------------------------------------------------------------------------- | |
SUM: 45 3239 3653 15308 | |
------------------------------------------------------------------------------- | |
ricky@t520 100% /tmp$ cloc --quiet xmonad/src/ | |
http://cloc.sourceforge.net v 1.62 T=0.02 s (338.2 files/s, 117532.5 lines/s) | |
------------------------------------------------------------------------------- | |
Language files blank comment code | |
------------------------------------------------------------------------------- | |
Haskell 8 411 927 1442 | |
------------------------------------------------------------------------------- | |
SUM: 8 411 927 1442 | |
------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment