2 مستودعات
Searches system PATH and custom directories to resolve command names to absolute file paths before execution.
Distinct from Binary Path Execution: Distinct from Binary Path Execution: focuses on resolving the path to an executable, not executing it.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Executable Path Resolvers. Refine with filters or upvote what's useful.
Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo
Resolves command names to absolute file paths by searching system PATH and custom directories.
NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto
Searches defined system directories to resolve requested command names to absolute binary file paths.