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

Level Format software
Filter: All | Freeware | Demo
 

Level Format

< 1 2 3 4 5 > 
Added: February 12, 2010 | Visits: 1.164

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: August 21, 2010 | Visits: 1.222

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Released: September 28, 2011  |  Added: October 18, 2011 | Visits: 811

ASC Multi-Level Accounting An advanced financial accounting system developed specially for advance accountants or the person who require maintaining list of accounts in categorized manners. User can open subsidiary account in any of level. Complicated Example: Fixed Assets > Current Assets > Accounts Receivable > Local >...


Platforms: Windows

License: Shareware Cost: $80.00 USD Size: 9.08 MB Download (105): ASC Multi-Level Accounting Download

Added: September 06, 2010 | Visits: 1.053

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

Added: October 08, 2010 | Visits: 1.098

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

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

Added: June 08, 2010 | Visits: 1.280

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: June 20, 2010 | Visits: 1.540

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: September 08, 2010 | Visits: 1.247

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: June 02, 2010 | Visits: 1.117

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

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::JD Download

Added: February 18, 2010 | Visits: 1.410

Message Level Authentication for WebMail Message Level Authentication for WebMail is a Firefox extension that authenticates mail from Message Level Network users, Mail Reputation provided by Sender Score for each message and Anti-Phishing Data from PhishTank. Registration is FREE but not required. Currently works with the following...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (100): Message Level Authentication for WebMail Download

Added: January 05, 2010 | Visits: 1.907

High Level Virtual Machine High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. The High Level Virtual Machine is: - Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (100): High Level Virtual Machine Download

Added: August 17, 2010 | Visits: 1.336

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: October 13, 2010 | Visits: 1.710

ELFIO ELFIO is a C++ library for reading and generating files in the ELF binary format. This library is unique and not based on any other product. It is also platform independent. The library uses standard ANSI C++ constructions and runs on a wide variety of architectures. While the librarys...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): ELFIO Download

Added: July 18, 2010 | Visits: 1.147

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

Released: April 21, 2013  |  Added: May 02, 2013 | Visits: 1.263

M3 Format Recovery Free M3 Format Recovery Free is a one-stop solution to restore lost data in Windows XP, 2003, Vista, Windows 7, 8. M3 Format Recovery Free does an amazing job on format recovery, unformat or lost data due to partition damage, software crash, virus infection, unexpected shutdown or any other...


Platforms: Windows

License: Freeware Size: 2.77 MB Download (96): M3 Format Recovery Free Download

Added: April 04, 2010 | Visits: 1.287

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: August 09, 2010 | Visits: 847

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: November 17, 2010 | Visits: 2.010

US Department of Homeland Insecurity Idiocy Level US Department of Homeland Insecurity Idiocy Level is a Firefox extension that displays the current Idiocy Level in the status bar.. Taupe Hat Systems main blog page


Platforms: *nix

License: Freeware Size: 266.24 KB Download (94): US Department of Homeland Insecurity Idiocy Level Download

Added: August 14, 2010 | Visits: 1.004

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

< 1 2 3 4 5 >