just do IT

Tuesday, November 29, 2011

use protobuf on iphone app

›
This post is a step by step tutorial showing how to use protobuf in iphone application. It shows how to: Create a reusable static library ...
Thursday, November 24, 2011

port protobuf-lite to wince

›
protobuf is a wonderful project that helps us implement communication protocol. There are a lot of benefits to use it in practical project,...
Sunday, October 30, 2011

why can we use printf without including stdio.h

›
I read the c programming language again to mourn Dennis Ritchie who passed away recently. I noticed below statements in section "4....
Sunday, October 23, 2011

stream audio via udp on android

›
In this post , I tried to play small audio data chunks with AudioTrack to show the feasibility of streaming audio. It's not straightforw...
21 comments:
Wednesday, October 12, 2011

microsoft's ifstream automatically removes carriage return

›
By default, the ifstream class in miscrosoft's STL converts a carriage return and new line (0x0d0a or crlf) pair to a single new line (...
1 comment:
Tuesday, August 30, 2011

ease android stacktrace examination in vim with agdb

›
Continue the post view call stack of crashed application on android . The agdb tool is able to convert PC register to source file informat...
Saturday, August 27, 2011

fix "bad class file error" android build error

›
I got the error below while building android source code: packages/apps/Calculator/src/com/android/calculator2/CalculatorDisplay.java:19: c...
3 comments:
Monday, August 22, 2011

access android source via https protocol

›
Update: no need to use this trick anymore, since google has changed the default protocol to https. repo is a good tool for android so...
Sunday, July 31, 2011

modify CE code for our platform

›
A majority of windows CE core and drivers code is available to us, they reside in public directory of CE installation folder. Occasionally...
Monday, June 27, 2011

addr2line for windows

›
While debugging os or application crash bug on windows ce (the tool winaddr2line isn't particularly used for windows CE application, i...
1 comment:
Tuesday, May 31, 2011

quickswitch

›
One of the most used function on a pc is switching between tasks. We may write some code in vim, switch to firefox to search for the usage o...
Thursday, April 14, 2011

extend windows ce platform with oalioctl

›
Though not being a open source platform, windows ce is designed to be flexible so that device venders can extend it easily. oalioctl is a f...
‹
›
Home
View web version
Powered by Blogger.