just do IT

Monday, March 31, 2014

install zeal on ubuntu 12.04

›
dash is an excellent API documentation browser on OSX. It supports offline documentation sets for lots of programming language, and search ...
22 comments:
Friday, July 5, 2013

access github through proxy

›
In China mainland, you never know for what reason a website gets blocked by the fucking GFW . Even if the site has nothing to do with politi...
6 comments:
Friday, May 3, 2013

install gevent on mac os

›
This post is for Mac users in China who wants to fuck the gfw. The goagent has been rewritten based on gevent. Though it still supported to...
5 comments:
Tuesday, March 5, 2013

use wifi on raspberrypi

›
The raspberrypi has two usb ports, so I bought a usb wifi dongle to get rid of network cable. This dongle uses RTL8188CUS chipset, which h...
1 comment:
Thursday, February 28, 2013

buildroot for raspberrypi

›
I bought a raspberrypi to try some interseting ideas on. raspberrypi provides several images for downloading , but they are too large and...
3 comments:
Sunday, January 20, 2013

understanding android build system out directory

›
The android build system keeps a clean seperation of source and output. All intermediates and final output are placed in the directory named...
Tuesday, December 25, 2012

examine macro definition in gdb

›
When debugging a c++ application, I used to refer to source code to find out the actual definition of a macro. If the macro is not a simple ...
4 comments:
Sunday, November 25, 2012

user event in libevent

›
libevent is usually used as substitution for select system call to write efficient and portable code. A benefit of libevent is, besides no...
1 comment:
Sunday, October 21, 2012

communication between android widget and application

›
Widget is a convienent feature in android that gives users quick access to frequently used application functions. A example is the power co...
172 comments:
Friday, August 31, 2012

debug linux kernel with gdb

›
People often use gdb to debug user mode applications, which is a convenient debugging means. It's also possible to use gdb to debug linu...
Saturday, July 7, 2012

improve c++ autocomplete in vim with clang-complete plugin

›
clang-complete is a powerful vim autocomplete plugin for c/c++ developers. Unlike the famous OmniCppComplete plugin, which makes use of ct...
Saturday, June 30, 2012

got multiple singleton instances

›
We meet a subtle bug while adopting singleton design pattern in a project. The singleton class creates multiple instances. The image below ...
8 comments:
›
Home
View web version
Powered by Blogger.