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

Letter Format software
Filter: All | Freeware | Demo
 

Letter Format

1 2 3 4 5 > 
Added: January 27, 2006 | Visits: 10.418

RSC Cover Letter Template The RSC Cover Letter Template acts as a guideline containing the structure for working through the components of a professional looking cover letter. The RSC Cover Letter Template is intended for those seeking to create a cover letter that has the key elements necessary to capture the... Platforms: Windows

License: Freeware Size: 96 KB Download (823): RSC Cover Letter Template Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 1.374

Businessofficepro Legal Forms and Templates Legal Forms Software is a unique Legal Documents and Business Forms Template Software to create Business documents in seconds. You can create business letter, agreements, contracts, legal forms, business report and legal documents with legal document template software hassle free. * Create all... Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 2.4 MB Download (60): Businessofficepro Legal Forms and Templates Download

Added: January 25, 2010 | Visits: 799

SophoKeys Polytonic Greek SophoKeys provides an easy to use and standardized method for writing Ancient Greek on the Macintosh, taking advantage of the well-known Beta Code of Thesaurus Linguae Graecae. Producing platform independent Unicode output, SophoKeys is a perfect tool perfect for the modern publishing world.... Platforms: Mac

License: Freeware Size: 82 KB Download (95): SophoKeys Polytonic Greek Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 370

SophoKeys for Mac OS Provides an easy to use and standardized method for writing Ancient Greek on the Macintosh, taking advantage of the well-known Beta Code of Thesaurus Linguae Graecae. Producing platform independent Unicode output, SophoKeys is a perfect tool perfect for the modern publishing world. Creating... Platforms: Mac

License: Freeware Size: 102.4 KB Download (470): SophoKeys for Mac OS Download

Added: April 04, 2010 | Visits: 1.291

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

Released: November 11, 2003  |  Added: September 17, 2006 | Visits: 3.057

Letter Rack 3D Letter Rack 3D - Now the world's most popular word game is available in breathtaking 3D realism that has to be seen to be believed. It really is 'too good for words !'. See it for yourself at our website : www.softspotsoftware.com/LetterRack3D Features : 1. Stunning photo-realistic 3D... Platforms: Windows

License: Shareware Cost: $19.98 USD Size: 8.71 MB Download (573): Letter Rack 3D Download

Added: May 08, 2009 | Visits: 4.533

Format This program simulates format of drive C: (polish version). Platforms: DOS, Windows

License: Freeware Size: 91 KB Download (1609): Format Download

Released: November 05, 2019  |  Added: November 12, 2019 | Visits: 6.237

Business Letter Professional Business Letter Professional includes more than 1600 typical business letter templates. With this software, you need not to hire a business letter expert to write for you, - you can write impressive and effective letters yourself with strengthened skills, less time and no extra money cost. The... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $29.99 USD Size: 854 KB Download (1198): Business Letter Professional Download

Added: October 04, 2006 | Visits: 3.099

Scientific Letter Scientific Letter is a scientific mailer. It allows the user to create scientific mail messages with complex equations. This modern and beautiful scientific software makes the exchange of complex ideas simple. The scientific equation editor used in this software allows you to create complex... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 320 KB Download (115): Scientific Letter 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: 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.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: July 03, 2010 | Visits: 1.147

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

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: September 06, 2010 | Visits: 1.061

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

1 2 3 4 5 >