TCP & UDP Port Software
http://support.apple.com/kb/TS1629 http://wiki.citec.us/index.php?title=List_of_TCP_and_UDP_port_numbers Related Blogs A Letter to a Mother Unknown | The LA Progressive Reverse Phone Book Lookup – How to Identify Unknown Numbers … EPA Says Effect of Dispersants at Depth “Unknown” at Oil Change
Unix Network Programming [Installation-Command]
command ตอนที่จะ config lib เดี๋ยวกลับมาเขียนต่อ 950 mkdir OS2 951 cd OS2 952 wget http://ftp.icm.edu.pl/packages/books/stevens.unpv12e/unpv12e.tar.gz 953 gunzip -c unpv12e.tar.gz | tar -xvf – 954 cd unpv12e 956 ./configure 957 cd lib 958 make 959 cd .. 960 ls 961 ./configure 962 cd [...]
Install Macports On Mac OS X
ขั้นแรกให้ไปดาวน์โหลดตัว Macports ที่ http://www.macports.org/install.php ก่อนเลยครับ ผมเลือก download แบบ source ครับ แล้วทำตาม Source Installation ได้เลยครับ พอ sudo make install เรียบร้อยแล้วจะได้หน้าจอ terminal แบบนี้ครับ
Netbean 6.5 RC2 With Grails !
การใช้งาน netbean ide จากตัวอย่างหน้า http://www.grails66.com/blog/?p=438 ครับผม 1. เปิดโปรแกรมมาครับ แล้ว New Project ดังรูป
วิธีการใช้ GLUT บน MAC ด้วย Eclipse
Glut With Eclipse On Mac ก่อนอื่นเราต้องใช้ (Use This) #include <OpenGL/gl.h> #include <GLUT/glut.h> แทนที่จะใช้ (Instead Of) #include <GL/gl.h> #include <GL/glut.h> แล้ว คลิกขวาที่ Project ด้านซ้ายมือ เลือก Properties เลือก “C/C++ Build:Properties” มองหาและไปที่ “Tool Settings” เลือกไปที่ “Mac OS X C++ Linker : Miscellaneous” เพิ่มใช่ช่อง “Linker flags” field: ด้วย -framework GLUT -framework OpenGL
Intro to Lex & Yacc [1]
มาทำ scanner ด้วย flex กัน !! lex & yacc หมายเหตุ ว่า ส่วนของ scanner (ทำ lexical analysis) ผมจะใช้โปรแกรม flex หรือ lex ส่วนของ parser เราใช้โปรแกรม bison ซึ่ง flex (Flex is a fast lexical analyser generator.) และ bison (Bison is a general-purpose parser generator) เป็นโปรแกรม บน unix based OS แต่บน windows ก็มีให้ใช้ ลองไป search หา กันได้ครับ วิธีการติดตั้งง่ายๆ บน [...]

