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

Craigslist Auto Template software
Filter: All | Freeware | Demo
 

Craigslist Auto Template

< 1 2 3 4 5 > 
Released: March 01, 2009  |  Added: April 18, 2009 | Visits: 3.578

Auto-Furniture Auto-Furniture program is provided for work with database of parameter-oriented furniture models for AutoCAD of version 2000i and more. You choose model which is the closest to designed furniture and set its dimensions. After pressing the button "Paste to AutoCAD", selected item with dimensions...



Platforms: Windows

License: Demo Cost: $80.00 USD Size: 1.69 MB Download (946): Auto-Furniture Download

Released: June 11, 2009  |  Added: June 22, 2009 | Visits: 8.874

Auto Mouse Mover Auto Mouse Mover provides continuous mouse movement input to the computer, there by disabling the configured idle actions temporarily, without actually disabling them from control panel. The Configured idle actions can be launching a defined screensaver, send computer into hibernate mode or...





Platforms: Windows

License: Freeware Size: 290.52 KB Download (1944): Auto Mouse Mover Download

Released: July 06, 2009  |  Added: July 10, 2009 | Visits: 10.031

Auto-Clicker Auto clicker is a auto clicker software, -It can free you from repeat mouse click work, It can free you finger. -It can record your mouse action, then play back them as you want some time. -It can click area in button , web page game and any screen -It can record mouse action and repeat it


Platforms: Windows

License: Shareware Cost: $9.90 USD Size: 650.18 KB Download (2504): Auto-Clicker Download

Released: March 18, 2009  |  Added: July 21, 2009 | Visits: 3.197

Auto Music Organizer Auto Music Organizer - is the new way to Organize Music. This award-winning music organizer can organize music files automatically on any Windows computer. Automatic music organizer, auto music organizer software and automated music organizer program is designed to organize music tracks in the...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 14.29 MB Download (136): Auto Music Organizer Download

Released: January 20, 2016  |  Added: May 25, 2016 | Visits: 2.534

JS Auto Form Validator The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they have:...


Platforms: Windows, *nix, Windows 7

License: Freeware Size: 93.22 KB Download (231): JS Auto Form Validator Download

Released: July 20, 2009  |  Added: September 30, 2009 | Visits: 9.489

Auto Mouse Click Automate Single or Double Left or Right Mouse Clicks easily and quickly with Auto Mouse Click Software Utility. Save Mouse Clicks in a data file and load the clicks whenever you wish to run them. Edit easily mouse clicks saved in a easy to follow user innterface. Download Auto Mouse Click...


Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 624.5 KB Download (2545): Auto Mouse Click Download

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

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

Released: October 06, 2009  |  Added: November 09, 2009 | Visits: 4.812

Auto Typer Auto Typer provides an automated way to type on keyboard automatically using configurable keyboard Shortcut or Hot Keys. Automate typing in any long words, fill in forms, auto press keys on keyboard such as Tab, Enter, etc. Download Auto Typer Now and automate repeated typing of words. Configure...


Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 298.25 KB Download (1164): Auto Typer Download

Added: January 18, 2010 | Visits: 1.680

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: January 18, 2010 | Visits: 1.766

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: October 15, 2010 | Visits: 1.187

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.450

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.479

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.693

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.728

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.414

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: March 23, 2010 | Visits: 1.426

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.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: August 15, 2010 | Visits: 1.305

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML::Style Download

Added: June 23, 2010 | Visits: 1.682

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

< 1 2 3 4 5 >