PD1001 Webcam on Hardy Heron
I have an old webcam (Creative PD1001) which is not officially supported on Linux. Fortunately, Endpoints EPCAM USB Camera Driver […]
I have an old webcam (Creative PD1001) which is not officially supported on Linux. Fortunately, Endpoints EPCAM USB Camera Driver […]
Once a while, I would comb through my server logs to see i there is any unusual activities. Among all […]
A While ago, I created a TIFF Merge and Split Utility that can be used to merge multiple TIFF files […]
In an earlier post, I created a simple prime finding program using Intel’s TBB (Thread Building Block). The main benefit […]
Today I encountered a rather obscure error while maintaining some old ASP.Net code (Framework 1.1).
Processes tend to benefit greatly from multi-core processors if they are CPU bound (i.e. computational intensive tasks). The actual speedup […]
In the previous three posts(I, II, III), I showed you how to inherit from GridView control to create an extended […]
In Part II, I showed you how to extend the GridView control so that we can bind a generic list […]
In Part I, I talked about why we needed to extend the GridView and some of the benefit in doing […]
It seems that a lot of people do not like Windows Vista UAC’s. While UAC looks and feels a lot […]
Most business applications require presenting result sets to the end users in the form of some kind of grid views.
The techniques malware writers use nowadays are becoming more and more sophisticated. The last time I spotted a malware was […]
I have been playing around with Intel’s Threading Building Block for a while and have started to really appreciate its […]
It seems at least to me that as more bells and whistles were added to each new release of Microsoft’s […]
I have been playing around with Intel’s open source TBB (Threading Building Block) recently.