Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to add Lua functions to the Notepad++ functionList.XML

xml regex lua notepad++

Why is my event handler not allowing me to access event.target?

lua coronasdk

Calling functions in a Lua table from C++

c++ lua swig

Use lua os.execute in windows to launch a program with out a flash of CMD

windows lua command-prompt

Why does internal Lua strings store the way they do?

c string struct lua

Lua: set every new element in table to a default value

hash lua lua-table

Calling function from a different lua-file

function module lua coronasdk

Treating userdate like a table in Lua

lua

Pixel Collision Tracing

lua pixel collision love2d

How can I convert Ruby to Lua?

ruby lua code-translation

Lua error on MediaWiki

Why use local require in Lua?

lua require local-variables

How do I find an `f` that makes `pcall(pcall, f)` return `false` in Lua?

lua

NGINX read body from proxy_pass response

nginx lua proxypass

Lua as a web language [closed]

lua

" '}' expected near '=' " error appearing in a line that otherwise appears perfect

lua

Does LuaJIT support __gc for tables?

lua luajit

Script attempted to create global variable

Is there a way to specify the argument positions in the format string for `string.format`?

lua printf

How can I build and link Lua core and few Lua modules in one .exe file

build lua static-linking