At the end of each year, as a blogger, you might be interested in knowing the list of top popular posts of the year. Luckily, this can be easily …
Happy New Year 2016 and here is a quick summary of the Adsense activities in 2015. The average monthly earnings are 25.70 GBP (total 308.36 GBP, MAX = 42.98, …
The utility du estimates file space usage, which is a commonly-used command on Linux OS. Similar to touch, the following implements the basics of the du command by using …
JQuery has a handy function prototype animate which takes first final CSS properties as the first parameter, and the speed as the second parameter e.g. “fast“, “slow” or the …
I have finally make my site: steakovercooked.com mobile user friendly and thus all web pages at all my 6 domains so far are qualified for user-mobile friendly. The mobile …
Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Given nums = sumRange(0, 2): 1 sumRange(2, 5): …