Search Results

12
votes

Octal number literals: when? why? ever?

The only place I come across octal literals these days is when dealing with the permission bits on files in Linux, which are normally represented as 3 octal digits, where each digit represents the …
0
votes

is there a way for my binary to react to some global hotkeys in linux ?

One way to do it is to have your application listen on a certain port, or socket file, for incoming requests. Then you can write a small client application that connects to that port or soc …