Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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

How to simulate try-finally or try-except in languages that don't have them

method for serializing lua tables

How to get the size of an array in LUA? [duplicate]

lua

Java: Scripting language (macro) to embed into a Java desktop application

Can I use C as a scripting language for my engine?

c scripting lua

LuaBind: How to bind specific instance of class to Lua?

c++ lua luabind

Evaluate code block in a function parameter in lua

Abandoning coroutines

lua coroutine