feat: add initial project structure with spam detection tool and supporting libraries
Add the complete source tree for the isspam spam detection utility, including the main C implementation (isspam.c), custom memory allocator (rmalloc.h), string builder (rstr.h), dynamic string list (rstring_list.h), build configuration (Makefile, .clang-format), CI workflow (.gitea/workflows/build.yaml), and sample test data (spam/examole_spam3.txt, not_spam/correct1.txt). The core logic defines a list of forbidden words and provides functions for tokenizing input, removing preserved characters, and checking content against the spam keyword set.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Email; digital hack recovery @ techie . com
|
||||
WhatsApp +19152151930
|
||||
Website; https : // digital hack recovery . com
|
||||
Reference in New Issue
Block a user