awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesCommand Line Pipelining

Instruction on connecting the standard output of one program to the standard input of another.

Distinct from Modular Data Pipelines: Candidates focus on data engineering pipelines; this is about basic Unix shell pipelining for automation.

Explore 6 awesome GitHub repositories matching operating systems & systems programming · Command Line Pipelining. Refine with filters or upvote what's useful.

Awesome Command Line Pipelining GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ice3man543/subfinderالصورة الرمزية لـ Ice3man543

    Ice3man543/subfinder

    13,912عرض على GitHub↗

    Subfinder is a passive subdomain enumeration tool and DNS discovery utility designed to identify valid subdomains and hostnames associated with a specific organization or domain. It functions as a passive reconnaissance tool, gathering information about target domains by querying online databases without sending network traffic to the target infrastructure. The tool utilizes a pluggable provider architecture to separate discovery logic into independent modules, allowing for the integration of multiple passive-source APIs. It employs a concurrent-worker request model to execute network request

    Supports Unix-style shell pipelining to integrate subdomain discovery into automated security tool chains.

    Go
    عرض على GitHub↗13,912
  • addyosmani/backbone-fundamentalsالصورة الرمزية لـ addyosmani

    addyosmani/backbone-fundamentals

    9,182عرض على GitHub↗

    Backbone Fundamentals is an introductory guide to building structured client-side JavaScript applications using Backbone.js. It covers the core concepts of model-view-controller architecture, including models, views, collections, and routers, to compose maintainable single-page applications. The book explores event-driven state propagation, where model changes broadcast through custom events to decouple updates from view re-rendering, and a RESTful JSON sync layer that maps CRUD operations to HTTP endpoints. It also covers template-based view rendering, modular script loading for managing cod

    Ships a command-line build pipeline that generates the book into HTML, ePub, Mobi, PDF, and RTF formats.

    Rich Text Format
    عرض على GitHub↗9,182
  • nadermx/backgroundremoverالصورة الرمزية لـ nadermx

    nadermx/backgroundremover

    7,932عرض على GitHub↗

    Backgroundremover is an AI-powered tool that removes backgrounds from both images and videos, accessible through a command-line interface and a Python API. At its core, it uses a pre-trained deep learning model to classify each pixel as foreground or background, producing a binary mask for removal. The tool distinguishes itself through multiple integration methods and output capabilities. It can process images and videos via Unix pipeline data streams, operate as an HTTP API server, or be called programmatically within Python scripts. Users can choose among different AI models to balance proc

    Supports Unix pipeline integration for processing image data through standard streams.

    Pythonaibackground-removalbackground-remover
    عرض على GitHub↗7,932
  • jagregory/abrash-black-bookالصورة الرمزية لـ jagregory

    jagregory/abrash-black-book

    4,833عرض على GitHub↗

    هذا المشروع عبارة عن مرجع تقني رقمي ومصدر كتاب مدرسي يركز على برمجة الرسوميات. يتكون من مجموعة من أدلة برمجة الرسوميات منخفضة المستوى المقدمة كملفات Markdown مصممة للتوزيع الرقمي والدراسة. يستخدم المشروع خط أنابيب بناء كتاب إلكتروني Markdown لتحويل النص المصدر إلى تنسيقات HTML5 وEPUB3 وMobi. تستفيد هذه العملية من Pandoc لتحويل المستندات التقنية المنظمة إلى تنسيقات قراءة رقمية قياسية من خلال خط أنابيب معالجة متسلسل. يغطي النظام تنسيق المستندات التقنية وتوزيع الكتب المدرسية الرقمية. وهو يحول الكتابة التقنية الخام إلى تخطيطات كتب رقمية مصقولة للتعليم المهني والمرجع.

    Implements a sequential build pipeline that generates multiple ebook formats from a single markdown source.

    CSS
    عرض على GitHub↗4,833
  • mroth/lolcommitsالصورة الرمزية لـ mroth

    mroth/lolcommits

    4,811عرض على GitHub↗

    lolcommits هي أداة آلية لالتقاط وأرشفة وربط وسائط كاميرا الويب بسجلات تاريخ الالتزام (Commit) للتحكم في الإصدار. تعمل كأداة أرشفة لقطات كاميرا الويب وأداة تصور للتاريخ التي تطلق صوراً، أو ملفات GIF، أو مقاطع فيديو كلما تم تنفيذ التزام Git. يستخدم النظام أتمتة خطافات Git لربط تجزئات الالتزام بلقطات مادية للمطور. ويتضمن نظام إضافات لدمج أدوات الطرف الثالث لتحويل الصور الملتقطة أو إضافة تراكبات بصرية مثل رسائل الالتزام والمعرفات. توفر الأداة متصفح أرشيف وسائط لاسترداد اللقطات المرتبطة بمستودعات محددة. كما تتضمن نظام تهيئة لإدارة اختيار الجهاز، ومدة التسجيل، وتأخيرات الإحماء.

    Pipes captured images through external command-line tools to apply styles and visual modifications.

    Ruby
    عرض على GitHub↗4,811
  • bootdotdev/curriculumالصورة الرمزية لـ bootdotdev

    bootdotdev/curriculum

    3,415عرض على GitHub↗

    This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re

    Teaches the use of shell pipes to connect programs and create modular terminal automations.

    algorithmscomputer-sciencecurriculum
    عرض على GitHub↗3,415
  1. Home
  2. Operating Systems & Systems Programming
  3. Command Line Pipelining

استكشف الوسوم الفرعية

  • Image Processing Pipelines1 وسم فرعيIntegrating image compression into Unix pipelines and shell scripts through standard input/output streaming. **Distinct from Command Line Pipelining:** Distinct from Command Line Pipelining: focuses on piping image data through compression tools, not shell interpreters themselves.
  • Multi-Format Book PipelinesBuild pipelines that generate book content into multiple output formats from a single source. **Distinct from Command Line Pipelining:** Distinct from general Command Line Pipelining: focuses on chaining build tools specifically for multi-format book generation, not generic Unix shell piping.