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 24.552.669 Times

Format freeware
Filter: All | Freeware | Demo
Display by: Relevance |  Downloads |  Name

Format

1 2 3 4 5 > 
Added: May 08, 2009 | Visits: 3.496

Format This program simulates format of drive C: (polish version).



Platforms: DOS, Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP

License: Freeware Cost: $0.00 USD Size: 91 KB Download (419): Format Download

Released: July 01, 2009  |  Added: August 27, 2009 | Visits: 1.654

Image Format Converter Image Format converter is developed with using advanced algorithms that makes you enable of format conversion for any type of images such as jpg, bmp, gif, and many others to png, tiff, icon, bmp, gif, jpg, psd etc. Image Format Converter is an all-in-one solution for those who do not want to...





Platforms: Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Windows Vista

License: Freeware Cost: $0.00 USD Size: 960.41 KB Download (444): Image Format Converter Download

Released: July 01, 2009  |  Added: October 08, 2009 | Visits: 1.313

Convert Image Format Convert image format with an easy to use Image Format Converter with single mouse click. Image format converting device is developed with property to support all popular & most usable image formats such as png, tiff, icon, bmp, gif, jpg, psd etc. Image Format Converter is an all-in-one solution...


Platforms: Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Windows Vista

License: Freeware Cost: $0.00 USD Size: 960.41 KB Download (194): Convert Image Format Download

Added: June 06, 2010 | Visits: 448

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: Linux

License: Freeware Cost: $0.00 USD Size: 1.5 MB Download (70): Common Data Format Download

Added: November 26, 2010 | Visits: 303

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: Linux

License: Freeware Cost: $0.00 USD Size: 19.46 KB Download (47): DateTime::Format::Pg Download

Added: June 08, 2010 | Visits: 319

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: Linux

License: Freeware Cost: $0.00 USD Size: 48.13 KB Download (48): DateTime::Format::Builder Download

Added: September 24, 2010 | Visits: 372

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: Linux

License: Freeware Cost: $0.00 USD Size: 66.56 KB Download (62): DBIx::SQLCrosstab::Format Download

Added: April 04, 2010 | Visits: 329

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: Linux

License: Freeware Cost: $0.00 USD Size: 38.91 KB Download (45): Time::Format Download

Added: July 03, 2010 | Visits: 341

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (55): DateTime::Format::Epoch::TJD Download

Added: July 18, 2010 | Visits: 457

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (47): DateTime::Format::Epoch Download

Added: June 20, 2010 | Visits: 734

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (44): DateTime::Format::Epoch::DotNet Download

Added: November 14, 2010 | Visits: 400

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (47): DateTime::Format::Epoch::Unix Download

Added: September 08, 2010 | Visits: 488

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (50): DateTime::Format::Epoch::MacOS Download

Added: January 05, 2010 | Visits: 319

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: Linux

License: Freeware Cost: $0.00 USD Size: 11.26 KB Download (48): DateTime::Format::Roman Download

Added: September 06, 2010 | Visits: 277

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (51): DateTime::Format::Epoch::RJD Download

Added: September 08, 2010 | Visits: 369

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (45): DateTime::Format::Epoch::Lilian Download

Added: February 21, 2010 | Visits: 270

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (47): DateTime::Format::Epoch::RataDie Download

Added: June 02, 2010 | Visits: 298

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (51): DateTime::Format::Epoch::JD Download

Added: October 08, 2010 | Visits: 407

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: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (52): DateTime::Format::Epoch::MJD Download

Added: August 17, 2010 | Visits: 585

DateTime::Format::Epoch::TAI64 DateTime::Format::Epoch::TAI64 is a Perl module that can convert DateTimes to/from TAI64 values. SYNOPSIS use DateTime::Format::Epoch::TAI64; my $dt = DateTime::Format::Epoch::TAI64 ->parse_datetime( 4611686019483526367 ); # 2003-06-20T19:49:59...


Platforms: Linux

License: Freeware Cost: $0.00 USD Size: 17.41 KB Download (55): DateTime::Format::Epoch::TAI64 Download

1 2 3 4 5 > 
Home  | About Us  | Privacy  | Disclaimer  | Link to Us  | Contact Us  | Top Searches  | Submit Software
File Transit © 1998-2012