awesome-repositories.com

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

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

3 مستودعات

Awesome GitHub RepositoriesScripting Extenders

Mechanisms for integrating custom scripts to handle dynamic data and complex validation during test execution.

Distinct from Custom Test Logic Integrators: Distinct from Custom Test Logic Integrators: focuses on the scripting engine integration specifically, rather than general logic integration.

Explore 3 awesome GitHub repositories matching data & databases · Scripting Extenders. Refine with filters or upvote what's useful.

Awesome Scripting Extenders GitHub Repositories

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

    apple/darwin-xnu

    11,258عرض على GitHub↗

    XNU هي نواة نظام تشغيل هجينة تجمع بين بنية النواة الدقيقة وطبقة متجانسة لخدمات النظام. توفر أساساً لتطوير نظام التشغيل، وتدمج واجهات استدعاء النظام القياسية، وإطار عمل تعريف جهاز معياري، وأمن التحكم في الوصول الإلزامي. تتميز البنية بنواة دقيقة قائمة على Mach وطبقة متجانسة قائمة على BSD. تستخدم ناقل تواصل بين العمليات قائم على تمرير الرسائل لتبادل البيانات الآمن بين مكونات النواة المعزولة وعمليات مساحة المستخدم، إلى جانب إطار عمل تعريف موجه للكائنات يفصل المنطق الخاص بالأجهزة عن النواة الأساسية. يتضمن النظام محرك تحكم في الوصول إلزامي لفرض الأمن القائم على السياسة ومصحح أخطاء نواة بعيد لفحص الذاكرة الحية وتحليل ذعر النظام. تغطي القدرات الإضافية جدولة المعالجات المتعددة، وتنسيق موارد الأجهزة، ونظام بناء لتوليد صور قابلة للتمهيد عبر بنيات مختلفة. يوفر المشروع أدوات لإدارة بناء النواة، وتوليد رموز التصحيح، وإطار عمل للتحقق من استدعاء النظام.

    Provides a scripting bridge to create custom debugging commands and type summaries for complex kernel data structures.

    C
    عرض على GitHub↗11,258
  • mobile-dev-inc/maestroالصورة الرمزية لـ mobile-dev-inc

    mobile-dev-inc/Maestro

    10,788عرض على GitHub↗

    Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by querying the native accessibility tree of an application, allowing for black-box testing without requiring source code instrumentation or platform-specific dependencies. The framework distinguishes itself through a unified command syntax that abstracts interactions across Android, iOS, and web environments. It features a dynamic synchronization engine that automatically pauses test execution to account for non-deterministic animations and network-dependent content loading, ensuring

    Integrates custom code to handle dynamic data, complex state validation, and external service communication during test execution.

    Kotlinandroidblackbox-testingios
    عرض على GitHub↗10,788
  • pbek/qownnotesالصورة الرمزية لـ pbek

    pbek/QOwnNotes

    5,792عرض على GitHub↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Provides an online script repository for installing extensions that add custom features and AI integrations.

    C++
    عرض على GitHub↗5,792
  1. Home
  2. Data & Databases
  3. Custom Python Integration
  4. Inline Logic Execution
  5. Custom Test Logic Integrators
  6. Scripting Extenders

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

  • Debugger Scripting BridgesInterfaces that allow the creation of custom debugging commands and type summaries via scripts. **Distinct from Scripting Extenders:** Specifically extends a debugger's capabilities via scripting, whereas the candidate focuses on test logic.
  • Online Repository ScriptsScripts installed from an online repository to add custom features, including AI integrations. **Distinct from Scripting Extenders:** Distinct from Scripting Extenders: focuses on scripts from an online repository rather than custom test logic integration.