The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "IVAN"

Group::Git::Cmd::Ivan - Group-Git extra tools River stage zero No dependents

Just the holder module...

IVANWILLS/Group-Git-Cmd-Ivan-v0.0.4 - 19 Jan 2019 10:03:11 UTC - Search in distribution

Bessarabv::Sleep - get Ivan Bessarabov's sleep data River stage zero No dependents

My name is Ivan Bessarabov and I'm a lifelogger. Well, actually I don't record all of my life, but I do records of some parts of my life. One of the thing that I measure is my sleep. Every time I go to sleep I record that time in a text file. And whe...

BESSARABV/Bessarabv-Sleep-1.0.0 - 28 Sep 2013 10:33:21 UTC - Search in distribution

Bessarabv::Weight - get Ivan Bessarabov's weight data River stage zero No dependents

My name is Ivan Bessarabov and I'm a lifelogger. Well, actually I don't record all of my life, but I do records of some parts of my life. One of the thing that I measure is my weight. I use super pretty iPhone App Weightbot <http://tapbots.com/softwa...

BESSARABV/Bessarabv-Weight-1.0.0 - 21 Aug 2013 20:00:36 UTC - Search in distribution

cs - Search and/or replace text (with some intelligence) River stage zero No dependents

The "cs" command is aimed at searching large quantities of text files with the ability to easily select searching files by type (or excluding files of a certain type). Also by default "cs" excludes version control directories eg .svn or .git. Example...

IVANWILLS/File-CodeSearch-v0.7.6 - 01 Feb 2022 09:08:30 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

mok - an awk for molecules River stage zero No dependents

The purpose of mok is to read all the molecules found in the files that are given in the command line, and for each molecule execute the CODE that is given. The CODE is given in Perl and it has at its disposal all of the methods of the PerlMol toolki...

ITUB/Chemistry-Mok-0.25 - 16 May 2005 21:55:57 UTC - Search in distribution

Date - extremely fast Date framework with timezones, microseconds, relative dates and intervals support. River stage one • 6 direct dependents • 6 total dependents

Date is a port of C++ "panda::date" framework which is complete feature-rich date framework, supporting timezones (not just offsets), microseconds, relative dates and intervals. Timezones with leap seconds (right/*) are also supported. Date supports ...

SYBER/Date-5.2.13 - 31 Jan 2024 13:00:52 UTC - Search in distribution

Redis - Perl binding for Redis database River stage two • 72 direct dependents • 85 total dependents

Pure perl bindings for <https://redis.io/> This version supports protocol 2.x (multi-bulk) or later of Redis available at <https://github.com/antirez/redis/>. This documentation lists commands which are exercised in test suite, but additional command...

DAMS/Redis-2.000 - 13 Jan 2023 22:13:53 UTC - Search in distribution

YAHC - Yet another HTTP client River stage one • 1 direct dependent • 1 total dependent

YAHC is fast & minimal low-level asynchronous HTTP client intended to be used where you control both the client and the server. Is especially suits cases where set of requests need to be executed against group of machines. It is NOT a general HTTP us...

IKRUGLOV/YAHC-0.035 - 13 Nov 2017 17:47:11 UTC - Search in distribution

XLog - Unified logging API, without performance penalties. River stage one • 6 direct dependents • 7 total dependents

XLog is a centralized thread-safe logging API both from perl and C level. It is written in C and is very fast. One of its main features is that if message is not to be logged (due to log level) then arguments will not be evaluated and function is not...

SYBER/XLog-1.1.3 - 22 Jun 2022 12:36:10 UTC - Search in distribution

SNMP::Info - OO Interface to Network devices and MIBs through SNMP River stage one • 2 direct dependents • 3 total dependents

SNMP::Info gives an object oriented interface to information obtained through SNMP. This module is geared towards network devices. Subclasses exist for a number of network devices and common MIBs. The idea behind this module is to give a common inter...

OLIVER/SNMP-Info-3.970001 - 28 Feb 2024 16:26:46 UTC - Search in distribution

perl5260delta - what is new for perl v5.26.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes the differences between the 5.24.0 release and the 5.26.0 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Workflow - Simple, flexible system to implement workflows River stage zero No dependents

Overview This is a standalone workflow system. It is designed to fit into your system rather than force your system to fit to it. You can save workflow information to a database or the filesystem (or a custom storage). The different components of a w...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC - Search in distribution

mssh - Multi host ssh executer River stage zero No dependents

Groups You can configure host name groups in ~/.mssh (a YAML formatted file) --- groups: prod: myhost0[1-9].prod dev: - myhost0[1-4].dev - myhost0[1-4].test This can save some effort with commonly used groups of hosts. The argument *--group* adds any...

IVANWILLS/App-MultiSsh-0.26 - 01 Jan 2023 22:45:21 UTC - Search in distribution
  • mscp - Multi host scp (send files to multiple hosts only)
  • App::MultiSsh - Multi host ssh executer

UniEvent - Object-oriented, fast and extendable event loop abstraction framework with Perl and C++ interface. River stage one • 5 direct dependents • 5 total dependents

UniEvent is an extendable object-oriented event loop framework. It's also an abstraction layer on top of event loop which provides engine-independent API (like AnyEvent). This module is an XS port of the very fast C++ panda::unievent framework. The m...

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution

Ubic - polymorphic service manager River stage two • 9 direct dependents • 15 total dependents

This module is a perl frontend to ubic services. It is a singleton OOP class. All of its methods should be invoked as class methods: Ubic->start('foo'); Ubic->stop('foo'); my $status = Ubic->status('foo');...

MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC - Search in distribution

used - Find modules used or required in perl files or directories of perl files River stage zero No dependents

The "used" tells you what modules have been "used" or "required" or "extend"ed (Moose) or Catalyst plugins used by files in the current directory and subdirectories....

IVANWILLS/App-used-v0.1.0 - 25 May 2019 01:43:55 UTC - Search in distribution
  • App::used - Find modules used or required in perl files or directories of perl files

perlsecret - Perl secret operators and constants River stage zero No dependents

Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...

BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution

deep - Prettily displays the data from a log file generated by Log::Deep River stage one • 1 direct dependent • 1 total dependent

IVANWILLS/Log-Deep-v0.3.5 - 27 Jul 2015 06:46:11 UTC - Search in distribution
  • Log::Deep - Deep Logging of information about a script state

tailt - Tail files using the Tail::Tool library River stage zero No dependents

Files You can specify local files either relatively or absolutely. Remote files uses a vim like syntax for specifying remote files, it uses the ssh protocol which may mean that you may have issues if you don't use ssh keys. The format for the URI is:...

IVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC - Search in distribution
282 results (0.115 seconds)