|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
Games Bolster China’s Great Leap in Tourism
Started rectravel · Date: Sep 19, 2008 23:27 ·
1 post(s) |
PASS Log-Dispatch-Jabber-0.3 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 14, 2008 22:45 ·
1 post(s) |
Is your licence out of date?
Started Brimstone · Date: Sep 11, 2008 06:21 ·
86 post(s) |
sockaddr_un problem podczas kompilacji z rozmiarem struktury
Started tomekD · Date: Sep 12, 2008 10:06 ·
4 post(s) |
PASS Log-Dispatch-Jabber-0.3 i86pc-solaris-64int 2.11
Started Josts Smokehouse · Date: Sep 12, 2008 20:36 ·
1 post(s) |
UNKNOWN Language-SIOD-0.01 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 12, 2008 13:03 ·
1 post(s) |
The Top Ten 'Greenest' Schools
Started Zaroc Stone · Date: Sep 11, 2008 12:38 ·
2 post(s) |
UNKNOWN Language-SIOD-0.01 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 9, 2008 01:47 ·
1 post(s) |
WA Report
Started Anonymous Loser · Date: Sep 7, 2008 02:27 ·
3 post(s) |
Who would make a good Doc?
Started Marcus Tee · Date: Jul 27, 2008 21:19 ·
34 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Games Bolster China’s Great Leap in Tourism
Group: soc.culture.hmong · Group Profile · Search for buffs in soc.culture.hmong
Author: rectravel
Date: Sep 19, 2008 23:27
... the Olympic athletes experience on television,” said Jerry Pi, president of Pacific Delight Tours. “I’ve seen a jump of about 20 percent for 2008, in terms of deposits for 2009 tours, compared to 2007.” Architecture buffs are also making a beeline to Beijing to see groundbreaking projects like the Bird’s Nest — the Olympic stadium — and Norman Foster’s Terminal 3 at the Beijing airport. According to Detlev Bruckhoff, general manager of ...
Show full article (3.51Kb) |
PASS Log-Dispatch-Jabber-0.3 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for buffs in perl.cpan.testers
Author: Rick Myers
Date: Sep 14, 2008 22:45
...to='obelisk.net' from='xbox.box' xml:lang='en' ) XML::Stream: Read: buff(<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/... for more packets XMPP::Conn: Process: timeout(1) XML::Stream: Read: buff(<iq id='netjabber-0' type='result'><query xmlns='jabber:iq:auth'><username>... for more packets XMPP::Conn: Process: timeout(1) XML::Stream: Read: buff(<iq id='netjabber-1' type='result'/>) XMPP::Conn: CallBack: sid(48CDF655...
Show full article (11.29Kb) |
Re: Is your licence out of date?
Group: uk.transport · Group Profile · Search for buffs in uk.transport
Author: Ian Dalziel
Date: Sep 13, 2008 04:15
... that satisfies the requirements to use them in other EU countries. Before that they were all green, but only in English and you were supposed to carry a translation, usually an International Driving Permit, to use them on the continent. Before that, they were a little red booklet and before that the booklet was buff coloured. Yup, I had one of the little red booklets. They replaced it with this green one. -- Ian D
Show full article (1.18Kb) |
Re: sockaddr_un problem podczas kompilacji z rozmiarem struktury
Group: pl.comp.os.linux.programowanie · Group Profile · Search for buffs in pl.comp.os.linux.programowanie
Author: tomekD
Date: Sep 13, 2008 03:03
... argc, char ** argv) { struct sockaddr_un sa; unlink(SOCKETNAME); strcpy(sa.sun_path,SOCKETNAME); sa.sun_family = AF_UNIX; if(fork() == 0) // potomek - klient { int fd_sckt; char buff[100]; fd_sckt = socket(AF_UNIX,SOCK_STREAM,0); while(connect(fd_sckt,(struct sockaddr *)&sa,sizeof(sa)) == -1) { } }return 0; } Brakuje #include <sys/...
Show full article (0.92Kb) |
PASS Log-Dispatch-Jabber-0.3 i86pc-solaris-64int 2.11
Group: perl.cpan.testers · Group Profile · Search for buffs in perl.cpan.testers
Author: Josts Smokehouse
Date: Sep 12, 2008 20:36
...-noc.vm.ruhr-uni-bochum.de' xml:lang='en' ) XML::Stream: Read: buff(<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/...wait for more packets XMPP::Conn: Process: timeout(1) XML::Stream: Read: buff(<iq id='netjabber-0' type='result'><query xmlns='jabber:iq:auth'><username>... for more packets XMPP::Conn: Process: timeout(1) XML::Stream: Read: buff(<iq id='netjabber-1' type='result'/>) XMPP::Conn: CallBack: sid(48CB3537)...
Show full article (11.74Kb) |
UNKNOWN Language-SIOD-0.01 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for buffs in perl.cpan.testers
Author: Rick Myers
Date: Sep 12, 2008 13:03
...function `md5_init': slibu.c:601: error: `MD5_CTX' undeclared (first use in this function) slibu.c: At top level: slibu.c:605: error: syntax error before '*' token slibu.c: In function `md5_update_from_file': slibu.c:607: error: `buff' undeclared (first use in this function) slibu.c:607: error: `dim' undeclared (first use in this function) slibu.c:607: error: `f' undeclared (first use in this function) slibu.c:608: error: `ctx' undeclared...
Show full article (6.52Kb) |
Re: sockaddr_un problem podczas kompilacji z rozmiarem struktury
Group: pl.comp.os.linux.programowanie · Group Profile · Search for buffs in pl.comp.os.linux.programowanie
Author: pjb
Date: Sep 12, 2008 11:20
... "MySocket" int main(int argc, char ** argv) { struct sockaddr_un sa; unlink(SOCKETNAME); strcpy(sa.sun_path,SOCKETNAME); sa.sun_family = AF_UNIX; if(fork() == 0) // potomek - klient { int fd_sckt; char buff[100]; fd_sckt = socket(AF_UNIX,SOCK_STREAM,0); while(connect(fd_sckt,(struct sockaddr *)&sa,sizeof(sa)) == -1) { } }return 0; } Brakuje #include <sys/un.h>
Show full article (0.78Kb) |
sockaddr_un problem podczas kompilacji z rozmiarem struktury
Group: pl.comp.os.linux.programowanie · Group Profile · Search for buffs in pl.comp.os.linux.programowanie
Author: tomekD
Date: Sep 12, 2008 10:06
... <stdio.h> #include <string.h> #include <sys/socket.h> #define SOCKETNAME "MySocket" int main(int argc, char ** argv) { struct sockaddr_un sa; unlink(SOCKETNAME); strcpy(sa.sun_path,SOCKETNAME); sa.sun_family = AF_UNIX; if(fork() == 0) // potomek - klient { int fd_sckt; char buff[100]; fd_sckt = socket(AF_UNIX,SOCK_STREAM,0); while(connect(fd_sckt,(struct sockaddr *)&sa,sizeof(sa)) == -1) { } }return 0; }
Show full article (0.64Kb) |
The Top Ten 'Greenest' Schools
Group: mn.politics · Group Profile · Search for buffs in mn.politics
Author: Zaroc Stone
Date: Sep 11, 2008 12:38
...-high school supports local offset projects. CU does more than buy its way out of carbon guilt, however. Highlight Transportation: Tuition covers city bus passes and loaner bikes. Most campus shuttles, or Buff Buses, run on biodiesel. Curriculum: Students work at the forefront of climate and ocean studies through the Cooperative Institute for Research in Environmental Sciences (CIRES). Lowlight Energy: Only 7 percent of the ...
Show full article (11.34Kb) |
UNKNOWN Language-SIOD-0.01 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for buffs in perl.cpan.testers
Author: Rick Myers
Date: Sep 9, 2008 01:47
...function `md5_init': slibu.c:601: error: `MD5_CTX' undeclared (first use in this function) slibu.c: At top level: slibu.c:605: error: syntax error before '*' token slibu.c: In function `md5_update_from_file': slibu.c:607: error: `buff' undeclared (first use in this function) slibu.c:607: error: `dim' undeclared (first use in this function) slibu.c:607: error: `f' undeclared (first use in this function) slibu.c:608: error: `ctx' undeclared...
Show full article (6.41Kb) |
|
|
|