Blogs about: Gnulinux

Featured Blog

latex แบบมีภาษาไทยนิดๆ หน่อยๆ และไม่อยากให้ภาษาอื่นเปลี่ยน font

वीर wrote 1 month ago: ปกติใช้ latex แล้วสร้าง pdf ออกมาก็จะได้ตัวหนังสือหน้าตาแบบนี้ แต่พอใส่ภาษาไทยเข้าไปแล้วหน้าตามันเ … more →

แท็ก: Font, latex, Latin alphabet, Linux, Thai

OpenOffice.org มี Grammar checker แล้ว

वीर wrote 2 months ago: OpenOffice.org มี Grammar checker แล้ว. จริงๆ แล้วคงจะมีนานแล้ว แต่ผมพึ่งรู้หลังจากอ่าน http://www.o … more →

แท็ก: ubuntu, Linux, OOo, OpenOffice.org, grammar checker, $3 1, writer

เกิดอะไรขึ้นกับ fgets ถ้า buffer เล็กกว่าความยาวบรรทัด6 comments

वीर wrote 3 months ago: เวลาเขียนภาษา C เราใช้ fgets ต้องระบุด้วยว่า buffer ขนาดเท่าไหร ประมาณนี้ char buf[80]; fgets(buf, … more →

แท็ก: ubuntu, Linux, C#, fgets, Behavior

เริ่มต้นใช้ Lua ต่อกับภาษาซี

वीर wrote 3 months ago: วันนี้อยากลองใช้ Lua ดูเพราะว่าขี้เกียจ bind อะไรๆ กับ Python เหนื่อย … ใช้ swig ก็งง (พยายามห … more →

แท็ก: binding, C#, Extending, Linux, LUA, ubuntu

เปิดเว็บไทใหญ่ได้แล้ว แต่อ่านไม่ออกนะ4 comments

वीर wrote 3 months ago: เปิดเว็บดูได้แล้วกว่าจะลงฟอนท์ได้ ไป download มาจาก http://www.sitandread.net/archives/17 ที่ได้มาจ … more →

แท็ก: ubuntu, firefox, Linux, Font, taiyai, ไทใหญ่

Python libthai binding (th_brk only)

वीर wrote 4 months ago: I want to use libthai from Python so I wrote this extension. #include <python .h> #include … more →

แท็ก: libthai, Python, Thai, word segmentation, binding, word break

Epson Stylus T11

वीर wrote 5 months ago: วันนี้ลุงบอกว่าซื้อ Printer มาใหม่ เป็น Epson Stylus T11 เพราะว่าหมึกถูกดี แต่ว่า Printer ไม่ได้ เวล … more →

แท็ก: Epson, Linux, Printer, Stylus, T11, ubuntu

cross processing effect ด้วย gimp

वीर wrote 5 months ago: เห็นภาพของ มร.โชค ที่ http://mrchoke.multiply.com/photos/album/193/My_Way…#45 แล้วชอบใจ. จึงถา … more →

แท็ก: cross process, cross processing effect, Gimp, HowTo, Linux, Tutorial, ubuntu

xmlrpc ด้วย python บน apache

वीर wrote 6 months ago: xmlrpc ด้วย python บน apache ผ่าน mod_wsgi. ใช้ xmlrpc บน python เขียนง่ายมากเลย ทั้ง client และ ser … more →

แท็ก: ubuntu, Python, Linux, Apache, mod_wsgi, WSGI, xmlrpc

Python 3.0 release

वीर wrote 7 months ago: เข้าไปดูได้ที่ http://docs.python.org/dev/3.0/whatsnew/3.0.html. ผมยังไม่ได้ลองใช้เลย แต่อ่านดูก็เป็ … more →

แท็ก: ubuntu, Python, Linux, Release, python 3.0, python 3000, python 3k, Programming Language

dict api over http4 comments

वीर wrote 7 months ago: ผมอยากให้ basa-asa (ซึ่งเป็นโปรแกรมช่วยแปลภาษา เช่น ช่วยเปิด dictionary ให้ ไม่ใช่โปรแกรมแปลภาษาอัตโ … more →

แท็ก: AJAX, dict protocol, dictionary, HTTP, Linux, Online, Python, ubuntu, WSGI

concurrency: file appending

वीर wrote 7 months ago: ans: ssh มันจะเขียนไฟล์ .ssh/known_hosts2 ถ้า ssh หลายๆ process ไปหลายๆ เครื่องเป็นครั้งแรกพร้อมๆ กั … more →

แท็ก: ubuntu, Linux, file, Windows, GNU, Unix, concurrency, appending

สร้าง directory ชั่วคราว โดยใช้ Python

वीर wrote 8 months ago: สร้าง directory ชั่วคราว โดยใช้ Python ทำแบบนี้ import tempfile path = tempfile.mkdtemp() เท่านี้ … more →

แท็ก: Directory, folder, Linux, POSIX, Python, Temporary?, ubuntu

แยก python environment: Pylons + virtualenv + mod_wsgi

वीर wrote 8 months ago: ในเครื่องแม่ข่ายเครื่องหนึ่งอาจจะเป็นไปได้ว่ามีคนใช้ Pylons, Django, Turbogears แถมยังอาจจะใช้ packa … more →

แท็ก: Apache, Environment, Linux, mod_userdir, mod_wsgi, pylons, Python, ubuntu, virtualenv

แก้ปัญหา C++ บน x86-644 comments

वीर wrote 8 months ago: ปัญหา C++ เบา x86-64 ก็คงจะมีได้หลายๆ อย่างแต่ที่ผมเจอคือ (unsigned int)string.find("... … more →

แท็ก: Bug Fix, C#, GCC, GNU, Linux, ubuntu, x86-64

gtest + autotools (2)

वीर wrote 9 months ago: จาก 3 ตอนที่แล้ว googletest + autotools สร้าง library เพื่อ test unit make check ทำให้มีโครงๆ แบ … more →

แท็ก: Autotools, GNU, google test, GTest, Linux, ubuntu

make check

वीर wrote 9 months ago: เวลาใช้ autotools คำสั่งที่ผมใช้บ่อยมักจะเป็น ./configure, make และ make install ที่มักจะต้องใช้เวลา … more →

แท็ก: ubuntu, Linux, GNU, C#, Autotools, test unit, test-case, Make!, make check

สร้าง library เพื่อ test unit1 comment

वीर wrote 9 months ago: ทีแรกโปรแกรมที่ผมใช้ link กับกลายเป็น executable file ไฟล์เดียวเลย อาจจะทำให้เขียน test unit ยาก (อี … more →

แท็ก: Autotools, C#, GNU, Library, Linux, ubuntu

googletest + autotools1 comment

वीर wrote 9 months ago: ผมอยากลองใช้ googletest ที่เอาไว้ทำ unit test สำหรับ C++ ก่อนหน้าที่จะลองเล่นได้มีปัญหาที่มาดักหน้าค … more →

แท็ก: aclocal, autoconf, Autotools, C#, Code, Framework, GNU, Googletest, Linux


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “gnulinux”:
Technorati Del.icio.us IceRocket