Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to check if nginx uses LuaJit and not Lua?

nginx lua luajit

How do I add the Lua module for nginx on Alpine linux?

docker nginx lua alpine

How do I make a 2D array in Lua?

arrays lua

Inverse of math.atan2?

math lua trigonometry

lua: iterate through all pairs in table

loops lua lua-table

How to get first character of string in Lua?

string lua

How to delete the last character of the text?

string lua

How to add a "sleep" or "wait" to my Lua Script?

timer lua sleep wait

Is nested function efficient?

Why does Lua use a garbage collector instead of reference counting?

garbage-collection lua

Developing addins for World of Warcraft - Getting started? [closed]

Which scripting language is better for embedding in multi-threaded C/C++ application [closed]

How to configure indentation in emacs lua-mode?

emacs lua lua-mode

Simulate += in Lua, is it possible?

lua operator-overloading

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