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

Filemaker Finance Template freeware
Filter: All | Freeware | Demo
 

Filemaker Finance Template

< 1 2 3 4 5 > 
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: February 04, 2010 | Visits: 1.710

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the... Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::USA Download

Added: March 09, 2010 | Visits: 712

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::NoFollow Download

Added: October 23, 2010 | Visits: 901

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data... Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HCKit::Template Download

Added: May 09, 2010 | Visits: 778

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in... Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::StickyQuery Download

Added: April 20, 2010 | Visits: 1.063

Ruby/Finance Ruby/Finance allows access to changing financial data, such as stock quotes and currency conversion rates. For the foreseeable future, it is intended to be a port of Perls Finance::Quote module. Examples: Currency conversion require finance/currency Display the US Dollar ($) to Euro ()... Platforms: *nix

License: Freeware Size: 41.98 KB Download (99): Ruby/Finance Download

Added: November 03, 2010 | Visits: 1.977

Template::Plugin::Translit::RU Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. SYNOPSIS Use as filters. [% USE Translit::RU translit detranslit %] [% FILTER translit( koi ) %] ... This text would stay unchanged because it is not cyrillic. ... [% END %] Use as... Platforms: *nix

License: Freeware Size: 5.12 KB Download (140): Template::Plugin::Translit::RU Download

Added: June 03, 2010 | Visits: 1.227

Template::Plugin::Config::General Template::Plugin::Config::General is a template toolkit plugin which implements wrapper around Config::General module. SYNOPSIS # Config file format ; app.cfg - common configuration for scripts and both ; static and dynamic template pages. base_url = /~liol images_url = $base_url/images... Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Template::Plugin::Config::General Download

Added: January 27, 2010 | Visits: 837

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: May 22, 2010 | Visits: 1.354

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

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Class::DBI::Template::Stash Download

Added: May 07, 2010 | Visits: 1.519

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 09, 2010 | Visits: 716

PerlPoint::Template::Traditional PerlPoint::Template::Traditional is a PerlPoint template processor for traditional pp2html layouts.. Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): PerlPoint::Template::Traditional Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 1.109

PerlPoint::Template::TT2 PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. METHODS new() Parameters: class The class name. Returns: the new object. Example: # start page $result.="nnnn"; # begin header $result.="nnnn"; # header contents: this was... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): PerlPoint::Template::TT2 Download

Added: January 15, 2010 | Visits: 1.086

Template::TT2Site Template::TT2Site is a Perl module to create standard web sites with the Template Toolkit. SYNOPSIS $ mkdir NewSite $ cd NewSite $ tt2site setup ... make your pages ... $ tt2site build ... point your browser at html/index.html ... tt2site is just a wrapper program. tt2site setup is... Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): Template::TT2Site Download

Added: February 09, 2010 | Visits: 882

Pod::Template Pod::Template is a Perl module for building pod documentation from templates. SYNOPSIS ### As a module ### use Pod::Template; my $parser = new Pod::Template; $parser->parse( template => documentation.ptmpl ); print $parser->as_string ### As a script ### $ podtmpl -I dir1 -I dir2... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Pod::Template Download

Added: July 16, 2010 | Visits: 1.688

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: May 17, 2010 | Visits: 1.115

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%... Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

< 1 2 3 4 5 >