Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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

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