string-manipulation topic
util
A collection of useful utility functions
the-stringler
An OOP approach to string manipulation.
Cracking-The-Coding-Interview
Solutions for Cracking the Coding Interview - 6th Edition
Snippets
(Hopefully) useful code snippets and header-only libs
greek-utils
A JavaScript library for Greek language with utilities such as replacement of accented and other diacritics characters, conversion from Greek to phonetic, transliterated or greeklish Latin and more.
vhdl-format
VHDL String Formatting Library
pyheck
Python bindings for heck, the Rust case conversion library
esm-to-cjs
Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which de...