Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Reassembling packets in a Lua Wireshark Dissector

Is there a Lua Warning instead of Lua Error?

error-handling lua warnings

Need help to understand LPeg and PEGs

lua peg lpeg

In C++ called from Lua, lua_type(L,0) returns 9 which isn't documented

c++ lua

Is it possible to type in Furigana (and Ruby characters) using Unicode?

Amount of repetitions of symbols in Lua pattern setup

lua lua-patterns

Torch: delete tensor columns by indices

lua torch tensor

Module installed by Luarocks not found

module lua luarocks

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