Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

how to urldecode a request_uri string in Lua

nginx lua

lua split into words

string lua

How should I document a Lua API/object model written in C++ code?

Lua, C++, and poor man's subclassing

c++ oop lua

How to improve workflow for creating a Lua-based Wireshark dissector

Use a table's content as a key

lua

What are some great but little known libraries for Lua?

lua libraries

lua program shows current time

date lua timestamp

Why do CSP implementations only cover channels?

clojure lua go occam-pi

how to callback a lua function from a c function

lua callback

How to produce ipairs (as opposed to pairs) behavior in the C API

c api lua

Capitalize first letter of every word in Lua

lua lua-patterns

How to use LuaJIT's ffi module when embedding?

c lua ffi luajit

How can I write a plugin for VLC that responds to play, pause and stop events?

lua vlc

Lua weak reference

lua lua-table

How do I create a class object in Lua-C API 5.2?

lua

Lua's hybrid array and hash table; does it exist anywhere else?

Destructors in Lua?

lua destructor

Lua ISO 8601 datetime parsing pattern

parsing datetime date lua

Split a string using string.gmatch() in Lua

string lua lua-patterns