If you are older enough (born in 1970’s or 80’s) you must be familiar with the following picture, which is what it looks like when TV has paused the …
My second son, Ryan was born today 9/Feb/2014, so this is a gift for him. The single binary executable on Windows platform can be downloaded here . The file …
This is another simple problem for practising LUA programming. The simple puzzle is from SPOJ Online Judge (see problem description) This problem can be used to serve as a …
Unfortunately, in LUA, there is no inbuilt string splitting function, which is very inconvenient. However, you could use string.gmatch to begin a regular expression matching and the following is a …
Up to now, we have 5 tutorials on C programming for 6502 platforms (e.g. NES). but we haven’t touched the field of handling inputs yet. Without inputs, a program …