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

Simple Chart Template software
Filter: All | Freeware | Demo
 

Simple Chart Template

< 1 2 3 4 5 > 
Added: October 15, 2010 | Visits: 1.181

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: June 02, 2010 | Visits: 1.528

Template::Tools::ttree Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...





Platforms: *nix

License: Freeware Size: 768 KB Download (102): Template::Tools::ttree Download

Added: November 05, 2010 | Visits: 1.234

Template::Manual::Directives Template::Manual::Directives is a Perl module that contains template directives. Accessing and Updating Template Variables GET The GET directive retrieves and outputs the value of the named variable. [% GET foo %] The GET keyword is optional. A variable can be specified in a directive...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (105): Template::Manual::Directives Download

Added: November 23, 2010 | Visits: 1.346

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML Download

Added: September 24, 2010 | Visits: 968

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: July 03, 2010 | Visits: 831

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

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

Added: October 17, 2010 | Visits: 934

Template::Plugin::MP3 Template::Plugin::MP3 is a Perl interface to the MP3::Info Module. SYNOPSIS [% USE mp3 = MP3("Montana.mp3") %] [% mp3.title %] [% mp3.album %] # perldoc MP3::Info for more ideas Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mode; see MP3::Info...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::MP3 Download

Added: January 27, 2010 | Visits: 831

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: January 22, 2010 | Visits: 1.649

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: September 27, 2010 | Visits: 2.058

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: November 03, 2010 | Visits: 1.196

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: February 04, 2010 | Visits: 862

Template::Plugin::MP3::Tag Template::Plugin::MP3::Tag is a Perl interface to the MP3::Tag Module. SYNOPSIS [% USE tag = MP3("path_to_mp3_file") %] [% tag.title %] [% tag.album %] # perldoc MP3::Tag for more ideas Template::Plugin::MP3::Tag provides a simple wrapper for using MP3::Tag in object oriented mode; see...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Template::Plugin::MP3::Tag Download

Released: May 02, 2010  |  Added: May 17, 2010 | Visits: 1.037

Simple Money Manager Pro Simple Money Manager is easy to use, feature rich, small, fast and reliable program to control your finances. Either you are running small business, living on fixed income, a student or just need simple and useful helper to manage your finances, Simple Money Manager is for you. Simple Money...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.41 MB Download (129): Simple Money Manager Pro Download

Released: September 22, 2011  |  Added: October 08, 2011 | Visits: 1.835

Service Invoice Template Service Invoice Template is an Excel workbook file which provides an easy to use, neat and simple invoice form for small businesses who provides service to their clients and don't have a need to ship physical products. The invoice format in this Service Invoice Template is for intended for...


Platforms: Windows

License: Freeware Size: 34.73 KB Download (191): Service Invoice Template Download

Released: September 28, 2011  |  Added: October 13, 2011 | Visits: 1.111

RFP Response template Unless you think you will be the only one to reply to a specific RFP with your proposal, you would be advised to produce the most professional and impressive proposal response that you can. Use the MethodA RFP Response template which is based on years of successful RFP and Proposal...


Platforms: Windows, Other

License: Shareware Cost: $19.99 USD Size: 742.12 KB Download (100): RFP Response template Download

Released: September 02, 2012  |  Added: September 20, 2012 | Visits: 1.513

Free Excel Invoice and Profit Template While creating Invoices is a critical part of business, without knowing your profit, or loss, you may be taking some big chances. With our Free Excel Invoice Template & Profit Calculator We have taken the concept of an Excel Invoice Template we built a complete small business solution around it...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 320 KB Download (224): Free Excel Invoice and Profit Template Download

Released: October 10, 2012  |  Added: October 30, 2012 | Visits: 1.488

Consulting Invoice Template As a small home-based business, contractor, consultant or freelancer, you don't need a complicated invoicing system for just creating professional looking invoices. All you need is a free invoice template. This Excel-based invoice template is created basically for consultants, with all the fields...


Platforms: Windows

License: Freeware Size: 55.78 KB Download (105): Consulting Invoice Template Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 1.007

SharePoint Org Chart The SharePoint Org Chart allows you to easily create, search, navigate and display organisation charts in SharePoint. Draw your chart from a database, SharePoint lists or active directory. The SharePoint Org Chart models different organisation types including multiple managers and assistants. *...


Platforms: All

License: Freeware Download (90): SharePoint Org Chart Download

< 1 2 3 4 5 >