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

Term Life Insurance Quote software
Filter: All | Freeware | Demo
 

Term Life Insurance Quote

< 1 2 3 4 5 > 
Added: June 09, 2010 | Visits: 1.052

Term::VT102 Term::VT102 is a class to emulate a DEC VT102 terminal. SYNOPSIS use Term::VT102; my $vt = Term::VT102->new (cols => 80, rows => 24); while (<>) { $vt->process ($_); } The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a...



Platforms: *nix

License: Freeware Size: 24.58 KB Download (121): Term::VT102 Download

Added: February 12, 2010 | Visits: 1.168

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Term::ANSIScreen Download

Added: March 14, 2010 | Visits: 1.463

Web of Life Web of Life is a life simulation game. An isometric game done with C++ and SDL. In this game you control some beings in an ecosystem, the goal is to make only that the beings you control survive. Your beings should survive fighting with other beings, reproducting to make a massive attack...


Platforms: *nix

License: Freeware Download (128): Web of Life Download

Added: November 22, 2010 | Visits: 1.413

Finance::Quote Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; $q->timeout(60); $conversion_rate = $q->currency("AUD","USD"); $q->set_currency("EUR"); # Return all info in Euros....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote Download

Added: January 02, 2010 | Visits: 1.215

Finance::Quote::ASX Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("asx","BHP"); # Only query ASX. %stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK. This...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (128): Finance::Quote::ASX Download

Added: February 08, 2010 | Visits: 1.820

Finance::Quote::Yahoo::Australia Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only. my %info = $q->fetch("australia","BHP"); # Failover with other...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (107): Finance::Quote::Yahoo::Australia Download

Added: February 18, 2010 | Visits: 1.545

Finance::Quote::Yahoo::Brasil Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only. my %info = $q->fetch("brasil","BHP"); # Failover with other methods....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.842

Finance::Quote::Yahoo::nz Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. This module allows...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (120): Finance::Quote::Yahoo::nz Download

Added: February 04, 2010 | Visits: 1.702

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (101): Finance::Quote::Yahoo::USA Download

Added: August 12, 2010 | Visits: 1.154

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: July 27, 2010 | Visits: 980

Term::ReadLine::Gnu Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library. SYNOPSIS use Term::ReadLine; $term = new Term::ReadLine ProgramName; while ( defined ($_ = $term->readline(prompt>)) ) { ... } This is an implementation of Term::ReadLine using the GNU Readline/History...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (101): Term::ReadLine::Gnu Download

Added: November 01, 2010 | Visits: 919

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: April 22, 2010 | Visits: 1.160

LiveJournal Quote LiveJournal Quote is a Firefox extension that tires to make our communication in LJ more easy. It makes quotes. How does it works? 1) You can write in post-form tags [quote]Text[/quote] and on clicking the Send-button tags will be converted in html-quote (Div element) 2) You can also select...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): LiveJournal Quote Download

Added: June 20, 2010 | Visits: 791

Term::ANSIMenu Term::ANSIMenu is an infrastructure for creating menus in ANSI capable terminals. SYNOPSIS use Term::ANSIMenu; my $menu = Term::ANSIMenu->new( width => 40, help => [[, &standard_help], [hint 1, &help_item], [ undef, &standard_help], [hint 3, undef] ], title => title, items => [[1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Term::ANSIMenu Download

Added: March 09, 2010 | Visits: 1.766

Term::Animation Term::Animation is a Perl module that provides a framework to produce sprite animations using ASCII art. Each ASCII sprite is given one or more frames, and placed into the animation as an animation entity. An animation entity can have a callback routine that controls the position and frame of...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (132): Term::Animation Download

Added: March 07, 2010 | Visits: 1.159

Second Life 1.18.1.2 Second Life is a 3-D virtual world. A world of possibilities - a place where you have the ability to do almost anything you can imagine. In a little over a year, Second Lifes Residents have crafted a richly textured world filled with hundreds of thousands of objects of their own creation....


Platforms: *nix

License: Shareware Cost: $9.00 USD Size: 49.3 MB Download (110): Second Life 1.18.1.2 Download

Added: February 17, 2010 | Visits: 881

Term::Prompt Term::Prompt is a Perl extension for prompting a user for information. SYNOPSIS use Term::Prompt; $value = &prompt(...); use Term::Prompt qw(termwrap); print &termwrap(...); $Term::Prompt::MULTILINE_INDENT = ; PREREQUISITES You must have Text::Wrap and Term::ReadKey available on...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): Term::Prompt Download

Added: October 18, 2010 | Visits: 1.459

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Added: August 02, 2010 | Visits: 1.764

Real Life Mortgage Calculator Real Life Mortgage Calculator is a script that provides visitors to your Web site of how much house they can afford than a simple mortgage calculator. Calculating the costs of your first home is more than just getting a mortgage - theres a ton of other costs to consider including appliances,...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (112): Real Life Mortgage Calculator Download

Added: October 21, 2010 | Visits: 1.032

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { <


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Term::Shell Download

< 1 2 3 4 5 >