Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a source of middle sized code chunks

The longer I'm working as a C developer I find myself lacking some source of middle sized code chunks.

I have source of code snippets and libraries, but I can't find a good source for code sized in between. Something that is a header, or a header+implementation file but isn't a library but is included into the project.

Stuff like a dynamic array, or linked list or some debugging or logging helpers.

I know that its partially due to C developers DIY mentality, but I just don't believe that people don't share stuff like this.

like image 574
Šimon Tóth Avatar asked Mar 24 '11 00:03

Šimon Tóth


3 Answers

You might want to check out http://nothings.org for some single file (moderately sized) projects that include (image) decompression, font rasterization and other useful things.

like image 179
Jasper Bekkers Avatar answered Nov 15 '22 23:11

Jasper Bekkers


You may also want to look at CCAN.

like image 42
moorray Avatar answered Nov 15 '22 21:11

moorray


http://www.koders.com/ is worth checking. You might find something usefull now and then.

You can also sort the results by license which is pretty handy feature.

like image 41
Athabaska Dick Avatar answered Nov 15 '22 23:11

Athabaska Dick