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

Award Templates freeware
Filter: All | Freeware | Demo
 

Award Templates

< 1 2 3 4 5 > 
Added: November 27, 2013 | Visits: 1.678

Blitz templates Blitz templates is a fast template engine written in C and compiled as a PHP module. It started as a php_templates replacement, but developed into much more. It is based on extensible template controllers (PHP) and weakly-active templates (HTML).



Platforms: *nix

License: Freeware Size: 61.44 KB Download (121): Blitz templates 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

Added: October 02, 2010 | Visits: 1.128

Itzam/C++ Itzam/C++ wraps the Itzam database engine with C++ templates for both simple and complex database classes. Itzam/C++ wrapper supports B-tree indexes with unique or duplicate keys, and includes multithreaded resource locking. Complete class documentation is embedded in the source code and...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (102): Itzam/C++ Download

Added: February 27, 2010 | Visits: 1.106

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: October 22, 2010 | Visits: 1.220

jsTemplate jsTemplate is a small JavaScript library that allows you to create templates like PHP and ASP with JavaScript. The project can fetch templates using AJAX and execute them into the browser. The code is an evolution from the StickyShare.com project. jsTemplate is a very small library (just 4k...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): jsTemplate Download

Added: July 24, 2010 | Visits: 903

TenderSystem 0.9.5 TenderSystem is an Internet based system to source, award and manage the total procurement process. This tried and tested technology leverages the age-old principle of supply and demand, through reverese auction, ensuring that products are purchased at the best possible price, at a lower...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (99): TenderSystem 0.9.5 Download

Added: March 23, 2010 | Visits: 1.363

TigerWiki TigerWiki is a wiki that provides password security, automatic backup pages when editing, easy custom templates, and more. TigerWiki is less than 20 kilobytes large. Whats New in This Release: - A security fix that prevented new pages from being created was removed..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): TigerWiki Download

Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: October 26, 2010 | Visits: 1.100

HTML::Myasp HTML::Myasp can generate HTML pages based on Templates. JATP (Just Another Template Parser). This library is another template module for the generation of HTML pages. Why ?. Well primarily i wanted a module: light, that keeps mod_perl power and flow control like HTML::Template, good interaction...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): HTML::Myasp Download

Added: August 14, 2010 | Visits: 805

CGI::FastTemplate CGI::FastTemplate is a Perl extension for managing templates, and performing variable interpolation. SYNOPSIS use CGI::FastTemplate; $tpl = new CGI::FastTemplate(); $tpl = new CGI::FastTemplate("/path/to/templates"); CGI::FastTemplate->set_root("/path/to/templates"); ## all instances...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): CGI::FastTemplate Download

Added: January 18, 2010 | Visits: 656

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: August 19, 2010 | Visits: 970

Petal::Cookbook Petal::Cookbook is a Perl module to recipes for building templates with Petal. This document contains some examples of Petal template usage. Most of these examples deal with using Petal to generate HTML files from HTML templates. BASICS Template location When using Petal for web...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (93): Petal::Cookbook Download

Added: March 18, 2010 | Visits: 872

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (91): Text::MicroMason::Functions Download

Added: June 27, 2010 | Visits: 879

ExtUtils::ModuleMaker::TT ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNOPSIS use ExtUtils::ModuleMaker; my $mmtt = ExtUtils::ModuleMaker->new ( NAME => My::New::Module, ALT_BUILD => ExtUtils::ModuleMaker::TT, TEMPLATE_DIR => ~/.perltemplates, );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): ExtUtils::ModuleMaker::TT Download

Added: October 16, 2010 | Visits: 757

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 1.006

Free ASP.NET Templates Free ASP.NET Templates you can download and use on your website. Many exciting designs to choose from.


Platforms: Windows

License: Freeware Size: 241 KB Download (84): Free ASP.NET Templates Download

Released: August 15, 2016  |  Added: November 22, 2016 | Visits: 1.564

CardWorks Business Card Software Free CardWorks Business Card Software Free makes it easy design your very own business cards. CardWorks Free allows you to select from a wide range of business card templates. CardWorks Business Card Software Free makes it easy to design business cards to fit your personal or corporate brand image,...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 826.26 KB Download (80): CardWorks Business Card Software Free Download

Released: September 16, 2013  |  Added: September 08, 2014 | Visits: 1.204

BIOS Beep Codes BIOS Beep codes is a simple tool that will explain the BIOS error beep codes you motherboard emits. It has an extensive database with the motherboard BIOS beep codes from all major BIOS manufacturers (AMI, AWARD, Phoenix, IBM). The computer POST (Power On Self Test) tests the computer,...


Platforms: Windows

License: Freeware Size: 379.81 KB Download (73): BIOS Beep Codes Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 1.132

Free Christmas PowerPoint Templates Free Christmas powerpoint templates download, download Christmas Templates


Platforms: Windows

License: Freeware Size: 1.1 MB Download (71): Free Christmas PowerPoint Templates Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 1.108

Free PowerPoint Templates PowerPoint Templates are Powerful Designs to make your presentation stand out from the rest. DigitalOfficePro presents before you the largest collection of PowerPoint Templates with class, style and elegance. Sizzle your next presentation with these eye-catching PowerPoint templates!. Simply add...


Platforms: Windows

License: Freeware Size: 7.28 MB Download (70): Free PowerPoint Templates Download

< 1 2 3 4 5 >