awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesPluggable Comparators

Interfaces that allow users to define custom equality logic for comparing tokens.

Distinct from Deep Equality Comparison: Distinct from Deep Equality Comparison by allowing external, user-defined logic rather than just recursive value checking.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Pluggable Comparators. Refine with filters or upvote what's useful.

Awesome Pluggable Comparators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229عرض على GitHub↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    Compares the sequence and timing of events between two streams using a custom or default comparator.

    TypeScript
    عرض على GitHub↗10,229
  • kpdecker/jsdiffالصورة الرمزية لـ kpdecker

    kpdecker/jsdiff

    9,063عرض على GitHub↗

    jsdiff is a JavaScript text diffing library and comparison engine used to compute differences between strings or arrays. It identifies additions and removals between blocks of text and provides a system for generating and applying formatted Unix-style patches. The toolkit functions as a customizable token differ, allowing for the comparison of arbitrary token sequences using user-defined equality and tokenization rules. This enables the creation of specialized comparison tools for non-standard text or data formats. Comparison capabilities are available at the character, word, and line levels

    Allows the difference engine to use custom comparison functions to determine if two tokens are identical.

    JavaScript
    عرض على GitHub↗9,063
  • jezen/is-thirteenالصورة الرمزية لـ jezen

    jezen/is-thirteen

    6,183عرض على GitHub↗

    is-thirteen هي مكتبة للتحقق من الأرقام ومدقق للمساواة العددية مصممة للتحقق مما إذا كان الإدخال المعطى يساوي القيمة ثلاثة عشر. تعمل كأداة لتصنيف البيانات تحدد هذه القيمة المحددة عبر تدفقات الإدخال الرقمية والنصية والمرئية. يتضمن المشروع مصنف أرقام يعتمد على الصور يستخدم التعلم العميق وتحليل الشبكات العصبية لتحديد التمثيلات المرئية للرقم ثلاثة عشر داخل الصور المرفوعة. تغطي المكتبة مجموعة متنوعة من طرق التحقق، بما في ذلك المساواة الحسابية الدقيقة، ومطابقة القيم التقريبية ضمن نطاقات سماح محددة، وتحليل التدوين العلمي، ومطابقة الأنماط اللغوية للأشكال المكتوبة للرقم.

    Implements a tool for comparing values against thirteen using exact matches and approximate ranges.

    JavaScript
    عرض على GitHub↗6,183
  • akinsho/bufferline.nvimالصورة الرمزية لـ akinsho

    akinsho/bufferline.nvim

    4,241عرض على GitHub↗

    bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for

    Orders buffer tabs by extension, directory, or custom function via a configurable comparator.

    Luabufferlineluaneovim
    عرض على GitHub↗4,241
  1. Home
  2. Software Engineering & Architecture
  3. Deep Equality Comparison
  4. Pluggable Comparators

استكشف الوسوم الفرعية

  • Scalar Equality CheckersTools for comparing individual scalar values against a target constant. **Distinct from Stream Equality Comparators:** Focuses on scalar values rather than event streams or URLs.
  • Stream Equality ComparatorsLogic for comparing the sequence and timing of events between two reactive streams. **Distinct from Pluggable Comparators:** Specifically compares event streams (sequence + time), not just static token equality.