First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
MacOSX: Equivalents for TCGETS, TCSETSF, TCSETSW (Solution!)
In article <hthq84$v0h$1(a)news.xmission.com>, Kenny McCormack <gazelle(a)shell.xmission.com> wrote: I have some old code that uses these symbols (TCGETS, TCSETSF, TCSETSW) that I would like to get compiled on MacOSX. None of these symbols exist in any of the include files, as far as I can tell. These symbols ... 27 May 2010 15:56
Interview question
Write a regular expression to replace all occurrences of the letter ‘f’, followed by any number of characters, followed by the letter ‘a’, followed by one or more numeric characters, followed by the letter ‘n’, and replace what’s found with the string “UNIX”. Is it possible to do it with tr?? Madi ... 26 May 2010 11:20
MacOSX: Equivalents for TCGETS, TCSETSF, TCSETSW
I have some old code that uses these symbols (TCGETS, TCSETSF, TCSETSW) that I would like to get compiled on MacOSX. None of these symbols exist in any of the include files, as far as I can tell. These symbols do exist on Solaris and on Linux. What are the MacOS equivalents? -- No, I haven't, that's why ... 28 May 2010 17:04
mount(2) on MAC OS X 10.5 >
I am trying to mount a drive from within my C application. It would appear that in order to mount a volume I must use the mount(2) command from within my C code. However the man page isn't very informative on the parameters passed to the command.... Imagine I want to mount afp://user:password(a)host/dir How w... 28 May 2010 15:57
Process question
When i'am using ps aux command i got in one of the columns the actual satus of a process, it is obvious that S-sleep, T-stopped, R-running but i couldn't find answer what states: Sl Ss Ss+ R+ SlL Ssl SNl or s<Sl means?? Madi ... 26 May 2010 23:32
Grep question
I wan't to show all lines from file which consist of only 3 char: grep ^.{3}$ file Why this does't work?? Isn't it the same as : grep ^...$ file ?? madi ... 24 May 2010 14:34
Extended deadline (15 July 2010): CACS Singapore [EI Compendex,ISTP,IEEE Xplore]
[ Please forward to those who may be interested. Thanks. ] ================================================================== 2010 International Congress on Computer Applications and Computational Science CACS 2010 http://irast.org/conferences/CACS/2010 4-6 December 2010, Singapore ==============================... 24 May 2010 00:28
ssh question: KeepAlive setting?
I have an ssh connection that times out on inactivity. I want to put something in the connection to generate a bit of "noise" on the connection every so often. I seem to remember having done this in the past but don't remember how I did it. Can someone help? Notes: 1) Don't bother telling me I shouldn't do th... 25 May 2010 09:06
Changing the style/color of output text in a Command Line program
I'm getting ready to start my first (useful) C++ program soon, and am wondering if there's any way to change the style/color of text printed using std::cout (e.g. italic, bold, green, blue, etc.). I'm programming on a Mac OS X system if that makes any difference. Thanks! Also note, depending on if I can or ... 24 May 2010 15:42
multiplexing
With client sockets, and networking in general what is the difference in IO multiplexing and asynchronous multiplexing? Is this for DGRAM and STREAM sockets? Bill ... 23 May 2010 13:34
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24