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.
Inter processing communication system that utilizes named pipes, low-level I/O, system calls and unix signals to handle various user requests
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.
👨💻 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.
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."