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

Press Release Format software
Filter: All | Freeware | Demo
 

Press Release Format

< 1 2 3 4 5 > 
Added: May 09, 2013 | Visits: 479

CPT Archive A modified version of the default Archives widget to let the user specify a custom post type rather than 'post', and also allows of choice or yearly or monthly archives.Requires WordPress 3.1, and the custom post type must have archives enabled, e.g., for a post type named 'press-release', args... Platforms: PHP

License: Freeware Size: 20.48 KB Download (46): CPT Archive Download

Added: August 26, 2013 | Visits: 282

iStumber iStumbler is the leading wireless discovery tool for Mac OS X, providing plugins for finding AirPort networks, Bluetooth devices, Bonjour services and Location information with your Mac. Release 99 includes a number of bug fixes and enhancements for Mac OS X Snow Leopard. The Press Release and... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 5.08 MB Download (37): iStumber Download

Released: July 27, 2017  |  Added: August 21, 2017 | Visits: 850

Business Letter Pro for Android 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: Freeware Size: 1.77 MB Download (63): Business Letter Pro for Android Download

Added: June 06, 2010 | Visits: 1.464

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: February 16, 2010 | Visits: 1.112

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the... Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Released: June 07, 2010  |  Added: June 11, 2010 | Visits: 2.042

iCare Format Recovery Formatted partition? Formatted SD card? Formatted pen drive? Formatted partition when reloaded Windows OS and lost files? Drive reads "the drive is not formatted, do you want to format it now?" Try iCare Format Recovery, which is all you need for fixing all format related problems. It is... Platforms: Windows, Other

License: Shareware Cost: $69.95 USD Size: 2.86 MB Download (370): iCare Format Recovery 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: July 08, 2012  |  Added: August 02, 2012 | Visits: 3.615

CZ Print Release Station CZ Print Release Station is print management software, best-suited ultimate print control solution for libraries / schools / colleges / universities of low budget, where print jobs hold and release is centralized and unwanted print is restricted. It also can be used by business for secure... Platforms: Windows, Other

License: Shareware Cost: $0.00 USD Size: 40.32 MB Download (201): CZ Print Release Station Download

Released: March 26, 2009  |  Added: March 30, 2009 | Visits: 2.038

Memory Release Master Memory Release Master Free Version monitors your system in the background and frees up memory whenever needed to increase the performance of your computer. It automatically optimizes in the background, but never interferes with your work, because it optimizes your system when your processor usage... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 2.29 MB Download (949): Memory Release Master Download

Added: November 26, 2010 | Visits: 1.161

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

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

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

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

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

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

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

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

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

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

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 >