Skip to content

Instantly share code, notes, and snippets.

@lasconic
Last active December 14, 2015 12:08
Show Gist options
  • Save lasconic/5083814 to your computer and use it in GitHub Desktop.
Save lasconic/5083814 to your computer and use it in GitHub Desktop.

MuseScore 1.3 all included (cloc mscore)

  --------------------------------------------------------------------------------
  Language                      files          blank        comment           code
  --------------------------------------------------------------------------------
  C++                             998          42647          29127         346825
  XML                             214            952           1481         148280
  HTML                             34             37             54          30425
  C/C++ Header                    537           6800           6961          25966
  C                                20           1044           1513           5729
  CMake                            34            240            722           1986
  Python                            3            464            574           1875
  Javascript                       11            293            691           1659
  Perl                              1            161            218            711
  CSS                               4            160             54            700
  Bourne Again Shell                4             52             21            439
  make                              2             95             75            226
  Bourne Shell                      1              3              0             62
  DOS Batch                         1              6              0             59
  IDL                               1              1              0             36
  --------------------------------------------------------------------------------
  SUM:                           1865          52955          41491         564978
  --------------------------------------------------------------------------------

MuseScore 1.3 without Qt Bidings for QtScript (cloc mscore -exclude-dir=scriptgen)

  --------------------------------------------------------------------------------
  Language                      files          blank        comment           code
  --------------------------------------------------------------------------------
  XML                             214            952           1481         148280
  C++                             222          16254          23189          98293
  HTML                             34             37             54          30425
  C/C++ Header                    219           4890           6939          16204
  C                                20           1044           1513           5729
  Python                            3            464            574           1875
  Javascript                       11            293            691           1659
  CMake                            27            191            581           1042
  Perl                              1            161            218            711
  CSS                               4            160             54            700
  Bourne Again Shell                4             52             21            439
  make                              2             95             75            226
  Bourne Shell                      1              3              0             62
  DOS Batch                         1              6              0             59
  IDL                               1              1              0             36
  --------------------------------------------------------------------------------
  SUM:                            764          24603          35390         305740
  --------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment