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

Cdisplay Rar Archive software
Filter: All | Freeware | Demo
 

Cdisplay Rar Archive

< 1 2 3 4 5 
Released: June 23, 2013  |  Added: October 23, 2013 | Visits: 6.179

Free RAR Extract Frog Free RAR Extract Frog is a skinable free RAR extractor tool for RAR-archives that supports spanned archives as well as the decompression of password protected files. It comes with short instructions in over 50 languages. Start the extraction of a RAR file by drag and drop, double click or shell... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.62 MB Download (824): Free RAR Extract Frog Download

Added: January 18, 2010 | Visits: 1.285

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

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

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 (106): Archive::Chm Download

Added: February 24, 2010 | Visits: 2.476

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

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

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

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

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: June 21, 2010 | Visits: 970

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 (98): xDash::Archive::Pg Download

Added: February 03, 2010 | Visits: 1.520

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

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

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 (101): Archive::TarGzip Download

Added: June 07, 2010 | Visits: 1.593

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

Added: June 17, 2010 | Visits: 1.215

WormBase::Archive::Build WormBase::Archive::Build can create archives of Wormbase releases. SYNOPSIS use Bio::GMOD::Admin::Archive; my $archive = Bio::GMOD::Admin::Archive->new(); $archive->create_archive(); METHODS Bio::GMOD::Admin::Archive->new(@options) Create a new WormBase::Archive object for archiving... Platforms: *nix

License: Freeware Size: 71.68 KB Download (96): WormBase::Archive::Build Download

Added: February 22, 2010 | Visits: 1.556

Extract archive Extract archive is a service menu that allows you to extract any archive file that ark is capable to read + ACE files. You can chose to extract here, or in a subdirectory. In that case, it asks you the name of the subdirectory where you want to extract, and suggests you the archive name by... Platforms: *nix

License: Freeware Download (166): Extract archive Download

Released: October 21, 2010  |  Added: October 26, 2010 | Visits: 2.184

RAR Password Recovery Magic RAR Password Recovery Magic is a powerful tool designed to recover lost or forgotten passwords for a RAR/WinRAR archives. RAR Password Recovery Magic supports the customizable brute-force and dictionary-based attacks. RAR Password Recovery Magic has an easy to use interface. All you need to... Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.76 MB Download (347): RAR Password Recovery Magic Download

Released: February 25, 2012  |  Added: March 14, 2012 | Visits: 1.049

Easy RAR Recovery Recover damaged RAR archives in just a click! Easy RAR Recovery is an all in one solution for undeleting or recovering compressed RAR archives from healthy, broken, formatted and unreadable hard disks and flash drives, and extracting files from corrupted RAR archives in a snap. Sophisticated RAR... Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 4.39 MB Download (110): Easy RAR Recovery Download

Released: February 01, 2011  |  Added: October 27, 2011 | Visits: 1.098

Stellar Phoenix RAR Password Recovery Stellar Phoenix RAR Password Recovery software supports WinRAR versions 3.x to 4.x. This software is used to recover the lost or forgotten WinRAR files password. This software has a built in dictionary that keeps repository of the passwords recovered. The usage of the brute force algorithm makes... Platforms: Windows

License: Demo Cost: $49.00 USD Size: 3.02 MB Download (128): Stellar Phoenix RAR Password Recovery Download

Released: March 08, 2020  |  Added: March 30, 2020 | Visits: 2.554

PeaZip for Linux PeaZip is an Open Source archiver and file manager tool for Linux, Free Software alternative to WinRar, WinZip and similar utilities, structured as a frontend for multiple file compression and archiving tools like Ark and FileRoller. Tasks created in the GUI can be easily saved as command-line... Platforms: *nix, Android, Other

License: Freeware Size: 12.13 MB Download (227): PeaZip for Linux Download

< 1 2 3 4 5