Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Multithreaded C Lua module leading to segfault in Lua script

Can I find out the status of the port using the Lua "socket" library?

sockets lua

How to register Lua userdata correct from Delphi?

delphi lua lua-userdata

Could I extend Corona with native code?

How to read from a serial port in lua

file-io lua serial-port

shared_ptr requires complete type; cannot use it with lua_State*

c++ boost lua shared-ptr

How to test for -1.#IND (indeterminate) in Lua?

lua nan ieee-754

Installing Torch7 with Luarocks on Windows with mingw build error

lua mingw luarocks torch

How to find a duplicate string with Pattern Matching?

Does next() look for a __pairs metamethod?

lua metatable meta-method

Overriding c++ method in lua and call it back in c++

c++ class methods lua overriding

Lua gmatch odd characters (Slovak alphabet)

Lua certified for use on an airframe or road vehicle?

Wireshark Dissector in Lua

How to add Lua functions to the Notepad++ functionList.XML

xml regex lua notepad++

Why is my event handler not allowing me to access event.target?

lua coronasdk

Calling functions in a Lua table from C++

c++ lua swig

Use lua os.execute in windows to launch a program with out a flash of CMD

windows lua command-prompt

Why does internal Lua strings store the way they do?

c string struct lua

Lua: set every new element in table to a default value

hash lua lua-table