Pinned Repositories
CriticalPath
Algorithm implementation for critical path in c++ and javascript
flutter_keyboard_actions
LineDrawing
儿童简笔画
NSString-ContainsEeachCharacter
一种搜索匹配的算法,可用于 ios UISearchController
pinyinjs
一个实现汉字与拼音互转的小巧web工具库,演示地址:
react-native-form
A simple react-native component to wrap your form fields and get their values with just one single method.
react-native-page-listview
对ListView/FlatList的封装,可以很方便的分页加载网络数据,还支持自定义下拉刷新View和上拉加载更多的View
react-native-photo-browser
Local and remote media gallery with captions, selections and grid view support for react native.
react-native-star-rating-view
StarRatingView for react-native, supporting decimal fraction and sliding rating. Works on both Android and iOS.(星星评价打分组件:支持小数、滑动打分。支持安卓和iOS,可自定义图片)
react-native-utils
some utils for react-native
ksti's Repositories
ksti/react-native-star-rating-view
StarRatingView for react-native, supporting decimal fraction and sliding rating. Works on both Android and iOS.(星星评价打分组件:支持小数、滑动打分。支持安卓和iOS,可自定义图片)
ksti/AFNetworking
A delightful networking framework for iOS, OS X, watchOS, and tvOS.
ksti/Airtest
UI Test Automation Framework for Games and Apps
ksti/android-maps-utils
Maps SDK for Android Utility Library
ksti/android-scan
android扫一扫
ksti/ant-design
🐜 A UI Design Language
ksti/App
App
ksti/compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
ksti/F18FlightSimulator-ammojs
Simulation driving of F18 Fighter Based on babylonjs + ammojs(基于babylonjs+ammojs实现的F18战斗机模拟驾驶)
ksti/fastjson
:bullettrain_side: A fast JSON parser/generator for Java
ksti/flutter_wanandroid
🔥🔥🔥 基于Google Flutter的WanAndroid客户端,支持Android和iOS。包括BLoC、RxDart 、国际化、主题色、启动页、引导页,拥有较好的项目结构&比较规范的代码!
ksti/IQKeyboardManager
Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
ksti/kotlin
The Kotlin Programming Language.
ksti/kraken
A high-performance, web standards-compliant rendering engine based on Flutter.
ksti/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
ksti/pygame
pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
ksti/react-motion
A spring that solves your animation problems.
ksti/react-native-config
Bring some 12 factor love to your mobile apps!
ksti/react-native-qrcode-scanner-view
A highly customizable QR code scanning component for React Native
ksti/react-native-scrollable-tab-view
Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
ksti/samples-1
A collection of Krakens examples and demos.
ksti/shadowsocks-android
A shadowsocks client for Android
ksti/sphinx4
Pure Java speech recognition library
ksti/SSChat
社交网络
ksti/test-vue
ksti/v2ray-core
A platform for building proxies to bypass network restrictions.
ksti/vlc
VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
ksti/vscode-plugin-test
测试vscode插件开发
ksti/ZXHookDetection
【iOS应用安全、安全攻防】hook及越狱的基本防护与检测(动态库注入检测、hook检测与防护、越狱检测、签名校验、IDA反编译分析加密协议Demo);【数据传输安全】浅谈http、https与数据加密
ksti/ZXRequestBlock
基于NSURLProtocol一句话实现iOS应用底层所有网络请求拦截(含网页ajax请求拦截【不支持WKWebView】)、一句话实现防抓包(使Thor,Charles,Burp等代理抓包方式全部失效,且即使开启了代理,也不影响App内部的正常请求)。包含http-dns解决方法,有效防止DNS劫持。用于分析http,https请求等