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

Visa Bulletin Archive software
Filter: All | Freeware | Demo
 

Visa Bulletin Archive

< 1 2 3 4 5 > 
Released: March 08, 2015  |  Added: March 30, 2015 | Visits: 1.195

Archive Toolbar Icons Archive Toolbar Icons is a collection of toolbar icons for developers of archive and backup software, websites and torrent applications. These royalty-free stock icons represent a wide variety of concepts (archive, zip file, password key, wizard etc.) and actions (pack, unpack, view, repair etc.)...



Platforms: OS/2, Windows, Mac, *nix, Windows 8, Windows Phone, Windows 7, Windows Server, Palm OS, iOS, Android, Symbian, Pocket PC, Handheld, Other,BlackBerry,iPhone,iPod,iTouch,Palm,Java,AS/400

License: Demo Cost: $39.95 USD Size: 881.25 KB Download (127): Archive Toolbar Icons Download

Added: February 24, 2010 | Visits: 2.475

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: June 07, 2010 | Visits: 1.589

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

Released: February 25, 2012  |  Added: March 13, 2012 | Visits: 1.004

Easy Archive Recovery Recover information from corrupted ZIP and RAR archives with Easy Archive Recovery. The new archive recovery tool recognizes all kinds of ZIP and RAR archives made with all versions of archivers, and offers surefooted recovery even if an archive was deleted or stored on a corrupted hard drive or...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4.44 MB Download (109): Easy Archive Recovery Download

Added: June 21, 2010 | Visits: 1.384

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: August 14, 2008 | Visits: 1.305

Callisto -Newsreader/ Bulletin Board Browser Callisto will revolutionise the way you browse Bulletin Boards and USENET newsgroups, by presenting the boards and forums you browse into forums of your own definition. You can define rules to find the topics you want to see and send them to the Callisto forum of your choice. Message alerts can...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2 KB Download (107): Callisto -Newsreader/ Bulletin Board Browser Download

Added: April 04, 2010 | Visits: 1.154

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

Released: March 11, 2003  |  Added: April 18, 2006 | Visits: 2.341

CyArc - File Archive and Recovery CyArc takes copies of files as you create and change them. Multiple versions of files are kept reflecting the history of file changes. When you use CyArc on a set of folders you are in the position to go back to any version of a file. You can use it to keep copies of digital photos as you work on...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.2 MB Download (106): CyArc - File Archive and Recovery Download

Added: January 25, 2010 | Visits: 712

Entourage Email Archive Entourage Email Archive is a simple and fast utility for archiving emails and attachments using Microsoft Entourage 9.0 (Office 2001 package). EEA support different kind of archives included the possibility to export emails to FileMaker Pro with the tab-text file.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (105): Entourage Email Archive Download

Added: April 05, 2010 | Visits: 1.535

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: July 01, 2010 | Visits: 1.312

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: August 07, 2008 | Visits: 1.265

Callisto Newsreader Bulletin Board Browser Callisto will revolutionise the way you browse Bulletin Boards, by presenting the boards and forums you browse into forums of your own definition. You can define rules to find the topics you want to see and send them to the Callisto forum of your choice.


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 1.95 MB Download (102): Callisto Newsreader Bulletin Board Browser Download

Added: January 18, 2010 | Visits: 1.283

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: June 19, 2010 | Visits: 1.205

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: August 16, 2008 | Visits: 1.123

Archive and Restore Archive & Restore lets you put away and save different versions of files. Putting away rarely used files will recover space on your hard disk, increase clarity and reduce administration efforts. As a result, with multimedia applications, fast hard drives can be used more efficiently. By saving...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 1.93 MB Download (101): Archive and Restore Download

Added: February 06, 2010 | Visits: 1.347

MULogs MULogs project consists of web-based mail archives and a bulletin board system for MUSEes and MUXes. MULogs provides a Web-based forum for viewing a mailing list archive of role-playing logs from a MUSH, MUX, or MU*. It also gives a Web-based view of Myrddins bulletin board system, which is...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): MULogs Download

Added: January 25, 2010 | Visits: 744

Entourage Email Archive X Entourage Email Archive X (EEA X) is a simple and fast utility for archiving emails and attachments you have received or sent using Microsoft Entourage X in Mac OS X. EEA support different kind of archives included the possibility to export emails to FileMaker Pro with the tab-text file.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (99): Entourage Email Archive X Download

Added: June 21, 2010 | Visits: 968

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: October 19, 2010 | Visits: 4.192

Psunami Bulletin Board Psunami Bulletin Board is an Open Source alternative to the popular Ultimate Bulletin Board software, and aims for speed, ease of use, and a full feature set. For installation, do the following: 1)Recursively copy everything from ./cgi-bin/ into your servers cgi-bin/ directory....


Platforms: *nix

License: Freeware Size: 64.51 KB Download (97): Psunami Bulletin Board Download

Added: June 02, 2010 | Visits: 1.211

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

< 1 2 3 4 5 >