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

Monday Morning Quotes software
Filter: All | Freeware | Demo
 

Monday Morning Quotes

< 1 2 3 4 5 
Released: May 03, 2014  |  Added: May 12, 2014 | Visits: 2.552

BS1 Enterprise Accounting - Free Edition Free Accounting and Distribution ERP Software: General Ledger, Accounts Payable, Accounts Receivable, Inventory, Purchase Orders, Sales Orders and Quotes, Sales Analysis, Bank Reconciliation. Simple, yet powerful. Prints quotes, picking slips, bills of lading, invoices, purchase orders, checks,...



Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 2.08 MB Download (255): BS1 Enterprise Accounting - Free Edition Download

Released: May 03, 2014  |  Added: May 15, 2014 | Visits: 2.865

BS1 Enterprise with Manufacturing Manufacturing, Distribution, Accounting Software: General Ledger, Accounts Payable, Accounts Receivable, Inventory, Purchase Orders, Sales Orders, Quotes, Manufacturing, Sales Analysis, and Bank Reconciliation. Prints quotes, bills of materials, picking slips, bills of lading, invoices, purchase...





Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $249.00 USD Size: 2.17 MB Download (236): BS1 Enterprise with Manufacturing Download

Released: October 31, 2008  |  Added: November 12, 2008 | Visits: 1.592

E-Futures International E-Futures International is an easy to use application that handles all of the complexities associated with commodity futures trading and order management, from streaming quotes and charts to full communication with our trade desk. Experience one-click order placement from the DOM, free live...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 1.33 MB Download (268): E-Futures International Download

Released: July 21, 2009  |  Added: August 12, 2009 | Visits: 5.577

ROBO Print Job Manager Metric Prepare your quotes, invoices and costing effortlessly with ROBO Print Job Manager. This software provides all the tools you need to cost your jobs quickly and create all your paperwork. Everything is fully customizable - costs, settings, tax and paperwork templates. Extremely easy to use Windows...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 2.52 MB Download (121): ROBO Print Job Manager Metric Download

Added: January 14, 2010 | Visits: 888

bigquotes bigquotes is a quotes database based on the bpquotes project, with some minor (for the moment) enhancements. bigquotes is designed to let IRC users add funny quotes for others to see. A banning system, Web-configurable options (session support, registratuib, admins, timeout for voting, etc.),...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): bigquotes Download

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

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

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

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

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

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

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: October 19, 2010 | Visits: 1.211

Acme::MorningMusume::Base Acme::MorningMusume::Base is a baseclass of the class represents each member of Morning Musume. SYNOPSIS use Acme::MorningMusume; my $musume = Acme::MorningMusume->new; # retrieve the members as a list of # Acme::MorningMusume::Base based objects my @members = $musume->members; for my...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (128): Acme::MorningMusume::Base Download

Added: July 21, 2010 | Visits: 1.066

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

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

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

< 1 2 3 4 5