Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第3,1613,170项(搜索用时0.006秒)
devel/pytz-2016.4 (Score: 0.0046602096)
World Timezone Definitions for Python
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
devel/pyst-0.6.50 (Score: 0.0046602096)
Python interface to allow Asterisk programming
Pyst consists of a set of interfaces and libraries to allow programming of Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI.
devel/qjson-0.8.1 (Score: 0.0046602096)
Library to manage JSON objects with Qt
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integers, real numbers, strings, an ordered sequence of values, and a collection of name/value pairs. QJson is a Qt-based library that maps JSON data to QVariant objects and vice versa. JSON arrays will be mapped to QVariantList instances, while JSON objects will be mapped to QVariantMap.
devel/rote-0.2.8 (Score: 0.0046602096)
Simple library for VT102 terminal emulation
ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual 'screens' and send them data. The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so that you may render the virtual screen to the real screen when you need to.
devel/rsvndump-0.6 (Score: 0.0046602096)
Remote Subversion repository dumpfile generator
rsvndump is a command line tool that is able to dump a Subversion repository that resides on a remote server. All data is dumped in the format that can be read an written by svnadmin dump, so the data which is produced can easily be imported into a new Subversion repository.
devel/gputils-1.5.0.1 (Score: 0.0046602096)
Utilities for Microchip PIC microcontrollers
GPUTILS contains a set of utilities (assembler, disassembler, ...) for Microchip's PIC microcontroller families. This port was previously called GPASM.
devel/upp-9251 (Score: 0.0046602096)
Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite
Ultimate++ is a C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
devel/scandoc-0.14 (Score: 0.0046602096)
C/C++ documentation generator
ScanDoc scans C and C++ program for embedded documentation, and formats it into HTML or other formats. It also analyzes code structure and uses this information to enhance the generated documentation. It has been inspired by JavaDoc, as well as the Amiga "autodoc" utility.
devel/sigslot-1.0.0 (Score: 0.0046602096)
C++ Signal/Slot Library
sigslot - C++ Signal/Slot Library
devel/silentbob-3.0 (Score: 0.0046602096)
Yet another sourcecode indexing tool
"SilentBob" is a tool to help a programmer/team manager to digest and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree.