just do IT

Thursday, July 29, 2010

implement drag and drop on android

›
Nowadays, drag and drop is a frequently seen feature on touch screen devices. Tthis post introduces the basic idea of how to implement drag ...
29 comments:
Wednesday, July 28, 2010

nook's battery sucks

›
nook's battery is advertised to be able to run for around 10 days if users trun off the wifi. But my nook can only run for 4 days at max...
1 comment:
Sunday, July 18, 2010

why offsetof can use null pointer

›
offsetof is a widely used means in c and c++ to find out the offset of a member variable in its struct or class. The most normal way to imp...
Saturday, July 17, 2010

got nook

›
Finally, after more than two weeks' waiting, my nook was delivered to me. nook and accessories: screensaver: main menu: viewing pdf...
1 comment:
Wednesday, July 7, 2010

performance impact of printf

›
Logging is a widely used debugging means. As a way of implementing logging, I saw printf used in a lot of places. It's so quick and easy...
Monday, July 5, 2010

paste in vim command line

›
To be able to paste something to vim's command line is a feature makes our life a lot easier. For instance, say we want to change a freq...
Thursday, July 1, 2010

perform profiling on windows ce

›
Profiling is an effective way of finding out bottlenecks in an application. On windows ce platform, profiling can also be done easily. To...
2 comments:
Friday, June 25, 2010

openoffice exports better pdf than word

›
I generated a pdf file from a word document with word 2007. But the pdf file looks very uncomfortable in my pdf viewer. So I looked it close...
Wednesday, June 9, 2010

debugging python script in ipython

›
ipython doesn't work with built-in pdb debugger. While I tried to debug a python script with " run -d script.py " within ipyt...
3 comments:
Sunday, June 6, 2010

install ipython and readline on mac

›
ipython is a powerful interactive shell for python. With it, we can tak advantage of python programming language in our daily works. One o...
Saturday, May 22, 2010

use ffmpeg to setup streaming server on android

›
ffmpeg is a powerful media library. It provides ffserver tool that can be used to setup a streaming server. Here is how to compile ffmpeg...
50 comments:
Friday, May 21, 2010

invisible directshow render window

›
A common task we may want to achieve while creating a media application is to start media playback on a new thread, as the sample below show...
‹
›
Home
View web version
Powered by Blogger.