Category: vbscript
This is just for fun, and of course for those good memories with 8-bit famicom clones. Subor SB2000 (as described here) is a 8-bit famicom clone with keyboard. Last …
February 18, 2014
8 bit, algorithms, hardware, math, monte carlo, Monte Carlo Simulation, Monte Carlo Simulation Algorithm, Nintendo Entertainment System, Subor, vbscript
Have you ever wondered how fast is a 8-bit CPU (such as 6502 used by famicom and the clones)? Well, i can’t have a direct comparison for you for …
Today, a friend asks me how to remove the unit from a column in Excel. The format of a column is like this 123.45 unit. The easiest way is …
The VBScript/Javascript under Windows is very helpful, which is often used as a daily administration programming language. WSH stands for Window Scripting Host. It is a Microsoft scripting-friendly environment, …
You can easily use Shell.Application to invoke methods related to Windows such as minimize all windows. For example, if you require users choosing a folder you can invoke the method BrowseForFolder. The …