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

Search results for "TOSHIOITO"

Module::Starter::TOSHIOITO - create a module like TOSHIOITO does River stage zero No dependents

This is a simple Module::Starter plugin that makes it create module templates that I like. This is based on Module::Starter::Simple, the default plugin for Module::Starter. The difference from the base is: * It assumes the module is hosted on Github ...

TOSHIOITO/Module-Starter-TOSHIOITO-0.09 - 12 Oct 2014 01:06:29 UTC - Search in distribution

Future::Q - a Future (or Promise or Deferred) like Q module for JavaScript River stage one • 2 direct dependents • 2 total dependents

Future::Q is a subclass of Future. It extends its API with "then()" and "try()" etc, which are almost completely compatible with Kris Kowal's Q module for JavaScript. Future::Q's API and documentation is designed to be self-contained, at least for ba...

TOSHIOITO/Future-Q-0.120 - 24 Oct 2022 05:39:40 UTC - Search in distribution

Async::Defer - VM to write and run async code in usual sync-like way River stage zero No dependents

WARNING: This is experimental code, public interface may change. This module's goal is to simplify writing complex async event-based code, which usually mean huge amount of callback/errback functions, very hard to support. It was initially inspired b...

POWERMAN/Async-Defer-v1.0.1 - 03 Apr 2018 17:27:52 UTC - Search in distribution

Data::Focus - generic getter/setter/traverser for complex data structures River stage zero No dependents

tl;dr: This is a port of Haskell's lens-family-core <http://hackage.haskell.org/package/lens-family-core> package. Data::Focus provides a way to access data elements in a deep, complex and nested data structure. So it's just a complicated version of ...

TOSHIOITO/Data-Focus-0.03 - 20 Apr 2015 12:18:23 UTC - Search in distribution

Web::Dash - Unity Dash from Web browsers (experimental) River stage zero No dependents

Web::Dash is a Web application version of Unity Dash. Unity Dash is a powerful searching tool integrated in Unity desktop environment, which is employed by Ubuntu Linux. For detail of Unity, See <https://wiki.ubuntu.com/Unity> Web::Dash acts like Uni...

TOSHIOITO/Web-Dash-0.041 - 05 Dec 2014 10:52:06 UTC - Search in distribution

BusyBird - a multi-level Web-based timeline viewer River stage zero No dependents

BusyBird is a personal Web-based timeline viewer application. You can think of it as a Twitter client, but BusyBird is more generic and focused on viewing. BusyBird accepts data called Statuses from its RESTful Web API. The received statuses are stor...

TOSHIOITO/BusyBird-0.12 - 08 Dec 2014 12:39:02 UTC - Search in distribution

Async::Selector - level-triggered resource observer like select(2) River stage one • 1 direct dependent • 1 total dependent

Async::Selector is an object that watches registered resources and executes callbacks when some of the resources are available. Thus it is an implementation of the Observer pattern like Event::Notify, but the important difference is that Async::Selec...

TOSHIOITO/Async-Selector-1.03 - 21 Feb 2013 13:05:37 UTC - Search in distribution

Gnuplot::Builder::Script - object-oriented builder for gnuplot script River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder::Script is a builder object for a gnuplot script. The advantages of this module over just printing script text are: * It keeps option settings and definitions in a hash-like data structure. So you can change those items individually....

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC - Search in distribution

Tie::Anon - tie anonymous array, hash, etc. and return it River stage zero No dependents

When I feel extremely lazy, I don't want to write my $tied_arrayref = do { tie my @a, "Tie::File", "hoge.dat"; \@a; }; With Tie::Anon, you can do the same by my $tied_arrayref = tiea("Tie::File", "hoge.dat");...

TOSHIOITO/Tie-Anon-0.02 - 17 Aug 2014 01:37:12 UTC - Search in distribution

busybird_input_feed - command-line tool to import RSS/Atom feeds into BusyBird River stage zero No dependents

This script imports a RSS/Atom feed, converts it into BusyBird statuses and outputs the statuses in JSON format. By default, it reads STDIN for a feed and writes statuses to STDOUT. If "URL" argument is set, the feed is downloaded from that URL....

TOSHIOITO/BusyBird-Input-Feed-0.07 - 04 Jun 2017 02:50:51 UTC - Search in distribution

Net::Twitter::Loader - repeat loading Twitter statuses up to a certain point River stage zero No dependents

This module is a wrapper for Net::Twitter (or Net::Twitter::Lite) to make it easy to load a lot of statuses from timelines....

TOSHIOITO/Net-Twitter-Loader-0.04 - 17 Aug 2014 02:11:09 UTC - Search in distribution

jQluster::Server - jQluster tranport server independent of underlying connection implementation River stage zero No dependents

jQluster::Server is part of jQluster project. To learn more about jQluster, visit <https://github.com/debug-ito/jQluster>. jQluster::Server accepts connections from jQluster client nodes, receives messages from these nodes and distributes the message...

TOSHIOITO/jQluster-Server-WebSocket-0.03 - 17 Aug 2014 01:51:19 UTC - Search in distribution

AnyEvent::Connector - tcp_connect with transparent proxy handling River stage two • 1 direct dependent • 16 total dependents

AnyEvent::Connector object has "tcp_connect" method compatible with that from AnyEvent::Socket, and it handles proxy settings transparently....

TOSHIOITO/AnyEvent-Connector-0.04 - 07 Nov 2023 08:40:52 UTC - Search in distribution

Plack::App::WebSocket - WebSocket server as a PSGI application River stage one • 3 direct dependents • 3 total dependents

This module is a PSGI application that creates an endpoint for WebSocket connections. Prerequisites To use Plack::App::WebSocket, your PSGI server must meet the following requirements. (Twiggy meets all of them, for example) * "psgi.streaming" enviro...

TOSHIOITO/Plack-App-WebSocket-0.08 - 12 Feb 2018 05:27:17 UTC - Search in distribution

AnyEvent::WebSocket::Client - WebSocket client for AnyEvent River stage two • 11 direct dependents • 15 total dependents

This class provides an interface to interact with a web server that provides services via the WebSocket protocol in an AnyEvent context. It uses Protocol::WebSocket rather than reinventing the wheel. You could use AnyEvent and Protocol::WebSocket dir...

PLICEASE/AnyEvent-WebSocket-Client-0.55 - 04 May 2023 16:29:44 UTC - Search in distribution

AnyEvent::WebSocket::Server - WebSocket server for AnyEvent River stage one • 1 direct dependent • 4 total dependents

This class is an implementation of the WebSocket server in an AnyEvent context. * Currently this module supports WebSocket protocol version 13 only. See RFC 6455 <https://tools.ietf.org/html/rfc6455> for detail....

TOSHIOITO/AnyEvent-WebSocket-Server-0.10 - 25 Jan 2021 01:33:18 UTC - Search in distribution

WebService::Lingr::Archives - load archived messages from lingr.com River stage zero No dependents

This is a front-end module specifically for Lingr archives API. Lingr (<http://lingr.com>) is a group chat Web service. WebService::Lingr::Archives uses its Web API to fetch archived message data from a chat room....

TOSHIOITO/WebService-Lingr-Archives-0.03 - 17 Aug 2014 02:03:07 UTC - Search in distribution

BusyBird::Input::Lingr - import Lingr chat texts into BusyBird River stage zero No dependents

BusyBird::Input::Lingr converts text message objects obtained from Lingr (<http://lingr.com/>) API into BusyBird status objects. Note that this module does not download messages from Lingr. For that purpose, use WebService::Lingr::Archives or AnyEven...

TOSHIOITO/BusyBird-Input-Lingr-0.02 - 17 Aug 2014 02:34:21 UTC - Search in distribution

Gnuplot::Builder::TempFile - gnuplot wrapper using temporary files River stage zero No dependents

Gnuplot::Builder::TempFile is an implementation of "gnuplot_builder_tempfile_wrapper" command bundled in this distribution. "gnuplot_builder_tempfile_wrapper" wraps a gnuplot process with a temporary file. It receives script text from STDIN, stores t...

TOSHIOITO/Gnuplot-Builder-TempFile-0.03 - 17 Aug 2014 03:00:19 UTC - Search in distribution

BusyBird::DateTime::Format - DateTime::Format for BusyBird River stage one • 3 direct dependents • 3 total dependents

This class is the standard DateTime::Format in BusyBird. It has a separate distribution from BusyBird, so that input/filter modules do not have to depend on the entire BusyBird infrastructure. BusyBird::DateTime::Format can parse the following format...

TOSHIOITO/BusyBird-DateTime-Format-0.05 - 17 Aug 2014 03:29:08 UTC - Search in distribution
21 results (0.027 seconds)