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
·

2 repository-uri

Awesome GitHub RepositoriesBinary Shims

Lightweight executable wrappers that delegate command execution to a central manager.

Distinct from Git Hook Managers: Distinct from Git Hook Managers: focuses specifically on the shim mechanism used for delegation rather than the overall management of hooks.

Explore 2 awesome GitHub repositories matching development tools & productivity · Binary Shims. Refine with filters or upvote what's useful.

Awesome Binary Shims GitHub Repositories

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

    evilmartians/lefthook

    7,598Vezi pe GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Implements a lightweight binary shim in the git hooks directory to delegate execution to the main manager.

    Gogitgogolang
    Vezi pe GitHub↗7,598
  • aliyuncontainerservice/pouchAvatar AliyunContainerService

    AliyunContainerService/pouch

    4,648Vezi pe GitHub↗

    Pouch este un runtime de containere Linux și un motor de containere OCI conceput pentru a executa aplicații containerizate. Funcționează ca un runtime de containere Kubernetes, integrându-se cu orchestratoarele pentru a gestiona ciclul de viață al pod-urilor și mediile de aplicații izolate. Proiectul dispune de un sistem de distribuție a imaginilor de tip peer-to-peer pentru a livra imagini mari de containere în clustere la scară largă, reducând în același timp încărcarea lățimii de bandă. Oferă, de asemenea, suport pentru versiuni legacy de kernel Linux, permițând runtime-urilor de containere moderne să mențină compatibilitatea cu hardware-ul mai vechi. Runtime-ul implementează izolarea aplicațiilor folosind sandbox-uri bazate pe hypervisor și izolarea resurselor la nivel de kernel. Arhitectura sa include un sistem de fișiere stratificat (overlay) și un sistem de gestionare a ciclului de viață bazat pe shim, asigurând compatibilitatea cu specificațiile Open Container Initiative pentru imagini și runtime.

    Uses a shim-based system to monitor container status and manage exits without requiring the main engine to remain active.

    Go
    Vezi pe GitHub↗4,648
  1. Home
  2. Development Tools & Productivity
  3. Git Hook Managers
  4. Binary Shims

Explorează sub-etichetele

  • Runtime Lifecycle ShimsSmall intermediary processes used to monitor container status and handle exits independently of the main engine. **Distinct from Binary Shims:** Distinct from Binary Shims: focuses on container process monitoring and lifecycle management rather than command delegation.