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

Archive Browser freeware
Filter: All | Freeware | Demo
 

Archive Browser

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 1.390

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

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: 971

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: September 15, 2010 | Visits: 1.040

Ace::Browser::AceSubs Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser. SYNOPSIS use Ace; use Ace::Browser::AceSubs; use CGI qw(:standard); use CGI::Cookie; my $obj = GetAceObject() || AceNotFound(); PrintTop($obj); print $obj->asHTML; PrintBottom(); Ace::Browser::AceSubs exports a... Platforms: *nix

License: Freeware Size: 296.96 KB Download (102): Ace::Browser::AceSubs Download

Added: July 15, 2010 | Visits: 3.728

Browser History Viewer Browser History Viewer allows you to examine the contents of web browser history files and export the data. Currently it supports Internet Explorer and Mozilla/Firefox. Browser History Viewer meant to be a forensics tool. It meant to be a forensics tool. BHV is licensed under the terms of... Platforms: *nix

License: Freeware Download (472): Browser History Viewer Download

Added: July 12, 2010 | Visits: 902

KDE CIM Browser The KDE CIM Browser is a KDE based frontend to management brokers using the CIM-XML protocol. The tool will be useful to view and modify CIM class hierarchies as well as instance and association structures. Whats New in This Release: - The latest release of kim-browser is mainly a... Platforms: *nix

License: Freeware Size: 768 KB Download (120): KDE CIM Browser Download

Added: March 27, 2010 | Visits: 1.525

MM3-WebAssistant The MM3-WebAssistant - Proxy Offline Browser archives all web pages you have visited online. Offline too each page is available with its URL. There is no difference between browsing the internet and browsing the archive. You can even use your bookmarks and favorites list offline without any... Platforms: *nix

License: Freeware Size: 1024 KB Download (157): MM3-WebAssistant Download

Added: February 22, 2010 | Visits: 1.091

Browser Bookmarks Menu Browser Bookmarks Menu is a small Gnome applet to allow easy access to your browsers bookmarks, even when your browser is not open. This applet is like the Bookmarks menu of your preferred browser (e.g. Epiphany, Firefox), but lives in the panel, like the Gnome Menu Bar. This means that it is... Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Browser Bookmarks Menu Download

Added: May 10, 2013 | Visits: 1.703

Javascript Browser Sniffer JavaScript Browser Sniffer is a browser identifier written in JavaScript (EcmaScript) and released under the LGPLlicense. It will tell which browser, version and operating system you (the visitor) are using (it's like phpsniff, but in JavaScript).The JavaScript Browser Sniffer is able to identify... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (119): Javascript Browser Sniffer Download

Added: July 09, 2010 | Visits: 1.346

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: February 26, 2010 | Visits: 1.531

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can... Platforms: *nix

License: Freeware Size: 256 KB Download (104): Amazing Media Browser Download

Added: August 21, 2010 | Visits: 1.052

phpDIR browser phpDIR is an easy to use and install script that can list files and folders, including file upload/download. Installation only requires the configuration of 3 parameters. The whole package contains 4 files. phpDIR browser application also supports admin sessions, to also be able to delete... Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): phpDIR browser Download

Added: June 19, 2010 | Visits: 1.208

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

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

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

Added: January 25, 2010 | Visits: 823

GL Image Browser With the GL Image Browser, you can open a folder on your computer and look for all the pictures that are inside, even in subdirectories if you want. It is no iPhoto or Picasa clone, GL Image Browser is not meant as a tool to archive pictures, but as a tool to quickly browse through thousands of... Platforms: Mac

License: Freeware Download (131): GL Image Browser Download

Released: March 29, 2011  |  Added: June 11, 2011 | Visits: 1.007

SevenTh Browser SevenTh Browser is a lightweight and very easy to use application that allows you to quickly browse your favorite websites. The program also provides its users with shortcuts to various search engines and social websites for quick access. With SevenTh Browser you can also add and manage... Platforms: Windows

License: Freeware Size: 8.28 MB Download (119): SevenTh Browser Download

Released: December 21, 2015  |  Added: December 26, 2015 | Visits: 2.937

Avant Browser Ultimate Tri-core Avant Browser(Chrome,Firefox,IE),it's user-friendly interface brings a new level of clarity and efficiency to your browsing experience, and frequent upgrades have steadily improved its reliability. Multi-Processing: Multi-Processing design offers you a crash-free, lock-up-free,... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 78.47 MB Download (210): Avant Browser Ultimate Download

Released: April 24, 2012  |  Added: April 30, 2012 | Visits: 1.076

AshSofDev Browser 'AshSofDev Browser' is a lightweight 'No Frills' Web Browser. Platforms: Windows

License: Freeware Size: 3.28 MB Download (111): AshSofDev Browser Download

< 1 2 3 4 5 >