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