#
sloc
Here are 27 public repositories matching this topic...
-
Updated
Feb 16, 2021 - TypeScript
simonrenoult
commented
May 3, 2020
What problem are you trying to solve?
Since code-complexity is mostly used as a static analysis tool, it would be nice to be able to analyze any project, without the need to pull it locally.
Currently, the only required argument is the directory to analyze. We could also support a URL.
Describe the feature
Support URL in addition to path, example:
$ npx code-complAtom SLOC package for the statusbar
-
Updated
Dec 1, 2018 - CoffeeScript
Chrome extension to display SLOC (source lines of code) on GitHub
-
Updated
Aug 19, 2020 - JavaScript
Python/bash script to count all source lines of code 📄 for a Github user
-
Updated
Jul 31, 2017 - Python
Maven plugin for counting source lines of code (SLOC)
-
Updated
Oct 15, 2020 - Java
Collects package metrics (SLOC)
-
Updated
Oct 25, 2018 - Smalltalk
Moved to https://gitlab.com/craigbarnes/tally
-
Updated
Feb 5, 2021 - C
Unified Code Counter (UCC) by the USC Center for Systems and Software Engineering, SLOC counter sources
-
Updated
Apr 15, 2019 - C++
Our developers' section stats, computed hic et nunc
-
Updated
Feb 21, 2021 - Python
Count source lines of code
-
Updated
Feb 11, 2021 - Java
java program to count SLOC, blank lines and comments in .java file of a given directory
-
Updated
Feb 16, 2020 - Java
Sudoku solver and a few other small Haskell projects
-
Updated
Jun 8, 2013 - C++
A year in code - reviewed
-
Updated
Jan 1, 2019 - CSS
-
Updated
Jul 15, 2020 - Python
A useful script that finds the total lines of code (LOC) in a directory tree.
-
Updated
Dec 7, 2018 - Python
A cli application to calculate all the lines of code in your project.
-
Updated
Jul 20, 2020 - TypeScript
Track various code statistics including lines/loc, comments, language, and size.
-
Updated
Sep 2, 2018 - JavaScript
My first Test-driven program that counts lines of code (SLOC) in the given directory.
-
Updated
Feb 6, 2021 - Kotlin
Improve this page
Add a description, image, and links to the sloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sloc topic, visit your repo's landing page and select "manage topics."


Since the default output is meant to be human-readable, would it make sense to add thousands separators to make the output more easily readable?