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

Dilbert Comic Archive software
Filter: All | Freeware | Demo
 

Dilbert Comic Archive

< 1 2 3 4 5 > 
Added: April 04, 2010 | Visits: 1.152

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

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

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: March 20, 2010 | Visits: 1.416

C Comic Collection C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. It uses a MySQL database. To compile this software, just type "make". It requires development libraries for gtk, gtk_imlib, cURL, mysql and pthreads. If youre on Linux these should come with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): C Comic Collection 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.310

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: January 25, 2010 | Visits: 733

Penny Arcade Comic Viewing Widget Penny Arcade Comic Viewing Widget is a Dashboard widget that allows you to view the Penny Arcade comic strip on your desktop, as it gets updated on Monday, Wednesday and Friday.


Platforms: Mac

License: Freeware Download (102): Penny Arcade Comic Viewing Widget Download

Added: January 18, 2010 | Visits: 1.281

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: January 25, 2010 | Visits: 742

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: January 25, 2010 | Visits: 906

GetDilbert Feed your addiction! GetDilbert simply grabs and displays the latest Dilbert comic from unitedmedia.com.


Platforms: Mac

License: Freeware Download (97): GetDilbert 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

Added: January 25, 2010 | Visits: 664

Outlook Email Archive Outlook Email Archive (OEA) is a simple and fast utility for archiving emails and attachments using Microsoft Outlook Express 5.0.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (97): Outlook Email Archive Download

Added: June 17, 2010 | Visits: 1.214

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: January 25, 2010 | Visits: 888

Comic World Cup Icons Six comic freeware icons inspired in the FIFA World Cup.


Platforms: Mac

License: Freeware Size: 175 KB Download (96): Comic World Cup Icons Download

Added: October 22, 2010 | Visits: 1.328

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: August 02, 2008 | Visits: 1.067

Mail Archive Pro Mail Archive Pro - a Complete Email Storage and Search Tool for Microsoft Outlook. Administer and store email Outlook-compatible in a powerful, flexiblearchive! Lightning fast full text search of tens of thousands of emails and attachments - find any email in seconds! Shrink the size of your...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 7.52 MB Download (94): Mail Archive Pro Download

Added: January 25, 2010 | Visits: 666

Comic Tiger Icons In this version, Comic Tiger icon set contain 50 icons in Comic Style inspired in the look of Apple's Tiger OS.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (94): Comic Tiger Icons Download

< 1 2 3 4 5 >