Ports Search

Results 17,48117,490 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/IO-Prompt-Tiny-0.003 (Score: 7.739885E-4)
Prompt for user input with a default option
IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for input. It doesn't do any validation, coloring, menus, timeouts, or any of the wild, crazy, cool stuff that other prompting modules do. It just prompts with a default. That's it!
devel/IO-Pty-Easy-0.10 (Score: 7.739885E-4)
Easy interface to IO::Pty
IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly details of handling ptys, wrapping them instead in simple spawn/read/write commands. IO::Pty::Easy uses IO::Pty internally, so it inherits all of the portability restrictions from that module.
devel/IPC-Mmap-Share-0.03 (Score: 7.739885E-4)
Safely share structures among processes using anonymous mmap
The IPC::Mmap::Share was born out of the need to share structures among processes that come from the same ancestor. It tries to do so in a very simple and straightforward manner. Just create an IPC::Mmap::Share object, and use set to store your data and get to get it back.
devel/Lingua-JA-Fold-0.08 (Score: 7.739885E-4)
Lingua::JA::Fold - fold a Japanese text
This module is used for Japanese text wrapping and so on.
devel/List-Rotation-Cycle-1.009 (Score: 7.739885E-4)
Cycle through a list of values
Use List::Rotation::Cycle to loop through a list of values. Once you get to the end of the list, you go back to the beginning. List::Rotation::Cycle is implemented as a Singleton Pattern. You always just get 1 (the very same) Cycle object even if you use the new method several times. This is done by using Memoize on the new method. It returns the same object for every use of new that comes with the same List of parameters.
devel/Locale-Maketext-Fuzzy-0.11 (Score: 7.739885E-4)
Maketext from already interpolated strings
This module is a subclass of Locale::Maketext, with additional support for localizing messages that already contains interpolated variables. This is most useful when the messages are returned by external modules -- for example, to match dir: command not found against [_1]: command not found.
devel/Locale-Maketext-Simple-0.21 (Score: 7.739885E-4)
Simple interface to Locale::Maketext::Lexicon
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors. If Locale::Maketext::Lexicon is not present, it implements a minimal localization function, so the program can function normally.
devel/InlineX-C2XS-0.25 (Score: 7.739885E-4)
Perl module to create an XS file from an Inline C file
InlineX::C2XS - create an XS file from an Inline C file. The C file that InlineX::C2XS needs to find would contain only the C code. InlineX::C2XS looks for the file in ./src directory - expecting that the filename will be the same as what appears after the final '::' in the module name (with a '.c' extension). ie if the module is called My::Next::Mod it looks for a file ./src/Mod.c, and creates a file named Mod.xs. Also created, is the file 'INLINE.h' - but only if that file is needed. The generated xs file (and INLINE.h) will be written to the cwd unless a third argument (specifying a valid directory) is provided to the c2xs() function. The created XS file, when packaged with the '.pm' file, an appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed), can be used to build the module in the usual way - without any dependence upon the Inline::C module.
devel/InlineX-CPP2XS-0.24 (Score: 7.739885E-4)
Convert from Inline C++ code to XS
InlineX::CPP2XS is a perl module to create an XS file from an Inline C++ file.
devel/Iodef-Pb-Simple-0.21 (Score: 7.739885E-4)
Perl extension providing high level API access to Iodef-Pb
Iodef::Pb::Simple is a Perl extension providing high level API access to Iodef::Pb, which is useful to an array of IODEF protocol buffer objects into things like tab-delimited tables, csv, and snort rules.