Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
How to get the SLOC c开发者_如何学Goount for the Flex code in Eclipse? Is there a plug-in similar to \"Metrics\" for finding information about the Flex porject?This is the easiest way to count lines o
I\'m writing a utility to count the lines in a given file via the Unix command line.Normally this would be dead simple for me, but apparently I\'m having a major off night.The goal of this program is
Does anyone of a way to get a line count from开发者_JS百科 a Silverlight RichTextBox? I\'ve tried counting the <Run> tags but that doesn\'t seem to be very accurate. The text in the RichTextBox
How can I calculate the number of lines in a \"Java Project\"? I\'m using Netbea开发者_如何学Gons 6.9.Have a look at the NetBeans Metrics Module.
I have inflated a View into a PopupWindow. This View includes a TextView where I want to place text at runtime. I need to count the number of lines the TextView uses in order to adjust the size of the
When the size of a code base is reported in lines, is it more usual/standard to report raw wc count, or nonblank noncomment lines? I\'m not asking which measure should be used, only, if I see a number
I am trying to create a program which, given an input file, returns the count of all the lines of code in t开发者_Go百科he input file, excluding blank lines and comment lines. I have written the follo
I\'m outputting text with XSLT. I need to count the number of lines of each section and write it out to my output file. How this c开发者_JS百科ould be done?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.