Tag: script
When optimizing MySQL performance, tailoring the configuration to the server’s available memory is critical. Two scripts—one in Python and the other in Bash—offer automated solutions to calculate recommended MySQL …
The Chr Function takes a integer input and convert it to a character using ASCII table lookup. The basic ASCII table defines from 1 to 128 where the characters …
September 28, 2014
beginner, c / c++, code, code library, compiler, implementation, linux, programming languages, python, ubuntu
*.so files under Linux are similar to *.dll on windows. They are both shared library, which contain commonly-used functions/classes. The shared library can be loaded into memory whenever needed …
There are many ways to show line numbers when displaying text files. For example, in this article, we know the utility nl can be used to show line numbers …
I have just created two summary pages for my two blogs: https://helloacm.com/archives-of-pagesposts/ and http://www.codingforspeed.com/archives-of-pagesposts/. In both pages, all articles (including pages) are sorted by months. The number of comments …