2011年11月5日

摘要: I read the c programming language again to mourn Dennis Ritchie who passed away recently. I noticed below statements in section "4.2 Functions Returning Non-integers", which explains the question, w... 阅读全文
posted @ 2011-11-05 20:40 rxwen 阅读(202) 评论(0) 推荐(0) 编辑
摘要: In this post, I tried to play small audio data chunks with AudioTrack to show the feasibility of streaming audio. It's not straightforward enough. So I updated the sample code to actually transfer aud... 阅读全文
posted @ 2011-11-05 20:40 rxwen 阅读(349) 评论(0) 推荐(0) 编辑

2010年11月24日

摘要: I've used and enjoyed the benefits of reversion control system for several years. RCS makes my life a lot easier. And it pushes me to highly prefer text format files over binary files, because text ... 阅读全文
posted @ 2010-11-24 20:23 rxwen 阅读(557) 评论(0) 推荐(0) 编辑
摘要: I was debugging memory leak bugs recently. The bug was caused by incorrect usage of the osip library. It's not uncommon that we meet problems when we rely on a library or framework that we don't fully... 阅读全文
posted @ 2010-11-24 20:23 rxwen 阅读(263) 评论(0) 推荐(0) 编辑

2010年11月19日

摘要: < hello html 阅读全文
posted @ 2010-11-19 21:15 rxwen 阅读(150) 评论(0) 推荐(0) 编辑

2010年6月29日

摘要: When developing network applications, it's always necessary to capture network traffic. Windows ce has built-in sniffer tool, netlog for this purpose. It captures network traffics to a file that can b... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Before asking a question, it's a good habit to describe your intention clearly. Below is a real story happened between me and a coworker.  CW: hey, do you know how to do B on windows?  ME: o, yes.... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Streaming media refers to the capability of playing media data while the data is being transferred from server. The user doesn't need to wait until full media content has been downloaded to start play... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(369) 评论(0) 推荐(0) 编辑
摘要: Personally, I prefer wireshark to network monitor for: Wireshark runs on many platforms including windows, linux, mac os x, etc. I need to work both on linux and windows, and I'd like to keep my toolb... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(240) 评论(0) 推荐(0) 编辑
摘要: After google moved their service from china mainland to hongkong, I can't access google.com or google.cn from mainland anymore. I always get redirected to google.com.hk. Based off my experience with g... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(160) 评论(0) 推荐(0) 编辑

导航