|
Ryhm�n sfnet.urheilu virallinen kuvaus Aika huvittavaa, ett� tiedotusv�lineet ovatr kiinnostuneet vain Kallin taustamaksajista, miksi? Miksi ihmeess� ei oteta esille esim. Anne Holmlundin ja vaikka nyt Paavo Lipposen kaltaisten kiistatta tiedettyj� ydinalan madonlukukytk�ksi� SDP:n vaalien alla ja noin? Niist� voisimme saada enemm�n kuin mukaansatempa... 19 Jun 2008 01:20
Question on select() and sockets On Jun 13, 2:47 am, Rainer Weikusat <rweiku...(a)mssgmbh.com> wrote: David Schwartz <dav...(a)webmaster.com> writes: On Jun 11, 4:15 am, Rainer Weikusat <rweiku...(a)mssgmbh.com> wrote: The only 'relevant standards' here would be RFC768 ('user datagram protocol') and RFC791 ('internet protocol'). Neither ... 25 Jun 2008 21:11
Platform independant scripts? saneman wrote: I use Ubuntu 7.10 and often write scripts for various tasks. But I need to make these scripts run on the platforms, linux, windows and mac. Is there some language where I can write script that will work on all these platforms? Sure, there are several such languages. Ruby, Perl, and ... 19 Jun 2008 01:20
si_pid in siginfo_t never set in FreeBSD 6 Hi I have an app I've written some signal handler code for which collects the pid and uid if possible in the signal handler. In Linux it seems you always get them unless the signal is sent by the kernel or terminal subsystem or similar. However in FreeBSD they never seem to be set. My code is roughly as follows:... 19 Jun 2008 01:20
get child pids from parent pid ? killall -s USR1 "user supplied parameter" That surely is the most intuitive solution. But since I have to worry about sending this command in the program (where I have to manipulate with log levels of the pids), its not the best for such scenarios. I went through the code of killall.c but couldn't unders... 19 Jun 2008 01:20
libc.info can i get libc.info file in pdf or any other document format. So that i want to take a printout of it. thanks sinbad ... 7 May 2008 13:25
acheter lipitor soft sans prescription achat lipitor belgique en ligne Achetez achat lipitor acheter lipitor acheter lipitor canada commander en ligne acheter lipitor soft sans prescription achat lipitor belgique en ligne Achetez achat lipitor acheter lipitor acheter lipitor canada commander en ligne +++ Cholestérol +++ Cholestérol +++ Cholestérol +++ + http://jhku.net/ACHETER-LIPITOR-BON-MARCHE/ http://jhku.net/ACHETER-LIPITOR-BON-MARCHE/ ACHETER ... 6 May 2008 23:26
forming a link in a tree Hi Everyone, I was trying out the following problem in recursive approach 10 4 12 6 7 So the link should be 10->4->6->7->12 I developed the following code, for this, void single(struct node * root, struct node * parent) { if(root == NULL) return; root->link = NULL; if(parent !=... 6 May 2008 23:26
Scattered-write with sendto() un a SOCK_DGRAM Unix Domain Socket Hi to everyone, I'd like to do a scattered write, like with writev() on a Unix Domain Socket. The problem is, since the socket is of SOCK_DGRAM type, and thus unconnected, writev will fail saying "Transport endpoint is not connected". I checked in the man pages and yes, write() and writev() will not work on datagr... 6 May 2008 23:26
MinGW / Cygwin: Where to put DLLs, and why? Hi everyone, I am aware that this is not really a Unix question, since DLLs aren't really a Unix file type :) I think you'd be best fit for answering it anyways: When I was last compiling a set of libraries under cygwin (xercesc), I put the dlls in the /bin folder. For they are, technically, binaries, in ... 6 May 2008 23:26 |