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

Apa Writing Style Format software
Filter: All | Freeware | Demo
 

Apa Writing Style Format

< 1 2 3 4 5 
Added: October 08, 2010 | Visits: 1.100

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 (102): DateTime::Format::Epoch::MJD Download

Added: August 17, 2010 | Visits: 1.337

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

License: Freeware Size: 17.41 KB Download (99): DateTime::Format::Epoch::TAI64 Download

Added: February 12, 2010 | Visits: 1.165

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: July 22, 2010 | Visits: 1.668

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: August 27, 2010 | Visits: 1.178

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: April 20, 2010 | Visits: 946

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 848

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: September 19, 2010 | Visits: 917

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: August 27, 2010 | Visits: 1.196

Aero style Amarok Karamba Aero style Amarok Karamba is a very nice SuperKaramba theme. It works now! with great thanks to Aaron G, who edited the great work of Beany, to make this theme!. Aero style Amarok Karamba KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Aero style Amarok Karamba Download

Added: May 18, 2010 | Visits: 1.668

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: August 18, 2010 | Visits: 1.270

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: June 27, 2010 | Visits: 1.551

Style Sheet Chooser Style Sheet Chooser is an extension which allows you to choose author-provided alternate style. Style Sheet Chooser 0.2 allows you to choose author-provided alternate style sheets for a web site, and have those choices be persisted for all pages on the same site. Style Sheet Chooser 0.2 does...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (155): Style Sheet Chooser Download

Added: August 14, 2010 | Visits: 1.008

Format on Save Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults.


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): Format on Save Download

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

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

Released: May 18, 2010  |  Added: May 26, 2010 | Visits: 3.656

iCare Format Recovery Free As a free format recovery software, free file recovery software, iCare Format Recovery Free is capable of data recovery from corrupt files owing to reasons like partition corruption and partition resizing, system malfunction, incomplete or unsuccessful repartitioning of hard drive, file system...


Platforms: Windows, Other

License: Freeware Size: 2.41 MB Download (1435): iCare Format Recovery Free Download

Released: September 22, 2010  |  Added: July 02, 2011 | Visits: 1.372

Excel Number Date Format Excel Number Date Format v1.1 is a simple excel addin to format phone numbers and date. You can easily format your data with the help of this addin. You can format your phone number column with dash"-", Bracket"(" seperated and date column with long/short with time or without time format. It is...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 714.55 KB Download (91): Excel Number Date Format Download

Released: July 08, 2012  |  Added: August 13, 2012 | Visits: 1.399

Metro Style Icons for Windows Phone Metro Style Icons for Windows Phone is a collection of nearly 850 royalty-free icons for Windows Phone. Produced to match and exceed the design guidelines for Windows Phone 7 and Windows 8 systems, this collection of application bar icons includes white, transparent 48 x 48 images drawn in a...


Platforms: Windows, Windows CE

License: Demo Cost: $99.00 USD Size: 22.76 MB Download (252): Metro Style Icons for Windows Phone Download

Released: February 16, 2012  |  Added: February 18, 2012 | Visits: 989

EML Format to Outlook Time is the essence, it has been rightly said. In today fast moving generation who will like to spend money on a tool, which takes forever to convert EML Format to Outlook. Get PCVARES EML to PST Converter software to transfer files of EML Format to Outlook. EML files from Windows Live Mail,...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.76 MB Download (93): EML Format to Outlook Download

Released: March 21, 2012  |  Added: April 03, 2012 | Visits: 1.002

Icons-Land Vista Style Sport Icon Set This icon set contains 300 icons that represent different sports, activities and sport inventory. These sports include archery, badminton, baseball, basketball, bicycling, billiard, bowling, boxing, cards, chess, climbing, football, golf, gymnastics, hockey, martial arts, motor sport, ping-pong,...


Platforms: Windows, *nix, Pocket PC, Mac, iPhone,iPod,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $120.00 USD Size: 4.65 MB Download (88): Icons-Land Vista Style Sport Icon Set Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 544

AlphaPNG format plug-in AlphaPNG file format plug-in lets to save semi-transparent images with semi-transparent tones and an alpha-channel in 8-bit PNG format! AlphaPNG lets you choose your ideal color palette (RGB or Greyscale) and automatically optimizes it using our True-Color algorithm to convert your images into...


Platforms: Windows

License: Shareware Cost: $19.99 USD Download (55): AlphaPNG format plug-in Download

< 1 2 3 4 5