My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

Overview

LOC Calculator is a simple Java based tool for calculating lines of code of source files. Features include:

  • Scans a single file or a directory. Option to recursively scan entire directory.
  • Option to ignore white spaces.
  • Ignores binary files.

Download

The tool can be downloaded from the downloads area. Download the binary package.

Prerequisites

A JRE version of 1.5 or higher is needed to run this tool

Running the tool

Open the terminal and run the binary:

java -jar loc-calculator-1.1.jar

OR

If jar files are associated to open with Java, then you can double click the loc-calculator jar to run it.

Screenshots

Powered by Google Project Hosting