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?
- 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
- 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
- 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
- Calling lua functions from .lua's using handles?
- Does Lua optimize the “..” operator?
- Lua Wrapper for C#?
- 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
- 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?
- 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?
- 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
- Corona: how to capture a screen in corona?
- Is Lua based primarily on well-established programming-language ideas?
- Node.js for lua?
- Define default values for function arguments
- Begin Lua-scripting
- 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?
- 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?
- 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
- 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
- Weak table and GC finalizer using C API
- 2D Lua Games on iPhone
- XMPP server in python
- 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
- 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
- How match 'other' applications to a tag in awesome-wm?