Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第12,22112,230项(搜索用时0.01秒)
devel/ParseLex-2.21 (Score: 6.4754924E-5)
Object-oriented generator of lexical analyzers
The Parse::Lex.pm module for perl5 is an object-oriented generator of lexical analyzers. This distribution includes Parse::YYLex (written by Vladimir Alexiev) a lexer generator that you can use with yacc parsers.
devel/exprotobuf-1.2 (Score: 6.4754924E-5)
Protocol Buffers in Elixir
exprotobuf works by building module/struct definitions from a Google Protocol Buffer schema. This allows you to work with protocol buffers natively in Elixir, with easy decoding/encoding for transport across the wire.
devel/Proc-Queue-1.23 (Score: 6.4754924E-5)
Proc::Queue - limit the number of child processes running
This module lets you parallelise a perl program using the fork, exit, wait and waitpid calls as usual but without taking care of creating too many processes and overloading the machine.
devel/Path-Tiny-0.076 (Score: 6.4754924E-5)
File path utility
This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules.
devel/Perl-Unsafe-Signals-0.03 (Score: 6.4754924E-5)
Allow unsafe handling of signals in selected blocks
In Perl 5.8.0 the so-called "safe signals" were introduced. This means that Perl no longer handles signals immediately but instead "between opcodes", when it is safe to do so. The earlier immediate handling easily could corrupt the internal state of Perl, resulting in mysterious crashes. It's possible since perl 5.8.1 to globally disable this feature by using the PERL_SIGNALS environment variables (as specified in "PERL_SIGNALS" in perlrun); but there's no way to disable it locally, for a short period of time. That's however something you might want to do, if, for example, your Perl program calls a C routine that will potentially run for a long time and for which you want to set a timeout. This module therefore allows you to define UNSAFE_SIGNALS blocks in which signals will be handled "unsafely".
devel/Pod-Coverage-Moose-0.07 (Score: 6.4754924E-5)
Pod::Coverage extension for Moose
When using Pod::Coverage in combination with Moose, it will report any method imported from a Role. This is especially bad when used in combination with Test::Pod::Coverage, since it takes away its ease of use.
devel/Proc-Background-1.10 (Score: 6.4754924E-5)
Perl interface to running background processes
This is a generic interface for placing processes in the background on both Unix and Win32 platforms. This module lets you start, kill, wait on, retrieve exit values, and see if background processes still exist.
devel/Rcs-Agent-1.05 (Score: 6.4754924E-5)
Perl module for RCS archive manipulation
Rcs::Agent is a perl module for manipulating RCS archives. It provides an object-oriented interface to the RCS commands rcs(1), rcsdiff(1), ci(1) and co(1), in addition to providing easy access to revision information contained in the RCS archive file.
Perl extension for looks_like_number() perl API
Scalar::Util::LooksLikeNumber contains looks_like_number() like Scalar::Util's looks_like_number(), except it returns the raw value from the C function. Scalar::Util used to do this also, but it returns a booleanized value since 1.39.
devel/Set-Infinite-0.65 (Score: 6.4754924E-5)
Sets of intervals
Set::Infinite is a Set Theory module for infinite sets. It works with reals, integers, and objects. When it is used dates, this module provides schedule checks (intersections), unions, and infinite recurrences.