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

Format Removable Disk freeware
Filter: All | Freeware | Demo
 

Format Removable Disk

< 1 2 3 4 5 > 
Released: May 04, 2023  |  Added: June 14, 2023 | Visits: 11.304

Wise Disk Cleaner Wise Disk Cleaner is a free disk utility designed to help you keep your disk clean by deleting unnecessary files. Usually, these unnecessary or junk files appear as the results of program incomplete uninstallers, temporary Internet Files, etc. It is best if these files are wiped out from time... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 6.12 MB Download (401): Wise Disk Cleaner Download

Released: February 19, 2009  |  Added: March 05, 2009 | Visits: 4.069

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 (746): Disk Defrag Download

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

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

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

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: June 06, 2010 | Visits: 1.465

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application... Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: October 04, 2010 | Visits: 1.237

disktype disktypes purpose of disktype is to detect the content format of a disk or disk image. It knows about common file systems, partition tables, and boot codes. The program is written in C and is designed to compile on any modern Unix flavour1. It is self-contained and in general works without... Platforms: *nix

License: Freeware Size: 40.96 KB Download (100): disktype Download

Added: November 26, 2010 | Visits: 1.162

DateTime::Format::Pg DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. SYNOPSIS use DateTime::Format::Pg; my $dt = DateTime::Format::Pg->parse_datetime( 2003-01-16 23:12:01 ); # 2003-01-16T23:12:01+0200 DateTime::Format::Pg->format_datetime($dt); This module understands... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): DateTime::Format::Pg Download

Added: June 08, 2010 | Visits: 1.287

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

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: September 24, 2010 | Visits: 1.310

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,... Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: April 04, 2010 | Visits: 1.290

Time::Format Time::Format is a Perl module for easy-to-use date/time formatting. SYNOPSIS use Time::Format qw(%time %strftime %manip); $time{$format} $time{$format, $unixtime} print "Today is $time{yyyy/mm/dd}n"; print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n"; print "The time is... Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Time::Format Download

Added: July 03, 2010 | Visits: 1.146

DateTime::Format::Epoch::TJD DateTime::Format::Epoch::TJD is a Perl module that can convert DateTimes to/from Truncated Julian Days. SYNOPSIS use DateTime::Format::Epoch::TJD; my $dt = DateTime::Format::Epoch::TJD->parse_datetime( 13244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::TJD->format_datetime($dt);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): DateTime::Format::Epoch::TJD Download

Added: July 18, 2010 | Visits: 1.155

DateTime::Format::Epoch DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds. SYNOPSIS use DateTime::Format::Epoch; my $dt = DateTime->new( year => 1970, month => 1, day => 1 ); my $formatter = DateTime::Format::Epoch->new( epoch => $dt, unit => seconds, type => int, # or... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): DateTime::Format::Epoch Download

Added: June 20, 2010 | Visits: 1.547

DateTime::Format::Epoch::DotNet DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. SYNOPSIS use DateTime::Format::Epoch::DotNet; my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 ); DateTime::Format::Epoch::DotNet->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::DotNet Download

Added: November 14, 2010 | Visits: 1.196

DateTime::Format::Epoch::Unix DateTime::Format::Epoch::Unix is a Perl module that can convert DateTimes to/from Unix epoch seconds. SYNOPSIS use DateTime::Format::Epoch::Unix; my $dt = DateTime::Format::Epoch::Unix->parse_datetime( 1051488000 ); # 2003-04-28T00:00:00... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): DateTime::Format::Epoch::Unix Download

Added: September 08, 2010 | Visits: 1.256

DateTime::Format::Epoch::MacOS DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. SYNOPSIS use DateTime::Format::Epoch::MacOS; my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 ); DateTime::Format::Epoch::MacOS->format_datetime($dt); # 1051488000... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::MacOS Download

Added: January 05, 2010 | Visits: 1.101

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

Added: September 06, 2010 | Visits: 1.060

DateTime::Format::Epoch::RJD DateTime::Format::Epoch::RJD is a Perl module that can convert DateTimes to/from Reduced Julian Days. SYNOPSIS use DateTime::Format::Epoch::RJD; my $dt = DateTime::Format::Epoch::RJD->parse_datetime( 53244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::RJD->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (103): DateTime::Format::Epoch::RJD Download

Added: September 08, 2010 | Visits: 1.032

DateTime::Format::Epoch::Lilian DateTime::Format::Epoch::Lilian is a Perl module to convert DateTimes to/from Lilian Days. SYNOPSIS use DateTime::Format::Epoch::Lilian; my $dt = DateTime::Format::Epoch::Lilian->parse_datetime( 53244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::Lilian->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): DateTime::Format::Epoch::Lilian Download

< 1 2 3 4 5 >