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

Positive Quotes Teamwork software
Filter: All | Freeware | Demo
 

Positive Quotes Teamwork

< 1 2 3 4 5 
Added: March 17, 2010 | Visits: 856

fortune-fgump fortune-fgump project consists of some quotes from the movie Forrest Gump. This collection of quotes is for use with the fortune program..



Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): fortune-fgump Download

Added: April 23, 2010 | Visits: 1.022

fortune-xfiles fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program. To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes). To use it, simply type: # fortune xfiles Example: Mulder: You know, I...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): fortune-xfiles Download

Added: March 18, 2010 | Visits: 1.088

fortune-starwars fortune-starwars project is a collection of mod-fortune quotes from Star Wars. fortune-starwars is a collection of quotes from the movies "Star Wars", "The Empire Strikes Back", and "Return Of The Jedi". It does not contain quotes from Episodes One to Three, because I don’t really like...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): fortune-starwars Download

Added: May 18, 2010 | Visits: 860

fortune-discworld fortune-discworld project consists of quotes from the "Discworld" novels by Terry Pratchett. They were the observers of the operation of the universe, its clerks, its auditors. They saw to it that things spun and rocks fell. And they believed that for a thing to exist it had to have a position...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (91): fortune-discworld Download

Added: January 04, 2010 | Visits: 1.012

fortune-hitchhiker fortune-hitchhiker project consists of quotes from the "Hitchhikers Guide to the Galaxy". "Zaphod grinned two manic grins, sauntered over to the bar and bought most of it." -- Zaphod in paradise. To install these fortunes, copy the .dat file to your fortunes directory. (possibly...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): fortune-hitchhiker Download

Added: March 20, 2010 | Visits: 1.638

Finance::YahooQuote Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance. SYNOPSIS use Finance::YahooQuote; # setting TIMEOUT and PROXY is optional $Finance::YahooQuote::TIMEOUT = 60; $Finance::YahooQuote::PROXY = "http://some.where.net:8080"; @quote = getonequote $symbol; # Get...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (104): Finance::YahooQuote 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: July 21, 2010 | Visits: 1.065

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: 762

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

MagicDraw UML14.0 EAP Beta MagicDraw is a visual UML modeling and CASE tool with teamwork support. The program is designed for business analysts, software analysts, programmers, QA engineers, and documentation writers. This dynamic and versatile development tool facilitates analysis and design of Object Oriented (OO)...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (100): MagicDraw UML14.0 EAP Beta Download

Added: July 15, 2010 | Visits: 1.409

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 (102): Finance::Quote::Yahoo::Asia Download

Added: October 23, 2010 | Visits: 1.266

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: April 10, 2010 | Visits: 885

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

Released: December 03, 2011  |  Added: December 08, 2011 | Visits: 2.213

TickInvest TickInvest is a stock charting and technical analysis software with realtime and eod charts. Features: Backtester, Backtest Optimizer, Stock Screener, Alerts, Custom Drawing Tools, Stock Quotes, Extensible Formula Language. Analyze your favorite stocks with ready to use Indicators or...


Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 32.89 MB Download (292): TickInvest Download

Released: August 27, 2011  |  Added: September 19, 2011 | Visits: 1.130

StockWize StockWize is an easy to use stock market monitoring software fow Windows. StockWize allows you to quickly view near real time stock quotes from stock exchanges in an easy format, manage the monitored market stocks list, view historical market data for selected stock ticker Features: *...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 766.31 KB Download (130): StockWize Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 425

Radiating Clock ScreenSaver Wanna have a ceaseless source of positive energy? Radiating Clock will brighten up your desktop and fill your time with festive moods. Every minute passing by your side will devine that something marvellous is already waiting for you.


Platforms: Windows

License: Freeware Size: 2.33 MB Download (45): Radiating Clock ScreenSaver Download

< 1 2 3 4 5