Pinned Repositories
acl
one advanced C/C++ lib for UNIX and WINDOWS
android-sms2mail
AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
BGNumericalGlyphRecognizer
Leverages MultistrokeGestureRecognizer-IOS to enable the detection of numerical glyphs (0-9) in a canvas view
ByWebView
🌏 WebView 全方面使用,JS交互、进度条、上传图片、错误页面、视频全屏播放、唤起原生App、获取网页源代码、被作为第三方浏览器打开、DeepLink、[腾讯x5使用示例]
ccgui
ccgui is a library for creating Graphical User Interfaces (GUIs) for cocos2d-x applications. The main goals of ccgui are: speed, flexibility and ease of use.
loadlibrary
Porting Windows Dynamic Link Libraries to Linux
lunar-unity-plugin
A UNIX/Quake3 style command line interface to Unity editor
TDR
数据描述工具
TSF4G
服务器开发工具
tsingpan's Repositories
tsingpan/decoda
Decoda Lua IDE and debugger
tsingpan/Lust
Lua String Templates
tsingpan/tui
a game ui editer for cocos2d-x
tsingpan/MultistrokeGestureRecognizer-iOS
A library for defining and detecting multi-stroke gestures created through touch-input on iOS devices
tsingpan/BGNumericalGlyphRecognizer
Leverages MultistrokeGestureRecognizer-IOS to enable the detection of numerical glyphs (0-9) in a canvas view
tsingpan/lbind
A LuaNativeObject like lua binding generator
tsingpan/LuaTinker
LUA to C++ Binding Library
tsingpan/lldebug
This is a debugger for Lua inspired by the visual studio. It is possible to debug in a special environment like "the coroutine object called each frame from a C language side" etc. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)
tsingpan/luaedit
LuaEdit is an IDE, debugger and editor of Lua scripts. It support local and remote debugging. LuaEdit was one of the very first Lua debuggers and has been in development since 2004. It is also one of the most diverse and professional free Lua debuggers. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)
tsingpan/lua-studio
Lua Studio is a simple IDE for Lua. It consists of an editor with syntax coloring, and an integrated debugger. Debugger can step into, step over, step out of the routine, or stop at a breakpoint. This is Windows project written in C++ and MFC. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)
tsingpan/remdebug
Remote debugger for Lua using LuaSocket. RemDebug offers breakpoints, inspection, step into, step over and watch expressions using a simple command-line controller. The protocol allows the use of the debugger engine with other client interfaces.