Often, I do the leetcoding at spare time such as watching kids running in soft play or other e.g. family events. Leetcoding is handy as long as you have …
Letting users picking password in console is a commonly wanted feature. We let the users enter a password string, and check if it is a valid password e.g. minimal …
In some cases, you just need to write a console application and want to be able to pass in different command line parameters as key/pairs. You can use the …
I would recommend using https://conemu.github.io/ to replace the windows command line shell. Using ConEmu makes you feel like working in Linux. ConEmu is a windows command shell enhancer. These …
I wrote an article about crontab for wordpress in this post: https://helloacm.com/setting-up-a-real-crontab-for-wordpress. In the article, I explained how to set up a cron job. But actually, many hosting doesn’t …