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

Archive Repair software
Filter: All | Freeware | Demo
 

Archive Repair

< 1 2 3 4 5 
Released: December 13, 2008  |  Added: December 18, 2008 | Visits: 2.420

Microsoft Excel Repair Kernel for Excel is file repair software which efficiently repairs the corrupt and damaged MS Excel files. Software to repair excel file provides two repairing modes: Single and Multi. First mode repairs one excel file and second mode repairs multiple excel files in one time. These beneficial...



Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 2.46 MB Download (145): Microsoft Excel Repair Download

Released: February 05, 2009  |  Added: February 19, 2009 | Visits: 1.858

Repair Inbox Repair inbox tool is exclusively featured email recovery software that repairs corrupt or inaccessible PST file, which get corrupted due to virus attack, media error or 2GB limitation of MS Outlook. With it the user can view the recoverable items and can save them further. Repair inbox software...





Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 1.57 MB Download (479): Repair Inbox Download

Released: October 15, 2014  |  Added: October 18, 2014 | Visits: 1.262

BKF Repair At times, you too can get encountered with situation where you are not able to access BKF file due to its corruption. But, you don’t have to get tensed about facing such circumstances. In fact, no matter whatever is the reason for the corruption of BKF file, you can still tackle the error by...


Platforms: Windows, Windows 7

License: Shareware Cost: $149.00 USD Size: 1.2 MB Download (523): BKF Repair Download

Released: May 26, 2009  |  Added: May 29, 2009 | Visits: 4.036

Microsoft Excel File Repair Users, who are looking for an efficient Microsoft Excel File Repair tool to restore data from corrupt or damaged Excel files, can get best Excel file recovery help with SysTools Excel Recovery. MS Excel file repair software is a unique and decent Microsoft Excel file reader tool to reads...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.45 MB Download (278): Microsoft Excel File Repair Download

Released: May 23, 2009  |  Added: May 29, 2009 | Visits: 1.258

MDB Repair Now it is easy to perform MDB repair with powerful and result oriented Kernel for Access software, a renowned name in the field of MS Access recovery. Files that are corrupt due to unexpected software crash, virus corruption, or database synchronization failure etc are repaired within minutes...


Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 2.17 MB Download (108): MDB Repair Download

Released: July 16, 2009  |  Added: July 24, 2009 | Visits: 5.498

Winsock Repair Most of the Internet connectivity problems arise out of corrupt Winsock settings. Windows sockets settings may get corrupted due to the installation of a networking software, or perhaps due to Malware infestation. You will be able connect to the Internet, but the packets won't transfer back and...


Platforms: Windows

License: Freeware Size: 317.38 KB Download (1138): Winsock Repair Download

Added: January 18, 2010 | Visits: 1.280

Archive::Zip Archive::Zip is a Perl module which provides an interface to ZIP archive files. SYNOPSIS # Create a Zip file use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $zip = Archive::Zip->new(); # Add a directory my $dir_member = $zip->addDirectory( dirname/ ); # Add a file from a string with...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (101): Archive::Zip Download

Added: October 22, 2010 | Visits: 1.323

Simple Page Archive Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page. It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Simple Page Archive Download

Added: April 04, 2010 | Visits: 1.148

Archive::Chm Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module supersedes Text::Chm written by Domenico Delle Side....


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): Archive::Chm Download

Added: February 24, 2010 | Visits: 2.470

The PHP Photo Archive 1.0 LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you dont need experience in setting up SQL DB..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): The PHP Photo Archive 1.0 Download

Added: April 05, 2010 | Visits: 1.530

Archive::Tyd Archive::Tyd is a Perl extension for simple file archiving. SYNOPSIS use Archive::Tyd; my $tyd = new Archive::Tyd (password => secret password); # Load an archive. $tyd->openArchive ("./archive.tyd"); # Add a file. $tyd->addFile ("./secret image.jpg"); # Write the archive....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): Archive::Tyd Download

Added: June 02, 2010 | Visits: 1.205

Archive::SelfExtract Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with various options: Archive::SelfExtract::createExtractor(...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Archive::SelfExtract Download

Added: July 01, 2010 | Visits: 1.305

Archive sort Archive sort is a bash script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive. It can also be configured to sort into 700MB directories for archiving onto CDs. Usage:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Archive sort Download

Added: June 21, 2010 | Visits: 1.376

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: September 20, 2010 | Visits: 1.609

Archive::Rar Archive::Rar is a interface with the rar command. SYNOPSIS use Archive::Rar; my $rar =new Archive::Rar(); $rar->Add( -size => $size_of_parts, -archive => $archive_filename, -files => @list_of_files, ); This is a module for the handling of rar archives. Locates the rar command (from...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (291): Archive::Rar Download

Added: June 21, 2010 | Visits: 960

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (92): xDash::Archive::Pg Download

Added: February 03, 2010 | Visits: 1.512

Document Archive Document Archive provides is a Web-based BibTeX archive. Document Archive is a Web-based database to help you keep track of the vast amount of electronic documents and BibTeX entries you might have in use. Browser plugins and console frontends allow fast access with typical tools. The...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (142): Document Archive Download

Added: July 09, 2010 | Visits: 1.336

Autoconf Macro Archive Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software. The archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (127): Autoconf Macro Archive Download

Added: June 19, 2010 | Visits: 1.200

Archive::TarGzip Archive::TarGzip is a Perl module to save and restore files to and from compressed tape archives (tar). SYNOPSIS ###### # Subroutine Interface # use Archive::TarGzip qw(parse_header tar untar); $tar_file = tar(@file, @options); $tar_file = tar(@file); $success = untar(@file);...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (95): Archive::TarGzip 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

< 1 2 3 4 5