Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to quickly initialise an associative table in Lua?

interactive lua: command line arguments

Solving random crashes

c++ debugging crash lua mingw

Lua as a general-purpose scripting language?

python scripting lua

Compile lua code, store bytecode then load and execute it

Safely remove items from an array table while iterating

lua

Creating standalone Lua executables

windows lua

Concatenation of tables in Lua

lua concatenation lua-table

Lua replacement for the % operator

math lua modulo

Lua multiline comments past ]]'s

lua comments multiline

What does operator ~= mean in Lua?

lua operators

Lua: converting from float to int

lua floating-point

How to read data from a file in Lua

lua

How to compile Lua scripts into a single executable, while still gaining the fast LuaJIT compiler?

compilation nginx lua luajit

How to exit a Lua script's execution?

lua

How do I get the number of keys in a hash table in Lua?

lua hashtable

Making all the characters in a string lowercase in Lua

string lua lowercase

Lua String replace

How to format a lua string with a boolean variable?

lua string-formatting

lua: retrieve list of keys in a table

lua lua-table keyset