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.273.024 Times

Bright Line Spectrum Mercury software
Filter: All | Freeware | Demo
 

Bright Line Spectrum Mercury

1 2 3 4 5 > 
Added: April 27, 2006 | Visits: 7.339

Line-Run " Line-Run...a crucial step forward for actors." The Stage newspaper, March 2002. Line-Run is new software for actors, providing a virtual rehearsal-space to take the drudgery out of line-learning. Computer-generated actors appear on the screen of your PC to play the other...



Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 6.63 MB Download (326): Line-Run Download

Added: July 14, 2006 | Visits: 3.641

Bright Eyes! Bright Eyes is a healthy software tool that notice you to have a rest after working for period of time. You can then look out of the window , drink a coffee and listen a good music!





Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.78 MB Download (1165): Bright Eyes! 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

Released: June 02, 2003  |  Added: July 09, 2006 | Visits: 3.691

2D/3D Line Graph Software 2D / 3D Line Graph provides both a client and server side solution for the incorporation of line graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive line graphs. With many configurable features and...


Platforms: DOS, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $49.95 USD Size: 220 KB Download (607): 2D/3D Line Graph Software Download

Added: February 13, 2006 | Visits: 4.206

Softabar Command Line Email Client Softabar Command Line Email Client is a tool for email automation. Use this tool to send, receive and monitor email, directories and files from a command line and from scripts. Features include: * Send mail from scripts using SMTP.* Send attachments, HTML mail with inline images, multiple...


Platforms: Windows, *nix

License: Demo Cost: $59.95 USD Size: 2.65 MB Download (149): Softabar Command Line Email Client Download

Added: January 23, 2006 | Visits: 3.765

AnyMini L: Line Count Software AnyMini L is automatic line count software. It is line count program for all common file formats, which supports .DOC, .RTF, .XLS, .PPT, .PPS, .HTM, .CSV, .PDF, .TXT, .ZIP and is powered by AnyCount Text Count Engine. After line count is completed, you can: view line count results on the...


Platforms: Windows

License: Shareware Cost: $23.00 USD Size: 3.08 MB Download (145): AnyMini L: Line Count Software Download

Added: October 05, 2006 | Visits: 3.321

AnyCount Word Count and Line Count AnyCount is automatic text count software. AnyCount is automatic line count, character count and word count software for all common file formats. Supported text count formats: .DOC, .RTF, .XLS, .PPT, .PPS, .HTM, .CSV, .PDF, .TXT, .ZIP. Supported volume units: words, characters, lines, pages,...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 3.64 MB Download (136): AnyCount Word Count and Line Count Download

Released: February 12, 2013  |  Added: March 14, 2013 | Visits: 2.589

Coherent PDF Command Line Tools Professional command line tools for manipulating PDF files. Split, merge, linearize, scale, rotate, crop, encrypt, decrypt, watermark, bookmark, annotate, attach, impose etc. Full manual provided. For Windows, Mac and Linux.


Platforms: Windows, Mac, *nix

License: Demo Cost: $80.00 USD Size: 2.31 MB Download (133): Coherent PDF Command Line Tools Download

Released: January 06, 2010  |  Added: January 12, 2010 | Visits: 4.589

Code Line Counter Code Line Counter is a software to count lines of code in source or text files for Project Managers. Able to count all programming languages.Includes total counts and percentages for comments, blanks and source lines. Can create your own file types. Key Features: -Able to count all...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 947.58 KB Download (204): Code Line Counter Download

Released: May 30, 2009  |  Added: June 16, 2009 | Visits: 3.030

Spectro Spectrum Analyzer Spectro Spectrum Analyzer consists of a Frequency Analyzer and Octave Analyzer with the ability to perform real-time acoustic analysis on your PC with a sound card. The Frequency Analyzer computes the averaged auto power spectrum using RMS or peak hold averaging with a linear or exponential...


Platforms: Windows

License: Shareware Cost: $15.95 USD Size: 12.59 MB Download (753): Spectro Spectrum Analyzer 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.572

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: November 15, 2010 | Visits: 1.169

Mercury Mercury is a Java-based MSN client (and upcoming Jabber client).. dMSN Mercury msn chat client


Platforms: *nix

License: Freeware Download (153): Mercury 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 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

Added: January 25, 2010 | Visits: 1.274

Aqua For Command-Line Tools Aqua For Command-Line Tools provides point-and-click user interfaces for controlling the command-line tools shipped with Mac OS X. Use it to:Run powerful Unix tools with point-and-click ease.Quickly see what each tool does and which options are available.Skip the manual and have correct command...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (97): Aqua For Command-Line Tools Download

Released: April 16, 2010  |  Added: May 07, 2010 | Visits: 1.302

Cmd Line Helper Cmd Line Helper is a Windows program that is designed for control and automate the administration of Windows and applications. Cmd Line Helper can capture command promt output and copy/save/print it. The program can copy command line output to Windows Clipboard directly.


Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 211.39 KB Download (136): Cmd Line Helper Download

Released: January 13, 2012  |  Added: February 04, 2012 | Visits: 1.355

eePDF PCL to BMP Converter Command Line VeryDOC eePDF PCL to BMP Converter Command Line provides multiple editing options. It allows you to set image resolution, color depth, image width and height, etc. as you convert PCL to BMP. With the help of eePDF PCL to BMP Converter Command Line, you can create BMP image files with high quality...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (548): eePDF PCL to BMP Converter Command Line Download

1 2 3 4 5 >