Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第12,31112,320项(搜索用时0.014秒)
devel/premake4-4.4.b5 (Score: 1.5577191E-4)
Build script creation tool
Describe your software project with a full-featured scripting language and let Premake write the build scripts for you. With one file your project can support both IDE-addicted Windows coders and Linux command-line junkies!
devel/protobuf-2.6.1 (Score: 1.5577191E-4)
Data interchange format library
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
devel/pushmi-1.0.0 (Score: 1.5577191E-4)
Subversion 版本库的复制工具
Pushmi 提供了一个机制用来双向同步 Subversion 版本库。Pushmi 和其它复制工具 主要的不同在于Pushmi 让“从”版本库也可以被通常的 Subversion 客户端写入。
devel/DateTime-3.0.3 (Score: 1.5577191E-4)
Zope 2 DateTime data type
This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you're probably better off using Python's built-in datetime module.
devel/cxx-6.0.0 (Score: 1.5577191E-4)
Make it easier to extend Python with C++
PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. PyCXX integrates Python with C++ in these ways: - C++ exception handling is relied on to detect errors and clean up. In a complicated function this is often a tremendous problem when writing in C. With PyCXX, we let the compiler keep track of what objects need to be dereferenced when an error occurs. - The Standard Template Library (STL) and its many algorithms plug and play with Python containers such as lists and tuples. - The optional CXX_Extensions facility allows you to replace the clumsy C tables with objects and method calls that define your modules and extension objects.
devel/Products.ZCatalog-2.13.27 (Score: 1.5577191E-4)
Zope2's indexing and search solution
The ZCatalog is Zope2's built in search engine. It allows you to categorize and search all kinds of Zope objects. It comes with a variety of indexes for different types of data.
devel/Babel-2.3.4 (Score: 1.5577191E-4)
Collection of tools for internationalizing Python applications
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
devel/blist-1.3.6 (Score: 1.5577191E-4)
Drop-in list replacement with better performance for large lists
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.
devel/capstone-3.0.4 (Score: 1.5577191E-4)
Python bindings for the Capstone Disassembly Engine
Python bindings for the Capstone Disassembly Engine Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.
devel/Horde_Alarm-2.2.8 (Score: 1.5577191E-4)
PEAR Horde alarm libraries
This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms.