
VisualCode 2
نمط حياة
فقط لأجهزة iPhone
ر.ق. ٢٫٩٩ - مصمم لـ iPhone
iPhone
VisualCode 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()
التقييمات والمراجعات
لم يحصل هذا التطبيق على تقييمات أو مراجعات كافية لعرض نظرة عامة.
This update contains bug fixed
أوضح المطور "ShenZhen Yuyue Technology Co., Ltd." أن ممارسات خصوصية التطبيق قد تتضمن معالجة البيانات على النحو الموضح أدناه. لمزيد من المعلومات، الرجاء الاطلاع على سياسة خصوصية المطور .
لا يتم جمع البيانات
لا يجمع المطور أي بيانات من هذا التطبيق.
تسهيلات الاستخدام
لم يشر المطور بعد إلى ميزات تسهيلات الاستخدام التي يدعمها هذا التطبيق. معرفة المزيد
معلومات
- الموفر
- ShenZhen Yuyue Technology Co., Ltd.
- الحجم
- 69.4 م.ب.
- الفئة
- نمط حياة
- التوافق
يتطلب iOS 15.0 أو أحدث
- iPhone
يتطلب iOS 15.0 أو أحدث - iPod touch
يتطلب iOS 15.0 أو أحدث - Mac
يتطلب جهاز macOS 12.0 أو أحدث وجهاز Mac مع شريحة Apple M1 أو أحدث. - Apple Vision
يتطلب visionOS 1.0 أو أحدث
- اللغات
- الإنجليزية
- التصنيف العمري
٤+
- ٤+
- حقوق النشر
- © 2025 VisualCode 2
