Author: ACMer
Given a 32-bit DWORD, and two threads A and B, do they require Mutex (exclusive resources) to read/write the High/Low DWORD respectively? e.g. Thread A reads two low bytes …
In this post, we have introduces the simplest way of doing unit tests in VBScript, here is the equivalent version in Javascript. With Javascript, it allows more flexible and …
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For example, Given …
Previously, it is recommended that the USBCheck can be quite helpful in checking the quality of any USB storage devices (flash drives) such as SD cards. The statistics obtained …
Unit tests are important, although most of the cases you don’t get paid by writing unit tests, but they are there to make sure that your application works. Recently, …