Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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

Does Lua optimize the ".." operator?

c string performance lua

Lua vs. XML for data storage

c++ xml lua

First character uppercase Lua

string lua

How to remove spaces from a string in Lua?

lua replace

How to break a big lua string into small ones

string lua multiline literals