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

Human Resources Annual Leave Format freeware
Filter: All | Freeware | Demo
 

Human Resources Annual Leave Format

< 1 2 3 4 5 > 
Added: February 21, 2010 | Visits: 969

DateTime::Format::Epoch::RataDie 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: *nix

License: Freeware Size: 17.41 KB Download (92): DateTime::Format::Epoch::RataDie Download

Added: June 02, 2010 | Visits: 1.104

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 (94): DateTime::Format::Epoch::JD Download

Added: October 08, 2010 | Visits: 1.090

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

Added: August 17, 2010 | Visits: 1.327

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 (98): DateTime::Format::Epoch::TAI64 Download

Added: September 04, 2010 | Visits: 924

Resources Resources is a Perl module to handle application defaults in Perl. SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile"; Resources are a way to specify information of interest to program or packages. Applications use resource files to specify and document the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Resources Download

Added: February 12, 2010 | Visits: 1.152

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 (101): Test::Reporter::Date::Format Download

Added: August 21, 2010 | Visits: 1.214

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 (101): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.656

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 (197): DateTime::Format::Excel Download

Added: August 27, 2010 | Visits: 1.170

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 (161): Fortran::Format Download

Added: April 20, 2010 | Visits: 934

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 (89): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 837

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 (88): AnyData::Format::XML Download

Added: August 15, 2010 | Visits: 1.636

Kubuntu Human Theme Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it there. The theme is assembled from various Ubuntu style items, most of which can be found on KDE-look: Ubuntu Cristal background, Human (Revised) color scheme, nuoveXT...


Platforms: *nix

License: Freeware Download (161): Kubuntu Human Theme Download

Added: September 19, 2010 | Visits: 905

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: May 18, 2010 | Visits: 1.655

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 (150): File::Format::RIFF Download

Added: August 18, 2010 | Visits: 1.262

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 (86): DateTime::Format::Strptime Download

Added: August 14, 2010 | Visits: 996

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 (92): Format on Save Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 1.040

Network/IP Scanner Shared Resources Network/IP Scanner Shared Resources is a handy and reliable utility designed to find shared resources in yout network. The program checks the computers only with open NBT ports, that allows you quickly scan large IP-ranges.


Platforms: Windows, XP, Windows Vista, 2008, 7, 7x64

License: Freeware Download (53): Network/IP Scanner Shared Resources Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 957

Network IP Scanner Shared Resources Network IP Scanner Shared Resources is an application that helps you find open SMB shared resources in the Internet. It checks computers only with open NBT ports, that allows you quickly scan large IP-ranges.


Platforms: Windows

License: Freeware Size: 2.34 MB Download (54): Network IP Scanner Shared Resources Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 1.151

EDF(+) to ASCII Format Converter The EDF(+) to ASCII Format Converter application was designed to convert all the signals in an EDF-file (European Data Format) to a plain ASCII text-file. This tool provides users with a command line interface so it can be easily used in various scripts or bat-files.


Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (82): EDF(+) to ASCII Format Converter Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 1.848

3D Virtual Human Anatomy Studio What is 3D Virtual Human Anatomy Studio :Highly detailed and accurate 3D Virtual human anatomy reference application .Reveal both superficial and deep muscles, , tendons and bones. Perfect for learning and teaching for all levels. Why 3D Virtual Human Anatomy Studio : Save you time and effort...


Platforms: Windows

License: Freeware Download (158): 3D Virtual Human Anatomy Studio Download

< 1 2 3 4 5 >