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

Iomega Ditto freeware
Filter: All | Freeware | Demo
 

Iomega Ditto

1 2 > 
Added: August 23, 2008 | Visits: 1.177

Ditto Ditto is an OpenSource extension to the standard Windows clipboard that saves all items placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to save unlimited amounts of any type of information that can be put on the clipboard, text, images, html,... Platforms: Windows

License: Freeware Size: 495 KB Download (144): Ditto Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 708

Iomega Creative Storage Icon Set 1.1 About Iomega Creative Storage Icon Set A collection of OSX icons for Iomega Storage devices including the new Iomega REV FireWire 35Gb disk drive and media. (Icons include : REV Drives, REV Media, Zip Drives, Zip Media, NAS, NAS Wireless, Portable HDD, Desktop HDD, Peerless, Jaz, MiniDrive) Platforms: Mac

License: Freeware Size: 3.7 MB Download (58): Iomega Creative Storage Icon Set 1.1 Download

Added: January 25, 2010 | Visits: 800

Iomega NAS Updates The Iomega Network Attached Storage (NAS) Updates improve your NAS Iomega drive as follows:Support for Simplified Chinese, Japanese and KoreanAbility to open Photoshop files from a MACIncreased the maximum accounts to 2048 (both for local users and domain users)Increased the maximum share folder... Platforms: Mac

License: Freeware Size: 23 MB Download (117): Iomega NAS Updates Download

Added: July 18, 2006 | Visits: 2.901

SafetyBak BlackBoard Intelli-bak: Backup to any drive letter with high LZH5 compression. Other features include disk spanning, a unique advanced file search to help you find which files to backup, full/incremental types, plus many more. Improved over the software that comes with iomega zip and jazz drives.... Platforms: Windows

License: Freeware Size: 1.4 MB Download (258): SafetyBak Download

Released: March 10, 2002  |  Added: January 09, 2006 | Visits: 2.551

Zip Explorer Zip Explorer is a fast disk cataloging program for Windows 95/98/NT. The program is targeted for use with Iomega Zip drives, but works equally well for Jaz disks, CD-ROMs, fixed hard disks and other removable media. It allows users to catalog and find files, whether the disk is currently in... Platforms: Windows

License: Freeware Size: 1.42 MB Download (211): Zip Explorer Download

Added: January 25, 2010 | Visits: 546

ZippierZip ZippierZip eliminates the 'OK' confirmation message after loading the Iomega Zip Guest software, allowing the disk's icon to instantly appear on your desktop instead of having to always click OK every time you load the guest software. Platforms: Mac

License: Freeware Size: 80 KB Download (105): ZippierZip Download

Added: May 17, 2013 | Visits: 311

Checking Matrix Elements Function check.m may accelerate debugging of a program. The function displays columnwise elements of a real, complex or string matrix, say A, obeying a condition Cond. The output of every element A(p,q) fitting Cond consists of items in a required format.Forms of calls:~~~~~~~~~~~~~~~ check(A)... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Checking Matrix Elements Download

Added: September 09, 2013 | Visits: 337

jaZip jaZip is a FREE program for maintaing your Iomega Zip and/or Jaz drive(s) and disks under Linux. This program combines Grant Guenther's original command line utility, ziptool, with Jaz drive support, a nice X interface and additional utilities to allow users to easily mount and unmount disks. The... Platforms: *nix

License: Freeware Size: 61.44 KB Download (37): jaZip Download

Added: June 13, 2006 | Visits: 3.487

SurfPics SurfPics is an image search themed web browser/search tool that delivers easy access to graphics and pictures via image search engines and image galleries. SurfPics automatically finds related links, subjects, images, and topics associated to current website in which you're viewing. It also... Platforms: Windows

License: Freeware Size: 1.63 MB Download (236): SurfPics Download

Added: August 12, 2008 | Visits: 1.401

AIDA32 AIDA32 is a professional system information, diagnostics and benchmarking program running on Win32 platforms. It extracts details of all components of the PC. It can display information on the screen, print it, or save it to file in various formats like HTML, CSV or XML. For corporate users,... Platforms: Windows

License: Freeware Size: 2.05 MB Download (95): AIDA32 Download

Added: August 03, 2008 | Visits: 1.814

Uranium Backup Tape Backup: One of the simplest and most versatile tape backup software in the world, compatible practically with any tape drive and with the most used kinds of tape cartridges: DAT, DDS, DLT, AIT, VXA-2, LTO, etc... (see the related tutorial ->) CD and DVD Burning: Backup with automatic CD and... Platforms: Windows

License: Freeware Size: 2.9 KB Download (278): Uranium Backup Download

Added: May 04, 2010 | Visits: 1.044

Encode::HanExtra Encode::HanExtra Perl module contains extra sets of Chinese encodings. SYNOPSIS use Encode; # Traditional Chinese $euc_tw = encode("euc-tw", $utf8); # loads Encode::HanExtra implicitly $utf8 = decode("euc-tw", $euc_tw); # ditto # Simplified Chinese $gb18030 = encode("gb18030",... Platforms: *nix

License: Freeware Size: 1.3 MB Download (110): Encode::HanExtra Download

Added: April 11, 2010 | Visits: 982

Convert::EastAsianWidth Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters. SYNOPSIS # Exports to_fullwidth() and to_halfwidth() by default use Convert::EastAsianWidth; my $u = to_fullwidth(ABC); # Full-width variant of ABC my $b = to_fullwidth(ABC, big5); # Ditto,... Platforms: *nix

License: Freeware Size: 14.34 KB Download (86): Convert::EastAsianWidth Download

Added: January 04, 2010 | Visits: 1.057

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: April 08, 2010 | Visits: 957

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare... Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: October 02, 2010 | Visits: 746

libRSVG libRSVG is a component used within software applications to enable support for SVG-format scalable graphics. In contrast to raster formats, scalable vector graphics provide users and artists a way to create, view, and provide imagery that is not limited to the pixel or dot density that an... Platforms: *nix

License: Freeware Size: 552.96 KB Download (96): libRSVG Download

Added: September 06, 2010 | Visits: 1.623

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: February 26, 2010 | Visits: 1.177

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum... Platforms: *nix

License: Freeware Size: 8.19 KB Download (138): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.219

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number... Platforms: *nix

License: Freeware Size: 24.58 KB Download (259): Math::Telephony::ErlangB Download

Added: May 13, 2010 | Visits: 1.440

Mjpeg tools The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. Recording is supported for the Zoran based cards like the Buz (Iomega), DC10 (MIRO, Pinnacle), Matrox Marvel cards and the... Platforms: *nix

License: Freeware Size: 2.1 MB Download (180): Mjpeg tools Download

1 2 >