User:Thundergnat: Difference between revisions

Content added Content deleted
(Language stats)
m (Add a subheader and some verbiage)
Line 5: Line 5:
{{mylangend}}
{{mylangend}}


==License:==
Any code which I have submitted to Rosettacode may be used under the [https://choosealicense.com/licenses/unlicense/ Unlicense]. I would appreciate that any use includes a link back to the Rosettacode page from which it was obtained (but obviously would have no way to enforce that.)
Any code which I have submitted to Rosettacode may be used under the [https://choosealicense.com/licenses/unlicense/ Unlicense].

I would appreciate that any use includes a link back to the Rosettacode page from which it was obtained (but obviously would have no way to enforce that.)



==Reports:==
==Reports:==
Line 45: Line 49:
* Average whitespace - How many of the above characters are white space? (Including new line characters.)
* Average whitespace - How many of the above characters are white space? (Including new line characters.)
* Average percent alpha-numerics - What percentage of the non-white space characters are alphabetic or numeric?
* Average percent alpha-numerics - What percentage of the non-white space characters are alphabetic or numeric?
* Average percent non-alpha-numerics - What percentage of the non-white space characters are not alphabetic or numeric?
* Average percent non-alpha-numerics - What percentage of the non-white space characters are not alphabetic or numeric? (Punctuation, symbols, etc)
* Average percent non-ASCII - What percentage of the non-white space characters are not ASCII characters?
* Average percent non-ASCII - What percentage of the non-white space characters are not ASCII characters?
* Syntax highlighting - What syntax highlighter does it use in order from most to least common. (Note that some variation is expected, especially for tasks like [[Call a foreign-language function]] and [[Rosetta Code/Find bare lang tags]].)
* Syntax highlighting - What syntax highlighter does it use in order from most to least common. (Note that some variation is expected, especially for tasks like [[Call a foreign-language function]] and [[Rosetta Code/Find bare lang tags]].)