Ports Search

Results 10,27110,280 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/orc-0.4.25 (Score: 7.3261835E-5)
Library and toolset to operate arrays of data
Orc - The Oil Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. (OIL stands for Optimized Inner Loops)
devel/al-0.9.3 (Score: 7.3261835E-5)
Defines an abstract type of buffer that can move data without copying
OSSP al defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data in a stream but avoids actual copying. It was built to deal efficiently with communication streams between software modules. It especially provides flexible semantical data attribution through by-chunk labeling. It also has convenient chunk traversal methods and optional OSSP ex based exception handling.
devel/mono-addins-1.3 (Score: 7.3261835E-5)
Mono framework to create extensible applications
Mono.Addins is a framework for creating extensible applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures.
devel/var-1.1.3 (Score: 7.3261835E-5)
Flexible, full-featured, and fast variable expansion library
OSSP var is a flexible, full-featured and fast variable construct expansion library. It supports a configurable variable construct syntax very similar to the style found in many scripting languages (like @name, ${name}, , etc.) and provides both simple scalar (${name}) and array (${name[index]}) expansion, plus optionally one or more post-operations on the expanded value (${name:op:op...}).
devel/App-GitGot-1.333 (Score: 7.3261835E-5)
Tool to make it easier to manage multiple git repositories
got is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master.
devel/App-Control-1.02 (Score: 7.3261835E-5)
Apachectl style control of another script or executable
App::Control is a simple module to replicate the kind of functionality you get with apachectl to control apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way.
devel/Ice-3.6.2 (Score: 7.3261835E-5)
Modern alternative to object middleware such as CORBA/COM/DCOM/COM+
The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA(TM) or COM/DCOM/COM+. Ice is easy to learn, yet provides a powerful network infrastructure for demanding technical applications. Ice shines where technologies such as SOAP or XML-RPC are too slow, or do not provide sufficient scalability or security.
devel/App-Info-0.57 (Score: 7.3261835E-5)
Interface for providing metadata about installed software packages
App::Info provides a generalized interface for providing metadata about software packages installed on a system. The idea is that App::Info subclasses can be used in Perl application installers in order to determine whether software dependencies have been fulfilled, and to get necessary metadata about those software packages.
devel/Array-Window-1.02 (Score: 7.3261835E-5)
Calculate windows/subsets/pages of arrays
Many applications require that a large set of results be broken down into a smaller set of 'windows', or 'pages' in web language. Array::Window implements an algorithm specifically for dealing with these windows. It is very flexible and permissive, making adjustments to the window as needed.
devel/Bread-Board-Declare-0.16 (Score: 7.3261835E-5)
Create Bread::Board containers as normal Moose objects
Bread::Board::Declare is a Moose extension which allows for declaring Bread::Board container classes in a more straightforward and natural way. It sets up Bread::Board::Container as the superclass, and creates services associated with each attribute that you create.