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

Famous Wisdom Quotes freeware
Filter: All | Freeware | Demo
 

Famous Wisdom Quotes

< 1 2 3 4 5 > 
Added: November 22, 2010 | Visits: 1.422

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.223

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.830

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.552

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.850

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 (126): Finance::Quote::Yahoo::nz Download

Added: January 22, 2010 | Visits: 865

JavaSolitaire JavaSolitaire project is an implementation of the famous Klondike solitaire game.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (99): JavaSolitaire Download

Added: February 09, 2010 | Visits: 2.037

GtkTerm GtkTerm is a "clone" of the famous Hyperterminal. But it is much more simple, that is to say, that it can only communicate with a serial link and that it does not support all the modem protocols. If you are searching for a more complete application of that kind that is more dedicated to be used... Platforms: *nix

License: Freeware Size: 337.92 KB Download (308): GtkTerm Download

Added: July 21, 2010 | Visits: 1.073

fortune-mod-calvin fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes. fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip. The quotes have been compiled from various sources on the Web.. Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): fortune-mod-calvin Download

Added: October 26, 2010 | Visits: 768

Incollector Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged. Application can also search and browse entries easly. Incollector is very young project. There can be some... Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): Incollector Download

Added: November 08, 2010 | Visits: 1.290

OverLook Webmail OverLook is a branch of the famous e-mail client SquirrelMail, transformed for being an usable application also by a less expert user, accustomed using other tools for the management of his mail. OverLook Webmail has not been only changed the skin, but the usability of the entire interface,... Platforms: *nix

License: Freeware Size: 3.4 MB Download (134): OverLook Webmail Download

Added: January 20, 2010 | Visits: 889

MRTG::Parse MRTG::Parse is a Perl extension for parsing and utilizing the logfiles generated by the famous MRTG Tool. SYNOPSIS use strict; use MRTG::Parse; my $mrtg_logfile = "/var/www/htdocs/mrtg/eth0.log"; my $period = "day"; my $desired_unit = "GB"; my ($traffic_incoming, $traffic_outgoing,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): MRTG::Parse Download

Added: July 15, 2010 | Visits: 1.418

Finance::Quote::Yahoo::Asia Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok. %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only. This module fetches... Platforms: *nix

License: Freeware Size: 92.16 KB Download (108): Finance::Quote::Yahoo::Asia Download

Added: October 23, 2010 | Visits: 1.273

Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("europe","12150.PA"); # Failover to other methods ok. %info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only. This... Platforms: *nix

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

Added: May 23, 2010 | Visits: 1.049

Java Fortune Teller This program is a port of the famous BSD game fortune. This program currently can only be run via the command line. It is ideal for use with various e-mail clients like pine,mutt etc. to insert random quotes at the end of your e-mail or for displaying a random quote when a user logs into your... Platforms: *nix

License: Freeware Size: 50.18 KB Download (98): Java Fortune Teller Download

Added: April 10, 2010 | Visits: 889

Text::Quote Text::Quote contains quotes strings as required for perl to eval them back correctly. SYNOPSIS use Text::Quote; my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}( "The time has come" the walrus said, "to speak of many things..." ,"... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Text::Quote Download

Added: January 25, 2010 | Visits: 727

homerQuotes homerQuotes widget... Get ready to take part of Homer Simpsons wisdom each time you bring up your dashboard. Let Homer share his clever remarks on his amazing white blackboard! Features: Over 200 fantastically hilarious Homer-quotes! An amazing white blackboard! A fantastic round reload... Platforms: Mac

License: Freeware Download (105): homerQuotes Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 708

60 Love Sayings Slide Show for Mac OS Limited Free version has 10 slides, expanded version has 60 Quotes, poems or sayings of love and inspiration. Each contains artistic images which relate to the saying, poem or quote. Sayings are inspiration and relate to love among friends, in a family, among lovers, in society and spiritual... Platforms: Mac

License: Freeware Size: 6 MB Download (60): 60 Love Sayings Slide Show for Mac OS Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 907

Life Insurance Calculator The Life Insurance Quotes Calculator by InsuranceSalesman.com is a simple (but powerful) application that allows you to easily work out how much life insurance you REALLY need. You fill in a few simple details including how much yearly income you want your familiy to receive in the event of death... Platforms: Windows, Mac

License: Freeware Size: 615 KB Download (516): Life Insurance Calculator Download

Added: May 10, 2013 | Visits: 776

QuoteBook QuoteBook PHP scripts to add a quotes database to your website. Requires MySQL. The QuoteBook package comes free with a starter set of 100 quotes. Like the other scripts on this page, QuoteBook comes with the SQL scripts required to set up your database.QuoteBook also includes functionality for... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): QuoteBook Download

Added: May 10, 2013 | Visits: 257

phpmyquote phpMyQuote is a simple quote system that provides an API in which to integrate quotes into a website and also some administration functionally. The script is very easy to install, use and customize. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): phpmyquote Download

< 1 2 3 4 5 >