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

Pacman S Perl Finance Quote Asx freeware
Filter: All | Freeware | Demo
 

Pacman S Perl Finance Quote Asx

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 722

PHPFormMail PHPFormMail is a web based form to e-mail gateway. Made as a PHP replacement for it's PERL sister.



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): PHPFormMail Download

Added: August 04, 2013 | Visits: 515

Yahoo! Shortcuts Enhance you blog posts with the Yahoo! Shortcuts powered plugin. This plugin provides three key benefits:Convenience: As you write your blog post the plugin finds places, companies, products, Flickr photos, people, and much more that are relevant for you blog post. It then brings you relevant...





Platforms: PHP

License: Freeware Size: 10 KB Download (48): Yahoo! Shortcuts Download

Added: September 21, 2013 | Visits: 600

Drop Canonify Labels Drop Canonify Labels is a droplet designed to run Georg Lang's perl script canonify_labels.pl The original documentation described the script as "a perl script to update and canonify the labels of your latex document, changing all reference commands accordingly."


Platforms: Mac

License: Freeware Size: 71.68 KB Download (47): Drop Canonify Labels Download

Added: August 24, 2013 | Visits: 338

mechanize mechanize offers stateful programmatic web browsing, build after Andy Lester's Perl module WWW::Mechanize. The library is layered: mechanize.Browser (stateful web browser), mechanize.UserAgent (configurable URL opener), plus urllib2 handlers. Features include: ftp:, http: and file: URL schemes,...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (44): mechanize Download

Added: March 20, 2010 | Visits: 1.648

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

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: September 25, 2010 | Visits: 1.360

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

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: May 22, 2010 | Visits: 1.351

Finance::Bank::Sporo Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna. SYNOPSIS use Finance::Bank::Sporo; $sporo_obj = Bank::Sporo->new($prenumber,$number); $sporo_obj->configure( amt => $amt, vs => $vs, ss => $ss, rurl => $rurl, param => $param, ); print...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Finance::Bank::Sporo Download

Added: May 07, 2010 | Visits: 1.516

Finance::InteractiveBrokers::TWS Finance::InteractiveBrokers::TWS is a Perl module that lets you talk to Interactivebrokers Traders Workstation using Perl. This module is a wrapper around InteractiveBrokers Traders Workstation (TWS) Java interface, that lets one interact with the TWS using Perl, via the vendor supplied API....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): Finance::InteractiveBrokers::TWS Download

Added: July 16, 2010 | Visits: 1.685

Finance::Currency::Convert::Yahoo Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo. SYNOPSIS use Finance::Currency::Convert::Yahoo; $Finance::Currency::Convert::Yahoo::CHAT = 1; $_ = Finance::Currency::Convert::Yahoo::convert(1,USD,GBP); print defined($_)? "Is $_n" : "Error."; exit; #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Finance::Currency::Convert::Yahoo Download

Added: November 20, 2010 | Visits: 901

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: June 24, 2010 | Visits: 2.549

Finance::Bank::NL::CLIEOP03 Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks. SYNOPSIS use Finance::Bank::NL::CLIEOP03; $c = Finance::Bank::NL::CLIEOP03->new; $batch = $c->batch ( account => 1234567, sender_name => My Company, type =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (244): Finance::Bank::NL::CLIEOP03 Download

Added: July 03, 2010 | Visits: 762

Finance::BDT Finance::BDT is a Perl module that implements BDT yield curve model. SYNOPSIS use Finance::BDT; use Data::Dumper my @y = (0, 0.0283, 0.029, 0.0322, 0.0401, 0.0435, 0.0464, 0.0508, 0.0512); ## YTM on strips my $vol = 0.20; ## constant volatility my $epsilon = 0.01; my ($r, $d, $A) =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Finance::BDT Download

Added: April 10, 2010 | Visits: 888

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: January 01, 2003  |  Added: September 27, 2006 | Visits: 13.267

A Daily Inspirational Quote From Edgar Cayce 'A Daily Inspirational Quote From Edgar Cayce' delivers daily inspirational quotes by America's most famous psychic. Every time you start your computer, or at other times that you specify, this program will display a random quote of the day for you. Gain insights you can apply to your life on...


Platforms: Windows

License: Freeware Size: 1.51 MB Download (976): A Daily Inspirational Quote From Edgar Cayce Download

Added: May 10, 2013 | Visits: 396

AMF::Perl Open source Perl and Python implementation of Macromedia's AMF protocol Flash Remoting is a way for Flash movies running in a web browser to request structured data from the web server. The following data types are supported - strings, numbers, dates, arrays, dictionaries/hashes, objects,...


Platforms: Windows, Mac, *nix, Flash,

License: Freeware Download (54): AMF::Perl Download

Released: February 02, 2004  |  Added: July 23, 2006 | Visits: 3.661

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

Released: November 05, 2002  |  Added: October 01, 2006 | Visits: 4.356

Eat-o's New from MF Software, comes Eat-o's 2.0, a fast-action arcade game for the Macintosh! This game features a cool soundtrack, smooth wrapping graphics, a full-featured level editor, relentless monsters and hours of fun! Move around the grid, munching food and gaining powerups. Watch out for the...


Platforms: Mac

License: Freeware Size: 695 KB Download (991): Eat-o's Download

Added: November 18, 2006 | Visits: 3.909

EngInSite Perl Editor Lite If you've used Windows programming tools like Visual Basic, Visual C++ or Delphi, EngInSite Perl Editor's IDE will be familiar to you. If not, you'll find that the visual environment can give you a dramatic productivity boost! You will value syntax highlighting for PERL, HTML and other...


Platforms: Windows

License: Freeware Size: 3.14 MB Download (384): EngInSite Perl Editor Lite Download

< 1 2 3 4 5 >