Skip to content

killerswan/len

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Out of idle curiosity, a quick look at 
the mean, standard deviation, and maximum
lengths of a line of source code I typically write.

BUILD:
$ cabal-dev install

USAGE:
$ ./cabal-dev/bin/len -h
Usage: len [file1 file2 ...]
  -h  --help  display this help

RUN:
$ ./cabal-dev/bin/len len.hs
max: 103.0,	 mean: 35.876712328767134,	 stddev: 22.322102403397455,	 path: len.hs


About

Haskell basic statistical stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published