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

Definition Of Listen software
Filter: All | Freeware | Demo
 

Definition Of Listen

< 1 2 3 4 5 > 
Added: November 11, 2010 | Visits: 1.184

Charlix Charlix is a desktop assistant that is based on AIML (Artificial Intelligence Markup Language) and is compatible with any AIML interpreter with a working tag. Charlix assistent provides Web searching tools, a dictionary, a calculator, weather, translations, and more. If you ask Charlix his...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (134): Charlix Download

Added: August 10, 2010 | Visits: 1.540

SAP::Rfc SAP::Rfc is a Perl module that contains RFC Function calls against an SAP R/3 System. SYNOPSIS # WARNING - as of SAP::Rfc 1.40 USER and PASSWD are case sensitive ready for # R3 7.x use SAP::Rfc; $rfc = new SAP::Rfc( ASHOST => myhost, USER => ME, PASSWD => secret, LANG => EN, CLIENT =>...





Platforms: *nix

License: Freeware Size: 71.68 KB Download (133): SAP::Rfc Download

Added: July 05, 2010 | Visits: 16.919

Reply-o-Matic Reply-o-Matic is a highly configurable and secure auto-reply software, to be used in conjunction with any Mail Delivery/Transfer Agent or local delivery agent. Reply-o-Matic provides an easy, uniform way to autoreply to email messages. Whats New in This Release: - Adding new flag (-e),...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (133): Reply-o-Matic Download

Added: July 08, 2010 | Visits: 1.421

GoblinX Mini Edition GoblinX Mini Edition is a son of GoblinX and contains only XFCE as windows manager and GTK2/GTK based applications. The edition is indicated for those users whose want to remaster the distro and also those with difficulties to download more than three hundreds of megabytes, original size of...


Platforms: *nix

License: Freeware Size: 167 MB Download (130): GoblinX Mini Edition Download

Released: October 07, 2009  |  Added: October 13, 2009 | Visits: 1.598

Gedis Gedis Studio is a professional test data generator specifically designed to produce realistic and anonymous test data. The produced data can be used to initialize test databases or to feed automation tools like QTP, LoadRunner or Selenium. Gedis Studio covers the whole process of test data...


Platforms: Windows

License: Freeware Size: 14.87 MB Download (126): Gedis Download

Added: August 14, 2010 | Visits: 995

KScope KScope is a Cscope frontend. KScope provides a source-editing environment for large C projects, such as the Linux kernel. KScope is by no means intended to be a replacement to any of the leading Linux/KDE IDEs, such as KDevelop. First of all, it is not an Integrated Development Environment: it...


Platforms: *nix

License: Freeware Size: 1024 KB Download (125): KScope Download

Added: August 06, 2008 | Visits: 713

BobDown It could be said that BobDown is a download manager, and it would be the best definition of this small free program, with diverse uses, but still useful.Its interface is simple and intuitive, and its buttons are easy to understand. It basically has five buttons: BobDown (to create lists),...


Platforms: Windows

License: Freeware Size: 1024 B Download (121): BobDown Download

Added: May 14, 2010 | Visits: 1.634

Portable Coroutine Library Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): Portable Coroutine Library Download

Released: June 06, 2000  |  Added: February 10, 2006 | Visits: 3.923

License Plate Math License Plate Math is a fun game you can play on the road as well as on the computer. There is a virtually unlimited number of math puzzles, with 3 ways to play: the standard 10 problem game, in which you are presented with 10 problems; or the Time Trial, in which you are given about 2 minutes to...


Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 898 KB Download (117): License Plate Math Download

Added: February 09, 2010 | Visits: 1.701

CAD::Drawing::Manipulate::Graphics CAD::Drawing::Manipulate::Graphics - Gimp meets CAD. Methods All of these are CAD::Drawing methods (I force my own inheritance:) image_init Initialize the image at $addr based on the value at the fullpath key. This establishes the contained Image::Magick object and loads the image into...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (116): CAD::Drawing::Manipulate::Graphics Download

Added: June 14, 2010 | Visits: 1.117

WWW::Dict::Zdic WWW::Dict::Zdic is a Zdic Chinese Dictionary interface. SYNOPSIS use WWW::Dict::Zdic; my $dic = WWW::Dict::Zdic->new(); my $def = $dic->define("劉"); print YAML::Dump($def); This module provides simple interface to zdic.net Chinese character dictionary website. INTERFACE new()...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (116): WWW::Dict::Zdic Download

Released: March 20, 2009  |  Added: March 25, 2009 | Visits: 1.402

TaskPool TaskPool is an advanced, powerful and feature rich Task Management system, for communication with customers (Helpdesk), with partners (outsourcing), bugtracking (development) and much more. TaskPool is a web-based system for handling various types of requests. Requests can be: * Service...


Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 41.92 MB Download (113): TaskPool Download

Added: August 13, 2008 | Visits: 1.010

HSLAB Force Down Personal Free The program is intended for fast and guaranteed execution of Windows Shutdown if there is a plenty of open applications. Allows to fulfil: - Accelerated command Shutdown; - Normal command Shutdown; - Accelerated command Shutdown and Restart; - Normal command Shutdown and Restart; - Command Log...


Platforms: Windows

License: Freeware Size: 1.67 KB Download (110): HSLAB Force Down Personal Free Download

Added: May 19, 2010 | Visits: 1.463

KMail Power Tools KMail Power Tools is meant to be a suite of enhancements to KMail and may be other mail user agents. It is currently composed of only one (perl) script that acts as a filter (take input from stdin, outputs the modified mail to stdout), adds dialog boxes to kmail, and allows the user to: -...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): KMail Power Tools Download

Added: May 12, 2010 | Visits: 1.752

Stat::lsMode Stat::lsMode Perl module can format file modes like the ls -l command does. SYNOPSIS use Stat::lsMode; $mode = (stat $file)[2]; $permissions = format_mode($mode); # $permissions is now something like `drwxr-xr-x $permissions = file_mode($file); # Same as above $permissions =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Stat::lsMode Download

Added: September 06, 2010 | Visits: 943

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (107): B::Lint Download

Added: April 13, 2010 | Visits: 1.046

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Application::Pipeline Download

Added: July 20, 2010 | Visits: 938

Cspot Cspot is a semantic annotator designed only for the C programming language. It is quite similar to cscope, but some more functionality. Cspot project can be used to find the declarations, definitions, and usages of functions, variables, macros, typedefs, and structs. It can also find visible...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (105): Cspot Download

Added: October 06, 2010 | Visits: 1.459

Define Word 0.7.0 for Define Word is an extension which allows you to look up definition of selected text. Look up definition of selected text using any of several search engines. The list of engines is configurable..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): Define Word 0.7.0 for Download

Added: May 05, 2010 | Visits: 1.168

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

< 1 2 3 4 5 >