Skip to content

Instantly share code, notes, and snippets.

@MinghongGao
MinghongGao / introrx.md
Created January 29, 2020 05:42 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@MinghongGao
MinghongGao / signal.c
Created April 14, 2018 07:26 — forked from aspyct/signal.c
Unix signal handling example in C, SIGINT, SIGALRM, SIGHUP...
/**
* More info?
* a.dotreppe@aspyct.org
* http://aspyct.org
* @aspyct (twitter)
*
* Hope it helps :)
*/
#include <stdio.h>