Ports Search

Results 15,09115,100 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.027 seconds)
devel/Curses-1.36 (Score: 1.2461754E-4)
Perl5 module for terminal screen handling and optimization
Curses is the interface between Perl and your system's curses(3) library. For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different curses(3) libraries and operating systems. This document describes the interface itself, and assumes that you already know how your system's curses(3) library works.
devel/Class-Contract-1.14 (Score: 1.2461754E-4)
Design-by-Contract OO in Perl
The Class::Contract module implements strong encapsulation, static inheritance, and design-by-contract condition checking for object-oriented Perl. The module provides a declarative syntax for attribute, method, constructor, and destructor definitions at both the object and class level. Pre-conditions, post-conditions, and class invariants are also fully supported.
devel/json_post-1.0.1 (Score: 1.2461754E-4)
JSON POST handler in PHP
This extension provides a PHP content type handler for "application/json" and "text/json" to PHP's form data parser. If the `Content-Type` of an incoming request is `text/json`, the JSON contents of the request body will by parsed into `$_POST`.
devel/gcc-4.9.3 (Score: 1.2461754E-4)
FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development
FSF gcc-4.x for Atmel AVR cross-development Included is the basic C++ compiler, although this is only of limited use without a libstdc++. Supported debugging formats: -gdwarf-2 [default], -gstabs Locally added support for the following AVR devices: ATmega64RFR2, ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2, ATmega2564RFR2
Perl extension to provide Moose-like method modifiers
Class::Method::Modifiers::Fast provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. See the MODIFIERS section for more details on how the particular modifiers work.
devel/Class-StrongSingleton-0.02 (Score: 1.2461754E-4)
Stronger and more secure Singleton base class
This module is an alternative to Class::Singleton and Class::WeakSingleton, and provides a more secure Singleton class in that it takes steps to prevent the possibility of accidental creation of multiple instances and/or the overwriting of existing Singleton instances.
devel/Class-WhiteHole-0.04 (Score: 1.2461754E-4)
Base class to treat unhandled method calls as errors
Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail. Sometimes you want to avoid this accidental inheritance. In that case, inherit from Class::WhiteHole. All unhandled methods will produce normal Perl error messages.
devel/Config-INI-Simple-0.02 (Score: 1.2461754E-4)
Simple reading and writing from an INI file
Config::INI::Simple is for very simplistic reading and writing of INI files. A new object must be created for each INI file (an object keeps all the data read in from an INI which is used on the write method to write to the INI). It also keeps all your comments and original order intact.
devel/Config-Simple-4.59 (Score: 1.2461754E-4)
Simple configuration file class
Reading and writing configuration files is one of the most frequent aspects of any software design. Config::Simple is the library to help you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax to parse them accordingly. Library supports parsing, updating and creating configuration files.
devel/Config-IniRegEx-0.01 (Score: 1.2461754E-4)
Ini workaround, regex search for parameters and sections
Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature.