The problem is from SPOJ Online Judge This problem is for beginner, and we use this to continue practise our LUA skills. -- split a string into array function …
This problem is a tutorial for beginners. I am using this to practise my LUA skills. You can submit the solution to SPOJ in LUA programming language. Almost every …
One of my blog is based on WordPress and recently it keeps getting spam comments very frequently. The WordPress detects them and blocks them (move them into awaiting moderation …
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 …
LUA programming language is lightweight. I am recently learning it and am impressed by how small the final executable is (around 250 KB). The LUA is supposed to be …