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

To Create software
Filter: All | Freeware | Demo
 

To Create

1 2 3 4 5 > 
Released: October 07, 2014  |  Added: October 14, 2014 | Visits: 860

How to Create PST from OST How to Create PST from OST? In case of Microsoft Exchange server downtime or due to server crash, unintentional user account deletion, Virus attack, database corruption etc. Create PST from OST tool is designed with advance technology and easily imports your all emails, contacts, calendar, notes,...



Platforms: Windows, DOS, Windows 7, Windows Server, Other

License: Shareware Cost: $99.00 USD Size: 8.1 MB Download (54): How to Create PST from OST Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 622

Software to Create Industrial Barcodes Software to create industrial barcodes is highest standard solution to generate attractive and excellent quality barcode labels, coupons in comprehensive approach. Download barcode ribbon building application effectively uses sequential, constant and random barcodes series generating methods to...





Platforms: Windows

License: Shareware Cost: $45.00 USD Size: 4.94 MB Download (52): Software to Create Industrial Barcodes Download

Added: June 07, 2010 | Visits: 1.584

Archive::Any::Create Archive::Any::Create is an abstract API to create archives (tar.gz and zip). SYNOPSIS use Archive::Any::Create; my $archive = Archive::Any::Create->new; $archive->container(foo); # top-level directory $archive->add_file(bar.txt, $data); # foo/bar.txt $archive->add_file(bar/baz.txt,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (114): Archive::Any::Create Download

Using the xPC Target Driver Authoring Tool to Create a Delay Timer In addition to device drivers, the xPC Target Driver Authoring tool, xpcdrivertool, can also be used to create utility functions. This example describes how to use xpcdrivertool to create a time delay block.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 327.68 KB Download (43): Using the xPC Target Driver Authoring Tool to Create a Delay Timer Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 638

How to Create PST in Lotus Notes Due to some reasons if you need to converting PST to NSF then you can choose SysTools Outlook to Notes utility which can successfully perform PST to Notes contacts conversion. How to Create PST in Lotus Notes? 3 Quick Steps of Outlook to Notes Conversion Following are the 3 quick steps to...


Platforms: Windows

License: Shareware Cost: $129.00 USD Size: 2.95 MB Download (45): How to Create PST in Lotus Notes Download

Released: January 10, 2005  |  Added: October 08, 2006 | Visits: 3.854

Power Autoplay menu wizard easy tool to create your autorun menus and add it to you CD, this autorun menus


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 11.72 MB Download (509): Power Autoplay menu wizard Download

Added: August 22, 2010 | Visits: 1.529

Simple Backup Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files. Usage: backup.sh < backuplist > < excludelist > Free...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Simple Backup Download

Released: July 18, 2012  |  Added: September 09, 2012 | Visits: 1.597

Active Search Engine Active Search Engine is a feature rich server application that allows you to create your own web directory in just minutes. It features an appealing interactive user interface and highly-developed administration tools for advanced web page management and approval, category creation, keyword based...


Platforms: Windows, Other

License: Shareware Cost: $149.00 USD Size: 887.42 KB Download (115): Active Search Engine Download

Released: September 08, 2011  |  Added: November 16, 2011 | Visits: 1.824

WebSite X5 Evolution Website X5 is the all-in one solution to create professional, eye-catching and complete Websites, Blogs and on-line stores. No programming skills are required and you can use a simple fully-visual and intuitive interface that guarantees flexibility and customization. With WebSite X5 you can...


Platforms: Windows

License: Demo Cost: $99.95 USD Size: 64.4 MB Download (163): WebSite X5 Evolution Download

Added: January 18, 2010 | Visits: 1.432

Perl Dev Kit Perl Dev Kit or PDK in short, provides essential tools for Perl programmers, making it easy to create, build, and deploy applications. Turn your Perl programs into ready-to-run executables for AIX, HP-UX, Linux, Solaris, and Windows. Painlessly debug Perl scripts. Generate code for...


Platforms: *nix

License: Shareware Cost: $49.00 USD Download (106): Perl Dev Kit Download

Added: January 18, 2010 | Visits: 1.252

Tcl Dev Kit Tcl Dev Kit or PDK in short, provides essential tools for Tcl programmers, making it easy to create, build and deploy applications.. Komodo Edit is a free and open source editor for dynamic languages based on the award-winning Komodo IDE


Platforms: *nix

License: Shareware Cost: $49.00 USD Download (100): Tcl Dev Kit Download

Added: January 18, 2010 | Visits: 1.073

MkGallery MkGallery allows you to create your own gallery for the Internet with HTML 4.0 and CSS support. MkGallery generates an image gallery with thumbnails for the Internet. All pages are HTML 4.0 and CSS compatible. How it works: Enter in a folder with jpg files and choose a name for the gallery....


Platforms: *nix

License: Freeware Size: 61.44 KB Download (107): MkGallery Download

Added: January 18, 2010 | Visits: 1.298

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: January 18, 2010 | Visits: 1.746

Linux NTFS Linux NTFS provides Linux kernel drivers, a multiplatform NTFS library, and tools to create, resize, clone, rescue, query, label and fix NTFS volumes, and to undelete, resize, list, and query files for the filesystem used by Windows XP, 2003, 2000, NT4, and Longhorn. Linux NTFS also provides...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (175): Linux NTFS Download

Added: January 18, 2010 | Visits: 1.594

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: April 03, 2010 | Visits: 1.126

ANDREW ANDREWs Not a DVD Ripping and Encoding Wizard, but an interactive wrapper or a BASH script to simplify the use of OggEnc, MEncoder and mkv/ogmmerge to create, from a DVD, one or more Matroska or Ogg Media files containing an ISO/IEC  MPEG-4 Part 2 compliant video track, encoded using FFmpeg...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (106): ANDREW Download

Added: May 11, 2010 | Visits: 2.000

Super Slide Me Super Slide Me is an application to create image galleries. By a user-friendly interface, you can resize and rotate images and make slideshow presentations, eventually with sound in background..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (188): Super Slide Me Download

Added: August 10, 2010 | Visits: 956

Graidle Graidle (Graph aid), is a project that is proposed to create an application web for the realization of graph; it comes divided in four parts: Graidle Fx proposed like didactic instrument for the visualization of diagrams of function to one variable; Graidle SQL Friendly assists the creation of...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Graidle Download

Added: November 11, 2010 | Visits: 1.191

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: September 09, 2010 | Visits: 1.799

Webmin / Usermin Theme Webmin / Usermin Theme project aims to create a new and better navigation system for Webmin. It is easy to install over the Thememanager. It supports skins to change the layout. This project was previously known as "Webmin Navigation and Layout". Know problems: Problem: If you make any...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (131): Webmin / Usermin Theme Download

1 2 3 4 5 >