Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Is it possible to execute a single lua statement from a host program?

java lua luaj

Lua - make bytecode

lua

Fast way to initialize a tensor in torch7

Run Lua script from Python

python lua lupa

Change lua variable from C

c lua pthreads

Declaring a value as local once is slower than declaring it local each time

luaSocket HTTP requests always respond with a redirect (301 or 302)

http redirect lua luasocket

Read file line by line into array

lua lua-table luafilesystem

Get HTTPS page content with Lua

https lua luasocket luasec

How to read multiple Sets stored on Redis using some command or LUA script

The Language is Lua and the word is "embedded"

lua embedded

Eval function in LUA 5.1

lua eval lua-5.1

How to pass large struct back and forth between between C++ and Lua

c++ lua

Lua table lookup

lua find

how do I clean up my lua state stack?

c++ c lua

Compact web server with Lua support?

web-applications lua

Refactor C++ code to use a scripting language?

c++ refactoring lua

Web technologies for an embedded server

php c embedded lua

Can 32bit Lua bytecode work on a 64bit system?

lua 32bit-64bit luac

Best way for Lua script to call a C shared lib?

lua