Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

In Lua, how can you print the name of the current function, like the C99 __func__ identifier?

lua

counting number of string occurrences

lua

lua socket POST

sockets http post lua

Lua Wrapper for C#? [closed]

c# lua embedding

How to check if a value is empty in Lua?

lua conditional

Something like Apache Zookeeper with no java?

c++ c lua apache-zookeeper

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