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

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

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

2 مستودعات

Awesome GitHub RepositoriesPresence Validators

Logic for verifying the existence of variables or data entries to control workflow branching.

Distinct from Automated Data Validation: Distinct from Automated Data Validation: focuses on existence checks for control flow rather than ML-based data ingestion validation.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Presence Validators. Refine with filters or upvote what's useful.

Awesome Presence Validators GitHub Repositories

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

    AutomaApp/automa

    21,425عرض على GitHub↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Verifies the existence of workflow variables or table entries to determine if automation should proceed.

    Vueautomationbrowser-automationbrowser-extension
    عرض على GitHub↗21,425
  • jeremyevans/sequelالصورة الرمزية لـ jeremyevans

    jeremyevans/sequel

    5,076عرض على GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Provides common validation methods such as presence, format, length, uniqueness, type, and numeric checks.

    Ruby
    عرض على GitHub↗5,076
  1. Home
  2. Artificial Intelligence & ML
  3. Automated Data Validation
  4. Presence Validators

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

  • Common Validation HelpersBuilt-in validation methods for common checks such as presence, format, length, uniqueness, type, and numeric constraints. **Distinct from Presence Validators:** Distinct from Presence Validators: covers a broad set of validation helpers (format, length, uniqueness, etc.), not just presence checks.