2 Repos
Apply text-processing tools like piping and compression to binary files for capture, conversion, and transfer.
Distinct from Binary Data Processing: Distinct from Binary Data Processing: focuses on command-line stream processing with pipes, not memory-managed lists.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Command-Line Stream Processing. Refine with filters or upvote what's useful.
This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer
Teaches processing binary data streams using command-line tools like piping and compression.
This project is a PHP library that serves as a configuration file processor, providing a bridge to translate human-readable YAML text into native PHP arrays and objects. It functions as both a parser for converting YAML content into application-ready data structures and a serializer for transforming PHP data back into formatted YAML strings. The library includes security protections designed to prevent memory exhaustion and stack overflow attacks when processing untrusted documents. It ensures structural integrity through syntax validation and provides a command-line utility to check files fo
Serves as a bridge that translates human-readable YAML files into application-ready PHP data structures.