Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

An example of prototypical inheritance that does not involve simulating classical inheritance?

javascript prototype lua

Lua 5.2 C API and require

c lua yaml

How to pass a pointer to LuaJIT ffi to be used as out argument?

lua ffi luajit

Why does Lua prohibit goto over a local var definition?

lua

Optimizing Lua for cyclic execution

lua

Get Lua table size in C

c lua lua-table lua-api lua-5.1

how do I run a computercraft program like 'excavate 5'

lua minecraft computercraft

Lua script to return efficient dictionary from Redis HGETALL call

lua redis lua-table

Lua iterator to array

lua

How to check if a script is included via dofile() or run directly in Lua? [duplicate]

lua

How to reference lua table member from table member?

lua

Why Lua for configuration/plugins? [closed]

plugins configuration lua

Function creating in Lua

function lua coronasdk

What is the difference between local function myFunction and local myFunction = function()

lua scope

Lua string manipulation pattern matching alternative "|"

C++ Encrypting and decrypting Lua files

c++ lua encryption

how to define functions in redis \ lua?

node.js lua redis global

Lua pattern for guid

regex lua guid lua-patterns

Create new empty userdata from pure Lua

lua lua-userdata

Declaring global variable inside a function in LUA

lua