Projects with this topic
Sort by:
-
My utility library
Updated -
-
A hash table implementation in C using multiplicative, word-folding hashing. Keys are strings (or integers when char pointers are directly assigned to whichever integer you require) and values are void pointers for flexibility.
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 -
Natural Language Processing translator program using a machine learning process with an implementation of the Viterbi algorithm to calculate the best probability of a translation.
Updated