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

Time Logger App freeware
Filter: All | Freeware | Demo
 

Time Logger App

< 1 2 3 4 5 > 
Added: February 19, 2010 | Visits: 1.413

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.242

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: February 25, 2010 | Visits: 1.104

HTTP Time Protocol The HTTP Time Protocl (HTP) system is a set of utilities to set and maintain the system clock from the HTTP/1.1 (RFC 2616) "Date:" header. HTP requires Libconfig. The purpose of HTP is provide a simple to use system that can be used on any system that is connected to the internet and can access...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): HTTP Time Protocol Download

Added: October 27, 2010 | Visits: 707

Ethiopic::Time 0.20 Ethiopic::Time is a Perl module for conversions of calendar systems to/from Ethiopic and Gregorian. SYNOPSIS use LiveGeez::Request; require Convert::Ethiopic::Time; my $r = LiveGeez::Request->new; ReadParse ( %input ); $r->ParseInput ( %input ); my $t = Convert::Ethiopic::Time->new (...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Ethiopic::Time 0.20 Download

Added: August 12, 2010 | Visits: 1.344

Time::Beat Time::Beat is a Perl module to convert between standard time and Swatch ".beat" time. Time::Beat is a module to convert normal time to and from .beats, of which there are a thousand in a day. It can change normal time in time() format to .beats, and .beats into either 24-hour or 12-hour normal...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (130): Time::Beat Download

Added: April 13, 2010 | Visits: 1.091

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): Regexp::Common::time Download

Added: April 04, 2010 | Visits: 1.279

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: February 25, 2010 | Visits: 846

dtRdr::Logger dtRdr::Logger is a Perl module for global logging. SYNOPSIS use dtRdr::Logger; L->debug($message, ...); L->info($message, ...); L->warn($message, ...); L->error($message, ...); L->fatal($message, ...); For a stacktrace: sub bar { L()->logcluck("foo"); } See Log::Log4perl for more...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::Logger Download

Added: February 02, 2010 | Visits: 1.633

Time::Zone Time::Zone is a miscellaneous timezone manipulations routines. SYNOPSIS use Time::Zone; print tz2zone(); print tz2zone($ENV{TZ}); print tz2zone($ENV{TZ}, time()); print tz2zone($ENV{TZ}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ); This is a collection of...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (111): Time::Zone Download

Added: February 16, 2010 | Visits: 1.756

OCERA Real Time Ethernet The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations. RTPS is an application layer protocol targeted to the real-time communication area. It is built on top of a standard UDP stack. This protocol is being submitted to the IETF as an informational...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (105): OCERA Real Time Ethernet Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.570

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.269

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.030

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.035

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: January 09, 2010 | Visits: 1.075

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

Added: May 23, 2010 | Visits: 944

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

Added: September 27, 2010 | Visits: 1.413

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: March 19, 2010 | Visits: 989

Time::Warp Time::Warp is a Perl module to control over the flow of time. SYNOPSIS use Time::Warp qw(scale to time); to(time + 5); # 5 seconds ahead scale(2); # make time flow twice normal Our external experience unfolds in 3 1/2 dimensions (time has a dimensionality of 1/2). The Time::Warp module...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Time::Warp Download

Added: May 16, 2010 | Visits: 1.562

LightWeight Time Tracker LightWeight Time Tracker (LWTT) is a very simple time-tracking program. LightWeight Time Tracker provides independent real-time tracking of multiple tasks (such as programming, lectures, presentations, etc.). The data are saved to an XML file under the home directory.. Lightweight Time Tracker...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (165): LightWeight Time Tracker Download

Added: July 26, 2010 | Visits: 1.180

Bookmark Time 0.2 Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file. When you play it again, you can choose the bookmarked times from the mouse menu.. Bookmark Time KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Bookmark Time 0.2 Download

< 1 2 3 4 5 >