#cloc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cloc, aggregated by home.social.
-
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: https://ostechnix.com/linux-kernel-7-2-43-million-lines-of-code/
#Kernel72 #Linux #43million #Sourcecode #Statistics #Opensource #cloc #tokei #scc
-
Rainbow family's honorable members
#murderdrones #murderdronesoc #disassemblydrone #disassemblydroneoc #robot #robotoc #codelyoko #codelyokooc #cl #cloc #human #humanoc #warriors #warriorsoc #warriorcats #warriorcatsoc #wc #wcoc #catoc #feraloc #lgbtqiaplus #pride #digitalart
-
Frente Campesino de Azuero (FRECA) https://viacampesina.org/en/frente-campesino-de-azuero-freca/ #MembersinCentralAmerica #Panamá #CLOC
-
Lines of code of my most recent project (not yet published):
cloc cartoqgis/*py
Python 1125and just the #tests
cloc cartoqgis/test_conversion.py
Python 519I'm still not feeling comfortable about the correctness of what I wrote. Need more tests!
-
> #cloc is a source code line counter.
I'm partial to tokei, personally https://github.com/XAMPPRocky/tokei
But cloc is good too :)
-
#cloc 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 🔗️: https://github.com/AlDanial/cloc
apt 📦️: cloc