Ports Search

Results 1,6611,670 of 5,623 for /devel/.(0.003 seconds)
devel/xstr-0.2.1 (Score: 0.032514982)
Thread-safe implementation of string searching/matching
This package implements frequent string operations: searching, replacing, splitting, matching. It is independent from the Str library, and can replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does not implement regular expressions in general, but an important subset. Some operations of xstr are performed as quickly as by Str; if the string to be processed is small, xstr is often faster than Str; if the string is big, xstr is up to half as fast than Str.
devel/git-2.9.2 (Score: 0.032514982)
Distributed source code management tool
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
devel/lokalize-4.14.3 (Score: 0.032514982)
Computer-aided translation system
Computer-aided translation system.
devel/oozie-4.2.0 (Score: 0.032514982)
Workflow scheduler for Hadoop
Oozie is a workflow scheduler system to manage Apache Hadoop jobs. Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions. Oozie Coordinator jobs are recurrent Oozie Workflow jobs triggered by time (frequency) and data availabilty. Oozie is integrated with the rest of the Hadoop stack supporting several types of Hadoop jobs out of the box (such as Java map-reduce, Streaming map-reduce, Pig, Hive, Sqoop and Distcp) as well as system specific jobs (such as Java programs and shell scripts). Oozie is a scalable, reliable and extensible system.
devel/open-beagle-3.0.3 (Score: 0.032514982)
Evolutionary Computation Framework
Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming, bit string and real-valued genetic algorithms, and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant and free.
devel/open-usp-tukubai-2014061402 (Score: 0.032514982)
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/opencl-2.0 (Score: 0.032514982)
Open Computing Language (OpenCL) specifications V2.0 (header files)
OpenCL (Open Computing Language) is an open royalty-free standard for general purpose parallel programming across CPUs, GPUs and other processors, giving software developers portable and efficient access to the power of these heterogeneous processing platforms. This is OpenCL 2.0
devel/opencvs-20151230 (Score: 0.032514982)
BSD-licensed CVS implementation
OpenCVS is a FREE implementation of the Concurrent Versions System, the most popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system. Among other things, support for the pserver connection mechanism has been dropped because of security issues with the authentication mechanism.
devel/opendht-0.5.2 (Score: 0.032514982)
Lightweight Distributed Hash Table implementation
A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek. * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding.
devel/opengrok-0.12.1.5 (Score: 0.032514982)
Fast and powerful code search and cross-reference engine
OpenGrok is a fast source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce and Bazaar. In other words it lets you grok (profoundly understand) the open source, hence the name OpenGrok. It is written in Java.