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

Dvd Template Svg freeware
Filter: All | Freeware | Demo
 

Dvd Template Svg

< 1 2 3 4 5 > 
Released: October 07, 2012  |  Added: October 23, 2012 | Visits: 1.566

ZC DVD to iPod Converter Summary: ZC DVD to iPod Converter is DVD Recorder, DVD Title Ripper, DVD Audio Ripper all-in-one. ZC DVD to iPod Converter is fast and easy-to-use DVD to iPod converter software to help you convert DVD to iPod MP4, copy DVD to iPod with high quality. The iPod DVD converter also supports...



Platforms: Windows

License: Freeware Size: 11.96 MB Download (112): ZC DVD to iPod Converter Download

Released: October 16, 2012  |  Added: October 31, 2012 | Visits: 1.850

ZC DVD to WMV Converter Summary: ZC DVD to WMV Converter is DVD Recorder, DVD Title Ripper, DVD Player all-in-one. ZC DVD to WMV Converter is fast and easy-to-use DVD to wmv, asf converter software to help you convert DVD to wmv, asf file, copy DVD high quality. It is the best solution on how to copy DVD and backup...





Platforms: Windows

License: Freeware Size: 11.98 MB Download (142): ZC DVD to WMV Converter Download

Released: October 16, 2012  |  Added: November 01, 2012 | Visits: 2.013

ZC DVD to Zune Converter ZC DVD to Zune Converter is not noly a fast and easy-to-use DVD Ripper program, but also a DVD Player and DVD Recorder program, which can play dvd, record the DVD movie you are watching, convert DVD title and chapter, transcode to Zune playable wmv, mp4, mov movie, and also can rip DVD audio...


Platforms: Windows

License: Freeware Size: 12.02 MB Download (119): ZC DVD to Zune Converter Download

Released: October 14, 2012  |  Added: October 31, 2012 | Visits: 1.736

ZC DVD to Mpeg Converter ZC DVD to Mpeg Converter is not noly a fast and easy-to-use DVD Ripper program, but also a DVD Player and DVD Recorder program, which can play dvd, record the DVD movie you are watching, convert DVD title and chapter, transcode to Mpeg movie format including mpeg1, mpeg2, mpeg4. It is the best...


Platforms: Windows

License: Freeware Size: 11.96 MB Download (152): ZC DVD to Mpeg Converter Download

Released: October 08, 2012  |  Added: October 24, 2012 | Visits: 1.528

ZC DVD to 3GP Converter Summary: ZC DVD to 3GP Converter is DVD Recorder, DVD Title Ripper, DVD Player all-in-one. ZC DVD to 3GP Converter is fast and easy-to-use DVD Ripper program, which can convert DVD to 3gp format movies such as 3gp h263, 3g2 h263, 3gp mp4, 3g2 mp4, and also can rip DVD audio track and encode...


Platforms: Windows

License: Freeware Size: 11.97 MB Download (128): ZC DVD to 3GP Converter Download

Released: October 10, 2012  |  Added: October 29, 2012 | Visits: 1.771

ZC DVD Audio Ripper ZC DVD Audio Ripper is fast and easy-to-use DVD audio Ripper program, which can rip DVD audio track and convert mp3, wma, wav, mp2, ac3, m4a, aac, sun au, amr music file. It is the best solution on how to extract and convert DVD audio track to popular music formats, and copy to iPod, iPhone,...


Platforms: Windows

License: Freeware Size: 12.02 MB Download (126): ZC DVD Audio Ripper Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.983

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Added: January 18, 2010 | Visits: 1.363

SVG::Metadata SVG::Metadata is a Perl module to capture metadata info about an SVG file. SYNOPSIS use SVG::Metadata; my $svgmeta = new SVG::Metadata; $svgmeta->parse($filename) or die "Could not parse $filename: " . $svgmeta->errormsg(); $svgmeta2->parse($filename2) or die "Could not parse...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): SVG::Metadata Download

Added: January 18, 2010 | Visits: 1.676

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 (100): Aapl C++ Template Library Download

Added: January 18, 2010 | Visits: 1.760

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: September 03, 2010 | Visits: 2.135

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: October 15, 2010 | Visits: 1.180

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: October 21, 2010 | Visits: 1.443

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.473

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: October 13, 2010 | Visits: 1.688

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: August 05, 2010 | Visits: 1.721

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: October 07, 2010 | Visits: 2.182

dvd+rw-tools dvd+rw-tools project makes it possible to burn DVD images created by "dvdauthor" or "mkisofs" to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing "cdrecord-proDVD" in many cases. The package contains "growisofs" to burn DVD images or create a data DVD on the fly, "dvd+rw-format" to format a...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (210): dvd+rw-tools Download

Added: April 12, 2010 | Visits: 1.408

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 (97): Template::FAQ Download

Added: March 23, 2010 | Visits: 1.423

Template::Plugins Template::Plugins is a Perl module with plugin provider. SYNOPSIS use Template::Plugins; $plugin_provider = Template::Plugins->new(%options); ($plugin, $error) = $plugin_provider->fetch($name, @args); The Template::Plugins module defines a provider class which can be used to load and...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (176): Template::Plugins 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

< 1 2 3 4 5 >