awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesApplication Lifecycle Controllers

Utilities that manage the startup and shutdown behavior of software processes.

Distinct from Application Exit Prevention: Focuses on the automatic termination of a process based on session state.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Application Lifecycle Controllers. Refine with filters or upvote what's useful.

Awesome Application Lifecycle Controllers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • electron/electron-api-demosAvatar von electron

    electron/electron-api-demos

    10,235Auf GitHub ansehen↗

    This repository provides a collection of interactive sample applications and reference implementations for the Electron framework. It serves as a library of API reference demos designed to help developers learn how to implement core desktop features. The project features visual demonstrations of cross-platform GUI management and practical examples of native operating system integration. It includes dedicated samples for handling native modules, crash reports, and the configuration of security implementations such as content security policies and process sandboxing. The codebase covers a broa

    Demonstrates how to manage application startup and shutdown behaviors, including native dock modifications.

    HTML
    Auf GitHub ansehen↗10,235
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Ships a CLI command to launch and quit the Proxyman application programmatically.

    debugging-tooliosmacos
    Auf GitHub ansehen↗6,858
  • optikey/optikeyAvatar von OptiKey

    OptiKey/OptiKey

    4,396Auf GitHub ansehen↗

    OptiKey is an assistive technology suite and gaze-based input system designed to provide computer access and communication tools. It functions as an eye-tracking virtual keyboard and augmentative and alternative communication software, allowing users to perform text entry and system control via gaze-tracking hardware or other pointer devices. The system differentiates itself through an input-agnostic selection layer that supports diverse sources, including eye trackers, game controllers, and head mice. It utilizes a dwell-time trigger mechanism and gaze fixation selection to translate eye mov

    Provides mechanisms to close the application via dedicated menu keys, OS shortcuts, or tray controls.

    C#aacaccessibilityaccessible
    Auf GitHub ansehen↗4,396
  • bloxstraplabs/bloxstrapAvatar von bloxstraplabs

    bloxstraplabs/bloxstrap

    3,034Auf GitHub ansehen↗

    Bloxstrap is a custom game bootstrapper and configuration tool for Roblox. It replaces the standard launcher to enable advanced startup configurations, inject internal engine flags, and manage a specialized installation directory. The project provides a client mod manager that allows users to override local assets, such as sounds, textures, and fonts, and ensures these customizations persist across game updates. It includes a configuration utility to unlock hidden graphics settings and engine parameters, alongside a server tracker that identifies the geographic location of active game servers

    Ensures the application exits fully upon leaving a game session to avoid returning to the launcher.

    C#csharplaunchermod
    Auf GitHub ansehen↗3,034
  1. Home
  2. Operating Systems & Systems Programming
  3. Application Lifecycle Controllers

Unter-Tags erkunden

  • Programmatic Application LaunchersLaunches and terminates applications programmatically via command-line commands or external scripts. **Distinct from Application Lifecycle Controllers:** Distinct from Application Lifecycle Controllers: focuses on external programmatic launch/quit commands rather than internal lifecycle state management.