liuliangju's Stars
niklasvh/html2canvas
Screenshots with JavaScript
karosLi/KKJSBridge
一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
wendux/ajax-hook
Intercepting browser's http requests which made by XMLHttpRequest.
mengxianliang/XLUIKit
iOS UI工具集
donggelaile/HDCollectionView
An efficient and flexible listView (data driven). Based on Flexbox, it supports floating, waterfall, decorative view, horizontal sliding, segmented layout, and various alignments. Support diff refresh, animation update UI / 数据驱动(data driven)的高效灵活列表。基于Flexbox,支持 悬浮、瀑布流、装饰view、横向滑动、分段布局、各种对齐方式。支持链式语法初始化。支持diff刷新,渐进式加载,动画更新UI
wwmz/WMZDialog
功能最多样式最多的弹窗,支持普通/底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows, etc., support multiple animations, chain programming calls)
leecade/ios-dev-flow
iOS 开发流程笔记
facebook/infer
A static analyzer for Java, C, C++, and Objective-C
shineyr/Socket
Linux网络编程
AliSoftware/OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
aozhimin/iOS-Monitor-Platform
:books: iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
JackJiang2011/MobileIMSDK
一个原创多端IM通信层框架,轻量级、高度提炼,历经10年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持 iOS、Android、Java、H5、小程序、Uniapp、鸿蒙Next,服务端基于Netty。
tjfoc/gmsm
GM SM2/3/4 library based on Golang (基于Go语言的国密SM2/SM3/SM4算法库)
marcuswestin/WebViewJavascriptBridge
An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews
Tencent/OOMDetector
OOMDetector is a memory monitoring component for iOS which provides you with OOM monitoring, memory allocation monitoring, memory leak detection and other functions.
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
flutter/samples
A collection of Flutter examples and demos
nisrulz/flutter-examples
[Examples] Simple basic isolated apps, for budding flutter devs.
alibaba-fusion/next
🦍 A configurable component library for web built on React.
commitizen/cz-cli
The commitizen command line utility. #BlackLivesMatter
AweiLoveAndroid/Flutter-learning
:octocat::fire: :+1: :star2: :star: :star::star: Flutter all you want.Flutter install,flutter samples,Flutter projects,Flutter plugin,Flutter problems,Dart codes,etc.Flutter安装和配置,Flutter开发遇到的难题,Flutter示例代码和模板,Flutter项目实战,Dart语言学习示例代码。
iOS-Mayday/heji
elite-kai/ELUdpTcp
udp tcp使用,tcp同时连接多个设备
oa414/objc-zen-book-cn
ObjC Zen Book 中文翻译
MengLiMing/EasyKits
常用扩展,分类导航,类似简书的UIScrollView嵌套、数据驱动复杂列表、弹窗、轮播、路由等
KeenTeam1990/QQVoiceDemo
🥒高仿QQ录音功能模块实现
spenciefy/SYWaveformPlayer
Simple waveform audio player using SCWaveformView
qiyer/DFA_Cplusplus
C++实现的DFA算法,支持中英文、最大匹配、处理大小写、处理标点和特殊字符。提供iOS、Android平台的Demo,在移动平台虽然效率较高,但占用内存较大。