Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Caching expensive table calculation on strings between separate function calls in Lua

lua

How do I de-obfuscate a Lua script?

Cannot link a minimal Lua program

lua

How to trace MySql queries using MySql-Proxy?

mysql lua mysql-proxy

How do you pass a Lua Function to a C Function and execute the Lua Function Several Times?

How to get a list of paths in /etc/ld.so.conf on Linux

get IP Address in Lua

C++ call lua function with variable parameters

c++ templates lua