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

Paper Source Oval Template software
Filter: All | Freeware | Demo
 

Paper Source Oval Template

< 1 2 3 4 5 > 
Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 511

SDE for Visual Studio .NET (ME) for Windows 3.0 Modele Visual Paradigm SDE for Visual Studio .NET is a UML CASE tool/plug-in tightly integrated with Visual Studio .NET. This UML software supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML modeling tool helps you build quality applications...



Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 68.37 MB Download (53): SDE for Visual Studio .NET (ME) for Windows 3.0 Modele Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 553

SDE for Visual Studio .NET (PE) for Windows 3.0 Profes Visual Paradigm SDE for Visual Studio .NET is a UML CASE tool/plug-in tightly integrated with Visual Studio .NET. This UML modeling software supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality...





Platforms: Windows

License: Commercial Cost: $699.00 USD Size: 68.37 MB Download (49): SDE for Visual Studio .NET (PE) for Windows 3.0 Profes Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 519

SDE for Visual Studio .NET (SE) for Windows 3.0 Standa Visual Paradigm SDE for Visual Studio .NET is a UML CASE tool/plug-in tightly integrated with Visual Studio .NET. This OO modeling tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML software helps you build quality applications...


Platforms: Windows

License: Commercial Cost: $299.00 USD Size: 68.37 MB Download (50): SDE for Visual Studio .NET (SE) for Windows 3.0 Standa Download

Released: January 09, 2024  |  Added: January 20, 2024 | Visits: 924

Batch And Print Premium Law Edition Batch & Print Premium Law Edition is for batching documents as retainable lists which can be automatically printed in document sequence of your choice or can process and print multiple prints at the same time, this law version has been pre-configured for batch printing in sequence all files...


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

License: Shareware Cost: $299.95 USD Size: 134.6 MB Download (149): Batch And Print Premium Law Edition Download

Released: February 27, 2023  |  Added: July 16, 2023 | Visits: 298

Print Tonic Pro Print Tonic Professional is for controlling at page level how documents print on your printer and for batch printing documents automatically to your printer, document formats supported are: pdf, word doc, docx, docm, xls, xlsx, xlsm, rtf, jpeg, png, gif, tiff, emf, wmf, bmp, txt & html. Print...


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

License: Shareware Cost: $239.95 USD Size: 128.03 MB Download (108): Print Tonic Pro Download

Released: January 11, 2002  |  Added: August 11, 2006 | Visits: 5.033

MAGIA Site Template Our Site Template will save your time and money because you don't need to hire professional designer, to pay a lot of money for design and to wait till it's done. You can run you site in less than 2 hours just by changing logo, button names and adding content to the Template Adobe...


Platforms: Windows, Mac, *nix

License: Shareware Cost: $37.00 USD Size: 307 KB Download (508): MAGIA Site Template Download

Added: October 15, 2010 | Visits: 1.189

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

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 534

E-Mobile Ecommerce CMS Flash Template This template is based on open source flash site angine and backed up by powerful FancyPlus admin interface. The admin WYSIWYG editor is a free Windows application allowing to create, edit and publish flash website really fast(you pay for the design, not the CMS). In one click you can turn your...


Platforms: Not Applicable

License: Commercial Cost: $25.00 USD Size: 200 KB Download (48): E-Mobile Ecommerce CMS Flash Template Download

Added: January 09, 2013 | Visits: 547

PHP Data Source Template Parser RC2 With this PHP template parser you can load in one huge array of information and use it in your template (html document). This system looks like similar implementations of the XML / XSL methods.The code is operating system independent and could be easily customized to suit your needs.


Platforms: BSD Solaris

License: Freeware Download (55): PHP Data Source Template Parser RC2 Download

Added: July 11, 2013 | Visits: 600

MEX-file template for Project Builder This MacOS X Project Builder template can be used to easily create a MATLAB MEX-file project. Source level debugging of the MEX-files is the primary benefit of using this template.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): MEX-file template for Project Builder Download

Added: June 02, 2010 | Visits: 1.534

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: March 11, 2010 | Visits: 901

Template::Plugin::XML::LibXML Template::Plugin::XML::LibXML is a XML::LibXML Template Toolkit Plugin. SYNOPSIS [% USE docroot = XML.LibXML("helloworld.xml") %] The message is: [% docroot.find("/greeting/text") %] This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Template::Plugin::XML::LibXML Download

Added: May 07, 2010 | Visits: 893

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);...


Platforms: *nix

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

Added: February 02, 2010 | Visits: 972

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: July 26, 2010 | Visits: 1.374

Paper Harbour Paper Harbour is a software based system which allows you to securely organise and distribute your electronic documentation. Paper Harbour runs over a network and allows clients to access a central document archive. Paper Harbour is compatible with both Windows and Linux platforms and is...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (111): Paper Harbour Download

Released: June 17, 2010  |  Added: July 12, 2010 | Visits: 1.733

TeeChart for PHP Open Source Object-Oriented Charting component library completely written in PHP and ready to be used in any PHP scripts. It includes full source code meaning that no loaders have to be used in order to create a Graph on servers. PHP Charting Library Feature Summary: - 100% PHP5 code - Full PHP...


Platforms: Windows, Other

License: Freeware Size: 6.55 MB Download (163): TeeChart for PHP Open Source 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

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

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

SimplyAccess Invoices: Open Source Invoices - MS Access Invoice Database Template. ***New*** Version 1.0 Now Available To Buy Developed for small service businesses, to print/email invoices and track payments. Your own Access database, without having to spend months starting from a blank screen. Can be fully customised and shared...


Platforms: Windows

License: Shareware Cost: $225.00 USD Size: 4.39 MB Download (67): SimplyAccess Invoices: Open Source Download

Released: August 22, 2012  |  Added: March 01, 2014 | Visits: 692

Flash flip book template of Crossover 6 This is already the sixth wave of crossover style flash book themes, which will help you dress up the flipping paper. We provide more and more flash book dedicated template packs. No matter you are working on flash flipping comics, magazines, newspapers, albums, etc. you can come to us for a book...


Platforms: Windows

License: Freeware Size: 2.89 MB Download (58): Flash flip book template of Crossover 6 Download

< 1 2 3 4 5 >