Ports Search

Results 341350 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/dlist-0.7.1.1 (Score: 0.010086703)
Difference lists
Differences lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive.
devel/equivalence-0.3.1 (Score: 0.010086703)
Maintaining an equivalence relation implemented as union-find using STT
This is an implementation of Tarjan's Union-Find algorithm (Robert E. Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM 22(2), 1975) in order to maintain an equivalence relation.
devel/Data-Types-0.09 (Score: 0.010086703)
Validate and convert data types
This module exports a number of functions that are useful for validating and converting data types. It is intended for use in applications where data types are more important than they typically are in Perl -- e.g., database applications.
devel/resourcepackage-1.0.0 (Score: 0.010086703)
Automated resource-as-package embedding mechanism
ResourcePackage is a mechanism for automatically managing resources (i.e. non-Python files: small images, documentation files, binary data) embedded in Python modules (as Python source code), particularly for those wishing to create re-usable Python program.
devel/natsort-5.0.1 (Score: 0.010086703)
Natural sorting for python
Normal python sort algorithm sorts lexicographically, so you might not get the results that you expect. Natsort provides a function natsorted() that helps sort lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints), or as versions.
devel/fastri-0.3.1.1 (Score: 0.010086703)
Fast RDoc documentation browser for ruby
FastRI improves on the aging RI documentation tool: much faster, needs less RAM, "scoped" searches, e.g. get String extensions defined in a given RubyGems package, fast full-text search, remote access via DRb (auto-discovered).
Business::OnlinePayment backend module for Cardstream
This is Business::OnlinePayment::Cardstream, an Business::OnlinePayment backend module for Cardstream. For information on obtaining a merchant account please visit http://www.cardstream.com or e-mail sales@cardstream.com.
graphics/pixmap-2.6 (Score: 0.010086703)
Pixmap editor based on XPM library
The pixmap program is a tool for creating or editing rectangular images made up of colored pixels, i.e., pixmaps. Pixmaps are intensively used in X to define window backgrounds, icon images, etc.
graphics/jasper-1.900.1 (Score: 0.010086703)
Implementation of the codec specified in the JPEG-2000 standard
JasPer is a software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). The JasPer software is written in the C programming language. LICENSE: MIT
lang/cdent-0.5.7 (Score: 0.010086703)
Portable Module Programming Language
C'Dent is a new Acmeist programming language for writing portable modules. It is based on the computer programming principle known as H.O.P.E. (Hack Once, Please Everyone)