Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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?

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