Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How do I use the bitwise operator XOR in Lua?

Are curly brackets used in Lua?

syntax lua

Lua - get command line input from user?

lua user-input blocking wait

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]