Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.258.587 Times

Transcription Line Count freeware
Filter: All | Freeware | Demo
 

Transcription Line Count

1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 586

IE Count Text Installing IE Count Text adds a new "Count Text" item to Microsoft Internet Explorer's context menu. Right-clicking inside any text entry form field produces the context menu. Clicking the "Count Text" item from that menu opens a small window displaying how many lines, words, and characters are...



Platforms: Windows

License: Freeware Download (401): IE Count Text Download

Released: March 11, 2003  |  Added: July 17, 2006 | Visits: 2.585

NCH TypeCharge TypeCharge Word, Line and Character Counter TypeCharge is a tool to assist typists to count the number of words, lines or characters in any document. If required TypeCharge can also be used to calculate a dollar amount based on a formula that you enter for billing purposes. This data can also be...





Platforms: Windows

License: Freeware Download (592): NCH TypeCharge Download

Added: August 10, 2008 | Visits: 1.336

TextWedge TextWedge is an Open Source text-file splitter with an editor interface, or a text editor with a file splitting interface. It provides a number of splitting criteria: byte count, line count, hits on search terms, and the lines where the values of sort keys change. If you use it in "Preview" mode...


Platforms: Windows

License: Freeware Size: 533 KB Download (135): TextWedge Download

Added: August 09, 2008 | Visits: 1.056

Cryptonite Cryptonite is a little program that will take all keyboard characters typed into the encrypter box and turn your input into scrambled encrypted output. This allows you to create messages with text and numeric values encrypted so that you can send encrypted emails to a friend who also has...


Platforms: Windows

License: Freeware Size: 88 KB Download (475): Cryptonite Download

Added: October 14, 2010 | Visits: 3.697

Flex Flex is a Fast Lexical Analyzer. Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. Flex is a non-GNU free implementation of the well known Lex program. Flex is a tool for generating scanners: programs which recognized...


Platforms: *nix

License: Freeware Size: 880.64 KB Download (327): Flex Download

Added: January 25, 2010 | Visits: 520

TextForge TextForge is a text editor for Mac OS X. Features include: Tools like... an integrated perl syntax checker "run in terminal" command "Preview-in-Browser" system document statistics control over tabbing auto-indent control over line breaks and encodings spell checker wrapped and unwrapped view...


Platforms: Mac

License: Freeware Download (91): TextForge Download

Released: June 15, 2012  |  Added: June 15, 2012 | Visits: 517

Text Tally Small, handy utility that automatically counts the amount of lines, words, and characters in any text which is copied to your clipboard. Just have it running (optionally in your system tray), copy any text to the clipboard, and it is automatically inserted into the program and the number of...


Platforms: Windows

License: Freeware Size: 312 KB Download (378): Text Tally Download

Added: September 16, 2013 | Visits: 489

User Post Count This plugin shows the post count of authors in dashboard. Currently the list is limited to top ten by countwise. To increase the number of user's listed u can change the file usercount.php.Line 11--> . "Limit 0,10";Change the value 10 to any number of your choice.# Installation : 1. Upload the...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): User Post Count Download

Released: July 11, 2003  |  Added: April 13, 2006 | Visits: 4.341

Quick Command Line Quick Command Line is a program that lets you eaisly specify run programs with command line parameters from within Windows Explorer without having to open up a command line window. This program is probably most useful to programmers, however other users could also find a use for it also....


Platforms: Windows

License: Freeware Size: 685 KB Download (719): Quick Command Line Download

Added: February 05, 2010 | Visits: 2.255

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: April 10, 2010 | Visits: 1.643

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.571

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: July 07, 2010 | Visits: 1.321

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): Algorithm::Line::Bresenham Download

Added: March 13, 2010 | Visits: 1.127

Line Marker Line Marker is an extension which adds a new menu "Line Marker" to the context menu. It changes color of selection. Status of markers are saved to your profile.. Pictures I drawed, XUL applications for Netscape 7/Mozilla, Project W3C-Girl, and so on.


Platforms: *nix

License: Freeware Size: 17.41 KB Download (121): Line Marker Download

Added: August 08, 2010 | Visits: 1.401

Drum Count Drum count is a free software created to count drum hits in real-time. Its a useful practice tool for drummers, and its really easy to use!. Drum Count is a simple tool which analyzes sound in real-time to measure the number of strokes played on a drumset


Platforms: *nix

License: Freeware Size: 15.36 KB Download (157): Drum Count Download

Added: August 02, 2010 | Visits: 2.288

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

Released: August 16, 2010  |  Added: August 20, 2010 | Visits: 1.600

AKS Word Count Count words, lines, paragraphs, chars in files of different types, including PDF, Word, Excel, HTML, OpenOffice, RTF. The software can also count words in the whole folders. When all necessary files are added, the program automatically makes counting. Full information is kept in File info...


Platforms: Windows

License: Freeware Size: 2.56 MB Download (173): AKS Word Count Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.081

Perspolis Command-Line Calculator Perspolis Command-Line Calculator is, just like the name suggests a small, simple, command-line based application specially designed to help you with your basic math calculations. If you are looking for a tool that is both tiny and easy to use to assist you with math then Perspolis Command-Line...


Platforms: Windows

License: Freeware Download (459): Perspolis Command-Line Calculator Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 579

Count 24 Count 24 was specially designed as a small and easy-to-use Windows application that allows you to get fomulas to count to 24 from 4 numbers between 1 - 13. Now you can easily count to 24 with the help of this handy and simple tool. All you have to do is input your numbers.


Platforms: Windows

License: Freeware Download (507): Count 24 Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 573

BN-Outer Line BN-Outer Line is a truetype font that was created in order to assist you in modifying the overall aspect of your digital papers. All you need to do is get the font onto your computer and then put it to use when writing your documents to see how it will change their look. To install it, you can...


Platforms: Windows

License: Freeware Download (46): BN-Outer Line Download

1 2 3 4 5 >