Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

store lua functions in queue to be executed later

lua

Lua: string of specific length

string lua string-length

LUA get date time in format YYYYMMDDHHMMSS

lua

attempt to compare number with string (Lua)

lua

How to repeat the last command in the Lua interactive interpreter?

lua

How to write a lua pattern that is aware of escaped characters?

lua lua-patterns

Corona SDK: iPhone 5 adjustment

How can I get a wireshark Lua dissector protocol preferences to save and persist when I close wireshark?

CORONA: timer.cancel() returns "Attempt to index a nil value"

timer lua scope null coronasdk

What's the Lua equivalent of Python's endswith()?

lua nmap

Using Lua to detect a combination of keyboard key presses

Getting array value from index using Lua C Api

c lua lua-table lua-api

Why I keep getting this error " Wrong number of args calling Redis command From Lua script" even I get desired output

python lua redis

Lua : Storing values in string array

lua lua-table

Math.random on non whole numbers

lua coronasdk

lua simple mutex for threaded app

Including files, overwriting variables

lua

Equivalent to Lua "and/or" in C++?

c++ lua