Projects with this topic
-
Memory-Safe C string replacement for leaky strdup. Allocates memory on the stack to avoid malloc/free. Unlike a heap-allocated strings, t_str strings are of fixed size. By default, are 80 characters wide. Will truncate, not buffer overflow, if manipulated with t_str functions instead of stdio string function counterparts.
Updated -
Generate pseudo locale string for unicode testing and marking missing strings
Updated -
A C% meta-programmed fork of libsrt, a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Original repo at: https://github.com/faragon/libsrt
Updated -
-
Simplistic helper library for every day C++ needs
Updated -
-
-
strings extension, extending features of core strings library
Updated -
-
Texts analysis, C program. Create dictionaries from files or inputs. Useful for languages, cryptography, hack, and forensic. Análisis estadistico de textos para estudio criptográfico temático o enseñanza de idiomas, crea diccionario
Updated -
-
Vigenere encryption-decryption-cryptanalysis algorithms, written in C. Including dynamic string input reading. Currently working well with string and string in file. Multiple strings support is currently in dev.
Updated -