Skip to content

Instantly share code, notes, and snippets.

View SPGC's full-sized avatar
🎯
Focusing

Ilia Nechaev SPGC

🎯
Focusing
View GitHub Profile
@SPGC
SPGC / epoll.c
Created August 7, 2025 10:06
Linux epoll syscall example
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/epoll.h>
#include <sys/wait.h>
void print_to_pipe(const int fd, const int process_id, const int sleep_time)
{
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 11, 2025 20:22
Conventional Commits Cheatsheet