Projects with this topic
-
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 -
-
-
Master Degree Thesis on how to find the best way to save images on a Hypercube DHT
Updated -
The PowerShell Stable Table module enables the use of large files to be used instead of an in-memory hashtable.
Updated -
"Potion Seller" is a new bartering game where players act as intermediaries between vendors from PotionCorp and adventurers seeking potions. The objective is to buy potions from vendors at low prices and sell them to adventurers at higher prices to make a profit.
Updated -
A unified tool for performing CRUD and array manipulation on various PowerShell data structures
Updated -
A unified tool for performing CUD (Create, Update, Delete) and **array manipulation (push/pull) on various PowerShell data structures, including Hashtables, PSObjects, and PSCustomObjects.
Updated -
-
SMHasher3 is a test suite for evaluating non-cryptographic hash functions. It focuses on things like output distribution and collisions, with some perf tests. Based on the SMHasher fork maintained by Reini Urban (https://github.com/rurban/smhasher).
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