Author: ACMer
Many nice tools are only command line based, and sometimes they do not have a GUI versions. Command-line tools are fine for computer geeks but if you are one …
HTA (HTML Application) are designed to work on Windows only. The *.hta are interpreted by mshta.exe and *.vbs/*.js are interpreted by cscript.exe (Console Version) or wscript.exe (Windows Version). The …
NDependis a .NET static code analyzer. With this tool, developers can easily see the report of ‘bad’-written code and make the .NET code base beautiful and efficient. The NDepend …
Microsoft Excel is a powerful spreadsheet that you can put values, strings, and even formulas in each cells. The following are four useful/important functions regarding to cells in Excel. …
RSS (Really Simple Syndication) is an old technique. It has of course the advantages: getting all information in once place, which is convenient. However, it is not so search-engine-user-friendly. …