awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesList Deduplication & Synchronization

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.

Awesome List Deduplication & Synchronization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • reek/anti-adblock-killerAvatar von reek

    reek/anti-adblock-killer

    6,204Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗6,204
  • shujiahuang/cpp-primer-plus-6thAvatar von ShujiaHuang

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106Auf GitHub ansehen↗

    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.

    C++cppprogramming
    Auf GitHub ansehen↗3,106
  • six2dez/onelistforallAvatar von six2dez

    six2dez/OneListForAll

    3,022Auf GitHub ansehen↗

    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.

    Shellbugbountyfuzzinghacking
    Auf GitHub ansehen↗3,022
  1. Home
  2. Data & Databases
  3. List Deduplication & Synchronization

Unter-Tags erkunden

  • Filter List SynchronizationsPeriodically checks for and applies updates to filter lists from remote sources to maintain effectiveness against new threats. **Distinct from List Deduplication & Synchronization:** Distinct from general list deduplication: focuses on periodic remote updates of ad-blocking filter lists, not merging local lists.