/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.neerajsidhaye.com
| | www.joeshaw.org
1.4 parsecs away

Travel
| | I forget what I was told by myself
| | peter.bourgon.org
1.7 parsecs away

Travel
| | Peter Bourgon has a web site, and this is that web site.
| | www.alexedwards.net
1.2 parsecs away

Travel
| |
| | hjr265.me
21.4 parsecs away

Travel
| Signals are standardized messages that an operating system can send your programs. Take Ctrl+C for example. When running a program from the terminal and you hit Ctrl+C, you expect the program to end immediately. How does that work, though? Ctrl+C is a shortcut for the POSIX signal SIGINT. By default, this signal causes your program to be terminated. But this is one of those signals you can handle: You can intercept it and do whatever you please.