Author: ACMer
Posting regularly the posts to social networks help increase the site traffic effectively, e.g. Facebook, Twitter, Tumblr. It certainly is good if we can automate this process. With the …
Given a List of words, find out the words that can be typed using letters of alphabet on only one row’s of American keyboard like the image below. The …
The AMP (Accelerated Mobile Pages) is a very strict HTML5 specification. If there are critical issues with AMP, Google will not index them. For example, in AMP, you are …
The AMP (Accelerated Mobile Pages) is a project that was initially announced last year (2016) by Google. Over a year’s development, it has attracted more and more interests. What …
The Linux Bash Shell supports inherent task parallelism. For example, you can put a & (ampersand) symbol after each command to start a task in background (asynchronously). Let’s take …