Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

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

Lua inheritance - call method on super

inheritance lua

How to match the start or end of a string with string.match in Lua?

lua

Is possible to use lua code in Unity3D

.net lua unity3d

Destroy lua object by his method

oop lua

Lua - "attempt to compare number with nil" error

exception lua null