Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Do Lua variables lose their value between script calls?

scripting variables lua

install luaEclipse error

eclipse lua

Is it possible to call loadstring on string of lua bytecode that contains a reference to a C function?

Embedding LuaJIT module into C application

lua luajit

Reading file line by line in Lua

file-io lua

array as parameter list lua

lua arguments lua-table

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?