Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,72114,730项(搜索用时0.014秒)
devel/threadscope-0.2.7 (Score: 9.2782444E-5)
Graphical tool for profiling parallel Haskell programs
ThreadScope is a graphical viewer for thread profile information generated by the Glasgow Haskell Compiler (GHC). The ThreadScope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.
devel/htable-1.2 (Score: 9.2782444E-5)
Lightweight implementation of hash tables in C
htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project.
devel/idutils-4.6 (Score: 9.2782444E-5)
The classic Berkeley gid/lid tools for looking up variables in code
`mkid' is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility.
devel/jsonnet-1.0.0 (Score: 9.2782444E-5)
Google JsonNet for PHP
The Google JsonNet for PHP. Jsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from the world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our thinking to any one particular application of Jsonnet.
devel/judy-1.0.2 (Score: 9.2782444E-5)
PHP Judy implements sparse dynamic arrays
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based on the Judy C library. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy's key benefits are scalability, high performance, and memory efficiency.
devel/ncurses-1.0.2 (Score: 9.2782444E-5)
PECL extension for ncurses
ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant using PHP from the command line.
devel/newt-1.2.9 (Score: 9.2782444E-5)
PHP language extension for RedHat Newt library
PHP language extension for RedHat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.
devel/lcov-1.12 (Score: 9.2782444E-5)
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/libarea-20160313 (Score: 9.2782444E-5)
CAM-related software for profile and pocketing operations
libarea is a CAM-related software for profile and pocketing operation. This project provides library and associated python-modules to compute profile and pocket operations. libarea is used by HeeksCNC and FreeCAD's Path workbench. Written by Dan Heeks <danheeks @ gmail>
devel/libCello-1.1.7 (Score: 9.2782444E-5)
Higher level programming in C
Cello is a library that introduces higher level programming to C. Interfaces allow for structured design Duck Typing allows for generic functions Exceptions control error handling Constructors/Destructors aid memory management Syntactic Sugar increases readability C Library means excellent performance and integration