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

Campaign Finance Law software
Filter: All | Freeware | Demo
 

Campaign Finance Law

1 2 3 4 5 > 
Released: February 02, 2004  |  Added: July 23, 2006 | Visits: 3.657

Glossary of International Banking & Finance Ideal for any business traveler, this glossary covers topics relating to banking and finance - from office practice to stock market and accounting terminology. The Glossary of International Banking & Finance Acronyms and Abbreviations (En-Ru) will be of value not only to professional traders,...



Platforms: Windows, Mac

License: Freeware Size: 486 KB Download (333): Glossary of International Banking & Finance Download

Added: September 24, 2006 | Visits: 2.660

001 e-Campaign 001 e-Campaign is a sophisticated group email and email marketing tool for corporations, ezine publishers, and professionals to keep in touch with customers, subscribers, and members in an effective way. It enables you to design rich HTML and Flash emails/newletters/ezines easily, and...





Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 1.45 MB Download (272): 001 e-Campaign Download

Added: January 27, 2006 | Visits: 3.782

Abassis Finance Manager Get to know where your money goes. Get Abassis Finance Manager! Abassis is a simple to use budget and finance manager. If you want to take control of your expenses and want a program easy to use, yet more powerful than a simple spreadsheet, Abassis is the right tool for you. All...


Platforms: Windows

License: Freeware Size: 1.03 MB Download (367): Abassis Finance Manager Download

Added: May 15, 2006 | Visits: 3.015

VB Law Workstation VB Law Workstation is a powerful coding standards enforcement add-in for Microsoft Visual Basic 6 source code. Integrating tightly with the Microsoft Visual Basic 6 IDE, it allows the detection and correction of coding standards and other rule violations. It comes supplied with more than 200...


Platforms: Windows

License: Commercial Cost: $96.00 USD Size: 2.66 MB Download (161): VB Law Workstation Download

Added: March 07, 2006 | Visits: 2.746

VS Law Workstation VS Law Workstation is a powerful coding standards enforcement add-in for Microsoft Visual Basic .NET source code. Integrating tightly with the Microsoft Visual Studio .NET IDE (2002/2003), it allows the detection and correction of coding standards and other rule violations. It comes supplied with...


Platforms: Windows

License: Commercial Cost: $140.00 USD Size: 1.96 MB Download (106): VS Law Workstation Download

Released: July 04, 2008  |  Added: July 11, 2008 | Visits: 2.649

Mjrz.net Personal Finance Manager Mjrz.net is a free, open source Personal finance software application. It is designed for home and small business users with simple interface and fast user interaction. It is safe and secure with password based encryption for storing all financial data.Mjrz.net Personal Finance Manager is...


Platforms: Windows, Mac, *nix

License: Freeware Size: 7.29 MB Download (246): Mjrz.net Personal Finance Manager Download

Released: August 07, 2008  |  Added: August 13, 2008 | Visits: 3.052

Fortora Fresh Finance for Windows Fortora Fresh Finance is the straightforward personal finance software for everyone. With Fortora Fresh Finance you can easily manage your personal finance-related tasks, such as balancing the checkbook, keeping track of credit cards, bill reminders, budgets and more. And you can easily generate...


Platforms: Windows

License: Demo Cost: $29.99 USD Size: 3.19 MB Download (111): Fortora Fresh Finance for Windows Download

Released: November 23, 2010  |  Added: December 09, 2010 | Visits: 3.489

Finance Explorer Personal finance software compatible with Microsoft Money and Quicken downloads so you can import your transactions from almost any bank (supports: OFX, QIF and OFC formats). No need to manually enter them. Includes an intuitive budget. Handles and unlimited number of accounts including checking,...


Platforms: Windows

License: Freeware Size: 536.76 KB Download (396): Finance Explorer Download

Released: January 19, 2008  |  Added: January 20, 2009 | Visits: 1.959

Mini Finance Calculator Mini Finance Calculator is a easy-to-use Finance calculator.It give you the ability to calculate the time value of money, interest rates, cash flow, and depreciation. Additionally, you can view, print, and save amortization schedules. Features: Time Value of Money: Calculate number of...


Platforms: Windows

License: Shareware Cost: $19.50 USD Size: 1.85 MB Download (122): Mini Finance Calculator Download

Added: August 20, 2010 | Visits: 1.698

American Political Science: Campaign Simulator American Political Science: Campaign Simulator project is a statistically based political campaign simulation game. The Campaign Simulator is an attempt to statistically model and predict the outcome of an American presidential election. Several users assume the roles of competitive...


Platforms: *nix

License: Freeware Size: 30 MB Download (122): American Political Science: Campaign Simulator Download

Added: May 17, 2010 | Visits: 907

Finance::Currency::ParValueSeparate Finance::Currency::ParValueSeparate module can give least number of every parvalue within a certain amount. SYNOPSIS # create new object to resolve RMB 317 needs which least number of parvalue use Finance::Currency::ParValueSeparate; my $pvs = new Finance::Currency::ParValueSeparate( RMB =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Finance::Currency::ParValueSeparate Download

Added: September 25, 2010 | Visits: 1.356

Finance::Bank::NetBranch Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl. SYNOPSIS use Finance::Bank::NetBranch; my $nb = Finance::Bank::NetBranch->new( url => https://nbp1.cunetbranch.com/valley/, account => 12345, password => abcdef, ); my @accounts =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (112): Finance::Bank::NetBranch Download

Added: January 04, 2010 | Visits: 1.028

Finance::BeanCounter Finance::BeanCounter is a Perl module for stock portfolio performance functions. Finance::BeanCounter provides functions to download, store and analyse stock market data. Downloads are available of current (or rather: 15 or 20 minute-delayed) price and company data as well as of historical...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Finance::BeanCounter Download

Added: March 20, 2010 | Visits: 1.642

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: October 08, 2010 | Visits: 1.097

Finance::YahooChart Finance::YahooChart is a Perl module to get a chart from Yahoo! Finance. SYNOPSIS use Finance::YahooChart; %img = getchart(symbol => $symbol, size => $size, type => $type, include => $include); print width=$img{width} height=$img{height}>"; This module gets charts from Yahoo! Finance....


Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Finance::YahooChart Download

Added: November 22, 2010 | Visits: 1.417

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

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

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

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

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

1 2 3 4 5 >