home.social

#cloc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cloc, aggregated by home.social.

fetched live
  1. Is Linux Kernel 7.2 really 43 million lines? We verified the count with wc, cloc, tokei, and scc tools and explain why the results differ.

    Full breakdown here: ostechnix.com/linux-kernel-7-2

    #Kernel72 #Linux #43million #Sourcecode #Statistics #Opensource #cloc #tokei #scc

  2. Lines of code of my most recent project (not yet published):

    cloc cartoqgis/*py
    Python 1125

    and just the

    cloc cartoqgis/test_conversion.py
    Python 519

    I'm still not feeling comfortable about the correctness of what I wrote. Need more tests!

  3. @skunksarebetter

    > is a source code line counter.

    I'm partial to tokei, personally github.com/XAMPPRocky/tokei

    But cloc is good too :)

  4. is a source code line counter.

    cloc (Count Lines of Code) is a program that recursively looks through all files in a source tree and counts up various stats. cloc recognizes blank lines, comments, and actual source code from many languages. cloc outputs totals by language in a human-readible form but also supports percentage, CSV, and other output formats.

    Website 🔗️: github.com/AlDanial/cloc

    apt 📦️: cloc