Menu

CodeLineStatistics / News: Recent posts

CodeLineStatistics 0.5 Beta

CodeLineStatistics 0.5 Beta has been release. CodeLineStatistics written by ruby is a desktop tool for counting code lines of project.

Changes:
- Added the user-defined file type to be counted.
- Fixed bug that output file name must contain the file type.

Downloaded CodeLineStatistics from here:
http://sourceforge.net/project/showfiles.php?group_id=195319

Posted by flyerhzm 2007-07-09

CodeLIneStatistics 0.4 Beta

CodeLineStatistics 0.4 Beta has been release. CodeLineStatistics written by ruby is a desktop tool for counting code lines of project.

Changes:
- Added css file parser
- Added javascript file parser
- Changed html file parser
- Added file mapping that the application can be used to count undefined file

Downloaded CodeLineStatistics from here:
http://sourceforge.net/project/showfiles.php?group_id=195319

Posted by flyerhzm 2007-06-11

CodeLineStatistics 0.3 Beta

CodeLineStatistics 0.3 Beta has been release. CodeLineStatistics written by ruby is a desktop tool for counting code lines of project.

Changes:
- Added c/c++ file parsers
- Added Rake to manage the project
- Added result to MS Excel (Windows)
- Added readable result for users

Downloaded CodeLineStatistics from here:
http://sourceforge.net/project/showfiles.php?group_id=195319

Posted by flyerhzm 2007-05-25

CodeLineStatistics 0.2 Beta

CodeLineStatistics 0.2 Beta has been release. CodeLineStatistics written by ruby is a desktop tool for counting code lines of project.

Changes:
- Fix bug that script codes in html may be treated as comment lines
- Add percentage results for user

Downloaded CodeLineStatistics from here:
http://sourceforge.net/project/showfiles.php?group_id=195319

Posted by flyerhzm 2007-05-14

CodeLineStatistics 0.1 Beta

This is a project for code line statistics. It is written by ruby and provides a GUI (use FOX) for end user. Now it can count the most of file types of Ruby and Java projects, including .rb, .rhtml, .yml, .java, .xml, .html, .jsp and .properties files. And it will parse the other file types future. The GUI provides visualized results, which is divided into two parts. One is the total results including total files, total sizes of files, total lines, total lines of codes, total lines of comments and total lines of blanks. The other is a table which displays details information about each file, the information is composed of file name, directory name, total lines, code lines, comment lines, blank lines and file type. The visualized results can be also exported to a .html file. ... read more

Posted by flyerhzm 2007-05-04