Category: images drawing
We have introduced into Processing programming using two simple examples, and . These two examples take no input from the users, just drawing images (output). The following example will …
September 13, 2012
algorithms, batch script, beginner, games, images drawing, profiler, software design, string, technical, tools / utilities, windows command shell
Windows Batch Programming has been in existent for decades, ever since the first MS-DOS. The file extension that ends with *.bat will be interpreted by the DOS line by …
In December, 2006, I wrote a PHP Logo Interpreter . At that time, PHP4 was widely used. Everything in PHP4 is passed by value. For example, if you need …
In , a colour TV screen is printed using Javascript. The following presents the MSDOS .COM format (16-bit executable) which shows the colour TV screen. The file size of …
August 8, 2012
beginner, emulator, images drawing, implementation, interpreter / compiler, non-technical, programming languages, tools / utilities, tricks, turtle logo
The Hello World! Programs are considered the easiest for most programming languages. The program will output string “Hello, World!” to the display device and return. On programming books, these …