ส่งกำลังใจ
เรื่องล่าสุด
หมวดหมู่
- Books (2)
- Browser (1)
- Chrome (1)
- Coffee Script (1)
- Creative Commons (1)
- diary (2)
- encryption (1)
- Facebook Application Dev. (6)
- gis (1)
- Google (5)
- Hacking (10)
- iLife – ไอโฟน (18)
- Information Retrieval (2)
- iPhone & iPod (2)
- Life – ชีวิต , ท่องเที่ยว (7)
- Laconic – คำสั้นๆ (2)
- Meeting (1)
- Movies (2)
- Love – เรื่องรัก (4)
- Macintosh (3)
- Mind Map (1)
- Network Security (2)
- Notes (1)
- Programming (101)
- Android (1)
- Antlr (1)
- C/C++ (2)
- Digital Image Processing (2)
- Drupal (10)
- Geolocation (3)
- Google Maps (1)
- Groovy (19)
- Grails (12)
- Hack your brain (1)
- Haskell (2)
- Java (7)
- Javascript (22)
- jQuery (5)
- JSON (3)
- PHP (6)
- Python (7)
- Django (2)
- Ruby (2)
- Rails (2)
- Senior Project (6)
- Traffy (5)
- Quotes (1)
- Social Networks (47)
- Study & Examination (5)
- TDD (2)
- Testing (2)
- Uncategorized (55)
- version control (6)
- Git/GitHub (6)
- YouTube (4)
- มิติแห่งจิตวิญญาณ (3)
- อดีต (1)
- โปรขุด (16)
ป้ายกำกับ
ความรู้สึก ตัดคำภาษาไทย รัก ลืม วิธีติดตั้ง หนังสือ เกรด โปรขุด *nix Address Advance ARP array assignment computer graphic Config cs348 cs359 curl drupal facebook geocoding git google grade grails graphic Groovy Hacking handleError ipod touch javascript jquery jsonp php ports Project senior project social-network thammasat traffy traffy api traffy api wrapper wireshark youtubeคลังเก็บ
- พฤษภาคม 2012 (1)
- กุมภาพันธ์ 2012 (1)
- ธันวาคม 2011 (1)
- กันยายน 2011 (4)
- สิงหาคม 2011 (2)
- กรกฎาคม 2011 (9)
- มิถุนายน 2011 (1)
- พฤษภาคม 2011 (4)
- เมษายน 2011 (1)
- มีนาคม 2011 (1)
- กุมภาพันธ์ 2011 (9)
- มกราคม 2011 (16)
- ธันวาคม 2010 (9)
- พฤศจิกายน 2010 (14)
- ตุลาคม 2010 (8)
- กันยายน 2010 (9)
- สิงหาคม 2010 (6)
- กรกฎาคม 2010 (18)
- มิถุนายน 2010 (16)
- พฤษภาคม 2010 (13)
- เมษายน 2010 (17)
- มีนาคม 2010 (17)
- กุมภาพันธ์ 2010 (2)
- มกราคม 2010 (15)
- กันยายน 2009 (1)
- สิงหาคม 2009 (2)
- มิถุนายน 2009 (2)
- พฤษภาคม 2009 (12)
- เมษายน 2009 (2)
- มีนาคม 2009 (7)
- กุมภาพันธ์ 2009 (11)
- มกราคม 2009 (29)
- ธันวาคม 2008 (21)
- พฤศจิกายน 2008 (3)
- ตุลาคม 2008 (2)
Blog
Tag Archives: Project
Grails RunApp: : Error starting Sun’s native2ascii
[Google Maps Geocoding] ลอง Parse Json ด้วย Groovy + Java (Netbeans)
โปรเจ็คตลกๆมาอีกแล้ว เพราะโปรเจ็คนี้ผมใช้ Json Lib + Groovy + Java แต่ผมใช้ Groovy ดึง json (URL.text) แล้วใช้ Java เป็นตัวแกะ jsonObject เป็น jsonArray หลังจากนั้นเอาข้อมูลโยนกลับไปให้ Groovy ถอดเอาเฉพาะส่วนที่ต้องการออกมา (ในที่นี้คือ coordinates — latitude ,longitude นั่นแหละ) ดูวุ่นวายมาก ทั้งๆที่ เขียน Groovy อย่างเดียวก็ได้ เพราะ Json Lib ก็ลองรับ groovy หรือจะเขียน Java เพียวๆ เลยก็ได้ … Continue reading
[cache] Grails Project : การตัดคำภาษาไทย(ด้วย Java) และประมวลผลด้วย Grails
ครึกครื้นอยากเขียน … พอดีได้โจทย์ซึ่งเป็น Senior Project ของเพื่อน แต่ว่าอยากทำเลยเอามาลองเสียหน่อย (ฝึกเขียน grails ด้วยการทำ โจทย์) ได้ความรู้ + ประสบการณ์ มากเลยทีเดียว เพราะว่า เพิ่งเริ่มจับ grails แล้วทำงานแบบเป็นชิ้นเป็นอัน ครั้งนี้ก็ครั้งแรก แต่ก่อนหน้านี้มีใช้ grails + xfire ในการทำ project วิชา SOAp ก็เรียบร้อยไป (แต่ client ใช้ nusoap + codeigniter) เล่นกันทีเดียวคุ้ม
Twitter Follow Back Script
517 sudo gem update –system 518 sudo gem install rubygems-update 519 sudo update_rubygems 520 sudo gem install twitter #!/usr/bin/env ruby require ‘rubygems’ require ‘twitter’ config = YAML::load(open(“.twitter”)) httpauth = Twitter::HTTPAuth.new(config['email'], config['password']) base = Twitter::Base.new(httpauth) base.followers.each do |follower| if !follower.following begin … Continue reading
[Pre] GitHub Command (Blog From Terminal)
[Twitter] Follow กลับ คนที่มา Follow เรา
Script Follow กลับ ด้าวยภาษา ruby ก่อนอื่นต้องลง twitter gem ด้วยคำสั่ง sudo gem install twitter (อย่าลืมอัพเดต ก่อนด้วยนะ) ไฟล์ config มีหน้าตาเป็นแบบนี้นะ FILE (.twitter) email: my_twitter_email password: my_twitter_password #!/usr/bin/env ruby require ‘rubygems’ require ‘twitter’ config = YAML::load(open(“.twitter”)) httpauth = Twitter::HTTPAuth.new(config['email'], config['password']) base = Twitter::Base.new(httpauth) … Continue reading
วิธีการใช้ 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” เพิ่มใช่ช่อง … Continue reading
