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

Search results for "SCHROEDER"

Game::TextMapper::Schroeder::Hex - a role for hex map generators River stage zero No dependents

This role provides basic functionality for map generation with hex maps: the number of neighbours within one or two regions distance, how to pick a random neighbour direction, how to compute the coordinates of these neighbours, how to draw arrows tow...

SCHROEDER/Game-TextMapper-1.05 - 02 Oct 2022 09:36:03 UTC - Search in distribution

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

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

Muck - a toolkit for managing a cloud on Amazon EC2 and S3 River stage zero No dependents

See the specific modules for details, or vist www.muckOS.org...

MIKE/Muck-0.02 - 25 Jan 2007 17:57:36 UTC - Search in distribution
  • muckFS - mount muckFS filesystem
  • Muck::FS - A FUSE filesystem using MySQL for metadata and S3 for data store

news - a web front-end to a local news server River stage zero No dependents

"news" connects to the local news server via NNTP on port 119 and offers a web interface for it. There are a number of views available: * the list of newsgroups available ("server view"); * the list of articles available in a particular newsgroup ("g...

SCHROEDER/App-news-1.09 - 13 Jan 2024 20:26:13 UTC - Search in distribution
  • App::news - a web front-end for a news server

jupiter - turn a list of feeds into a HTML page, a river of news River stage zero No dependents

Planet Jupiter is used to pull together the latest updates from a bunch of other sites and display them on a single web page, the "river of news". The sites we get our updates from are defined in an OPML file. A river of news, according to Dave Winer...

SCHROEDER/App-jupiter-1.07 - 09 Oct 2023 10:18:55 UTC - Search in distribution
  • App::jupiter - an app that serves a river of news as a static page

Fern - XML tree creator River stage zero No dependents

Fern is a protocol for XML generation using a pure functional approach, where nested XML tags are equivalent to nested functions. Any language that supports first-class functions can implement Fern, and Fern's approach to generation is extensible. Si...

WSCHROED/Fern-0.2 - 20 Feb 2014 14:07:42 UTC - Search in distribution

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

This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrading from an earlier release such as v5.14.0, first read perl5160delta, which describes differences between v5.14.0 and v5.16.0....

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

genome - bioinformatics tools for genomics River stage one • 1 direct dependent • 1 total dependent

The genome command gives command-line access to any of the genome modeling tools which are installed on the current system. Each installed tool group is a sub-command. Just type genome and press <ENTER> for a the top-level list and drill down....

SAKOHT/Genome-0.06 - 07 Mar 2011 16:47:38 UTC - Search in distribution
  • Genome - pipelines, tools, and data managment for genomics

CORBA::IDLtree - OMG IDL to symbol tree translator River stage zero No dependents

OMKELLOGG/CORBA-IDLtree-2.05 - 13 Jun 2021 06:52:40 UTC - Search in distribution

XML::Structured - simple conversion API from XML to perl structures and back River stage one • 1 direct dependent • 1 total dependent

The XML::Structured module provides a way to convert xml data into a predefined perl data structure and back to xml. Unlike with modules like XML::Simple it is an error if the xml data does not match the provided skeleton (the "dtd"). Another advanta...

MLS/XML-Structured-1.01 - 25 Sep 2014 14:07:31 UTC - Search in distribution

Physics::UEMColumn - An Implementation of the Analytic Gaussian (AG) Model for Ultrafast Electron Pulse Propagation River stage zero No dependents

Physics::UEMColumn is an implementation of the Analytic Gaussian (AG) electron pulse propagation model, presented by Michalik and Sipe (<http://dx.doi.org/10.1063/1.2178855>) and extended by Berger and Schroeder (<http://dx.doi.org/10.1063/1.3512847>...

JBERGER/Physics-UEMColumn-0.901 - 12 Mar 2013 19:46:10 UTC - Search in distribution

Text::GaleChurch - Perl extension for aligning translated sentences River stage zero No dependents

This module aligns the sentences of paragraphs in two languages in a way that the aligned sentences are likely translations of each other. This is useful for applications in machine translation and other applications where sentence-aligned parallel c...

ACHIMRU/Text-GaleChurch-1.00 - 13 Mar 2010 15:57:12 UTC - Search in distribution

POE::Component::Client::SMTP - Asynchronous mail sending with POE River stage one • 4 direct dependents • 4 total dependents

PoCoClient::SMTP allows you to send email messages in an asynchronous manner, using POE. Thus your program isn't blocking while busy talking with an (E)SMTP server....

ULTRADM/POE-Component-Client-SMTP-0.22 - 02 Sep 2009 08:43:41 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

Monitoring::Icinga - An object oriented interface to Icinga River stage zero No dependents

This module implements an object oriented interface to Icinga using its REST API. It is tested with the Icinga Web REST API v1.2 only, so sending commands via PUT is not yet supported (but will be in the future)....

SCHRORG/Monitoring-Icinga-0.02 - 25 Mar 2014 16:48:43 UTC - Search in distribution

Lingua::Sentence - Perl extension for breaking text paragraphs into sentences River stage one • 5 direct dependents • 5 total dependents

This module allows splitting of text paragraphs into sentences. It is based on scripts developed by Philipp Koehn and Josh Schroeder for processing the Europarl corpus (<http://www.statmt.org/europarl/>). The module uses punctuation and capitalizatio...

CAPOEIRAB/Lingua-Sentence-1.100 - 26 Feb 2017 23:06:04 UTC - Search in distribution

POE::Loop::Wx - a bridge that supports wxPerl's event loop from POE River stage one • 1 direct dependent • 1 total dependent

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation....

MIKE/POE-Loop-Wx-0.04 - 29 Nov 2007 17:16:36 UTC - Search in distribution

Game::HexDescribe - a web app to add random table driven data to map data River stage zero No dependents

Hex Describe is a web application which uses recursive random tables to create the description of a map. A map in this context is a hex map. This is different from other such tools like Tracery because a collection of locations on a maps differ from ...

SCHROEDER/Game-HexDescribe-1.03 - 15 Feb 2023 13:19:50 UTC - Search in distribution

Firefox::Sync::Client - A Client for the Firefox Sync Server River stage zero No dependents

This module implements a client to the popular Firefox Sync service. More information on the server can be found at Mozilla: https://developer.mozilla.org/en-US/docs/Firefox_Sync For now, this module is only a read-only client. That means, it is poss...

SCHRORG/Firefox-Sync-Client-0.04 - 29 Sep 2012 21:58:18 UTC - Search in distribution

App::Phoebe::Oddmuse - act as a Gemini proxy for an Oddmuse wiki River stage zero No dependents

This extension allows you to serve files from an Oddmuse wiki instead of a real Phoebe wiki directory. The tricky part is that most Oddmuse wikis don't use Gemini markup (“gemtext”) and therefore care is required. The extension tries to transmogrify ...

SCHROEDER/App-Phoebe-4.07 - 21 May 2023 13:34:48 UTC - Search in distribution
27 results (0.065 seconds)