Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Lua string.gsub with Multiple Patterns

string lua lua-patterns

How to extract files from a zip file using Lua?

lua zip extraction

How to add double quote characters to a string?

lua

Implicit declaration of luaL_openlibs

c lua