Ports Search

Results 2,4712,480 of 5,824 for /net/.(0.003 seconds)
devel/cmph-2.0 (Score: 0.01987111)
Minimal perfect hashes for C
CMPH - C Minimal Perfect Hashing Library A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal. Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others.
devel/cpptest-1.1.2 (Score: 0.01987111)
Unit testing framework for handling automated tests in C++
CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added.
devel/cscope-15.8b (Score: 0.01987111)
Interactive C program browser
This port of SCO / USL's 'cscope' lets one easily navigate large C programs. It's designed to answer questions like where symbols are defined and used, where variables are assigned, and much more. The Santa Cruz Operation (SCO) has made this available under a very friendly, BSD-style Open Source License.
devel/cunit-2.1.3 (Score: 0.01987111)
Automated unit testing framework for C
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: Automated, Basic, Console and Curses.
devel/cutter-1.2.4 (Score: 0.01987111)
Unit Testing Framework for C and C++
Cutter is a xUnit family Unit Testing Framework for C and C++. This is a list of features of Cutter: - easy to write tests; - outputs result with useful format for debugging; - tests are built as shared libraries.
devel/cvschangelogbuilder-2.5 (Score: 0.01987111)
Utility to generate changelogs and reports from a CVS repository
cvschangelogbuilder is an Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. Features include the ability to work with a remote cvs repository, detailed reporting, graphical HTML reports and building changelogs.
devel/cvsdelta-1.7.0 (Score: 0.01987111)
Cvsdelta summarizes differences between local and in-cvs files
cvsdelta summarizes the difference between a CVS project and its local version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Requires ruby.
devel/cvsplot-1.7.4 (Score: 0.01987111)
Perl script which analyses the history of a CVS-managed project
Cvsplot is used for collecting statistics from CVS controlled files. Simple statistics such as how the total number of files and lines of code change against time.
devel/cxmon-3.2 (Score: 0.01987111)
Interactive file manipulation tool and disassembler
Cxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor". Cxmon has commands and features similar to a machine code monitor/debugger, built-in PowerPC, 680x0, 80x86, 6502 and Z80 disassemblers and special support for disassembling MacOS code. You can also simply use it as an interactive workbench for manipulating files, or even as a hex calculator.
devel/cxxtest-3.10.1 (Score: 0.01987111)
Simple and powerful JUnit/CppUnit/xUnit-like framework for C++
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++. Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template functions - Doesn't require exception handling - Doesn't require any external libraries (including memory management, file/console I/O, graphics libraries) This makes it extremely portable and usable.