Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

In Lua how do you import modules?

Why do we need to call Lua's collectgarbage() twice?

lua garbage-collection

How do you construct a read-write pipe with lua?

lua pipe

Why does Lua default to global variables?

lua

Unable to use environment variables in Lua code

nginx lua openresty

How to check if two tables(objects) have the same value in Lua

lua lua-table

Why doesn't whatsapp play all gifs?

lua gd gif whatsapp

VLC Scripting with Lua: Jump to a specific time in a file?

lua vlc

Empty variable check [duplicate]

variables lua

Iterating through a Lua table from C++?

c++ lua lua-table

Convert JSON String to Lua Table?

json lua

How to pass a function as a parameter in Lua?

function lua

What does (^?)* mean in this regex?

regex lua

Print stacktrace from C code with embedded lua

Looping over array values in Lua

loops lua readability

Returning multiple values from functions in lua

lua

Statically typed Lua

Lua table library removed?

lua lua-table

Begin Lua-scripting [closed]

scripting lua

Call Python or Lua from C++ to evaluate an expression, calculating unknown variables only if needed

python c++ lua lazy-evaluation