Pinned Repositories
Android-libjpeg-turbo
libjpeg-turbo for Android
EncryptLib
AES加密的ndk实现
FilePicker
:fire::fire::fire:Android文件、图片选择器,可按文件夹查找,文件类型查找,支持自定义相机
gbnx31
GB/T XXXX.31 主站与采集终端通信协议解析api 国家电力能力监测系统技术规范(国标) 第3-1部分 主(子)站与电力通道信息集中与交互终端通信协议
hellocharts-android
Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations
iOS-Core-Animation-Advanced-Techniques
翻译
JSONKit_Ex
PinnedHeaderListView
A ListView with pinned section headers for Android
Sagit
IOS Develop Framework(Sagittarius 射手座:IOS下的一套基础快速开发框架)
sosoapi-web
JYungSiu's Repositories
JYungSiu/PinnedHeaderListView
A ListView with pinned section headers for Android
JYungSiu/Android-libjpeg-turbo
libjpeg-turbo for Android
JYungSiu/EncryptLib
AES加密的ndk实现
JYungSiu/FilePicker
:fire::fire::fire:Android文件、图片选择器,可按文件夹查找,文件类型查找,支持自定义相机
JYungSiu/gbnx31
GB/T XXXX.31 主站与采集终端通信协议解析api 国家电力能力监测系统技术规范(国标) 第3-1部分 主(子)站与电力通道信息集中与交互终端通信协议
JYungSiu/hellocharts-android
Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations
JYungSiu/iOS-Core-Animation-Advanced-Techniques
翻译
JYungSiu/JSONKit_Ex
JYungSiu/Sagit
IOS Develop Framework(Sagittarius 射手座:IOS下的一套基础快速开发框架)
JYungSiu/sosoapi-web
JYungSiu/Specs
The CocoaPods Master Repo
JYungSiu/SYQRCodeDemo
/**SYQRCode:IOS原生API,需要IOS7.0及以上系统支持。用法: //扫描二维码 SYQRCodeViewController *aaa = [[SYQRCodeViewController alloc] init]; aaa.SYQRCodeSuncessBlock = ^(NSString *qrString){ self.saomiaoLabel.text = qrString; }; aaa.SYQRCodeCancleBlock = ^(SYQRCodeViewController *are){ self.saomiaoLabel.text = @"扫描取消~"; [are dismissViewControllerAnimated:YES completion:nil]; }; [self presentViewController:aaa animated:YES completion:nil];**/
JYungSiu/TestKey
Android 按键测试程序 20141024添加蓝牙耳机按键监听