Code - Lua Script Editor

Code - Lua Script Editor


Code - Lua Script Editor


$0.99

1.2.2for iPhone, iPod touch
5.9
1 Ratings
胜明 韩
Developer
14.3 MB
Size
Apr 17, 2023
Update Date
Lifestyle
Category
4+
Age Rating
Age Rating
4+
Apps in this category do not contain restricted content.
9+
Apps in this category may contain mild or occasional cartoon, fantasy or real-life violence, as well as occasional or mild adult, sexually suggestive or horrifying content and may not be suitable for children under 9 years of age.
12+
Apps in this category may contain occasional mild indecent language, frequent or intense cartoon or real-life violence, minor or occasional adult or sexually suggestive material, and simulated gambling, and may be for children under 12 years of age.
17+
You must be at least 17 years old to access this App.
Apps in this category may contain frequent and intense offensive language; Frequent and intense cartoon, fantasy or realistic violence: frequent and intense adult, scary and sexually suggestive subjects: as well as sexual content, nudity, tobacco, alcohol and drugs, may not be suitable for children under 17 years of age.
Code - Lua Script Editor Screenshots
Code - Lua Script Editor posterCode - Lua Script Editor poster

About Code - Lua Script Editor

Code is Lua Editor for iOS. This app is very usefull to edit lua script, and run lua code immediately.

Feature
√ Support Lua code highlight
√ Support run lua code immediately
√ It is very usefull to run some code on mobile phone

Lua Config:
lua 5.4.4
luasocket 3.1.0
LuaSec 1.2.0
json-lua 0.1-4
Lua-cURLv3

Lua-cURLv3 example

local curl = require("cURL")
local json = require("JSON")

local PATH = PATH or ".."
local SSL_CERT_FILE = SSL_CERT_FILE or "/usr/local/share/cacert.pem"

-- HTTP Post
curl.easy()
:setopt_url('https://httpbin.org/post')
:setopt_writefunction(
function(str)
print(str)
local decode = json:decode(str )
print(decode)
end
)
:setopt_httppost(curl.form() -- Lua-cURL guarantee that form will be alive
:add_content("test_content", "some data", {
"MyHeader: SomeValue"
})
)
:setopt{
use_ssl = curl.USESSL_ALL,
cainfo = SSL_CERT_FILE,
}
:perform()
:close()
Show More

What's New in the Latest Version 1.2.2

Last updated on Apr 17, 2023
Old Versions
This update contains with remove depricated api
Show More
Version History
1.2.2
Apr 17, 2023
This update contains with remove depricated api
1.2.1
Jan 14, 2023
This update contains with update lua env
1.1.8
Nov 18, 2021
This update contains with fix bug about status bar on iOS15
1.1.6
Aug 20, 2021
This update contains with bug fixed about lua code highlight
1.1.2
Aug 11, 2021
This update contains with bug fixed
1.0.8
Jul 31, 2021
This update contains with support Lua-cURLv3 and ssl request support
1.0.5
Jan 21, 2021
This update contains with fix bug
1.0.2
Jan 19, 2021

Code - Lua Script Editor FAQ

Click here to learn how to download Code - Lua Script Editor in restricted country or region.
Check the following list to see the minimum requirements of Code - Lua Script Editor.
iPhone
Requires iOS 13.0 or later.
iPod touch
Requires iOS 13.0 or later.
Code - Lua Script Editor supports English

Code - Lua Script Editor Alternative

You May Also Like

Get more from 胜明 韩