awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ice3man543/subfinderAvatar de Ice3man543

    Ice3man543/subfinder

    13,912Voir sur 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
    Voir sur GitHub↗13,912
  • addyosmani/backbone-fundamentalsAvatar de addyosmani

    addyosmani/backbone-fundamentals

    9,182Voir sur 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
    Voir sur GitHub↗9,182
  • nadermx/backgroundremoverAvatar de nadermx

    nadermx/backgroundremover

    7,932Voir sur 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
    Voir sur GitHub↗7,932
  • jagregory/abrash-black-bookAvatar de jagregory

    jagregory/abrash-black-book

    4,833Voir sur GitHub↗

    Ce projet est une référence technique numérique et une source de manuel axée sur la programmation graphique. Il consiste en une collection de guides de programmation graphique de bas niveau fournis sous forme de fichiers source Markdown conçus pour la distribution numérique et l'étude. Le projet utilise un pipeline de construction de livre électronique Markdown pour transformer le texte source en formats HTML5, EPUB3 et Mobi. Ce processus exploite Pandoc pour convertir des documents techniques structurés en formats de lecture numérique standardisés via un pipeline de traitement séquentiel. Le système couvre le formatage de documents techniques et la distribution de manuels numériques. Il transforme l'écriture technique brute en mises en page de livres numériques soignées pour l'éducation et la référence professionnelles.

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

    CSS
    Voir sur GitHub↗4,833
  • mroth/lolcommitsAvatar de mroth

    mroth/lolcommits

    4,811Voir sur GitHub↗

    lolcommits est un outil automatisé pour capturer, archiver et associer des médias de webcam aux historiques de commit de contrôle de version. Il fonctionne comme un archiveur d'instantanés de webcam et un outil de visualisation d'historique qui déclenche des photos, des GIFs ou des vidéos chaque fois qu'un commit Git est effectué. Le système utilise l'automatisation des hooks Git pour associer les hashs de commit aux instantanés physiques du développeur. Il inclut un système de plugins pour intégrer des outils tiers afin de transformer les images capturées ou d'ajouter des superpositions visuelles telles que des messages de commit et des identifiants. L'outil fournit un navigateur d'archives multimédias pour récupérer les captures associées à des dépôts spécifiques. Il inclut également un système de configuration pour gérer la sélection de l'appareil, les durées d'enregistrement et les délais de préchauffage.

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

    Ruby
    Voir sur GitHub↗4,811
  • bootdotdev/curriculumAvatar de bootdotdev

    bootdotdev/curriculum

    3,415Voir sur 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
    Voir sur GitHub↗3,415
  1. Home
  2. Operating Systems & Systems Programming
  3. Command Line Pipelining

Explorer les sous-tags

  • Image Processing Pipelines1 sous-tagIntegrating 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.