Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

nanosleep() call from Lua script paused QT GUI thread

c++ c qt4 lua

Trying to build nginx with luajit support but libluajit-5.1.so.2: cannot open shared object file

nginx lua

Is calling a lua function(as a callback) from another thread safe enough?

visual-c++ lua

what is actual implementation of lua __pairs?

QuadTrees - how to update when internal items are moving

lua quadtree

Lua unit testing framewok for embedded systems

unit-testing embedded lua

Reloading screen in corona

lua coronasdk

How do you install an APK file it build from corona sdk in the Android emulator?

lua apk coronasdk

Primary source for WoW lua API?

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?