awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • arendst/tasmotaarendst का अवतार

    arendst/Tasmota

    24,502GitHub पर देखें↗

    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/kernelsutiann का अवतार

    tiann/KernelSU

    15,041GitHub पर देखें↗

    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-overlayjust-containers का अवतार

    just-containers/s6-overlay

    4,516GitHub पर देखें↗

    s6-overlay एक कंटेनर इनिट सिस्टम और प्रोसेस ऑर्केस्ट्रेटर है। यह बूट सीक्वेंस को समन्वित करने, बैकग्राउंड डेमन्स को प्रबंधित करने और कंटेनरों के भीतर रीड-ओनली फाइलसिस्टम को संभालने के लिए एक विशेष स्क्रिप्ट एनवायरनमेंट और एक प्रोसेस सुपरवाइज़र प्रदान करता है। यह प्रोजेक्ट पारंपरिक शेल इंटरप्रेटर्स के ओवरहेड से बचने के लिए execline शेल एनवायरनमेंट का उपयोग करके खुद को अलग करता है। इसमें रीड-ओनली रूट फाइलसिस्टम वाले कंटेनरों के लिए राइट ऑपरेशंस को अस्थायी मेमोरी माउंट्स पर रीडायरेक्ट करने के लिए एक समर्पित मैनेजर शामिल है। यह सिस्टम सर्विस लाइफसाइकिल ऑर्केस्ट्रेशन को कवर करता है, जिसमें डिपेंडेंसी-आधारित स्टार्टअप और ग्रेसफुल शटडाउन प्रबंधन शामिल है। यह प्रोसेस निष्पादन से पहले यूजर और ग्रुप आइडेंटिटी को स्विच करके प्रिविलेज सेपरेशन लागू करता है और स्टैंडर्ड आउटपुट और एरर स्ट्रीम के स्वचालित रोटेशन के माध्यम से लॉग प्रबंधन प्रदान करता है।

    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