Tag: script
It has been a fun with the script programming, e.g. batch or shell. I have just formatted my desktop and install ubuntu 12. Its graphic interface and lots of …
Please see some notes at here: https://helloacm.com/notes-on-python-syntax/ Python is great, when I learn more, I really find it flexible and powerful. 1. Initialise one dimension array by zeros x …
Sometimes, you might want to wrap a binary file (image, executable) in your source code, to eliminate the hassle when deploying your application. You might consider using resource file …
Python is used widely in linux, windows, and other platforms to provide useful utilities. In order to write utilities, such as the shell scripts in Linux, you might need …
Windows batch script is less powerful, at least in my opinion, than the bash script under linux environment. However, with the latest OS like Win7, using batch allows to …