Category: tools / utilities
Running external programs are very essential in most programming languages, especially the scripting e.g. BASH, python. For exampe, the well-known grid job scheduler CONDOR can be configured to submit …
July 10, 2012
beginner, code, code library, HTA, implementation, programming languages, tools / utilities, VBA, vbscript, windows
My girlfriend was asking me several times before that she needs a handy tool to know how many days are before her due-date and in the future she needs …
The search engines are crawling the web every second. Some are good but some mis-use the information e.g. your email addresses and sell them to third party. You then …
Visual Studio 2010 is a great tool under Windows to develop .NET applications. In Linux, there is a open source project, which is called “Mono“. It is a great …
In software designing, it is often a good practice to separate the logics from the presentation. For example, the PHP Smarty framework allows defining templates for presentation and processed …