0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check if the return value of strtok is NULL More... over 14 years ago
first attempt at implementing megahal_generate More... over 14 years ago
remove unused dependency More... over 14 years ago
free memory if model init fails More... over 14 years ago
truncate words at 255 chars More... over 14 years ago
properly free memory More... over 14 years ago
add reply framework More... over 14 years ago
extract keywords from input More... over 14 years ago
rename ref -> word More... over 14 years ago
properly move up dict values when adding More... over 14 years ago
fix attempt to search empty dict More... over 14 years ago
use spare bits to compact more count values More... over 14 years ago
comment on available bits More... over 14 years ago
compact output format further More... over 14 years ago
don't try to tell the compiler what to do More... over 14 years ago
make private functions static More... over 14 years ago
move string capitalisation to megahal_parse More... over 14 years ago
convert word list to string More... over 14 years ago
reuse node memory instead of doing free() + malloc() More... over 14 years ago
use a more compact form of dictionary index More... over 14 years ago
avoid storing entire text form of dictionary while writing file More... over 14 years ago
add missing BUG() More... over 14 years ago
use callbacks to iterate through dictionary More... over 14 years ago
fix compile error More... over 14 years ago
prepare for reply function to return a list of words More... over 14 years ago
detect too large dict size response More... over 14 years ago
add list prepend function, and decrement size on failure to realloc larger More... over 14 years ago
add learning More... over 14 years ago
support model init/update More... over 14 years ago
support finding a child node by word More... over 14 years ago