Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第241250项(搜索用时0.005秒)
devel/dissy-10 (Score: 0.04865275)
Graphical frontend to the objdump disassembler
Dissy is a graphical frontend to the objdump disassembler. Dissy can be used for debugging and browsing compiler-generated code.
devel/funcparserlib-0.3.6 (Score: 0.04865275)
Recursive descent parsing library based on functional combinators
Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages). The library itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking.
devel/mimeparse-0.1.4 (Score: 0.04865275)
Basic functions for handling mime-types in Python
This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.
devel/c-unit-1.1.1 (Score: 0.04865275)
Unit testing framework for C
CUnit is a system for writing, administering, and running unit tests in C. It is built as a static library which is linked with the user's testing code.
devel/wsgi_xmlrpc-0.2.8 (Score: 0.04865275)
WSGI application for a simple XMLRPC method dispatching
WSGI application for a simple xmlrpc method dispatching.
devel/ccons-r251 (Score: 0.04865275)
Interactive Console for the C Programming Language
The goal of the ccons project is to create an interactive console for the C programming language, similar to "python" and "irb" for Python and Ruby respectively.
devel/qdevelop-0.28 (Score: 0.04865275)
Development environment entirely dedicated to Qt 4
QDevelop is a development environment entirely dedicated to Qt4. QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to Qt and is totally independent of KDevelop. Less complete, but faster, light and especially multi-platforms. QDevelop and KDevelop have different code sources.
devel/google-styleguide-66 (Score: 0.04865275)
Tool to assist with Google style guide compliance
This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. The linting tool takes a list of files as input. For full usage instructions, please see the output of: ./cpplint.py --help Unit tests are provided in cpplint_unittest.py. This file can safely be ignored by end users who have downloaded this package and only want to run the lint tool.
devel/spdict-0.3 (Score: 0.04865275)
Library of dictionary algorithms
spdict is a library of dictionary algorithms written in C++. Initial release with support for sorted array, binary search tree, red-black tree, skip list and balanced tree algorithms.
devel/stormlib-6.25 (Score: 0.04865275)
C++ library to read and write MPQ archives
The StormLib library is a pack of modules, written in C++, which are able to read and also to write files from/to the MPQ archives.