Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Get all errors from lua_pcall(L, 0, 0, 0)

c++ lua lua-api

Is lua called from redis interpretted or compiled?

Always-on-top window and keeping focus, on AwesomeWM

lua awesome-wm

Mocking local imports when unit-testing Lua code with Busted

unit-testing lua lua-busted

What is a good repository for Lua modules?

module lua repository

Best practice for returning an error from a lua function returning multiple values

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