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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesVersion-Specific Execution

Using shebang headers to execute scripts with designated software versions without pre-installed tools.

Distinct from CLI Script Execution: Focuses on version-specific tool provisioning via shebang rather than general command-line script execution.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Version-Specific Execution. Refine with filters or upvote what's useful.

Awesome Version-Specific Execution GitHub Repositories

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

    rbenv/rbenv

    16,710GitHub पर देखें↗

    rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar

    Allows executing a single command against multiple installed Ruby versions simultaneously.

    Shellbashrubyruby-installation
    GitHub पर देखें↗16,710
  • pkgxdev/pkgxpkgxdev का अवतार

    pkgxdev/pkgx

    9,738GitHub पर देखें↗

    pkgx is a cross-platform tool orchestrator and portable package runner that enables the execution of specific software versions without requiring permanent installation on the host system. It functions as a multi-ecosystem package wrapper, providing a unified interface to launch tools and managers from various language ecosystems. The project serves as an ephemeral environment provider and script dependency manager, allowing users to declare and automatically inject required software versions into scripts via a shebang line. This allows for the bootstrapping of temporary shells and containers

    Executes scripts with a designated software version using a shebang without requiring a pre-installed tool.

    Rustenvironment-managerpackage-managerpackage-runner
    GitHub पर देखें↗9,738
  • fcl-team/foldcraftlauncherFCL-Team का अवतार

    FCL-Team/FoldCraftLauncher

    3,601GitHub पर देखें↗

    FoldCraftLauncher is a Java game launcher for Android that provides a mobile runtime environment for executing various game versions and snapshots. It functions as an Android game environment that manages game instances, save files, and graphical renderer plugins. The project includes a Java runtime manager to bundle or import multiple Java versions, ensuring compatibility across different software releases. It features a virtual input mapper that simulates mouse and keyboard events by translating touch screen interactions and gyroscope data into desktop-style control signals. The system pro

    Executes various game versions and snapshots on mobile devices to ensure compatibility.

    Java
    GitHub पर देखें↗3,601
  1. Home
  2. Programming Languages & Runtimes
  3. CLI Script Execution
  4. Version-Specific Execution

सब-टैग एक्सप्लोर करें

  • Multi-Version ExecutionCapability to launch different snapshots or versions of the same software within a single environment. **Distinct from Version-Specific Execution:** Focuses on managing different software version snapshots rather than shell shebang headers.