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

Format Master Boot Record freeware
Filter: All | Freeware | Demo
 

Format Master Boot Record

< 1 2 3 4 5 > 
Released: February 14, 2017  |  Added: March 06, 2017 | Visits: 3.711

Mp3 My MP3 Recorder MP3 my MP3 Free Sound Recorder is an easy to use program that lets you record the sound being processed by your sound card and save your recording directly to MP3 or WAV format. It easily records from any source, a microphone, streaming audio from the internet, CD, turntable, cassette, phone or...



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

License: Freeware Size: 8.6 MB Download (479): Mp3 My MP3 Recorder Download

Added: August 30, 2008 | Visits: 3.006

Vista Visual Master Vista Visual Master is a free application that will help you to customize your Windows Vista easily. With a clean and simple interface it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks. Now You can change the look of the windows and buttons, change the...





Platforms: Windows

License: Freeware Size: 2.51 MB Download (969): Vista Visual Master Download

Added: April 12, 2010 | Visits: 1.611

ISO Master ISO Master is an open-source, graphical CD image editor that runs on Linux; and bkisofs, the underlying library used for reading, modifying and writing ISO images. The hard part of this project is the library for working with ISOs (bkisofs). My hope is that people will like this library enough...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (146): ISO Master Download

Added: June 06, 2010 | Visits: 1.457

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: November 26, 2010 | Visits: 1.155

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: April 15, 2010 | Visits: 1.713

Dariks Boot and Nuke Dariks Boot and Nuke is short DBAN is a self-contained boot floppy that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction..


Platforms: *nix

License: Freeware Size: 1.9 MB Download (182): Dariks Boot and Nuke Download

Added: June 08, 2010 | Visits: 1.276

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 (94): DateTime::Format::Builder Download

Added: September 24, 2010 | Visits: 1.301

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

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

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

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

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

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

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

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 (92): DateTime::Format::Roman Download

Added: September 06, 2010 | Visits: 1.050

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

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

Added: February 21, 2010 | Visits: 972

DateTime::Format::Epoch::RataDie DateTime::Format::Epoch::RataDie is a Perl module that can convert DateTimes to/from Rata Die. SYNOPSIS use DateTime::Format::Epoch::RataDie; my $dt = DateTime::Format::Epoch::RataDie->parse_datetime( $count ); DateTime::Format::Epoch::RataDie->format_datetime($dt); # $count my...


Platforms: *nix

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

Added: June 02, 2010 | Visits: 1.111

DateTime::Format::Epoch::JD DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days. SYNOPSIS use DateTime::Format::Epoch::JD; my $dt = DateTime::Format::Epoch::JD->parse_datetime( 2453244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::JD->format_datetime($dt); # 2453244.5 my...


Platforms: *nix

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

Added: October 08, 2010 | Visits: 1.093

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


Platforms: *nix

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

< 1 2 3 4 5 >