Glu是用于Lua脚本的跨平台GUI(图形用户界面)。 Lua程序员可以使用它来创建游戏,应用程序,图像等。
2022-02-14 11:43:14 5.79MB 开源软件
1
openResty官方入门教程-中文版 openResty官方入门教程-中文版
2022-02-13 21:36:32 3.68MB lua nginx openResty
1
HearthSprite:Android炉石传说脚本
2022-02-12 21:20:03 20KB android lua hearthstone android-emulator
1
很好用的lua编辑器
2022-02-11 22:27:07 9.22MB lua编辑器
1
Lua环境windows支持
2022-02-11 19:12:09 27.78MB windows lua 开发语言
1
skynet_timer 一个为skynet框架写的定时器,全程只有一个skynet.timeout在运行 How to use 1.Require module require "timer" 2.Register a class Using: local t = timer:new() t:init() t:register(5, function() --callback end) Tips init可以传心跳的interval间隔,默认为1s
2022-02-11 16:43:55 1KB Lua
1
颜色 使用 lua 的 print() 函数时向终端输出漂亮的颜色。 该模块还为您提供了有助于通过代码跟踪消息的额外信息。 在 print() 函数内部使用来关闭/打开文本格式和颜色。 ##可用的颜色和格式: ###文本和背景颜色: 黑色的 红色的 绿色的 黄色的 蓝色的 品红 青色 白色的 ###其他选项: 大胆的 强调 眨 逆 三振 例子: -- Use lc to toggle different text formats and colors. Reset them with lc.off local lc = require (“luaColors”) print (lc. off .. lc. blue .. lc. bg . white .. “Hello Color World” .. lc. off ); -- Turns off previous form
2022-02-11 14:56:07 7KB Lua
1
利用lua socket可编写脚本网络程序,方便快捷1
2022-02-10 10:07:11 121KB LUA SOCKET
1
require "lc" print(lc.help()); Simple Characters Transformation a2w(ansi to unicode) u2w(utf8 to unicode) w2a(unicode to ansi) w2u(unicode to utf8) u2a(utf8 to ansi) a2u(ansi to utf8) bstr(bytes of str) help(show this) wunoman@qq.com 2012/03/06
2022-02-09 22:13:28 128KB lua utf8 unicode ansi
1
lua 一致性哈希 基于 yaoweibin 的一致性哈希分支( )在 lua 中重新实现一致性哈希 用法 local chash = require " chash " chash. add_upstream ( " 192.168.0.251 " ) chash. add_upstream ( " 192.168.0.252 " ) chash. add_upstream ( " 192.168.0.253 " ) local upstream = chash. get_upstream ( " my_hash_key " )
2022-02-08 18:47:40 2KB Lua
1