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: …
There is always tax and death. If you are buying a house, you will need to pay the stamp duty tax if your property is valued more than 125K …
LINQ stands for Language-Integrated Query, which is made available to .NET programming languages from .NET 2.0. Coding using LINQ gives concise code and essentially it is a query where …