code line
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12024
Code Line Statistics 0.1
Code Line Statistics will show you various statistics about the files from a GUI. more>>
Code Line Statistics will show you various statistics about the files from a GUI. The code line statistics takes files and directories from GUI, counts the total files, total sizes of files, total lines, lines of codes, lines of comments and lines of blanks in the files, displays the results and can also export results to html file.
Code Line Statistics is also pretty simple and easy-to-use as well as highly-featured and reliable.
<<lessCode Line Statistics is also pretty simple and easy-to-use as well as highly-featured and reliable.
Download (6.68MB)
Added: 2007-07-09 License: GPL Price:
855 downloads
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>>
Source Code Line Counter 1.0.15 is designed to be an intuitive and handy application that can parse a delphi project file (.dpr,.dpk) or a folder and count source code documents, total line count, comment line count, normal line count, mixed line count and also a percentage representation of all these values per document and overall. It can export it's results in a text file.
Download (696.8KB)
Added: 2009-11-07 License: Freeware Price: Notavailable
downloads

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 Download (3.64MB)
Added: 2009-09-28 License: Freeware Price: $0.00
downloads
Other version of Universal Code Lines Counter
It counts not only source code lines, but also blank, comment and even mixed lines (source code ... , Ruby, VBScript/ASP, Visual Basic, XML Features of Universal Code Lines Counter at a glancePrice: $0.00
License:Freeware
License:Freeware

VB 6 Pure Code Lines Calculator 1.00
Calculates the PURE code lines (writing manually) for VB 6 project/group. more>> VB 6 Pure Code Lines Calculator (VB6PCLC) is designed to calculate the PURE code lines (writing manually) for VB 6 project/group, and it can record the version history for code lines automatically. Of course, calculating code lines in other viewpoints is available, such as comment lines, file lines, etc.<<less
Download (427KB)
Added: 2008-05-14 License: Freeware Price: Free
649 downloads

Command Line 1
Command Line provides you with a useful tool that can run from a small shell next to your tray. more>>
Command Line 1 provides you with a useful tool that can run from a small shell next to your tray. So you don''t have to use the startmenu to run it and keep a clean desktop. For example to start the Microsoft calculator you have to enter calc. This is much quicker than start-programs-accessories-calc. Command Line can also open directories.
Requirement:
- Win 98/2000/XP/Vista
Download (456.9KB)
Added: 2006-04-05 License: Freeware Price: $0.00
downloads
Other version of Command Line
Koma-Code - Command Line. Command Line is a tool to run programs from a small ... Command Line can also open directoriesLicense:Freeware
License:Freeware
CoDe StyleR 1.3
CoDe StyleR is a useful utility that can do the code formatting work for you, making your code understandable more>>
CoDe StyleR is a tool which will make the code formatting job for you, making it understandable for you and your colleagues.
This program can format the code contained either in a file or the clipboard. It can also clear up your code, removing empty lines and comments.
<<lessThis program can format the code contained either in a file or the clipboard. It can also clear up your code, removing empty lines and comments.
Download (207KB)
Added: 2006-10-03 License: Freeware Price:
647 downloads
Code Maker 2.1
operating coding application more>> Code maker includes many features including, Snippets that automtically get entered when you select one from the menu, a Preview button to preview your code on our built in browser as a real website.<<less
Download (1.3M)
Added: 2008-11-09 License: Freeware Price:
359 downloads

Code Validator 1.0
Public domain software to cross validate area codes, zip codes, state code more>> Public domain software to cross validate phone number area codes, zip codes and state codes. Useful in verifying or cleaning up such codes in data files. This is a command line program where the column names in the data file to be analyzed can be specified. There are no limits as to file size. Uses industry standard tab separated value (TSV) files.<<less
Download (535KB)
Added: 2008-09-01 License: Freeware Price: Free
428 downloads
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>>
Line count is a useful utility which is based on the LF or CRLF terminated lines in the source file. Multiple commands on the same line are counted as
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.
<<lessone 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.
Download (24KB)
Added: 2006-05-23 License: Freeware Price:
1287 downloads
Number Line 1.0
Middle-School (grades 5 through 9) math program written to provide skills in ... more>> Middle-School (grades 5 through 9) math program written to provide skills in context. Students locate points on a number line. Problems deal with fractions, decimals, square roots, and/or absolute values.<<less
Download (213KB)
Added: 2008-02-13 License: Freeware Price: Free
684 downloads

Code Past WLW plugin 1.0
Helps you to use standard copy/past procedure to blog well formatted XHTML code more>> Code Past is Windows Live Writer plugin that helps you to use standard copy/past procedure to blog well formatted XHTML code. You do not need any special tools to convert RTF format into HTML, this plugin will do all work for you. All you have to do is to copy your code snippet directly from IDE and past it into WLW.
Just select source code from Visual Studio 2005 or any other IDE and copy it by using your favorite method. It might be Ctrl-C or Ctrl-Insert keyboard shortcut or integrated context menu by clicking right mouse button and choose "Copy".
Copy source plugin will format your source code, convert it to XHTML presentation and put it ready info Windows Live Writer. You can optionally add nice snippet header or number code lines<<less
Download (372KB)
Added: 2008-08-05 License: Freeware Price: Free
448 downloads
Wkclines 1.0
A small, easy to install tool that you can use to count lines of c/c++ code of your programs. more>>
A small, easy to install tool that you can use to count lines of c/c++ code of your programs. wkclines application was designed to be a small, easy to install tool that you can use to count lines of c/c++ code of your programs.
<<less Download (40KB)
Added: 2007-10-18 License: Freeware Price:
738 downloads
Command Line Encrypt 1.00
Encrypt or decrypt a file from the console. more>> This small console utility allows you to encrypt or decrypt a file from the command line. It uses the Tiny Encryption Algorithm (TEA) with a 128-bit key and Cipher Block Chaining (CBC)..<<less
Download (104.6KB)
Added: 2008-09-07 License: freeware Price:
411 downloads
Code-ClipLength 20.171a
Code-ClipLength is a tiny utility which watches the size of the clipboard. Perfect for whenever you have to write text of a specific length (such as this PAD file description). Code-ClipLength does not install anything on your system. more>> <<less
Download (81.50KB)
Added: 2009-05-07 License: Freeware Price: $0
13 downloads
Other version of Code-ClipLength
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
Price: $0
License:Freeware
License:Freeware
HTML Code Exchanger
Quickly replace a string in a document with HTML Code Exchanger more>>
Quickly replace a string in a document with HTML Code Exchanger HTML Code Exchanger is a command line application that enables you to change any string in an HTML file by specifying the text you want to replace and the text you want to replace it with.
The command line is also very simple. Lets say the files are in the folder c:inetpubwwwroothtmlfiles, the string we want to replace is Old String", we want to replace it with New String, and we want to search html files.
The command line would look like this:
hce "c:inetpubwwwroothtmlfiles" "Old String" "New String" html
Note: Be sure to include any text that contains spaces within quotes.
HTML Code Exchanger can be used with any text document, not just HTML. Just be sure to specify the extension.
<<lessThe command line is also very simple. Lets say the files are in the folder c:inetpubwwwroothtmlfiles, the string we want to replace is Old String", we want to replace it with New String, and we want to search html files.
The command line would look like this:
hce "c:inetpubwwwroothtmlfiles" "Old String" "New String" html
Note: Be sure to include any text that contains spaces within quotes.
HTML Code Exchanger can be used with any text document, not just HTML. Just be sure to specify the extension.
Download (3KB)
Added: 2007-08-11 License: Freeware Price:
821 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above code line search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed