Fail-over: how data can be migrated from the failed server?470 (7/21/2010 5:36:21 AM) comp.unix.programmer Hi, I am doing some fail-over research, there is one question comes up to me. If the server1 is down unexpectedly, how can the data be migrated to server2? I think this question is not a YES/NO question, there... Bin
IPTV and its relevant technology159 (6/10/2010 9:35:18 AM) comp.unix.programmer Hi, I am going to do some research on IPTV, about its history, the technology it is using and the challenge of the deployment. I know there is some players in this market, like CISCO, MSFT etc. Is there any we... Bin
The technique to capture HTML into JPG file2257 (11/22/2009 12:22:04 PM) comp.unix.programmer Hi,
What I want to implement is simple, I want to use a programmable
method to capture the HTML into JPG file, given the start and end x,y
coordinates. Like I capture www.news.com (100,200) - (200 - 400)
... Bin
How to avoid the spam on this news group?3752 (11/10/2009 6:39:29 AM) comp.unix.programmer I am using google groups to see the usenet, but it's full of spam now. How can you guys filter out all the spam threads? I am curious. Thanks. Bin ... Bin
Seeking the algorithm to seach among millions of SHA-1 value1746 (8/15/2009 12:07:00 PM) comp.unix.programmer Hi, I have millions of SHA-1 values that I want to look for when input a new SHA-1 value, the charactristic of the data is the length of the SHA-1 value is fixed. I want to search it via a very fast way, and t... Bin
Parsing HTML tables371 (7/21/2009 5:50:54 AM) comp.unix.programmer I am going to convert some of the data from the HTML page into database records, the PAGE is written by AJAX(actually it's from GOOGLE), and contains some of the drag down list to filter the data. Some friends ... Bin
gdb - how can I see the thread function using 'info thread'1107 (3/24/2009 10:08:13 AM) comp.unix.programmer Hi, Currently the gdb only shows some numeric value of the thread id when I press 'info thread'. I am debugging a heavily threaded application, which shows lot of threads there, so can I use other command to t... Bin
Open source GUI animation framework0106 (3/17/2009 6:29:31 AM) comp.unix.programmer Hi, I am looking for some sort of open source project that can provide very fancy animation support, just like iphone. The capability includes using another language to do the description of the GUI and it's a... Bin
Checking passwords1149 (2/19/2009 11:21:16 PM) comp.unix.programmer Hi folks. 1. Is there any common command line tool to check a user's login password using whatever method is appropriate and just return status? 2. Were I to write one, would there be any obvious security pr... bjarni(115)
ForkPty without Fork376 (2/20/2009 3:18:55 PM) comp.unix.programmer Hi all, We are porting an RTOS app to Linux 2.6. We have implemented the TASKs with real time pthreads and one of the tasks is responsible for a terminal session. All of the calls to STDIN and STDOUT are posix... sumerc(48)
Compiling with shared library1457 (2/23/2009 1:31:53 AM) comp.unix.programmer Hi, I compiling severeal lib like that : gcc -Wall -g -shared -fPIC -rdynamic -Wl,-soname,libmod_mysql.so.1 -L/usr/local/mysql/lib -lmysqlclient -lz -o lib/mod_mysql.so libape-mysql.c gcc -Wall -g -shared -f... p4900(13)
[Off topic] Recognize traffic signal automatically963 (2/23/2009 12:55:07 PM) comp.unix.programmer Please forgive my off topic one, but I know there is a lot of expert here. Basically I want to make a program which can recognize the traffic lights in a static picture. The traffice lights may be three or only... binary.chen(324)
hang in ioctl(TCSETAF)565 (7/24/2009 10:13:31 AM) comp.unix.programmer I have inherited a program that reads data coming from a GPS Clock. (The clock was originally connected via serial port, now via USB). The code closes stdin, then opens the port non-blocking.(O_RDWR| O_NOCTTYT|... mark.bergman(65)