Ports Search

Results 15,04115,050 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/bmkdep-20140112 (Score: 5.180394E-5)
Construct Makefile dependency list
NetBSD's version of mkdep. Because it is a C program and does all postprocessing and file handling without calling any external programs, it is up to 10-percent faster than the original BSD mkdep shell script. Also it contains options not available in FreeBSD's mkdep.
devel/openzz-1.0.4.4 (Score: 5.180394E-5)
Interpreted dynamic parser
OpenZz is a dynamic parser which allows its grammar to be extended by commands written in its own Zz language. Due to the interpreted and dynamic nature of the parser OpenZz can be used to develop both fast language prototypes and full compilers.
devel/Algorithm-BinPack-0.5 (Score: 5.180394E-5)
Efficiently pack items into bins
Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD, while minimizing the number of discs required.
devel/Algorithm-FloodControl-2.001000 (Score: 5.180394E-5)
Robot protection
Flood control method is used to restrict the number of events to happen or to be processed in specific perion of time. Few examples are: web server can limit requsets number to a page or you may want to receive no more than 10 SMS messages on your GSM Phone per hour. Applications of this method are unlimited.
devel/Algorithm-Diff-1.1903 (Score: 5.180394E-5)
Perl interface to compute differences between two objects
Algorithm::Diff is a perl module that provides an interface to compute the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar/identical to the one used by classical Unix diff(1). It is guaranteed to find the *smallest possible* set of differences.
devel/App-Trace-0.50 (Score: 5.180394E-5)
Embedded debug statements, including call/return tracing
App::Trace provides debug/tracing support for perl programs and modules. The basic concept is that you put a special call at the beginning and end of each subroutine/method, and when tracing is enabled, you can see the flow of your program.
devel/Array-Heap-3.1 (Score: 5.180394E-5)
Perl module implementing fast binary heaps/priority queues
A Heap implementation for Perl using functions that are loosely modeled after the C++ STL's binary heap functions. They all take an array as argument, just like perl's built-in functions "push", "pop" etc. The implementation itself is in C for maximum speed.
devel/Bread-Board-0.32 (Score: 5.180394E-5)
Solderless way to wire up your application components
Bread::Board is an inversion of control framework with a focus on dependency injection and lifecycle management. It's goal is to help you write more decoupled objects and components by removing the need for you to manually wire those objects/components together.
devel/BS-Event-0.3 (Score: 5.180394E-5)
Class that provides an event callback interface
This module was mainly written for Net::XMPP2, Net::IRC3 and BS to provide a consistent API for registering and emitting events. Even though I originally wrote it for those modules I released it separately in case anyone may find this module useful.
devel/CPS-0.18 (Score: 5.180394E-5)
Manage flow of control in Continuation-Passing Style
The functions in this module implement or assist the writing of programs, or parts of them, in Continuation Passing Style (CPS). Briefly, CPS is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations", values passed in to functions which they should invoke, to implement return behaviour.