Category: technical
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 …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/125/B The given input has no format errors, which makes it easy to solve because you don’t have to consider unregular situations such as …
Delphi is a power RAD under Win32. I think one of the main strengths is that you can write inline assembly easily, which makes it very powerful and flexible. …
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 …