Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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

LUA: Seeking efficient and error-free means of assigning default arguments

lua

When using Luajit, is it better to use FFI or normal lua bindings?

c++ scripting lua ffi luajit

Lua: When is it possible to use colon syntax?

lua

Lua, dealing with non-ascii byte streams, byteorder change

are you allowed to have a numeric key in a lua table?

dictionary lua lua-table

Lua: What's the difference between null and nil?

lua null luainterface

Split string with specified delimiter in lua

regex lua

Why can't I use Set:union() instead of Set.union?

lua call operation

Lua: How to look up in a table where the keys are tables (or objects)

lua hashtable lua-table

Lua: lua_resume and lua_yield argument purposes

lua arguments coroutine

How Do I Build Lua For Windows Using MinGW and MSYS?

windows compilation lua mingw

Lua - decodeURI (luvit)

how to check if a word appears as a whole word in a string in Lua

Can't modify loop-variable in lua [duplicate]

lua

Lua - How can I grab any return?

lua