This content is provided AS IS for archive purposes only. Content may be out of date with no guarantee of correctness.

Manuals

Main Article

Latest Posts

Circular Buffer C Implementation

A circular buffer or ring buffer is a fixed-size data structure that wraps from end to end. It is ideal for buffering keyboard input or streaming data, like real-time sound or video, where old data is unimportant. C source code included.

Continue Reading

Introducing the MCC Modular C Collection

Introducing the MCC Modular C Collection: an open source selection of clean, unobtrusive, portable and modular includes for the C programming language.

Continue Reading

Poxml.c - Plain Old XML Parser for C

Poxml is a fast, light and open source library that can parse "plain old XML" for the C Programming Language.

Continue Reading

ReplaceString.c

A function to replace any string (needle) with a string (replacement) within a string (haystack), with the C programming language.

Continue Reading

Realtime SVG Engine Techdemo

A tech demo for a real-time Scalable Vector Graphics (SVG) engine for the Cobra programming language.

Continue Reading

Stay Subscribed

@golightlyb, subscribe to the RSS feed or get updates by e-mail.

You can also contact me directly - I make an effort to reply to every e-mail.


Login
v0.34.archive