-
Hi @pangsu0613, Thanks a lot for providing such a great algorithm. When will Fast-CLOCs be open source?
-
`master` as of 0964836ff90a083d588bcf8f79bb06e7d384d708:
```
200 text files.
198 unique files.
40 files ignored.
github.com/AlDanial/…
-
Hello
I need to know if "cloc" will be implemented in version 11.0?
-
Anthony Cerruti suggesting checking out `tokei` which is faster than `cloc`, and also more accurate than `cloc` for at least some languages, not sure about Scala in particular
https://github.com/XA…
-
I can only scan the whole organization or a single repository. I would have expected to configure a list of repositories which are included in the scan, but the string I enter in "repos" is just appen…
-
```r
> cloc::cloc_remove_comments(source_file = 'README.Rmd')
1 error:
Unable to read: README.Rmd
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(co…
-
There are likely other languages/frameworks, but the client-side/server-side paradigm with JS/TS is the most common place this use case is present.
**Server-side Express:**
Looking for `require('…
-
Hi,
I'm using `r 3.1.0` and `perl 5.18.2`. When I run `run.sh `, the stdout is full of:
``` bash
defined(@array) is deprecated at ../lib/cloc-1.55.pl line 980.
(Maybe you should just omit t…
-
Scanning my current branch of Alamofire, Sitrep gives these LOC results:
```
Sizes
Total lines of code: 11102
Source lines of code: 9481
```
However, cloc gives these results:
```
Langua…
-
## Refs
- [简书: Mac OS 下统计代码行数](https://www.jianshu.com/p/cb0d11b417ca)