MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Luapower.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Luapower.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Luapower.com most likely does not offer any adult content.
Popular pages
-
luajit - LuaJIT binary
LuaJIT binary Build Flags Module Paths Windows !\..\..\?.lua;!\..\..\?\init.lua was added to the default package.path in luaconf.h. This allows luapower modules to be found regardless of what the cur...
-
path - 2D geometry in Lua
2D geometry in Lua in development Most sub-modules are ready, but they need more integration work. They can be used independently and they have their own demos and docs. local path = require'path' In...
-
utf8 - UTF-8 in Lua
local utf8 = require'utf8' Low-level module for working with UTF-8 encoded strings. Byte indices are i's, char indices are ci's, and "char" means unicode codepoint. Invalid characters are counted as 1...
-
coro - symmetric coroutines
symmetric coroutines local coro = require'coro' Symmetric coroutines are coroutines that allow you to transfer control to a specific coroutine, unlike Lua's standard coroutines which only allow you t...
-
glue - everyday Lua functions
everyday Lua functions modules Examples Extract a rfc850 date from a string. Use lookup tables for weekdays and months. local weekdays = glue.index{'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursd...
-
LuaJIT notes - assumptions, gotchas, tricks
assumptions, gotchas, tricks LuaJIT assumptions LuaJIT hoists table accesses with constant keys (so module functions) out of loops, so no point caching those in locals. LuaJIT hoists constant branche...