Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,28110,290项(搜索用时0.011秒)
devel/hashed-storage-0.5.11 (Score: 1.762358E-4)
Hashed file storage support code
Support code for reading and manipulating hashed file storage (where each file and directory is associated with a cryptographic hash, for corruption-resistant storage and fast comparisons). The supported storage formats include darcs hashed pristine, a plain filesystem tree and an indexed plain tree (where the index maintains hashes of the plain files and directories).
devel/hspec-2.1.10 (Score: 1.762358E-4)
Testing Framework for Haskell
Hspec is a testing framework for Haskell. It is inspired by the Ruby library RSpec. Some of Hspec's distinctive features are: * a friendly DSL for defining tests * integration with QuickCheck, SmallCheck, and HUnit * parallel test execution * automatic discovery of test files
devel/simple-reflect-0.3.2 (Score: 1.762358E-4)
Simple reflection of expressions containing variables
This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them.
devel/jsonnet-0.8.6 (Score: 1.762358E-4)
JSON data templating language
Jsonnet is a domain specific configuration language that helps you define JSON data. Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. The example below illustrates a few features -- referring to another part of the structure, overriding object fields, and string operations.
devel/commons-modeler-2.0.1 (Score: 1.762358E-4)
Mechanisms to create Model MBeans compatible with JMX specification
java Management Extensions (JMX) is an API that facilitates building management applications that can configure, and perform operations on, a server applica -tion. In general, each manageable component of the server application is re -presented by a Management Bean (or MBean, for short). JMX defines three types of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a way to define MBeans for many different components, without having to write a specific MBean implementation class for each one. However, this power comes at a price. It is necessary to set up a substantial amount of metadata about each MBean, including the attributes it should expose (similar to JavaBeans properties), the operations it should make available (si -milar to calling methods of a Java object via reflection), and other related information. The Modeler component is designed to make this process fairly pain -less -- the required metadata is configured from an XML description of each Model MBean to be supported. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances themselves.
devel/jsmin-20130329 (Score: 1.762358E-4)
The JavaScript Minifier
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces file size by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.
devel/libIDL-0.8.14 (Score: 1.762358E-4)
Library for creating trees of CORBA IDL files
libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files, which is a specification for defining portable interfaces. libIDL was initially written for ORBit (the ORB from the GNOME project, and the primary means of libIDL distribution). However, the functionality was designed to be as reusable and portable as possible.
devel/click-6.6 (Score: 1.762358E-4)
Python package for creating command line interfaces
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
devel/ptlib-2.10.11 (Score: 1.762358E-4)
Cross platform C++ library, used by OPAL
PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OPAL library.
devel/libflatarray-0.2.0 (Score: 1.762358E-4)
Struct of arrays library with object oriented interface for C++
LibFlatArray acts as a highly efficient multi-dimensional array of arbitrary objects (array of structs, AoS), but really uses a struct of arrays (SoA) memory layout. It's great for writing vectorized code and its lightning-fast iterators give you access to neighboring elements with zero address generation overhead.