2 repository-uri
Ability to replace default state machine logic with custom behavior for low-level resource management.
Distinct from State Machine Logic: Extends state machine logic to include the specific ability to override default component behaviors manually.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Behavioral Overrides. Refine with filters or upvote what's useful.
TreeStyleTab is a browser tab tree manager and hierarchical tab organizer that replaces the native horizontal tab strip with a vertical sidebar. It organizes open tabs into a parent-child tree structure, allowing users to manage large numbers of tabs through nesting and collapsible branches. The project distinguishes itself by offering a CSS-customizable interface, enabling deep visual modifications of tab layouts and colors via custom stylesheets. It also provides a programmatic browser tab API extension that allows other add-ons to monitor and modify tab hierarchy and sidebar behavior. The
Intercepts default browser tab actions to apply custom hierarchical tree logic before execution.
open62541 is an open-source implementation of the OPC Unified Architecture standard, providing a complete stack for industrial automation and data exchange. It functions as both an OPC UA server and client, enabling the creation of an object-oriented address space to model physical industrial assets and their relationships. The project is designed for versatility across diverse hardware, offering a C99 library that can be deployed to both cloud servers and resource-constrained embedded environments. It distinguishes itself through a pluggable network layer and interface-based security backend
Enables overriding default PubSub state machines to manually manage sockets and callbacks.