Ports Search

Results 15,07115,080 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.065 seconds)
devel/omniORB-4.1.7 (Score: 1.2461754E-4)
Robust high performance CORBA ORB for C++ and Python
omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant. It offers mainly the same features as the port devel/omniORB, but this legacy version is compatible with devel/omniNotify.
devel/open-usp-tukubai-2014061402 (Score: 1.2461754E-4)
Open usp Tukubai is OSS version of Tukubai commands set
Open usp Tukubai is an OSS edition implementation of the Tukubai commands set. Tukubai is a commands set for the enterprise business system developed by Universal Shell Programming Laboratory, that is easy to learn and good for rapid development of business system.
devel/bmkdep-20140112 (Score: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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: 1.2461754E-4)
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.