忘記密碼?

Blogs about: Debians Road

酷網誌

setsockopt SO_LINGER

cotton5415 wrote 1 month ago: SO_LINGER: 只針對 socket 的 close() 發揮作用。 case 1 (default): linger->l_onoff = 0; –> linger- … more →

標籤: Network Programming, Web Programming, setsockopt, socket, SO_LINGER

hitkey use select

cotton5415 wrote 1 month ago: set millisecond to 1 cost cpu 98% on Model Name: MacBook Model Identifier: MacBook1,1 Processor Name … more →

標籤: MAC OS X's Road, Mac OS X, cotton5415, Linux, getch, getchar, select cpu util, select performance, Performance

Get Process

cotton5415 wrote 1 year ago: Reference: Technical Q&A QA1123: Getting List of All Processes on Mac OS X … more →

標籤: eee pc's road, Fedora Core 6's Road, MAC OS X's Road, enumerate process, Processes

redirect stdout to a file

cotton5415 wrote 1 year ago: FILE * fp = fopen(“myfile.txt”,”w+a”) ; int fd= -1; if ( fp != NULL ) dup2(f … more →

標籤: eee pc's road, Embedded system's Road, MAC OS X's Road, Network Programming

GTK+ z-order problem

cotton5415 wrote 1 year ago: GTK+ has no the concept of Z-order with widgets, and is not able to track whether a Window is being … more →

標籤: Fedora Core 6's Road, eee pc's road

x11 helper functions -- blit frames to the screen

cotton5415 wrote 1 year ago: include opengl video http://www.cs.fsu.edu/~baker/devices/lxr/http/source/xawtv-3.95/x11/blit.c … more →

標籤: Fedora Core 6's Road, eee pc's road

blit banchmark on each platform

cotton5415 wrote 1 year ago: ref: http://www.rocklyte.com/news_20030917.html … more →

標籤: Win32's Road, MAC OS X's Road, Evolutionary Music, Fedora Core 6's Road, Embedded system's Road, eee pc's road

GTK+ important links references

cotton5415 wrote 1 year ago: http://www.gtk.org/documentation.html … more →

標籤: Fedora Core 6's Road, eee pc's road

2d graphic library for Linux GraphicsMagick

cotton5415 wrote 1 year ago: it’s a branch of imageMagick 5.xxxx reference: http://www.graphicsmagick.org/www/api.html … more →

標籤: eee pc's road, Fedora Core 6's Road, MAC OS X's Road, Web Programming, Win32's Road

make file link with dynamic and static libraries

cotton5415 wrote 1 year ago: to build static library % gcc -c libtest.c -o libtest.o % ar rcs libtest.a libtest.o to build dynami … more →

標籤: eee pc's road, Embedded system's Road, Fedora Core 6's Road, MAC OS X's Road

to build-up EEE PC's development environment

cotton5415 wrote 1 year ago: install debian 4.r3 (2.6.18-6-686) and gtk+2.0 for developing GUI on EEE PC. write down a helloptg a … more →

標籤: eee pc's road

GTK+ 2.0 bookmarks

cotton5415 wrote 1 year ago: Introduction: http://debian.linux.org.tw/~kevpeng/ … more →

標籤: eee pc's road

STL vector memory leak

cotton5415 wrote 1 year ago: ref: http://www.wretch.cc/blog/glCheng&article_id=7085161 … more →

標籤: Fedora Core 6's Road, MAC OS X's Road, Win32's Road

warning: control may reach end of non-void function

cotton5415 wrote 1 year ago: because the called function declared as the non-void (ex: int add(int a,int b) ) but in the called f … more →

標籤: Embedded system's Road, MAC OS X's Road, Win32's Road

order of link libraries in makefile

cotton5415 wrote 2 years ago: example: libabc.a is an user make library, in this lib, use a function pow in linux lib -lm. in make … more →

標籤: Win32's Road, MAC OS X's Road, Fedora Core 6's Road, Embedded system's Road

stray '\' in program

cotton5415 wrote 2 years ago: problem compiling error: mmi_gfx_macro.h:21: parse error before `{‘ mmi_gfx_macro.h:21: stray … more →

標籤: MAC OS X's Road, networking, Fedora Core 6's Road, Embedded system's Road, Network Programming

select block poblem

cotton5415 wrote 2 years ago: solve IR controller blocking problem int init_irdev(const char *fname) { unsigned long val; unsigned … more →

標籤: Fedora Core 6's Road, Network Programming

UPnP AV Media Server on ubuntu1 comment

cotton5415 wrote 2 years ago: backup your source list $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.`date +%F` add new sou … more →

標籤: Fedora Core 6's Road

share memory example1 comment

cotton5415 wrote 2 years ago: Reference from http://cboard.cprogramming.com/archive/index.php/t-326.html shmserver.c #include #inc … more →

標籤: Fedora Core 6's Road


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS