Code - Lua Script Editor

Price: $4.99

Infomation

Category:
Lifestyle
By:
han shengming
Version:
1.1.8
Released:
2021-11-18
Shared:
2022-03-19
Size:
16,90MB
Download:
2400
Compatibility:
11.0 or later

More by this seller

Description

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-cURLv3 example

local curl = require("cURL")
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)
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()

...More

Video/Screenshots

What's New

This update contains with fix bug about status bar on iOS15

...More
  • Download

  • Cracker/Uploader: telefonbuch
    Date: 2022-03-19 13:27 Version:1.1.8  For iOS 14 For iOS 13 For iOS 12 For iOS 11 
    Memo:
  • Cracker/Uploader: telefonbuch
    Date: 2022-03-19 13:27 Version:1.1.8  For iOS 14 For iOS 13 For iOS 12 For iOS 11 
    Memo:
  • All Version Links

Infomation

Category:
Lifestyle
By:
han shengming
Version:
1.1.8
Released:
2021-11-18
Shared:
2022-03-19
Size:
16,90MB
Download:
2400
Compatibility:
11.0 or later