23 results for “topic:systemprogramming”
No description provided.
Explore the use of shared memory for IPC. This repo offers tutorials and examples on effectively utilizing shared memory between processes. Perfect for beginners and experts alike.
Sogang univ system programming course assignment
Sample MapReduce
Learn to Code on the Go ..!
This repository is all about implementation of basic concepts of linux system programming ,which willl help programmer to refresh their concepts or will help noobs to see how theoretical concepts works when written.
Simple math project in C to practice using 'gcc', makefiles and libraries as an assignment in Systems Programming A @ Ariel University
text based learning for rust language
Minitalk is a Unix-based project that implements a client-server communication using signals (SIGUSR1, SIGUSR2). It strengthens skills in low-level C programming, bitwise operations, process handling, and inter-process communication without using sockets or shared memory.
Comprehensive toolkit for mastering Netlink Type-Length-Value (TLV) in Linux. Features step-by-step guides, code snippets, and examples. Dive deep into Netlink TLV communication and its intricacies!
No description provided.
Linux System Programming Study
Консоль, що вимагає введення імені процесу й після вбиває його.
My solutions for the Operating Systems course' assignments at the faculty.
Explore basic assembly language concepts and examples, including fundamental operations, NASM syntax, and low-level programming.
Enterprise-grade encrypted messaging platform built from scratch. C++ cryptographic core (ChaCha20, X25519, Ed25519) + Node.js backend + multiple interfaces. Demonstrates security engineering, systems programming & full-stack development. Zero-knowledge architecture with forward secrecy. Production-ready, tested & documented.
No description provided.
A Linux telemetry engine built with eBPF and Modern C++ that captures kernel-level events for processes, files, system calls, and network with a modular pipeline for decoding, enrichment, filtering, and JSON output. It is designed for portability across modern kernels using libbpf/CO-RE with graceful fallback behaviour.
C/C++ Lexer in C ( Syntax Analyzer / Tokenizer )
Програма, яка спамить вікнами.
Analyzes real Linux update logs and uses machine learning to assess update stability and risk.
This project is a custom implementation of a Virtual File System (VFS) that simulates the functionality of the Linux file system.
a piece of garbage kernel code which i made for testing and experimenting out of boredom