Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Running a lua program from a text file

lua

interrupting lua interpretation without ctrl -c quitting

Where are the modules installed using luarocks

lua luarocks

Embedding Lua in OCaml

lua embed ocaml

How to directly map a Lua variable to a C++ variable?

Human readable string representation of table in Lua

lua

Sandboxing Embedded Lua in 5.2 / Set Envirenment for Functions from lua.file

lua

How to use variadic templates to make a generic Lua function wrapper?

Inter-process communication in Lua

lua ipc

get the address of a lua object

printing lua

Finding every combination of elements in a table (Lua/PseudoCode)

Multiple-get in one go - Redis

lua redis jedis

Lua: colon notation, 'self' and function definition vs. call

function lua self notation colon

Can't use io.open in home directory - Lua

macos io lua

What is the purpose of double colons in Lua?

Lua table sort claims invalid order function for sorting

sorting lua

How does the auto-introduction of do...end block work for goto statement?

lua

Is it possible that Lua's libpcre implementation does not support '\d'?

regex lua pcre

Lua getters and setters

class lua setter getter codea

why does lua string.find return true for this test case?

string lua