All Lua Answers
- corona sdk (lua) how to send request to php script for registering a device to get notifications?
- web technologies for an embedded server
- nsurlerrordomain error code -999 in ios
- sort points in clockwise order?
- difference between . and : in lua
- associatively sorting a table by value in lua
- safely remove items from an array table while iterating
- lua - how to merge two tables overwriting the elements which are in both?
- why does lua's length (#) operator return unexpected values?
- call a function by an external application without opening a new instance of matlab
- what is the standard (or best supported) big number (arbitrary precision) library for lua?
- lua math.random not working
- how do i run an executable using lua?
- how to dump a table to console?
- lua - current time in milliseconds
- how to get list of directories in lua
- generating uniform random numbers in lua
- compile lua code, store bytecode then load and execute it
- get back the output of os.execute in lua
- easiest way to make lua script wait/pause/sleep/block for a few seconds?
- best tool(s) for decompiling lua bytecode? [closed]
- how to check if a table contains an element in lua?
- lua pattern matching vs. regular expressions
- what is the difference of pairs() vs. ipairs() in lua?
- what can i do to increase the performance of a lua program?
- function/variable scope (pass by value or reference?)
- lua socket asynchronous calls
- implementation of closures in lua?
- lua socket client
- how do you construct a read-write pipe with lua?
- how do i write a generic memoize function?
- scrapy splash screenshots?
- how to embed a lua script within a c binary?
- reading whole files in lua
- how to install torch on windows 8.1?
- lua: iterate through all pairs in table
- how to quote values for luasql?
- why is luajit's memory limited to 1-2 gb on 64-bit platforms?
- how can i get last modified timestamp in lua
- keypress event in lua?
- why is l->l_g->_defaultmeta.value.gc always null?
- using unique dynamic variable names (not variable values!)
- lzw compression in lua
- lua on the iphone?
- load lua-files by relative path
- lua call function from a string with function name
- how to create nested lua tables using the c api
- lua os.execute return value
- how to read data from a file in lua
- embedding lua in c++
- easy lua profiling
- lua operators, why isn't +=, -= and so on defined?
- lua - get command line input from user?
- lua socket post
- how can i pass parameters to a lua file when loading it from another lua file?
- easiest way to parse a lua datastructure in c# / .net
- split a string using string.gmatch() in lua
- lua indentation code in lua [closed]
- how to get past 1gb memory limit of 64 bit luajit on linux?
- does lua make use of 64-bit integers?
- how can i end a lua thread cleanly?
- how can i determine the os of the system from within a lua script?
- how to write this regular expression in lua?
- lua sockets - asynchronous events
- easiest way to compile a lua script (*.exe)…?
- lua: get the literal name of the parameter
- why make global lua functions local?
- how do i add a method to the table type?
- lua table.getn() returns 0?
- lua: how to call a function prior to it being defined?
- how to assign lua variable by reference
- why can't i catch a luabind::error exception when my lua code throws an error?
- how to check if a word appears as a whole word in a string in lua
- is it possible to call lua functions defined in other lua scripts in redis?
- how to create a branching vein/river like structure on a square grid
- access local variable by name
- how to write a unicode symbol in lua
- is there anyway to avoid this security issue in lua?
- lua: when is it possible to use colon syntax?
- is it possible to require() a script that is loaded using lual_loadstring()?
- confusion of using “.” notation with __index and namespace in lua
- lua 4.0 random number generator
- c++ and lua from usb [closed]
- lua string to table
- lua os.execute with command line arguments
- get lua running with torch on windows 10 (with limited admin rights)
- lua string to int
- nginx proxy_pass based on whether request method is post, put or delete
- debugging embedded lua
- what are lua coroutines even for? why doesn't this code work as i expect it?
- 2d trajectory planning of a spaceship with physics
- list file using ls command in linux with full path
- no package 'lua' found but i have it installed
- lua as a general-purpose scripting language?
- managing stack with lua and c++
- how to remove a lua table entry by its key?
- setting the global lua_path variable from c++/c?
- recreating setfenv() in lua 5.2
- lua 5.2 lua_globalsindex alternative
- making all the characters in a string lowercase in lua
- lual_openlib replacement for lua 5.2
- lua's bytecode specification [closed]
- calling lua functions from .lua's using handles?
- does lua optimize the “..” operator?
- lua wrapper for c#? [closed]
- why are local variables accessed faster than global variables in lua?
- random number generator with higher probabilities of giving low values?
- lua - packing ieee754 single-precision floating-point numbers
- how to use variadic templates to make a generic lua function wrapper?
- lua send mail with gmail account
- splash lua script to do multiple clicks and visits
- lua, dealing with non-ascii byte streams, byteorder change
- how to handle c++ exceptions when calling functions from lua?
- print stacktrace from c code with embedded lua
- get the index of an item by value in a redis list
- lint-ing tool for lua [closed]
- script attempted to create global variable
- lua - get the list of parameter names of a function, from outside the function
- how do i know if a table is an array?
- reference to lua function in c/c++
- best way to omit lua standard libraries?
- modifying a character in a string in lua
- how to work with tables passed as an argument to a lua c function?
- how to send multiple data (conn:send()) with the new sdk (nodemcu)
- get current working directory in lua
- loadstring function replacement in latest version
- how to check if two tables(objects) have the same value in lua
- case-insensitive lua pattern-matching
- is there a perl or lua alternative to capistrano?
- how to produce ipairs (as opposed to pairs) behavior in the c api
- “undefined reference to” using lua
- lua split into words
- how can i pass objects to an exposed luaj function?
- using lua to format 0 seconds as 00:00:00
- windows lua to executable
- iterating over table of tables with the lua c api
- use string.gsub to replace strings, but only whole words
- inheritance for metamethods in lua
- loop through all lua global variables in c++
- sandboxing in lua 5.2
- string to table in lua
- why are localized functions faster in lua?
- running applications from freertos
- lua - accessing files & controlling applications?
- is it possible to connect lua and javascript?
- https (ssl) get request with nodemcu
- register c++ function in lua?
- variable number of function arguments lua 5.1
- lua: smartest way to add to table only if not already in table, or remove duplicates
- should i specify full key names when using lua in redis cluster, or can i just pass the hashtags?
- how to extract files from a zip file using lua?
- fetching page of url using luasocket and proxy
- lua program delay
- returning the index of a value in a lua table
- c# lua parser / analyser
- how to enforce lua scripts runtime limit?
- is it possible to change strings (content and size) in lua bytecode so that it will still be correct?
- call c++ functions in an active program from lua
- getting multiple values from a function without creating a variables in lua
- passing table with fields as an argument to lua function from c++?
- add members dynamically to a class using lua + swig
- lua: getting global function failing after loading file
- luarocks installation
- how to get the file size and delete file in lua?
- method for serializing lua tables
- how does an object reference itself in lua?
- write numbers to a file in lua in binary format
- 404 page not found when a url is hit but properly served when opened from the link on index page
- why does lua prohibit goto over a local var definition?
- convert signed ieee 754 float to hexadecimal representation
- linker error lunatic python lua.require('socket') -> undefined symbol: lua_getmetatable
- why is the first random number always the same on some platforms in lua?
- evaluating mathematical expressions using lua
- how does multiple assignment work?
- sum of the digits of an integer in lua
- how do i load lua module as a string instead of a file?
- passing table values as function arguments in lua 4 without the “call” function
- lua pattern matching, repeating character
- how to iterate through a table in its exact order?
- back and forth utc dates in lua
- how to get “sizeof” a table in lua?
- how to parse json in lua?
- comparing signed 64 bit number using 32 bit bitwise operations in lua
- luasocket custom headers, 404 turns to 301
- why length is different in lua
- how can i limit lua possibilities (calling os functions, modules, etc.)
- lua for loop reduce i? weird behavior
- error while trying to call a class method: attempt to index local 'self' (a nil value) - lua
- what lua feature can be used as pexpect in python or tcl expect?
- lua frontier pattern match (whole word search)
- create new c library in lua
- use table key inside same (anonymous) table
- is it allowed to modify stack values as long as the stack stays balanced?
- if lua number is double, does =/<=/>= operations always correct?
- download file by url in lua
- how can i find the words consist of the letters inside the keyword in lua?
- what are the correct semantics of a closure over a loop variable? [closed]
- how to drop all code and memory space of a lua module
- adding an optional “global” keyword to lua 5.2 source
- execute powershell commands with lua
- how to check for nil/null in redis' lua cjson?
- proper way to free a pointer array in swig input typemap?
- iterate over lua table is not working
- how to dissect and parse a string in lua?
- how to set proxy_http_version in lua code before upstreaming the request in nginx
- post-hook a function, post-process and pass through all returns
- math.random function with step option? [closed]
- lua programming - os.execute() is not working in windows
- the wifi.sta module connects if a loop is running?
- how to get post parameters from http request in lua sent to nodemcu
- trying to make function which takes string as input and returns no. of words in whole string
- lua script - web socket communication
- printing the required number of inverted star patterns [closed]
- corona: how to capture a screen in corona?
- is lua based primarily on well-established programming-language ideas? [closed]
- node.js for lua?
- define default values for function arguments
- begin lua-scripting [closed]
- concatenation of strings in lua
- lua, game state and game loop
- for loop on lua
- is developing an application for android using lua only possible?
- how can one implement oo in lua?
- setting windows layout for a specific application in awesome-wm
- how does linq work (behind the scenes)?
- call/cc in lua - possible?
- how do i run lua scripts on android in a java application?
- how to check if two torch tensors or matrices are equal?
- statically typed lua
- what does # mean in lua?
- how do i get the number of keys in a hash table in lua?
- lua: converting from float to int
- how do install libraries for both lua5.2 and 5.1 using luarocks?
- why use a do-end block in lua?
- embedding: mono vs lua
- interactive lua: command line arguments
- lua: implicit table creation with string keys - why the extra brackets?
- creating a simple table with lua tables c api
- java: scripting language (macro) to embed into a java desktop application
- how to register member function to lua without lua bind in c++
- in lua, what is the right way to handle varargs which contains nil?
- lua, what is lua? [closed]
- how can i check if a lua table contains only sequential numeric indices?
- in lua, what is #inf and #ind?
- why would this lua optimization hack improve performance?
- how to execute an untrusted lua file in its own environment from the c api
- lua's package management system?
- how do i run a .lua script? [closed]
- why there are keys and argv arrays when calling redis lua scripts?
- nancy (c#): how do i get my post data?
- redis wildcard delete script using eval, scan, and del returns “write commands not allowed after non deterministic commands”
- greedy/non-greedy pattern matching and optional suffixes in lua
- what programming language features are well suited for developing a live coding framework?
- destructors in lua?
- lua and c++: separation of duties
- how to create a walking animation in love 2d
- luainterface - how-to restrict access to .net classes?
- recommended way to have 2+ modules recursively refer to each other in lua 5.2
- how do i extend lua with a static c++ library?
- how to encrypt lua codes [closed]
- how to remove particular functions from os library without editing the lua headers or the scripts
- delete redis hash values in bulk based on the hash key name
- check if array contains specific value
- in lua, how can you print the name of the current function, like the c99 __func__ identifier?
- tcl vs lua - scripting a mmo server
- pushing a lua table
- how to string.find the square bracket character in lua?
- lual_openlibs() and sandboxing scripts
- lua 'require' but files are only in memory
- why can't my redis lua script atomically update keys on different redis cluster nodes?
- how are lua tables handled in memory?
- servicestack redis, how to return lua table as list
- is it possible to use lua scripts in a java android project?
- using lua, check if file is a directory
- why embed lua into a game engine?
- how would i go about sharing variables in a c++ class with lua?
- i need a tool to parse lua tables, preferrably in ruby or java
- what are the most effective ways to use lua with c#?
- “c like struct” in lua for long buffer manipulation?
- equivalent of lua coroutine.create in c++ using lua_newthread
- how to share/reuse a lua script for multiple entities?
- kong - verify upstream ssl (ssl_proxy on)
- calling c++ member function from luabind causes “no matching overload found”
- using lua for working with excel
- how to create include files in lua language?
- function at line xxx has more than 60 upvalues
- how do i convert string of hex digits to value it represents in lua
- what is the neatest way to split out a path name into its components in lua
- how to create a directory in lua?
- how to find out all properties of an object in lua?
- running lua in nginx config?
- compiling vlc on linux: error couldnt find lua
- torch / lua, how to save a trained neural network model to file?
- compiling lua - create .so files?
- difference between stateful and stateless iterators in lua
- lua - get indexof string
- stack unwinding in c++ when using lua
- storing reference to lua function in c
- sandboxing embedded lua in 5.2 / set envirenment for functions from lua.file
- how do you execute a lua file in sublime text 3?
- how do you make a combo of two emotes in lua in world of warcraft work?
- srlua makefile error lua.h no such file or directory [closed]
- weak table and gc finalizer using c api
- 2d lua games on iphone
- xmpp server in python [closed]
- lua_xmove between different lua states
- how to check if a script is included via dofile() or run directly in lua?
- visualize images in intermediate layers in torch (lua)
- i need clarification on metatable.__index
- how to download a file in lua, but write to a local file as it works
- is it possible to execute a single lua statement from a host program?
- running lua scripts using fastcgi
- how to read multiple sets stored on redis using some command or lua script
- xcode4 lua syntax highlight
- c & lua: lual_dostring return value
- treating nils in sort function
- how to create table in table in lua 5.1 using c-api?
- getting previous day's date in lua
- what is the best way for debug output for the lua garbage collector?
- is lua an object-oriented language?
- how to handle errors when resuming a lua thread (coroutine)
- luaj and android: cannot bind class
- print table in lua
- lua runs out of memory
- how do i set, via the lua c api, the environment table for a chunk of lua code prior to running it?
- lual_checkudata inheritance checking
- torch / lua: retrieving n-best subset from tensor
- can lua's require function return multiple results?
- lua string.format options
- first character uppercase lua
- how to configure indentation in emacs lua-mode?
- lua integer type
- check if directory exists in lua?
- how to check if nginx uses luajit and not lua?
- how to terminate lua script?
- find the last index of a character in a string
- lua http socket timeout
- build automation & mysql workbench scripting: forward engineer sql create script
- what is the benefit to compile lua as c++ other than avoid 'extern c' and get 'c++ exception'?
- popping the first element off an array
- lua: colon notation, 'self' and function definition vs. call
- explanation of asm code
- lua co-routines
- lua - execute a function stored in a table
- is it possible to emulate bind in lua?
- redis capped sorted set, list, or queue?
- lua table sort claims invalid order function for sorting
- lua match everything after character in string
- redis lua script implementing cas (check-and-set)?
- lua format.string can't format float as decimal (%d) as of 5.3
- lua - decodeuri (luvit)
- randomize numbers in lua with no repeats
- how to add double quote characters to a string?
- how to get name of the argument in lua?
- docker unit test setup
- lua: table expected, got nil
- get lua table size in c
- what is faster? a loop or multiple if condition
- lua module is not loading libraries
- lua require not working
- lua - how can i grab any return?
- query lua userdata type from c
- lua - two local variables with the same name
- luaj: unable to call 'require' function in lua script
- asynchronous delay in lua? (like javascript settimeout)
- can lupa be used to run untrusted lua code in python?
- lua: garbage collection + userdata
- how to determine whether my code is running in a lua module?
- iterating a multidimensional lua table in c
- is it possible to change a value inside a lua bytecode? how? any idea?
- how to sort this lua table?
- getting the ast of a function
- drag physic object in corona sdk
- how to read lua table return value from c++
- what do 'load' do in lua?
- compiling lua 5.2 alpha under vs2010
- lua sandbox with special functions which leak
- lua: understanding table array part and hash part
- how to embed lua in c++ via swig
- inheritance in lua
- how do you include luaplus into your project?
- using the 'module' function in lua 5.2?
- lua newbie : c-lua how to pass a struct/buffer to lua from c?
- what are the use of parentheses in this lua pattern?
- lua updating from 5.1 - lua_globalsindex problems
- do file only once in lua
- why i can't run lua script in redis after redis restart?
- make two objects touchable which were created with a function (lua, corona)
- lua- iterating nested table
- equivalent of matlab "whos" command for lua interpreter?
- wrapping a lua object for use in c++ with swig
- stopping a runaway lua subprocess
- setting up eclipse with lua for the first time
- determine compiler version of compiled lua
- requiring other lua scripts from within a lua script using luaj on android
- corona runtime error "attempt to concatenate field '?' (a nil value)"
- objective-c arc and longjmp
- wireshark lua dissector for ieee 802.15.4 - dissectortable name?
- pandoc lua filter to replace tex macro
- different screen sizes with corona sdk
- test if lua number is integer or float
- how to make asynchronous http call with callback in lua?
- how to shuffle the letters of a word using lua
- how do i run a .lua file?
- using antlr to parse lua if statements in specific functions
- how to load all files from a directory?
- lua function expects two parameters even when i have declared the function with one parameter
- sorting a table in descending order in lua
- lua: working with bit32 library to change states of i/o's
- transition.to( ) doesn't work within a function and with a runtime:addeventlistener( "enterframe", method) listener in corona / lua
- embedded lua does not print to allocated console
- rapid fire with logitech lua script?
- how to read torch tensor from c [closed]
- collision detection with ceramic tile engine & box 2d
- how to do "group by" in redis
- c++ lua error on setting global variable
- lua inheritance
- read and write to serial port with lua on windows
- how do you set up luabind with visual studio 2012?
- luainterface and 64bit
- luabind and package.loadlib
- how to read only the last line of a text file in lua?
- adding an html block of code to a string (concat) in lua
- cannot import module with lua, results in attempt to index global 'test' (a nil value)
- lzw data compression in lua
- corona sdk + tiled + ceramic tile engine : create collision map?
- simpler way to create a swig typemap for a function with multiple arguments?
- low impact encryption formula for roblox lua
- http request to a function in google scripts
- lua gideros: trouble drawing line with touch
- creating lua globals in objective c/c from userdata
- how to create/work with layered images using lua/corona sdk?
- lua table addressing
- lua - attempt to call global 'contains' (a nil value)
- "rotating" tables in lua?
- table.unpack() only returns the first element
- timestamp to iso 8601 in lua
- does luajit support __gc for tables?
- why does the use of ... in any expression in a function cause the value of arg to be nil in lua?
- lua gmatch odd characters (slovak alphabet)
- lua : fetch a webpage
- always-on-top window and keeping focus, on awesomewm
- install luaeclipse error
- how can i detect at runtime if i am running luajit or puc lua 5.1?
- lua string.match uses irregular regular expressions?
- how good is using %q in lua to escape shell arguments?
- why can't i use set:union() instead of set.union?
- lua (command line) remain open after execution
- lua - initializing
- how i can to get custom options in the `init` function of the tarantool cartridge role?
- lua and corona error: attempt to call method ' ' (a nil value) - driving me crazy
- how to install luasql on linux ubuntu 16?
- is there a way to get path and name of the interpreter that is running current script?
- lua_multret not working as expected
- lua for loop does not do all iterations
- get true stack trace of an error in lua pcall
- meaning of the `from` parameter of `lua_resume`
- hex constant = malformed number?
- lua project compiling with errors (luabind)
- lua: sort string array with varying casing
- lua - if and and, what is faster?
- luajit: compiling bytecode into object format
- building lua for c++
- is it possible to consolidate multiple responses and send one response in nginx
- lua: include file in the same directory
- lua c api: initializing a variable matrix in a structure c
- is there a lua string replace() function for faster replacements than gsub()?
- can't get premake working - gltut demos
- lua script and redis - how to test for none value
- how to represent nil in a table
- how to find which version of lua do i use?
- how to implement a basic lua function in conky?
- luajit ffi return string from c function to lua?
- lua: "dragging" sequence of elements within array
- unexpected lua pattern matching result
- how to add days in given datetime in lua
- lua error: "gnuplot terminal is not set"
- lua 5.2 changes the order of elements in the table
- getting arg to work in a varag function in lua 5.2 (integrated in delphi)
- what is happening when i call unpack() as lua's function arguments?
- why does one work and one crash?
- can you call "require" on a variable?
- understanding how to access values in array of tables in lua
- lua on google app engine
- lua cmd-line string
- simple lua_yield in c not resuming correctly from lua
- accessing light userdata in lua
- how do i convert a int to an array of byte's and then back?
- using a coordinate pair as a key in a lua table
- lua how to create custom function that can be used on variables?
- how to pass data between multiple lua state(multi-thread)?
- how to set bash environment variables using lua
- format number to separate thousand values (eg 12000000 would become 12 000 000)
- crashes when calling `lua_getfield()` after overriding the require
- including files, overwriting variables
- what is the difference between lua registry with light userdata and references?
- is it ever documented that `require` runs chunks in the global env?
- lua split string using specific pattern
- reassigning strings to a set list of values in an array
- how to return a table of tables to lua from c function, through a for loop
- how to get updated value of table sent from c++ to lua function?
- lua: preemtive (not cooperative) multitasking in lua with thread-like structures
- lua table.concat
- email address validation using corona sdk
- lua override # for strings
- how to overload lua string subscript operator?
- how to update time in lua to reflect system timezone change during execution?