signal-handling
Here are 63 public repositories matching this topic...
A custom shell program emulating basic bash functionalities
- Updated
Sep 18, 2025 - C
System Programming course projects - includes UNIX/Linux system call and library function examples
- Updated
Feb 16, 2021 - C
A minimal Unix shell implementation in C, designed to replicate the behavior of bash with essential features including command execution, pipes, redirections, environment variable management, and built-in commands.
- Updated
Aug 21, 2025 - C
An Advanced POSIX-Compliant Shell
- Updated
Jul 21, 2025 - C
Signal handling implementation in 32bit and 64bit asm
- Updated
Mar 20, 2019 - Assembly
A tiny crate for checking if Ctrl-C was pressed — no handlers, no AtomicBool.
- Updated
Sep 17, 2025 - Rust
A small C experiment with signals and inter-process communication. Instead of quitting on Ctrl+C, this program overrides the default SIGINT behavior to play a sound (meow.mp3). Press q + Enter to exit cleanly. Built with SDL2 and SDL2_mixer.
- Updated
Sep 5, 2025 - C
NestJS module for request lifecycle management using AbortController. Handle client disconnections, timeouts, and graceful request cancellation.
- Updated
Nov 22, 2025 - TypeScript
This Python script is designed to interact with users, allowing them to find numbers within a specified range that are divisible by a list of user-provided divisors. It also calculates and displays the sum of these divisible numbers.
- Updated
Aug 10, 2024 - Python
A multi-threaded web server that handles questions about diseases over a distributed database
- Updated
Sep 28, 2021 - C
As beautiful as a shell. Implementation of the 42 project minishell
- Updated
Jan 9, 2022 - C
ServiceLib is a comprehensive Go library designed to accelerate the development of robust, production-ready microservices.
- Updated
Jun 29, 2025 - Go
💻 This project is a custom shell implementation written in C. It provides a command-line interface for users to execute commands, manage command history, create and use aliases, and handle input/output redirection and pipelines. The shell supports various built-in commands and can execute external programs, making it a versatile tool.
- Updated
Nov 10, 2024 - C
System Programming Project
- Updated
Sep 26, 2022 - C
A fairer alternative to the pselect() system call
- Updated
Mar 1, 2019 - C
Systems Programming
- Updated
Jun 26, 2020 - C
Improve this page
Add a description, image, and links to the signal-handling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the signal-handling topic, visit your repo's landing page and select "manage topics."