Month: September 2004

All knowlege is belong to the world

Joyce Skywalker Private Blog! สวัสดีครับ เมื่อวานเพิ่งได้ลอง GMail ของ Google ที่คุยไว้ว่าสามารถจุได้ 1GB O_o แต่คนที่จะสมัครได้ต้องมีคน เชิญ ก่อนนะครับ ไม่งั้น ไม่ได้ ใครอยากได้บอกผมละกันไว้ถ้าผมเชิญได้แล้วจะส่งไปเชิญครับ ! มีคนเล่าให้ฟังเกี่ยวกับวิธีการของ Google นี้ ว่ามาจากทฤษฏี ดังนี้นะครับ “ไม่ทราบว่าเพื่อนเคยได้ยิน

Read More

SirpinskiMouse+Enter

#include // use proper includes for your system#include #include gl.h>#include const int screenHeight = 480;class GLintPoint{public: GLint x,y; };static GLintPoint conners[3];int random(int m){ return( rand()%m);}void drawDot(GLint x,GLint y){ //draw dot at integer point(x,y) glColor3f(1.0,0.0,0.0);

Read More