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

Disk Director Lite freeware
Filter: All | Freeware | Demo
 

Disk Director Lite

< 1 2 3 4 5 > 
Added: September 24, 2010 | Visits: 1.486

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 13, 2010 | Visits: 1.301

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: October 18, 2010 | Visits: 1.385

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

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 (173): Original Disk Mount Applet Download

Added: July 25, 2010 | Visits: 2.971

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 (181): Hard Disk Temperature Download

Added: October 07, 2010 | Visits: 1.475

Video Disk Recorder Video Disk Recorder (VDR) is a digital satellite receiver program using Linux and DVB technologies. Video Disk Recorder can record MPEG2 streams, as well as output the stream to TV. It also supports plugins for DVD, DivX, or MP3 playback and more.. A Home Built Digital Satellite Receiver and... Platforms: *nix

License: Freeware Size: 481.28 KB Download (189): Video Disk Recorder Download

Added: August 04, 2010 | Visits: 896

Disk Disk Karamba is a disk monitoring SuperKaramba theme. Disk Karamba is not very special but perhaps will be useful for someone. I used for it one icon from MetalGold icon theme.. Disk Karamba KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz... Platforms: *nix

License: Freeware Size: 21.5 KB Download (100): Disk Download

Added: August 18, 2010 | Visits: 1.583

X11 Disk Activity Feedback X11 Disk Activity Feedback shows disk activity by animating the X11 cursor. It provides a visual feedback of local disk activity by changing the default X11 mouse pointer to an animated wheel. Installation: Untar and change into the new directory and: # xmkmf # make # make install. Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): X11 Disk Activity Feedback Download

Added: July 23, 2010 | Visits: 2.476

ADOdb Lite ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase. Whats New in... Platforms: *nix

License: Freeware Size: 245.76 KB Download (106): ADOdb Lite Download

Added: March 25, 2010 | Visits: 1.789

SOAP::Lite SOAP::Lite is a client and server side SOAP implementation. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side.. Platforms: *nix

License: Freeware Size: 235.52 KB Download (112): SOAP::Lite Download

Added: January 25, 2010 | Visits: 1.273

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting.... Platforms: *nix

License: Freeware Download (102): Minalyzer Lite Download

Added: May 11, 2010 | Visits: 1.692

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is... Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: April 11, 2010 | Visits: 1.548

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to... Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: January 07, 2010 | Visits: 1.024

XML::DOM::Lite::XSLT [COPYRIGHT] SYNOPSIS use XML::DOM::Lite qw(Parser XSLT); $parser = Parser->new( whitespace => strip ); $xsldoc = $parser->parse($xsl); $xmldoc = $parser->parse($xml); $output = XSLT->process($xmldoc, $xsldoc);. Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): XML::DOM::Lite::XSLT Download

Added: May 13, 2010 | Visits: 1.147

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: August 18, 2010 | Visits: 1.321

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node... Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: April 04, 2010 | Visits: 1.204

Node Director Node Director project is a system management application for centralized user and host management in small to medium sized Unix / Linux / (Windows) system environments.. Platforms: *nix

License: Freeware Size: 3 MB Download (97): Node Director Download

Added: August 01, 2010 | Visits: 2.210

Dedicated Server Manager Lite DSM Lite a offers a single user login to manage email, mysql, DNS etc from a single interface for an unlimited number of domains. DSM Lite allows companies to offer a no cost solution to entry level server plans or provide web based management and automatic updates of critical Linux based... Platforms: *nix

License: Freeware Download (105): Dedicated Server Manager Lite Download

Added: January 25, 2010 | Visits: 1.316

Disk Speed Bench X Disk Speed Bench X is a benchmark utility, which shows you your transferespeed of your Disks or other Volumes. Platforms: Mac

License: Freeware Download (182): Disk Speed Bench X Download

Released: May 10, 2010  |  Added: May 19, 2010 | Visits: 1.512

Aloaha Crypt Disk Creates a virtual encrypted disk within a file and mounts it as a real disk. Supports Smartcards and Software Certificates. Features: - Creates a virtual encrypted disk within a file and mounts it as a real disk - Encryption is automatic, real-time (on-the-fly) and transparent -... Platforms: Windows, Other

License: Freeware Size: 9.72 MB Download (481): Aloaha Crypt Disk Download

< 1 2 3 4 5 >