Projects / Better String Library

Better String Library

The Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++'s std::string. Among the features achieved are substantial mitigation of buffer overflow/overrun problems and other failures that result from erroneous usage of the common C string library functions, significantly simplified string manipulation, high performance interoperability with other libraries that expect '\0' terminated buffers, high performance common string operations, and functional equivalency with other more modern languages.

Tags
Licenses
Implementation
Screenshot

Project Spotlight

happy_phone_number

A Rails plugin to happily format phone numbers.

Screenshot

Project Spotlight

Horde Application Framework

A PHP application framework.