3 Repos
Merging multiple lists from files and removing duplicate entries.
Distinct from Realtime List Synchronizations: None of the candidates cover the specific merge-and-deduplicate pattern for simple lists.
Explore 3 awesome GitHub repositories matching data & databases · List Deduplication & Synchronization. Refine with filters or upvote what's useful.
Anti-Adblock Killer is a tool that prevents websites from detecting and disabling ad-blockers, allowing them to remain active without interruption. It combines a userscript and a curated filter list to block the JavaScript functions and scripts that websites use to identify ad-blocking browser extensions, and overrides detection functions at runtime. The project applies targeted filter rules and user scripts on a per-domain basis to handle unique anti-adblock implementations across a curated set of websites, including popular sites and WordPress-based platforms. It also identifies and blocks
Periodically synchronizes filter lists from remote sources to maintain effectiveness against new anti-adblock threats.
This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It provides practical implementations and exercise solutions covering core language syntax, data types, and control flow. The repository features specialized samples for object-oriented design, including class inheritance, polymorphism, and abstract classes. It includes demonstrations of memory management techniques such as dynamic allocation, move semantics, and placement new, as well as template programming examples for creating generic functions and data structures. The codebas
Implements a workflow to read multiple list files, merge them, and remove duplicates.
OneListForAll is a wordlist aggregation pipeline and automated dictionary publisher designed for web security assessments. It collects, cleans, and merges multiple remote text repositories to create curated sets of paths, parameters, and credentials used in web fuzzing and vulnerability discovery. The project functions as a text data deduplication tool that filters noise and eliminates redundant entries using regular expressions and priority rules. It automates the end-to-end process of packaging these processed lists into compressed archives with cryptographic checksums and publishing them t
Eliminates redundant entries across merged sources to create optimized fuzzing lists.