RSS 3 projects tagged "BSD Revised"

Download Website Updated 26 Jan 2013 dos2unix

Screenshot
Pop 227.17
Vit 14.21

dos2unix includes utilities to convert text files with DOS or Mac line endings to Unix line endings and vice versa. It is an update of Benjamin Lin's implementations.

No download No website Updated 09 Aug 2011 ucpp

Screenshot
Pop 46.69
Vit 1.43

ucpp is a C preprocessor. It is designed to be quick and light, but still fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer. ucpp operates in two modes: in lexer mode, ucpp is linked to some other code and outputs a stream of tokens where each call to the lex() function will yield one token; in non-lexer mode, ucpp preprocesses text and outputs the resulting text to a file descriptor. If linked to some other code, the cpp() function must be called repeatedly, otherwise ucpp is a stand-alone binary.

Download No website Updated 25 Apr 2012 dpcrtlmm

Screenshot
Pop 32.54
Vit 20.33

dpcrtlmm is an ANSI C memory management library, including callbacks, a debug log, leak reporting, and garbage collection. It can be used as a drop-in replacement for malloc/free.

Screenshot

Project Spotlight

SLEEF

A library that efficiently calculates various mathematical functions using SSE2 SIMD instructions in double precision.

Screenshot

Project Spotlight

Seed7

An extendable programming language.