Search results for "time::hires"
Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
The "Time::HiRes" module implements a Perl interface to the "usleep", "nanosleep", "ualarm", "gettimeofday", and "setitimer"/"getitimer" system calls, in other words, high resolution time and timers. See the "EXAMPLES" section below and the test scri...
ATOOMIC/Time-HiRes-1.9764 - 10 Aug 2020 22:23:42 UTC - Search in distribution
Test::Time::HiRes - drop-in replacement for Test::Time to work with Time::HiRes
Drop-in replacement for Test::Time that also works with the Time::HiRes functions "usleep" and "gettimeofday". Must be loaded before importing functions from Time::HiRes. Patches/suggestions very welcome. This was just a quick fix to a problem....
MJEMMESON/Test-Time-HiRes-0.05 - 04 Jun 2020 20:26:08 UTC - Search in distribution
Time::HiRes::Value - represent a time value or interval in exact microseconds
The Time::HiRes module allows perl to access the system's clock to microsecond accuracy. However, floating point numbers are not suitable for manipulating such time values, as rounding errors creep in to calculations performed on floating-point repre...
PEVANS/Time-HiRes-Value-0.08 - 23 Jun 2015 16:00:30 UTC - Search in distribution
Time::HiRes::Sleep::Until - Provides common ways to sleep until...
Sleep Until provides sleep wrappers for sleep functions that I commonly need. These methods are simply wrappers around Time::HiRes and Math::Round. We use this package to make measurements at the same time within the minute for integration with RRDto...
MRDVT/Time-HiRes-Sleep-Until-0.09 - 03 Jan 2023 00:23:08 UTC - Search in distribution- Time-HiRes-Sleep-Until-mark.pl - Time::HiRes::Sleep::Until second mark of the clock
- Time-HiRes-Sleep-Until-epoch.pl - Time::HiRes::Sleep::Until epoch example
DateTime::HiRes - Create DateTime objects with sub-second current time resolution
This module enables you to generate DateTime objects that represent the current time with sub-second resolution....
DROLSKY/DateTime-HiRes-0.04 - 26 Jul 2020 22:47:50 UTC - Search in distribution
Test::MockTime::HiRes - Replaces actual time with simulated high resolution time
"Test::MockTime::HiRes" is a Time::HiRes compatible version of Test::MockTime. You can wait milliseconds in simulated time. It also provides "mock_time" to restrict the effect of the simulation in a code block....
TARAO/Test-MockTime-HiRes-0.08 - 04 Feb 2018 06:55:18 UTC - Search in distribution
DBIx::Class::TimeStamp::HiRes - Like DBIC TimeStamp but in HiRes
Extends DBIx::Class::TimeStamp and overrides its get_timestamp method with DateTime::HiRes...
JJUDD/DBIx-Class-TimeStamp-HiRes-v1.0.1 - 17 Sep 2014 16:04:32 UTC - Search in distribution
Time::AutoRes - use Time::HiRes or fall back to core code
Time::AutoRes provides access to most of the functions that may be imported from Time::HiRes (see list below). If Time::HiRes isn't available, Time::AutoRes silently falls back to core Perl functions; when this happens, it tries to emulate Time::HiRe...
NKUITSE/Time-AutoRes-0.02 - 29 Apr 2004 01:42:09 UTC - Search in distribution
TM - Topic Maps, Base Class
This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...
DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution- TM::FAQ - Topic Maps, Frequently Angering Quirks
- TM::Synchronizable - Topic Maps, trait for synchronizable resources
UR - rich declarative transactional objects
UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution
AE - simpler/faster/newer/cooler AnyEvent API
This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with EV shows that this API actually "works", despite its lack of extensibility, leading to a shorter, easier and faster API. The main differences fr...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution- AnyEvent - the DBI of event loop programming
- AnyEvent::Log - simple logging "framework"
CIPP - Reference Manual
This is the reference manual for CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPP's basic syntax rules, class...
JRED/CIPP-3.0.8 - 27 Oct 2006 13:06:00 UTC - Search in distribution
swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester
swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...
MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution
perldl - Simple shell for PDL (see also pdl2)
The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...
ETJ/PDL-2.084 - 21 May 2023 16:35:20 UTC - Search in distribution- PDL::Broadcasting - Tutorial for PDL's Broadcasting feature
mpopd - A POP3 stand-alone forking daemon or inetd server
To run mpopd under inetd: Place a line like the following in inetd.conf: pop3 stream tcp nowait root /usr/sbin/tcpd /usr/bin/mpop The /etc/services file must have an entry similar to this: pop3 110/tcp To run as a standalone daemon: Either: Use the m...
ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC - Search in distribution
sash - Sweet Ass Shell
This tool is a shell to some common data sources. It was inspired by the many character based database tools so that I could work with the Salesforce.com API in the same manner. I simply wanted a CUI that worked on all of the different machines that ...
WBAILEY/Sash-1.01 - 17 Mar 2007 00:13:22 UTC - Search in distribution
KCP - Perl extension for skywind3000/kcp
extension for skywind3000/kcp. new( $conv[, $user] ) Create a KCP instance, such as: my $kcp = KCP::new($conv, $user); $conv is conversation ID of KCP. $user is user data and it will be deliveried to output subroutine (see KCP::set_output for more de...
HOMQYY/KCP-0.04 - 05 Dec 2022 07:42:06 UTC - Search in distribution
tel - script for router logins
RDRAKE/App-Tel-0.201601
-
23 Sep 2016 01:41:44 UTC
-
Search in distribution
POE - portable multitasking and networking framework for any event loop
POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution- POE::Kernel - an event-based application kernel in Perl
- POE::Resource::Clock - internal clock used for ordering the queue