[Csync2] Re: not a squeak from csync2

Clifford Wolf clifford at clifford.at
Fri Nov 25 10:42:12 CET 2005


Hi,

On Fri, Nov 25, 2005 at 10:23:56AM +0100, Uro? Golja wrote:
> Thanks. I really started to wonder about this. Minutes before you posted 
> to the list I just replaced the DNS hostnames with local hostnames and 
> things started to work. These kind of things should really be mentioned 
> somewhere in the documentation. For the sake of clarity and to avoid 
> unnecessary traffic on the mailing list :-)

ACK. I've now added an additional paragraph about it to the section "3.4.2
Host List" in the documentation. I hope that does the job..

yours,
 - clifford

-- 
bash -c "gcc -o mysdldemo -Wall -O2 -lSDL -lm -pthread -x c <( echo -e '
#include <SDL/SDL.h>\n#include <complex.h>\nint main(){SDL_Surface*s;SDL_Event
e;int x,y,n;SDL_Init(SDL_INIT_VIDEO);s=SDL_SetVideoMode(640,480,32,0);for(x=0;
x<640;x++)for(y=0;y<480;y++){float _Complex z=0, c=((x-400)/200.0) + ((y-240)/
200.0)*1.0fi;for(n=1;n<64;n++){z=z*z+c;if(cabsf(z)>2){((Uint32*)s->pixels)[x+y
*640]=n<<3;n=99;}}}SDL_UpdateRect(s,0,0,s->w,s->h);do SDL_WaitEvent(&e); while
(e.type!=SDL_QUIT&&e.type!=SDL_KEYDOWN);SDL_Quit();return 0;}' ); ./mysdldemo"
 
"In the future, airplanes will be flown by a dog and a pilot. And the
dog's job will be to make sure that if the pilot tries to touch any of
the buttons, the dog bites him." - Scott Adams (author of Dilbert).


More information about the Csync2 mailing list