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

Iso Work Instruction Template software
Filter: All | Freeware | Demo
 

Iso Work Instruction Template

1 2 3 4 5 > 
Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 1.149

Work Schedule Template With Shifts and Labor Costs An Excel scheduling template designed to let you create and print a weekly work schedule for up to 20 employees and 9 shifts. Work hours and labor costs are automatically computed based on shift assignments and hourly rates. The template's 3-tab system lets you configure the worksheets to match...



Platforms: Windows

License: Freeware Size: 18 KB Download (80): Work Schedule Template With Shifts and Labor Costs Download

Added: October 18, 2013 | Visits: 551

Team Foundation Server 2010 Power Tools for Eclipse A set of power tools to extend the functionality of Team Explorer Everywhere 2010 with SP1 enabling alert subscriptions, work item templates and finding files in source control. A set of Team Foundation Server power tools targeted for Eclipse developers already using Team Explorer Everywhere 2010...





Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (43): Team Foundation Server 2010 Power Tools for Eclipse Download

Released: March 11, 2008  |  Added: March 12, 2008 | Visits: 2.265

Comfort Paste Comfort Paste is a template manager you can use to quickly paste frequently used text fragments and images. Why do you particularly need Comfort Paste? Despite the visible simplicity of the interface, Comfort Paste has powerful features that will help to forget about the routine of your...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.7 MB Download (143): Comfort Paste Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 525

Maze Creator PRO The most powerful version of the Maze Creator family of software products. It contains features that do not exist in the other versions. This version is intended for commercial use by professional publisher such as News Papers & independent authors. Works well with Adobe InDesign, Adobe...


Platforms: Windows

License: Shareware Cost: $249.95 USD Size: 4.45 MB Download (449): Maze Creator PRO Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 498

Classic Portfolio Template This is a classic portfolio template that provides all the functionalities you will need to present your products work and yourself in a professional style.The template is best used for any business, portfolio, photography and personal sites. FEATURES * XML driven content ( you only need to...


Platforms: Not Applicable

License: Commercial Cost: $16.00 USD Size: 200 KB Download (48): Classic Portfolio Template Download

Released: May 21, 2008  |  Added: May 24, 2008 | Visits: 21.609

Free PowerPoint Template - Acoolsoft Acoolsoft free PowerPoint template is designed to help your make wonderful PowerPoint presentation. You can download it absolutely for free. And our free PowerPoint template will keep on updating to make your presentation more professional and interesting. There are also some free PowerPoint...


Platforms: Windows

License: Freeware Size: 19.79 MB Download (3084): Free PowerPoint Template - Acoolsoft Download

Added: January 18, 2010 | Visits: 1.763

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: August 05, 2010 | Visits: 1.725

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: April 12, 2010 | Visits: 1.411

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Added: November 23, 2010 | Visits: 1.349

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

Added: September 24, 2010 | Visits: 971

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: February 02, 2010 | Visits: 1.531

Bee Template Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs. While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification. Bee Template is...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (133): Bee Template Download

Added: February 27, 2010 | Visits: 1.100

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: June 19, 2010 | Visits: 1.072

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: February 02, 2010 | Visits: 968

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

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

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: February 18, 2010 | Visits: 1.293

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Released: January 28, 2015  |  Added: February 05, 2015 | Visits: 3.835

All Free ISO Burner Want to burn some ISO files to discs? All Free ISO Burner provides the simplest ISO image burning! With All Free ISO Burner you can burn ISO image files to CD/DVD discs with high speed. Additionally, the burner can verify the written data to guarantee the information veracity and usability...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 1.57 MB Download (1631): All Free ISO Burner Download

Released: January 28, 2015  |  Added: February 12, 2015 | Visits: 4.396

All Free ISO Creator Want to make ISO image from whatever you have? All Free ISO Creator provides the easiest ISO creation ever! All Free ISO Creator is an excellent fully functional conversion tool to create ISO image for permanent data backup from your existing files and folders (with the subfolders). It...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.94 MB Download (1750): All Free ISO Creator Download

Released: January 28, 2015  |  Added: January 31, 2015 | Visits: 2.819

All Free ISO Ripper Want to rip CD/DVD to ISO image? All Free ISO Ripper helps you grab ISO from any disc! All Free ISO Ripper is a professional ripper tool to directly create exact ISO image from CD or DVD disc. The program supports CD/DVD discs of almost all formats. With the high compatibility and fast...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.91 MB Download (223): All Free ISO Ripper Download

1 2 3 4 5 >