Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Check if a Lua table member exists at any level

lua lua-table

Lua functions use "self" in source but no metamethod allows to use them

list oop lua

Lua unicode, using string.sub() with two-byted chars

string unicode utf-8 lua char

How to print out errors in the console with the C API for Lua

Lua C API: Initializing a variable matrix in a structure C

Lua Library for Jabber [closed]

lua xmpp

Lua Love2D - How can I make it download a file?

download lua love2d

Lua: 'pairs' doesn't iterate over [1]

lua iterator lua-table

Global function in lua

function lua global

Why Lua has the `<=` opcode and metamethod?

How to prefix a Lua table?

lua lua-table

Lua Script coroutine

Making sense of OOP in Lua

oop lua

Lua 'end' expected (to close 'function' at line near '<eof>'

lua

finding a url in a string lua pattern

A Lua iterator that fails silently?

lua iterator assert

Send Get to website with lua

lua luasocket

local VS global in lua

Why is lua so slow in redis? Any workarounds?

lua redis

Should for loop counters be local

lua