Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How can I deep-compare 2 Lua tables, which may or may not have tables as keys?

algorithm lua compare equality

Creating a recursive LPeg pattern

lua peg lpeg

lua_Integer and lua_createtable (table size limit)

c lua lua-api lua-5.3

With multiple versions of Lua installed is it possible to specify which one luarock to install to?

Dealing with speech marks with string.match

string lua lua-patterns

execute lua string as lua code

lua require

Lua return multiple values as arguments

Attempt to index a nil value in a script

lua

Is there a way to embed C# code into a Lua script?

c# lua

API for plugin framework in Lua

plugins lua

Lua library -- returning an array in lua from C

c lua

LUA and Corona error: Attempt To Call Method ' ' (A Nil Value) - Driving Me Crazy

lua coronasdk

Is it possible to replicate Ruby's method_missing in Lua?

Lua 5.2 issue: 'attempt to call a nil value' from lua_pcall

c++ lua lua-5.2

Lua: Can this cause a segfault

c++ lua

Lua userdata array access and methods

c lua lua-api lua-userdata

Sum digits that result from an exponential

c++ algorithm math lua

Compare dates in Lua

date lua comparison

Installing Torch7. iPython installation error (mac)

macos lua ipython canopy torch

Using varargs in earlier version of Lua, but want compatibility with 5.2+

lua