Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,1811,190项(搜索用时0.002秒)
devel/jsmin-20130329 (Score: 0.032514982)
The JavaScript Minifier
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces file size by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.
devel/json-c-0.12 (Score: 0.032514982)
JSON (JavaScript Object Notation) implementation in C
This is a port of json-c, an implementation of json in C. Json, JavaScript Object Notation is a lightweight data exchange format and a subset of the JavaScript programming language.
devel/kyra-2.1.3 (Score: 0.032514982)
Simple Sprite engine written in C++
Kyra is a simple, fully featured Sprite engine written in C++. The Kyra engine is suited to 2D, isometric, and quasi-3D games. It is built on top of SDL for cross platform use. It supports tiles, sprites, and user drawn surfaces. It has full support for alpha blending, scaling, color transformation, pixel perfect collision detection, OpenGL acceleration, and mouse testing. It comes with tools to define sprites and import images into the system.
devel/runkit-1.0.4 (Score: 0.032514982)
PECL extension to modify constants, user-defined functions, and classes
The runkit extension provides means to modify constants, user-defined functions, and user-defined classes. It also provides for custom superglobal variables and embeddable sub-interpreters via sandboxing.
devel/lasi-1.1.1 (Score: 0.032514982)
C++ stream output interface for creating Postscript documents
libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accommodates right-to-left scripts such as Arabic and Hebrew as easily as left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part.
devel/lcov-1.12 (Score: 0.032514982)
Linux Test Project GCOV extension
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.
devel/Judy-1.0.5 (Score: 0.032514982)
General purpose dynamic array
Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.
devel/scream-0.1.0 (Score: 0.032514982)
Break the silence operator
The scream extension gives the possibility to disable the silencing error control operator (aka The At Sign: '@') so all errors are being reported. This feature is controlled by an ini setting.
devel/lwp-2.6 (Score: 0.032514982)
Userspace thread library
The LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library) Project contact information below. EMAIL: coda@cs.cmu.edu
devel/leaktracer-2.4 (Score: 0.032514982)
Trace and analyze memory leaks in C++ programs
LeakTracer is a small tool for checking C++ programs for memory leaks. Run your program using the provided LeakCheck script. It uses the LD_PRELOAD feature to "overlay" some functions on top of your functions (no recompile needed). LeakTracer uses gdb to print out the exact line where memory was allocated but not freed -- this means you have to free all dynamically allocated data. LeakTracer also overrides the global operator new and operator delete -- this will give problems if you override them as well. LeakTracer traces only new/delete calls; it does not look at traditional malloc/free/realloc.