Author: ACMer
By Default, the Delphi IDE stores the file information (version) directly in compiled Resource File (*.res), which is binary so you can’t easily edit it using text editors. Sometimes, …
My previous computer Lenovo ThinkPad T520 has 8GB RAM and I have upgraded them to 2 SSD (Solid State Drives) which greatly boosts the performance (I took the CDROM …
If you have a Android Tablet, you might want to use an external keyboard. The following soft keyboard can be easily rolled and put in pocket. You can use …
Puzzle is taken from https://oj.leetcode.com/problems/consecutive-numbers/ Write a SQL query to find all numbers that appear at least three times consecutively. +----+-----+ | Id | Num | +----+-----+ | 1 …
On windows command shell, there is a command subst which can be used to make a virtual drive that links to a directory. The usages of this command are: …