line counting program
Line Counter 1.03 Build 11.2
Counts lines in C, C++, C#, Java, JavaScript and PHP source files more>>
Counts lines in C, C++, C#, Java, JavaScript and PHP source files. Line Counter 1.03 (Build 11.2 ... of lines of code and comment lines in C, C++, C#, Java, JavaScript and PHP source files. TheakLineCounter 1.0
akLineCounter is a simple tool that will help you count lines in files with given mask from some folder more>>
Empty lines and lines with comments are shown separately. One can use it e.g. for estimation of programmer work.
Carb Counting 1.0
Carb Counting - a full featured information about how to maintain a good health more>>
The Zone Diet divides foods into "blocks." The carbohydrate block contains a
carb-count of 9 grams, and Zone author Barry Sears favors nutrient-dense
vegetables and fruits in preference to breads and starches. The carb total on the Zone diet actually exceeds the amount required to maintain ketosis.
The South Beach Diet is different again. This low carb weight loss plan
contains no carb counts, or even calorie-counting. Instead of carb-counting,
carbohydrate is restricted by type. During the 14 day induction phase, the diet permits only lower glycemic index carbs. Carbs like bread, potatoes, rice, along with starchy fruits and vegetables, are off-limits. Thereafter, you can add back carbs that are higher on the glycemic index, while the final phase - the South Beach healthy eating for life phase permits more multi-grain bread and brown rice.
Clinical weight loss trials continue to show that the balance between calorie-intake and expenditure is still the best predictor of weight loss. So if you want to lose weight, then as well as counting carbs, make a point of counting calories, too.
Carb Counting application is a simple ebook that was designed to give you a full featured information about how to maintain a good health.
Internet Count 1.0.1
Free program Internet Count is intended for time calculation in internet. more>> Free program Internet Count is intended for time calculation in internet. The detailed information on used connection. Detailed system of helps<<less
RSoft C/C++ Line Counter 1.0
RSoft C/C++ Line Counter - the lines of code, comments, and blank lines respectively in their C/C++ Project more>>
Main features:
- Respectively counts coded/commented/blank lines of your C/C++ Project
- Allows you to import/export project lists that can save you time re-adding big projects
- Small, only 233KB for full setup
- Fast, counts 4,800 lines of code per second
Color Count OCX 1.0
An ActiveX control that will indicate the number of colors available on a PC video monitor. more>>
Source Code Line Counter 1.0.15
Source Code Line Counter is designed to be an intuitive and handy application that can parse a delphi project file (.dpr,.dpk) or a folder more>>

UnleashedBytes Line Counter 1.0
UnleashedBytes Line Counter is a rather praiseworthy program designed for C# and Visual Basic.NET developers. more>>
UnleashedBytes Line Counter 1.0 is a rather praiseworthy program designed for C# and Visual Basic.NET developers. It analyzes a Visual Studio.NET project and gives the developer a report on the total number of lines of code in all the projects included in the solution file. You can view the line count for code lines, comment lines, and empty lines for each file.
CountLn 1.01
This is a small and simple Windows utility that counts lines in text files. more>>
CountLn is also small, reliable and supports all types of text files (DOS/Windows, Unix, Mac) by detecting all types of End-Of-Line delimiters (CR-LF for DOS/Windows, LF for Unix and CR for Mac).
Usage:
countln [/s]
/s recurses directories

Universal Code Lines Counter 1.0.1
A fast and easy tool for counting source code, blank and comment lines of software projects. Many programming/script languages are supported by default and further languages you can add easily by yourself! more>>
A fast and easy tool for counting source code, blank and comment lines of software projects for many programming/script languages.
With this application you get a detailed report (as table and additionally as graphic) about the source code of your software project. It counts not only source code lines, but also blank, comment and even mixed lines (source code and comment in one line). Of course, also block comments are recognized if the chosen programming/script language supports them.
Although it is very easy to configure the program for further programming/script languages yourself, by default already many languages are included:
AutoIt, C#, C/C++, CSS, Delphi/Pascal, HTML, Java, JavaScript, Modula 2/3, MySQL, Perl, PHP, Prolog, Python, Ruby, VBScript/ASP, Visual Basic, XML
Features of Universal Code Lines Counter at a glance:
- Counting source code lines of many languages.
- Detailed report with number of source code, blank and comment lines.
- Also percentage of source code, blank and comemnt lines.
- With additional graphical report.
- Print and export (CSV and HTML) functionality.
- Integrated help system.
- Automatic program updates.
- Multilingual (at the moment English and German).
- Intuitive program interface.
- Free e-mail support in case of problems or questions.
- All updates for free.
System Requirements: .NET Framework 2.0
<<less
It counts not only source code lines, but also blank, comment and even mixed lines (source code ... Although it is very easy to configure the program for further programming/script languagesLicense:Freeware
Drum Count 1.0
Drum count is a free software (GPL) to count drum hits in real-time. more>>
Its a useful practice tool for drummers, and its really easy to use, simple and well-done.
Main features:
- adjustable timer: count hits in 1-9999 seconds
- auto-reset: useful if youre away from the computer
- big display
- MP3 recording: save your performances!
- configuration auto-save
- "top score" database: compare your progress over time
- strokes mode
System requirements:
- Soundcard input (microphone, line-in)

Textfile Line Changer 1.0
Textfile Line Changer changes text files! It can process each text line. more>> What does my free software do? It changes text files!
It can process each text line. How? You specify it yourself with the function Process each line (see the screenshot).Without going too much into details this is how it works:
There are hundreds of functions and when I find the time I will put the documentation online.<<less
Operation Flashpoint: Cold War Crisis - Counting map
Operation Flashpoint: Cold War Crisis - Counting map is considered as a great and cool map. more>>
Operation Flashpoint: Cold War Crisis - Counting map is considered as a great and cool map. After the lads were trapped on the island thanks to a botched extraction, it's up to you to guide them back to safety. As an Allied boat roars up onto the shore, you have 20 minutes to get your arse over there before the boat leaves you and your mates trapped deep in enemy territory. THis map includes all the usual features: a custom briefing, overview, briefing pictures, custom radio messages, variable outcomes, cinematic intros and cut-scenes, and a heavily-patrolled enemy territory.
Count Source Lines 1.3
Line count is a useful utility which is based on the LF or CRLF terminated lines in the source file more>>
one line, one command split across multiple lines is counted as
multiple lines.
This method is easier to process and is believed to gave a
better measure of code complexity than counting number of
commands.
A comment line which contains no alphanumeric characters is
not believed to help document the code and is therefore counted
as blank.
Where a line contains both code and comment, it is counted as
code.
In C++ syntax, lines containing only { or ; are considered
blank. Lines containing only } are considered code. This is
intended give closer alignment with other languages where the
looping and branching structures have a terminating line of
code such as "END IF".
In C++ syntax each line inside a block comment must contain
one or more alphanumeric characters to be classed as comment.
Lines which do not meet this criteria are classed as blank.
In FORTRAN Fixed syntax, lines must have characters between
column 7 and 72 inclusive to be classed as code.
In FORTRAN Fixed syntax, Compaq Visual FORTRAN allows comments
to be started by a ! anywhere on the line, as per free form
syntax. This is not in the FORTRAN 77 specification and these
lines will be counted as blank.
Line of Sight: Vietnam 1.03 patch
Line of Sight: Vietnam 1.03 patch offers you a useful patch to upgrade Line of Sight: Vietnam from version 1.01 from 1.03. more>>
Line of Sight: Vietnam 1.03 patch offers you a useful patch to upgrade Line of Sight: Vietnam from version 1.01 from 1.03.