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

Wedding Musician Contract Template software
Filter: All | Freeware | Demo
 

Wedding Musician Contract Template

< 1 2 3 4 5 
Added: April 27, 2010 | Visits: 1.259

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Released: April 01, 2012  |  Added: April 18, 2012 | Visits: 1.835

iFocus Photography XML Template It's not only supports deeplink,fullscreen background with 15 effect,slides with 13 effect,musicplayer, social button,about,news,services and support image/video gallery,php contact. You also can set logo/menu layout and site information/social layout.You can add any module into the template just...





Platforms: Windows, Mac, *nix, Pocket PC, DOS, Android,BlackBerry,Handheld/Mobile Other,iPhone,iPod,iTouch,Java,Netware,OpenVMS,Palm,Symbian,Other,Not Applicable

License: Commercial Cost: $40.00 USD Size: 712.89 KB Download (114): iFocus Photography XML Template Download

Added: June 23, 2010 | Visits: 1.685

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (113): Template::Tutorial::Web Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.519

CMS VS Template CMS - A Comprehensive Example The CMS is a Visual Studio 2010 solution template with a set of projects providing a complete Content Management System with full source, management GUI's, an example site and a RISE system model for re-designing the system itself. The solution is a .VSIX...


Platforms: Windows

License: Freeware Size: 1.68 MB Download (113): CMS VS Template Download

Added: November 02, 2010 | Visits: 840

MfGames.Template The MfGames.Template library is a C# native library for creating template libaries. MfGames.Template was inspired by NVelocity, but was designed from the ground up to use the CIL internals, such as System.CodeDom and internal compliation to handle the template language. Because of this, it...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): MfGames.Template Download

Released: November 23, 2011  |  Added: January 09, 2012 | Visits: 995

All-Business-Documents for Windows All-Business-Documents helps you create nearly any imaginable piece of professional business paperwork. With a simple interface and comprehensive library of 6000 professionally written business documents/letters & writing guidelines, this is an essential tool for any office. Topics range from...


Platforms: Windows

License: Shareware Cost: $89.95 USD Size: 24 MB Download (111): All-Business-Documents for Windows Download

Added: November 05, 2010 | Visits: 1.239

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 (111): Template::Manual::Directives Download

Added: August 27, 2010 | Visits: 1.124

Template::Plugin::Pagination Template::Plugin::Pagination is a plugin to help paginate pages of results. SYNOPSIS [% USE page = Pagination(items, current_page, entries_per_page) %] [% FOREACH item IN page.page_data; ...; DONE %] First page: [% page.first_page %] Prev page: [% page.previous_page %] Next page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Template::Plugin::Pagination Download

Released: February 22, 2011  |  Added: March 05, 2011 | Visits: 1.932

Requirements Management Template Requirements Management is a most basic step in system development. An updated requirements list is your system inventory. It is the sum total of what your application does. Customers (internal & external) sign off on them before development and acceptance tests are based on them for delivery....


Platforms: Windows, Other

License: Commercial Cost: $49.99 USD Size: 175 KB Download (111): Requirements Management Template Download

Added: August 09, 2008 | Visits: 1.199

Asthma Evaluation Template MedicalTemplates has developed a 1 page asthma patient evaluation template. This template is suitable for pulmonologists and any health care provider that manages patients with Asthma.


Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 268 KB Download (111): Asthma Evaluation Template Download

Added: March 08, 2010 | Visits: 918

Template::Alloy::TT Template::Alloy::TT Perl module contains a Template::Toolkit role. The Template::Alloy::TT role provides the syntax and the interface for Template::Toolkit version 1, 2, and 3. It also brings many of the features from the various templating systems. And it is fast. See the Template::Alloy...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): Template::Alloy::TT Download

Added: June 19, 2010 | Visits: 1.077

Template::Parser::CET Template::Parser::CET is a Template::Alloy based parser for the TT2 engine. SYNOPSIS use Template; use Template::Parser::CET; my $t = Template->new( PARSER => Template::Parser::CET->new ); # you can override all instances of TT # by any of the following methods use...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): Template::Parser::CET Download

Added: June 14, 2010 | Visits: 1.167

HTML::Template HTML::Template module attempts to make using HTML templates simple and natural. HTML::Template library extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (109): HTML::Template Download

Released: July 01, 2019  |  Added: December 31, 2020 | Visits: 1.249

X-White Template for ApPHP Hotel Site X-White Template for ApPHP Hotel Site. This is a fully featured specially designed template compatible with ApPHP Hotel Site v4.0.0 or later.


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $39.00 USD Size: 40 KB Download (109): X-White Template for ApPHP Hotel Site Download

Added: November 23, 2010 | Visits: 1.354

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 (107): Template::Plugin::XML Download

Released: August 10, 2008  |  Added: April 17, 2011 | Visits: 1.254

Wedding Plans This is a must have.Wedding plans makes planning your wedding easy with a pleasant graphical display.Lots of program features like quick links, built in address book, built in bridal party list, custom rehearsal reminder page,wedding date reminder,videos,appointment book, guest list address book,...


Platforms: Windows

License: Shareware Cost: $9.99 USD Size: 7.77 MB Download (107): Wedding Plans Download

Released: April 01, 2008  |  Added: April 25, 2008 | Visits: 1.502

PowerReuse Do you have tonnes of emails and documents to create everyday? Do you spend a lot of time updating documents but still make mistakes? Do you find that you cannot find your frequently reusable content and standard material for your emails and documents? Then PowerReuse is the software for you!...


Platforms: Windows

License: Shareware Cost: $299.00 USD Size: 22.61 MB Download (106): PowerReuse Download

Added: January 18, 2010 | Visits: 1.683

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: March 12, 2010 | Visits: 1.347

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

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

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

< 1 2 3 4 5