Author: ACMer
In last posts, we know one of the method to increase the page views is to show a list of posts in the past. Another method is to show …
You could show ‘Related’ posts (using tags, categories or other keywords) to attract more page views. Alternatively, you could show Historic Posts of ‘Today’ in the past at the …
From this post, we know the non-deterministic approach to compute the approximation of math constant PI. The random algorithms e.g. such as xorshift need to be of high quality …
If you have a few routine SQL statements to execute, you can save them in a *.sql file and login to MySQL console to issue command source. Alternative, you …
xxd is a Linux command utility that dumps the file content in hexadecimal. If you type in xxd -h, then you will have the following help menu. ~$ xxd …