Category: code
Showing only the post excerpts in home, search, tag or archive pages is useful if your posts are particularly long. The readers won’t have to scroll down the page …
The language of Processing is intuitive. It is very similar to Java/Javascript and very few lines of code is needed to make something fabulous. Processing is platform independent. And …
Sometimes you just want to show some links on the home page of blog but not other pages, then the following trick is useful. First of all, you can …
At .NET 4.0 or .NET 4.5, you can write simple Parallel For Loop, which is useful if you have SIMD (Single Instruction Multiple Data). Instead of hard-coded threads, putting …
Code Review is very important, because it will help to get rid of those low quality code, which may not be easily identified. The low quality code may pass …