Home
Half-Blood Programmer
Cancel

Jexus Series: English Readme and Release Notes

I have written about Jexus in the past several times. Now I combine most of the posts to a single Readme doc on GitHub, and also write out a release notes doc there. https://github.com/jexusweb...

What You Should Say About Performance Issues Instead of 'I Feel It Slow'

It is very often that we see people describe performance issues they meet with similar phrases such as “I feel it slow”. Well, this is rather a bad way to discuss with others about web site perform...

How to Root HTC Sensation XE (ICS)

I bought an HTC Sensation XE phone last year. Generally speaking it was a nice model. However, like any old enough model it started to suffer performance issues only after a few months of using. Lu...

How to Prepare Your WinDbg Magic Box

If you are an advanced developer that often needs to debug either native or managed Windows applications, you should be quite familiar with WinDbg, a low level debugger from Microsoft. It has a sha...

How to Migrate from Blogger to WordPress on Windows Azure

I used to use a Chinese blogging service called CSDN. As it is a closed system which has no open API I experienced difficulties migrating my posts from it to Blogger. Recently I finally get tired ...

A Trip to Know an Extension, mdproj

Assume that you just come across a file that ends with mdproj extension. How do you know which software generated it? Well, I guess you probably go to a search engine and try out keywords such as...

#SNMP Pro: Secrets Behind OBJECT IDENTIFIER

You might sometimes wonder why the shortest OID is 0.0 (aka ccitt.zero). I blogged about that a few years ago, so today I won’t revisit that. It was one day that on StackOverflow.com I came across...

#SNMP Pro: DateAndTime Syntax Support

Well, I blogged about syntax validation in a previous post, which should be one of the coolest features for SharpSnmpPro.Mib assembly. But there is an interesting story about that untold. The Beg...