Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Tiny C Compiler

Compare

  No analysis available

TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-sufficient: you do not need an external assembler or linker because TCC does that for you. TCC compiles so fast that even for big projects Makefiles may not be necessary. TCC not only supports ... [More] ANSI C, but also most of the ISO C99 and ISO C11 standard and also many GNUC extensions. TCC can also be used to make C scripts, i.e. pieces of C source that you run as a script. Compilation is so fast that your script will be as fast as if it was an executable. TCC can also automatically generate memory and bound checks while allowing all C pointers operations. With libtcc, you can use TCC as a backend for dynamic code generation. [Less]

0 lines of code

28 current contributors

0 since last commit

7 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: gpl

Public Domain C Library

Compare

  No analysis available

Eventually a minimal but fully ISO/IEC 9899:1989 / 1999 / 2011 and ISO/IEC 14882:1997 / 2011 compliant C standard library framework in the Public Domain, with clean OS interfaces, usable on a variety of platforms and particularly suited for use as the C library on new platforms.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: CC0-1-0

DASlib

Compare

  No analysis available

C library for dynamic array storage. The library provides an API to create and use auto-resizing dynamic arrays for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

ADDA

Compare

  Analyzed about 11 hours ago

ADDA - light scattering simulator using the discrete dipole approximation

36.7K lines of code

2 current contributors

10 days since last commit

2 users on Open Hub

Very Low Activity
4.5
   
I Use This

cparser

Compare

  Analyzed 1 day ago

cparser is a library containing a parser, lexer and semantic analysis for the ISO C99 language. It should be used as a compiler frontend, a base for source-source transformation, or source-checker tools.

33.5K lines of code

5 current contributors

6 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: No declared licenses

CTElib

Compare

  No analysis available

C Template Engine library to recursively expand placeholders in a template string, expanded string grows dynamically during template expansion, includes event notification for asynchronously reporting information, warnings and errors back to caller. Requires C99 and KVSlib.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: bsd

FIFOlib

Compare

  No analysis available

C library for FIFO (queue) storage. The library provides an API to create and use queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

EBNFtool

Compare

  No analysis available

EBNFtool is a library and utility to parse EBNF grammars, then generate and output: 1) a symbol cross reference, 2) FIRST and FOLLOW sets, 3) a proof whether LL(1) conditions are satisfied. It is further planned to add a syntax diagram generator (aka railroad diagram generator) in the future. ... [More] EBNFtool is written in C. Work in progress. Requires C99 and KVSlib. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: bsd

DEQlib

Compare

  No analysis available

C library for double ended queue storage. The library provides an API to create and use dynamic double ended queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

BSTlib

Compare

  No analysis available

C library for balanced binary search tree storage. The library provides an API to create and use dynamic balanced binary search trees for arbitrary data. Data may be stored and retrieved by reference only. At present, AA trees and Splay trees are implemented. An implementation of Scapegoat trees is ... [More] planned. Requires C99, no dependencies, platform independent. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd