awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apple/darwin-xnuAvatar apple

    apple/darwin-xnu

    11,258Vezi pe GitHub↗

    XNU este un kernel de sistem de operare hibrid care combină o arhitectură de microkernel cu un strat monolitic pentru serviciile de sistem. Oferă o fundație pentru dezvoltarea sistemelor de operare, încorporând interfețe standardizate de apeluri de sistem, un framework modular de drivere de dispozitiv și securitate bazată pe controlul accesului obligatoriu. Arhitectura dispune de un microkernel bazat pe Mach și un strat monolitic bazat pe BSD. Utilizează un bus de comunicare inter-proces bazat pe transmiterea de mesaje pentru schimbul securizat de date între componentele izolate ale kernel-ului și procesele din user-space, alături de un framework de drivere orientat pe obiecte care decuplează logica specifică hardware-ului de kernel-ul de bază. Sistemul include un motor de control al accesului obligatoriu pentru aplicarea securității bazate pe politici și un debugger de kernel la distanță pentru inspectarea memoriei live și analizarea panicii sistemului. Capabilitățile suplimentare acoperă programarea multi-procesor, coordonarea resurselor hardware și un sistem de build pentru generarea de imagini bootabile pe diferite arhitecturi. Proiectul oferă instrumente pentru gestionarea build-ului kernel-ului, generarea simbolurilor de depanare și un framework pentru verificarea apelurilor de sistem.

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

    C
    Vezi pe GitHub↗11,258
  • mobile-dev-inc/maestroAvatar mobile-dev-inc

    mobile-dev-inc/Maestro

    10,788Vezi pe 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
    Vezi pe GitHub↗10,788
  • pbek/qownnotesAvatar pbek

    pbek/QOwnNotes

    5,792Vezi pe 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++
    Vezi pe GitHub↗5,792
  1. Home
  2. Data & Databases
  3. Custom Python Integration
  4. Inline Logic Execution
  5. Custom Test Logic Integrators
  6. Scripting Extenders

Explorează sub-etichetele

  • 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.