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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesProcess Input Streaming

Provides writable streams that send data to the standard input of running remote processes.

Distinct from Remote Data Streaming: Distinct from Remote Data Streaming: specifically covers streaming input to a running process's stdin, not general data transport to remote hosts.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Process Input Streaming. Refine with filters or upvote what's useful.

Awesome Process Input Streaming GitHub Repositories

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

    symfony/process

    7,463GitHub पर देखें↗

    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

    Provides writable streams that send data to the standard input of running processes.

    PHPcomponentphpsymfony
    GitHub पर देखें↗7,463
  • knplabs/snappyKnpLabs का अवतार

    KnpLabs/snappy

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

    Snappy एक PHP लाइब्रेरी है जो wkhtmltopdf और wkhtmltoimage बाइनरी के लिए एक रैपर के रूप में कार्य करती है। यह HTML स्ट्रिंग्स और रिमोट URLs को PDF दस्तावेज़ों और इमेज स्नैपशॉट्स में बदलने के लिए एक यूटिलिटी सुइट प्रदान करती है। यह प्रोजेक्ट डाउनलोड करने योग्य या स्ट्रीम करने योग्य PDF के जनरेशन और वेब पेज थंबनेल के निर्माण को सक्षम बनाता है। यह कई अलग-अलग URLs को एक एकल एकीकृत PDF दस्तावेज़ में एग्रीगेट करने का समर्थन करता है। उपयोगकर्ता JavaScript निष्पादन, कुकी हैंडलिंग, बैकग्राउंड रिमूवल और कस्टम स्टाइलशीट एप्लिकेशन के लिए कॉन्फ़िगरेशन सेटिंग्स के माध्यम से दस्तावेज़ आउटपुट को एडजस्ट कर सकते हैं।

    Streams HTML content or remote URLs as input to the rendering process for output generation.

    PHP
    GitHub पर देखें↗4,473
  • sshnet/ssh.netsshnet का अवतार

    sshnet/SSH.NET

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

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    Provides writable streams that send data to the standard input of running remote processes.

    C#networkscpsftp
    GitHub पर देखें↗4,310
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheethackerschoice का अवतार

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

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

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Streams input data directly into the standard input of running system processes.

    Shell
    GitHub पर देखें↗3,853
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Remote Workspace Command Execution
  5. SSH-Based Remote Execution
  6. Remote Data Streaming
  7. Process Input Streaming