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

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

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

3 مستودعات

Awesome GitHub RepositoriesDynamic Logic Modules

Modules that can be dynamically loaded into a running process to extend core functionality.

Distinct from Module Loading Systems: Focuses on runtime extension of server logic via Python modules rather than shell configuration modules

Explore 3 awesome GitHub repositories matching development tools & productivity · Dynamic Logic Modules. Refine with filters or upvote what's useful.

Awesome Dynamic Logic Modules GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nvidia/open-gpu-kernel-modulesالصورة الرمزية لـ NVIDIA

    NVIDIA/open-gpu-kernel-modules

    17,107عرض على GitHub↗

    This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa

    Enables the loading of dynamically compiled GPU driver modules into the system kernel.

    C
    عرض على GitHub↗17,107
  • jxxghp/moviepilotالصورة الرمزية لـ jxxghp

    jxxghp/MoviePilot

    11,254عرض على GitHub↗

    MoviePilot is a self-hosted media orchestrator and NAS media library automator. It coordinates workflows between downloaders, metadata scrapers, and file systems to automate the discovery, downloading, renaming, and organization of movie and television content. The system functions as an LLM media management agent, allowing users to control subscriptions, searches, and file organization through conversational text commands. It also acts as a Model Context Protocol server, exposing internal media management tools via a standardized interface for external AI clients and agents. The project inc

    Allows the integration of custom extensions into the running environment without requiring a full application rebuild.

    Python
    عرض على GitHub↗11,254
  • x11libre/xserverالصورة الرمزية لـ X11Libre

    X11Libre/xserver

    4,254عرض على GitHub↗

    This project is an X11 window system server that coordinates graphical output and input devices. It functions as a display server, a hardware driver manager for graphics and input modules, and a graphics server capable of rendering directly to a generic framebuffer. The server provides multi-seat display management to isolate input and display devices for different concurrent users. It also implements namespace isolation to separate clients and restrict resource access, preventing interference between different user sessions or processes. The system manages GPU driver integration through dyn

    Loads GPU driver modules dynamically at runtime, with version override support for proprietary drivers.

    Cglamorglxlinux
    عرض على GitHub↗4,254
  1. Home
  2. Development Tools & Productivity
  3. Centralized Shell Configurations
  4. Module Loading Systems
  5. Dynamic Logic Modules

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

  • GPU Driver Modules1 وسم فرعيRuntime loading of GPU driver modules, including version override support for proprietary drivers. **Distinct from Dynamic Logic Modules:** Distinct from Dynamic Logic Modules: focuses specifically on GPU hardware driver modules rather than general server logic extensions.
  • Proprietary-Open Driver SplitsBuild systems that partition a driver into a proprietary binary blob and an open source kernel shim. **Distinct from GPU Driver Modules:** Distinct from GPU Driver Modules as it describes the architectural split of licenses and binaries rather than just the loading of the module.