Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua - How to do Internationalization? [closed]

Does Lua support Decorators?

Is there a Lua string.find without pattern

string lua lua-patterns

Using straight Lua, how do I expose an existing C++ class objec for use in a Lua script?

c++ lua

How can I safely iterate a lua table while keys are being removed

What is the benefit to compile Lua as C++ other than avoid 'extern C' and get 'C++ exception'?

c++ lua

Compiling Lua - create .so files?

Lua coroutines -- setjmp longjmp clobbering?

c++ c lua coroutine setjmp

How to implement string.rfind in Lua

string lua lua-patterns

How to organize Lua module path and write "require" calls without losing flexibility?

module lua

Get file name from URL using Lua

Lua - local required eveytime a local variable is assigned?

lua

Why should I embed a scripting language? [closed]

c++ python lua

A regex I don't understand

regex lua lua-patterns luadoc

Loadfile without polluting global environment

lua lua-loadfile

How to extract C++ object pointer from Lua

c++ lua

Fast implementation of queues in Lua?

how to set the LUA_PATH and LUA_CPATH for the zerobrane studio in linux

linux lua zerobrane

Torch / Lua, how to save a trained neural network model to file?

How to sum a table of numbers in Lua?

lua sum built-in