Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

LUA (Corona SDK) math.floor() return wrong value with increment of 0.1

lua coronasdk

Safely reading string from Lua stack

c++ lua

Registering a C++ class for use in Lua 5.2

c++ class lua

Whats the usage of metatables without metamethods?

lua

How does `table.insert` work with custom tables in Lua

lua lua-table

I need clarification on Metatable.__index

lua metatable

String Manipulation in Lua: Make the odd char uppercase

string lua gsub lua-patterns

is there a way to get path and name of the interpreter that is running current script?

lua

How to translate this PAWN example to LUA?

lua lua-table

Lua require relative path

lua

Lua trouble: attempt to call global 'unpack' (a nil value)

lua embedding unpack

Optional Group Capture with Lua Pattern Matching

lua lua-patterns

How to split a Lua table containing sub-tables

lua lua-table

Lua: String.match vs String.gmatch?

string lua string-matching

Why type(nil)==nil is false?

lua null

Lua - Perlin Noise Generation - Getting bars rather than squares

lua perlin-noise love2d

Lua syntax highlighting latex for arXiv

Lua - Local variable scope in function

scope lua local-variables

Lua cannot find installed luarocks on Ubuntu

lua luarocks cjson

Love2D: what is the difference between creating variables inside love.load instead of at the top of the main.lua file?

lua love2d