cannot connect to accepting sockets...2439 (7/24/2003 6:09:12 AM) hello all, I am writing a Gtk (well Gtkmm actually) version of othello that has aspirations of being networkable, but I am having a little problem. The program is written in C++ and therefore has a networking... blr70
Programming the human mind using scrypnosis840 (7/28/2003 7:40:54 PM) In whatever language a person understands, thus such a person is able to receive programming for their minds. The process of this programming is to establish a new realm of computer-human gaming and interfac... dibrager(1)
unix scripts230 (8/1/2003 7:28:44 PM) Can someone tell me where I could find some good information on scripting or give me some guidance? I am needing to write a script to move certain files to a different location based on when they were created.... jowens(5)
Get IP Address1139 (8/1/2003 1:46:04 PM) I have the follow code: gethostname(name, sizeof(name)); host = gethostbyname(name); if (host) { p = inet_ntoa(*((struct in_addr *)host->h_addr)); if (p) { cprintf(p); } } When i co... diogo
Telnet from Linux to Amiga: Character problems11215 (7/22/2003 2:03:38 PM) I recently set up my Linux PC and my Amiga 4000 to talk to each other over TCP/IP. I can now telnet from the Linux PC to the Amiga and use its shell. But there are some problems. I configured Genesis (on the Am... Joona
POSIX 1003.1 Frequently Asked Questions032 (8/1/2003 10:21:32 AM) Submitted-by: nospam@unix.net (Andrew Josey) POSIX(R) 1003.1 Frequently Asked Questions Last Updated : Aug 1 2003: freq.ques,v 1.1 This is the Frequently Asked Questions file for the POSIX 1003.1 standard (I... nospam242(43)
Nonblocking I/O and draining0126 (8/1/2003 7:54:44 AM) Hi, I'm currently writing a prosess that handles a "large" number of serial ports (listening for data, and sending data on request). I therefore use nonblocking I/O (open() with O_NONBLOCK) and poll(). I need... Ketil
Finding algorithms11114 (7/31/2003 4:05:09 AM) What would make a good resource for algorithms? There are ample references APIs, languages, structure and numerical work. But some applications need a little more thinking. For example: a program that sets up m... Christopher
how to print instr ptr from stack in signal handler?0167 (8/1/2003 3:50:04 AM) Hi, Want to catch SIGSEGV in a signal handler, print some meaningful info, then let things proceed to core sump. Know how to do all this and have it working, but the si_addr info on SIGSEGV notes the failing m... Chris
Berkeley DB Issue (possible Solaris problem)0278 (8/1/2003 3:48:28 AM) Hi all, I have started using Berkeley DB and use it in a Hash mode. The problem I see quite often is when deleting a record using dbp->del command, I get a error which says "Not owner" Any ideas on where ... ravin_chauhan(5)