RSS 4 projects tagged "C language"

No download Website Updated 07 Jun 2013 Gearmand

Screenshot
Pop 258.62
Vit 66.96

Gearmand is the job server component of Gearman. Gearman provides a generic framework to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to balance the load of processing, or to call functions between languages.

No download No website Updated 11 Jun 2012 ccglue

Screenshot
Pop 21.70
Vit 19.32

ccglue is a complementary tool to cscope and ctags. The tool builds a cross-reference symbol database from cscope (and ctags) databases that can be used to display dependency-graphs (aka call-trees, code flow). Visualization can be done with the Vim CCTree plugin or the built-in stand-alone command-line tracer.

No download No website Updated 04 May 2013 pyC11

Screenshot
Pop 112.84
Vit 1.00

pyC11 is a grammar to parse programs in the C programming language following ISO/IEC 9899:2011. It is written using pyPEG, a parsing framework for Python. The grammar supports Python 2.7 and 3.x. The test bench requires py.test.

No download No website Updated 17 Jun 2013 snappy-c

Screenshot
Pop 61.43
Vit 1.26

snappy-c is a C port of the google snappy compressor (http://code.google.com/p/snappy/). The compressor is very fast with a reasonable compression ratio. It is mainly useful for projects that cannot integrate C++ code, but want snappy. It also contains a command line tool, a benchmark, random test code, and a fuzz tester. The compression code supports scather-gather and linear buffers. The scather gather code is ifdefed (-DSG) and can be removed with unifdef.

Screenshot

Project Spotlight

sr4.sql

A character database for Shadowrun 4th edition.

Screenshot

Project Spotlight

DomCore

A set of foundation classes for PHP.