Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

C# and Lua -- Current Options?

c# .net dll lua luainterface

Lua: When and how to write tables to _G

Should I specify full key names when using Lua in Redis Cluster, or can I just pass the hashtags?

lua redis

Redis Lua script implementing CAS (check-and-set)?

lua redis cas

Torch, why is my artificial neural network predicting always zeros?

lua neural-network torch

Find out timezone offset

date lua timezone dst

Lua co-routines

c++ scripting lua coroutine

nanosleep() call from Lua script paused QT GUI thread

c++ c qt4 lua

Trying to build nginx with luajit support but libluajit-5.1.so.2: cannot open shared object file

nginx lua

Is calling a lua function(as a callback) from another thread safe enough?

visual-c++ lua

what is actual implementation of lua __pairs?

QuadTrees - how to update when internal items are moving

lua quadtree

Lua unit testing framewok for embedded systems

unit-testing embedded lua

Reloading screen in corona

lua coronasdk

How do you install an APK file it build from corona sdk in the Android emulator?

lua apk coronasdk

Primary source for WoW lua API?

Reassembling packets in a Lua Wireshark Dissector

Is there a Lua Warning instead of Lua Error?

error-handling lua warnings

Need help to understand LPeg and PEGs

lua peg lpeg

In C++ called from Lua, lua_type(L,0) returns 9 which isn't documented

c++ lua