Ports Search

Results 1,6911,700 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
devel/nana-2.5 (Score: 0.0012999851)
Support for assertion checking and logging using GNU C and GDB
Nana provides improved support for assertion checking and logging in C, C++ using GDB. In particular it provides: o Operations can be implemented directly in C or by generating debugger commands which do the checking and logging only if the application is run under the debugger. The debugger based calls require are very space efficient (0 or 1 bytes per call). o Support for checking real time constraints. o Support for assertion (invariant checking) including: + Space and time efficient (at least versus <assert.h>) For example: assert(i>=0) uses 53 bytes on a i386 vs an optimised nana call which uses 10 bytes per call. + Checking can be turned on or off at compile or run time. + The action taken when an error is detected can be modified on a global and per/call basis. o Support for logging (printf style debugging) including: + Logging can be turned on and off at compile or run time. + Logging to files, processes or circular buffers in memory with optional time stamping. o Support for the quantifiers of predicate calculus (forall, exists). o Support for before and after state saving and checking (x, x').
multimedia/abby-0.4.8 (Score: 0.0012997955)
Front-end for c/clive
abby is a front-end for cclive and clive utilities that can be used to download videos from Youtube and similar video websites.
net/xmlrpc-epi-0.54.2 (Score: 0.0012980466)
General purpose implementation of the xmlrpc specification in C
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy to use API for developers to serialize RPC requests to and from XML. It does *not* include a transport layer, such as HTTP. The API is primarily based upon proprietary code written for internal usage at Epinions.com, and was later modified to incorporate concepts from the xmlrpc protocol. It passed the xmlrpc validation test suite in December 2000. As of Sept. 27, 2001, experimental support for SOAP v 1.1 has been added to the library. This support is implemented transparently to the application such that a single API can be used for manipulation of values, yet both SOAP and XML-RPC can be read or written. Various iterations of this code have been/are running at Epinions.com and are sufficiently fast for the high traffic volume this site encounters, with several xmlrpc type requests generated for each user http request. No specific speed claims are made. Your mileage may vary.
games/blackshadeselite-0.0.1 (Score: 0.0012974321)
Psychic Bodyguard FPS - protect the VIP
Black Shades Elite is an action game that is more or less similar to the original Black Shades "Psychic Bodyguard FPS". Kill anyone that tries to kill the VIP (the white guy). The psychic part is seeing blue lines when bad guys line up on the VIP (when the line is red they are about to shoot). Other powers (slow down, and visions) are available - press F1 for how to use. It has a few more user friendly options (in the ~/blackshades.config file) as well as a help menu. Aside from that the internals have had some major changes, but there is still a lot more to do. Other options include 3rd person (which was in the original game, just disabled). The other change that I enjoy is the lack of a busy loop - now cpu usage isn't 100% - on any recent system it should be less than 25%. Feature and bug reports are encouraged. I'm sure it's buggy. Enjoy.
databases/libdbi-0.9.0 (Score: 0.0012905758)
Database Independent Abstraction Layer for C
libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
deskutils/gnote-3.18.1 (Score: 0.0012905758)
C++ version of Tomboy, note taking application
Gnote is a port of Tomboy to C++. It is the same note taking application, including most of the add-ins (more are to come). Synchronization support is being worked on.
devel/cppi-1.18 (Score: 0.0012905758)
Tool to indent the C preprocessor directives
A tool to indent the C preprocessor directives to reflect their nesting and ensure that there is exactly one space character between each #if, #elif, #define directive and the following token.
devel/dotconfpp-0.0.5 (Score: 0.0012905758)
Configuration file parser written in C++
dotconf++ is a dotconf like configuration file parser written in C++. It supports macro substitution from the environment or from the file itself, config file inclusion, easy handling of XML like tags, checking for required tags, and more.
devel/exercisix-1.2 (Score: 0.0012905758)
Innovative lightweight unit-test framework for C++
Exercisix is a lightweight unit-test framework for C++, designed for test-aided development. Framework provides test discovery, textual description as primary test identifier, terse test tools syntax, emacs-friendly error message format, easy build without linking.
devel/libassa-3.5.1 (Score: 0.0012905758)
C++ networking library and application framework
ASSA is a UNIX/Linux Object-Oriented C++ networking (BSD sockets) library and application framework based on Adaptive Communication Patterns. ASSA is designed to improve productivity of writing network-oriented client/server applications.