Skip to content

Instantly share code, notes, and snippets.

@relrod
Created March 8, 2015 20:29
Show Gist options
  • Save relrod/97fc983492868bbb01cb to your computer and use it in GitHub Desktop.
Save relrod/97fc983492868bbb01cb to your computer and use it in GitHub Desktop.
Part of why I use xmonad instead of Gnome.
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