If a father will abuse his own little baby girl, then the Programmers know that the man has no conscience. This father’s involvement in criminal activity (and thereby his vulnerability) can be continually increased. They want men who they believe will not develop any qualms later on in life about what they have done. A man who waits until his daughter is a teenager to molest her, is usually esteemed to have too much conscience for the programmers.
Name:
VIPPER2010-11-02 7:47
NEW TOPIC:
I need help some /prog/, i need to get characters from stdin, using raw linux syscalls.
The thing is i need them character wise, ergo they need to be copied into a buffer before i press enter(/n).
I tried using ioctl TCSETS to unset CANON flag, but it just doesnt work!
And yes ioctl return 0, so i dont know what to do.
>>8,9 ARE YOU MY TWIN(S)?
Anyway >>4
Read the source for ncurses and see how it's done there.
NEW TOPIC:
Could I use select() and some threading to conjure up some interrupt-based input handling instead of polling the /device in non-blocking mode?