Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Is inheritance in Lua prototype-based or class-based?

Is it possible to read a file "backwards" using Lua?

lua

How do i get directory path, given a file name in Lua, which is platform independent

lua

Lua why is 'require' unsafe to use in a sandbox environment?

lua

How to get the TCP stream number with a listener?

Extract last part of a string in Lua

lua

Piece of Lua syntax that I don't understand

function syntax lua

D callbacks in C functions

binding lua d

Assistance with Lua functions

function lua

C & Lua: luaL_dostring return value

c lua

What's the advantage of stack-less Python's microthread than Lua's coroutine in state machine implementation for game?

Nested tables and numerical keys in Lua

lua nested lua-table

How to improve Redis server's CPU usage?

lua redis benchmarking

Lua functions -- a simple misunderstanding

function lua lua-table

How to decrypt Lua bytecode?

lua bytecode

Build Lua 5.2.2 in Windows

windows build lua lua-5.2

Lua Nested Table Getting Elements

lua lua-table

What would make it easier to really work with Lua?

lua

Limiting a Lua script's memory usage?

lua sandbox

What is the alternation operator in Lua patterns?

lua lua-patterns