URL Finder in C++ and Shell using fork/exec, pipes and named pipes, low-level I/O as well as signal handling.
-
Updated
May 1, 2024 - C++
URL Finder in C++ and Shell using fork/exec, pipes and named pipes, low-level I/O as well as signal handling.
A high-performance Python extension module written in Rust for efficient log analysis. Implements memory-safe reverse file traversal (tail) and multi-threaded line searching using PyO3, optimized for parsing massive text files with minimal memory overhead
Inter processing communication system that utilizes named pipes, low-level I/O, system calls and unix signals to handle various user requests
👨💻 C++ low-level program monitoring changes in the files of a directory and processing the URLs of each file by forking new processes. A bash script sums up the results.
Data Structures, Bash Script, Processes creation using system calls (fork/exec), Process communication via pipes, Use of low level I/O, Thread creation, Network Programming using sockets.
Steganography hides secret messages within ordinary files like text, images, or audio to avoid detection. Derived from Greek steganos (hidden) and graph (writing), it conceals data in non-secret media, such as embedding text in a document or picture. Unlike encryption, it focuses on hiding the existence of the message itself.
Distributed travel monitor system in C with Inter-Process Communication, Signal Handling, Multiplexed Low-Level I/O, Custom Communication Protocols.
Add a description, image, and links to the low-level-io topic page so that developers can more easily learn about it.
To associate your repository with the low-level-io topic, visit your repo's landing page and select "manage topics."