We’ve already included a feature on how to prolong your battery life when playing Pokémon Go, and so what are the other things that you should consider when creating …
The SSHD is short for Solid State Hybrid Disk. It is a hybrid disk which combines the traditional HDD and the SSD. It is known that the HDD offers …
In here, we have presented a simple and powerful Parallel Job Runner written in C#. Based on similar idea, we present a parallel job (script) runner written purely in …
Let’s say that you want to modify the priority of any notepad, you could write a VBScript with the following content: ' Modify the Priority Of a Running Process …
I am starting a series of code refactoring examples as I see them a lot from time to time. Today, I read the following piece of code in our …
A Sparse Matrix (SM) is a popular data structure that is used to stored two-dimension Matrix when the total the empty/zero elements are the majority in the matrix. For …