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

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

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

3 مستودعات

Awesome GitHub RepositoriesBoot-Time Task Execution

Systems for triggering tasks specifically during device wake-up or sleep transitions.

Distinct from Task Execution Engines: Distinct from general worker-pool execution: focuses on boot/sleep lifecycle events.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Boot-Time Task Execution. Refine with filters or upvote what's useful.

Awesome Boot-Time Task Execution GitHub Repositories

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

    arendst/Tasmota

    24,502عرض على GitHub↗

    Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

    Triggers custom commands immediately upon device wake-up or before entering deep sleep.

    Carduinoautomationesp32
    عرض على GitHub↗24,502
  • tiann/kernelsuالصورة الرمزية لـ tiann

    tiann/KernelSU

    15,041عرض على GitHub↗

    KernelSU is a kernel-based root management framework for Android that provides administrative access to applications by operating directly within the operating system kernel. By integrating management logic into the kernel source, it enables system-wide permission control through syscall interception and function patching. This approach allows for the enforcement of fine-grained mandatory access control, assigning custom security domains to root processes to restrict their capabilities and prevent unauthorized actions. The project distinguishes itself through a systemless modification archite

    Allows users to run custom scripts during startup to initialize background services or block the boot sequence.

    Kotlinandroidkernelkernelsu
    عرض على GitHub↗15,041
  • just-containers/s6-overlayالصورة الرمزية لـ just-containers

    just-containers/s6-overlay

    4,516عرض على GitHub↗

    s6-overlay هو نظام تهيئة للحاويات ومنسق للعمليات. يوفر بيئة سكربت متخصصة ومشرف عمليات لتنسيق تسلسلات الإقلاع، وإدارة العمليات الخلفية (daemons)، والتعامل مع أنظمة الملفات للقراءة فقط داخل الحاويات. يتميز المشروع باستخدام بيئة shell من نوع execline لتجنب عبء مفسرات shell التقليدية. يتضمن مديراً مخصصاً لإعادة توجيه عمليات الكتابة إلى مساحات ذاكرة مؤقتة للحاويات التي تستخدم أنظمة ملفات جذر للقراءة فقط. يغطي النظام تنسيق دورة حياة الخدمة، بما في ذلك بدء التشغيل المعتمد على التبعيات وإدارة الإغلاق السلس. كما ينفذ فصل الصلاحيات عن طريق تبديل هويات المستخدم والمجموعة قبل تنفيذ العمليات، ويوفر إدارة السجلات من خلال التدوير التلقائي لتدفقات المخرجات والأخطاء القياسية.

    Triggers a sequence of one-shot initialization scripts during the boot process to prepare the environment.

    Shellcontainersdocker
    عرض على GitHub↗4,516
  1. Home
  2. Software Engineering & Architecture
  3. Task Execution Engines
  4. Boot-Time Task Execution