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

Dos Disk Cache freeware
Filter: All | Freeware | Demo
 

Dos Disk Cache

< 1 2 3 4 5 > 
Released: February 19, 2009  |  Added: March 05, 2009 | Visits: 4.058

Disk Defrag Disk Defrag is a very easy to use defrag utility. It optimizes Windows Disk Defragmenter by running it under optimal conditions. It restarts you computer and then runs only defragmentation. Once defrag is over, it automatically shutdown or restart your computer. The initial restart refresh your...



Platforms: Windows

License: Freeware Size: 665.93 KB Download (740): Disk Defrag Download

Released: April 25, 2013  |  Added: May 19, 2013 | Visits: 2.966

Secret Disk Purpose of the program Secret Disk can create additional disk on your PC, which can be invisible and locked with a password. You can make your files and folders invisible and protected. Benefits of the program You don't need to format your hard disk. Our program will create new disk...





Platforms: Windows

License: Freeware Size: 311.32 KB Download (320): Secret Disk Download

Released: February 10, 2023  |  Added: December 23, 2023 | Visits: 4.839

Active@ Hard Disk Monitor Active@ Hard Disk Monitor is a freeware disk utility that monitors the status of your hard drives and scan for bad sectors. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.). This software monitors hard disk parameters such as Temperature, Head Flying...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 13.84 MB Download (1119): Active@ Hard Disk Monitor Download

Released: June 09, 2010  |  Added: June 12, 2010 | Visits: 2.887

Disk Space Fan Disk Space Fan is a nice disk space analysis tool for Windows. It helps you to free up disk space by quickly finding and deleting big, useless files. It displays disk space usage with a nice chart. You can navigate the folders easily with the chart. It is also intergrated with Windows Explorer to...


Platforms: Windows

License: Freeware Size: 1.34 MB Download (164): Disk Space Fan Download

Released: October 26, 2010  |  Added: November 29, 2010 | Visits: 2.371

Wise Disk Cleaner Free Wise Disk Cleaner is a free disk utility designed to help you keep your disk clean by deleting any unnecessary files. Usually, these unnecessary, or junk files appear as a result of program's incomplete uninstalls,Temporary Internet Files, etc. It is best if these files are wiped out from...


Platforms: Windows

License: Freeware Size: 4 MB Download (614): Wise Disk Cleaner Free Download

Added: January 18, 2010 | Visits: 1.353

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (93): CGI::Cache Download

Added: January 18, 2010 | Visits: 1.082

CPAN::Cache CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): CPAN::Cache Download

Added: September 07, 2010 | Visits: 1.171

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: November 07, 2010 | Visits: 1.132

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Cache-Memcached-Tie Download

Added: February 13, 2010 | Visits: 2.076

Necromancers Dos Navigator 2.30 Build Necromancers Dos Navigator is a "Norton Commander" clone. Necromancers Dos Navigator uses a well known text-mode interface, is highly customizable, and has a lot of features..


Platforms: *nix

License: Freeware Size: 952.32 KB Download (219): Necromancers Dos Navigator 2.30 Build Download

Added: August 08, 2010 | Visits: 1.124

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Cache::BerkeleyDB Download

Added: November 24, 2010 | Visits: 1.112

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::Repository Download

Added: September 24, 2010 | Visits: 1.478

Apple Disk Transfer ProDOS Apple Disk Transfer ProDOS (or ADTPro for short) transfers diskettes and logical disk images between Apple ][-era computers and the modern world. If youre familiar with the original ADT, ADTPro extends ADTs reach by working with more logical disk formats, drive types, communications devices, and...


Platforms: *nix

License: Freeware Download (99): Apple Disk Transfer ProDOS Download

Added: October 09, 2010 | Visits: 937

Cache::Cache Cache::Cache Perl module contains the Cache interface. The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): Cache::Cache Download

Added: May 20, 2010 | Visits: 2.040

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: October 13, 2010 | Visits: 1.294

Disk Manager Disk Manager project is a simple filesystem configurator that allow you to: - Automaticly detect new partitions at startup. - Fully manage configuration of filesystem. - Enable/disable write support for NTFS (need ntfs-3g installed)..


Platforms: *nix

License: Freeware Size: 56.32 KB Download (159): Disk Manager Download

Added: May 01, 2010 | Visits: 1.099

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: October 18, 2010 | Visits: 1.378

Solaris::Disk::SVM::Graph Solaris::Disk::SVM::Graph is a Perl module for graph your Solaris Volume Manager configurations. SYNOPSIS my $graph = Solaris::Disk::SVM::Graph->new( sourcedir => path/to/dir, # path to SVM config files, # see Solaris::Disk::SVM for details fontname => fontname, fontsize => fontsize, );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Solaris::Disk::SVM::Graph Download

Added: August 03, 2010 | Visits: 1.603

Original Disk Mount Applet Original Disk Mount Applet is the original disk mount panel applet. This is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (167): Original Disk Mount Applet Download

Added: July 25, 2010 | Visits: 2.960

Hard Disk Temperature Hard Disk Temperature Monitor is my first superkaramba theme, it uses the package hddtemp, please verify if your system has it installed. I modify this image(http://www.kde-look.org/content/show.php?content=28748) And made the Icon, from 2 images from the web. The entire theme is in...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (180): Hard Disk Temperature Download

< 1 2 3 4 5 >