Easy way to chunk string into equal segments. Returns a list of string chunks (as opposed to an array or seq of chunks).
7 people like thisPosted: 6 years ago by LSM07
Simple (and inaccurate) command line LOC counter mainly for .fs and .fsx files. Extended from: http://www.fssnip.net/b6/title/How-many-lines-of-code-does-your-project-contain Searches current directory and subdirectories (can be changed to only search current dir). Can be changed to whatever filetype is needed. Can be either run as a script (with fsi) or compiled (with fsc).
7 people like thisPosted: 5 years ago by LSM07