You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
👨💻 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.
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.