The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:BusyBird TOSHIOITO"

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

BusyBird::Log - simple logging infrastructure for BusyBird River stage zero No dependents

BusyBird::Log manages the logger singleton used in BusyBird. This module is used by some of the BusyBird component modules to log warning/error messages....

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

BusyBird::Flow - CPS data flow with concurrency regulation River stage zero No dependents

This module is a part of BusyBird::Timeline. For now, it is not meant to be used individually. This module takes CPS (continuation-passing style) subroutines as "filters" and executes them sequentially to a given data. The result of a filter is given...

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

BusyBird::Runner - BusyBird process runner River stage zero No dependents

BusyBird::Runner runs BusyBird process instance. This is the direct back-end of "busybird" command....

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

BusyBird::Util - utility functions for BusyBird River stage zero No dependents

This module provides some utility functions useful in BusyBird....

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

BusyBird::Main - main application object of BusyBird River stage zero No dependents

BusyBird::Main is the main application object of BusyBird. It keeps application configuration and timelines (BusyBird::Timeline objects). BusyBird::Main does not depend on PSGI or any other controller mechanism. If you want to create PSGI application...

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

BusyBird::Config - configuration holder for BusyBird River stage zero No dependents

This is an internal module. End-users should not use it. BusyBird::Config is a simple configuration holder for BusyBird. * It emits warning via BusyBird::Log if unknown configuration parameter is set. This helps users find typo. * If "with_default" o...

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

BusyBird::Watcher - interface for watcher objects River stage zero No dependents

This is an interface (or role) class for watcher objects. A watcher is something that represents a callback registered somewhere. Users can use a watcher to cancel (i.e. unregister) the callback. BusyBird::Watcher does not implement any method. Imple...

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

BusyBird::Filter - common utilities about status filters River stage zero No dependents

This module provides some functions to create status filters. A status filter is a subroutine reference to process an array-ref of statuses. See BusyBird::Timeline's "add_filter()" method for details about status filters. Pre-defined Filters Some mod...

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

BusyBird::Main::PSGI - PSGI controller for BusyBird::Main River stage zero No dependents

This is the controller object for BusyBird::Main. It creates a PSGI application from a BusyBird::Main object....

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

BusyBird::SafeData - a wrapper of a complex data structure to access its internals safely River stage zero No dependents

BusyBird::SafeData is a wrapper around a complex data structure to provide a safe way to access its internal data....

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

BusyBird::Timeline - a timeline object in BusyBird River stage zero No dependents

BusyBird::Timeline stores and manages a timeline, which is an ordered sequence of statuses. You can add statuses to a timeline, and get statuses from the timeline. This module uses BusyBird::Log for logging. Filters You can set status filters to a ti...

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

BusyBird::StatusStorage - interface for status storage objects River stage zero No dependents

This is an interface (or role) class for status storage objects. This document is mainly for implementors of BusyBird::StatusStorage::* modules. An BusyBird::StatusStorage implementation stores and serves status objects for multiple timelines. End-us...

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

BusyBird::Manual::Status - Status object specification River stage zero No dependents

This is the specification of a status object handled by BusyBird (especially BusyBird::StatusStorage and BusyBird::Timeline). A status object is just a hash reference (or an Object in JSON format). It should be serializable to JSON and deserializable...

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

BusyBird::Input::Generator - status generator River stage zero No dependents

BusyBird::Input::Generator generates status objects. It is useful for injecting arbitrary messages into your timelines, or just for debugging purposes. Features * It automatically generates and sets the IDs of generated statuses. * It automatically s...

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

BusyBird::Manual::Config - how to configure BusyBird River stage zero No dependents

Config File By default, BusyBird reads the file "~/.busybird/config.psgi" for configuration. If it doesn't exist, busybird command automatically generates it. You can use an arbitrary config file by specifying it to busybird command. $ busybird anoth...

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

BusyBird::Manual::WebAPI - Web API reference River stage zero No dependents

This is a reference guide to Web API of BusyBird. The API paths are based on the path root ("/") of the application. For all HTTP requests with the message body, data format of the body must be JSON encoded by UTF-8, so "Content-Type" header should b...

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

BusyBird::Filter::Twitter - filters for statuses imported from Twitter River stage zero No dependents

This module provides transformations and filters that you should apply to statuses imported from Twitter. Basically it does the following transformation to the input statuses. * Convert status IDs to include the source of the statuses. This prevents ...

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

BusyBird::Main::PSGI::View - view renderer for BusyBird::Main River stage zero No dependents

This is a view renderer object for BusyBird::Main. This module is rather for internal use. End-users should not use this module directly. Specification in this document may be changed in the future. This module uses BusyBird::Log for logging....

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

BusyBird::Manual::Tutorial - Tutorial to use BusyBird River stage zero No dependents

TOSHIOITO/BusyBird-0.12 - 08 Dec 2014 12:39:02 UTC
26 results (0.051 seconds)