Pinned Repositories
allies
AppOrderFiles
The easiest way to generate order files for Mach-O using Clang. Improving App Performance.
Auto-GPT-ZH
Auto-GPT中文文档及爱好者组织
AutoArchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
gfw-pac
科学上网。通过 gfwlist 和** IP 地址生成 PAC(Proxy auto-config) 文件。对存在于 gfwlist 的域名和解析出的 IP 在国外的域名使用代理。
iOS-Tips
iOS嘈杂问题分析
IOSCodeChecker
一行代码解决iOS代码规范问题,只需要执行一次命令文件就可以给iOS项目,就可以给iOS工程增加代码风格规范检查功能,此项目依赖于 git hooks 每次代码 commit 的时候进行代码风格规范检查。
JSPatch
JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally use for hotfix iOS App.
JSPatch---comment
JSPatch 是一个不错的 hotfix 框架,可利用 js 脚本修复线上 bug,但是作者 bang 没写注释,阅读源代码后,我添加了部分注释,想快速理解源码的同学可以参考。
whihail's Repositories
whihail/AutoArchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
whihail/JSPatch---comment
JSPatch 是一个不错的 hotfix 框架,可利用 js 脚本修复线上 bug,但是作者 bang 没写注释,阅读源代码后,我添加了部分注释,想快速理解源码的同学可以参考。
whihail/IOSCodeChecker
一行代码解决iOS代码规范问题,只需要执行一次命令文件就可以给iOS项目,就可以给iOS工程增加代码风格规范检查功能,此项目依赖于 git hooks 每次代码 commit 的时候进行代码风格规范检查。
whihail/gfw-pac
科学上网。通过 gfwlist 和** IP 地址生成 PAC(Proxy auto-config) 文件。对存在于 gfwlist 的域名和解析出的 IP 在国外的域名使用代理。
whihail/iOS-Tips
iOS嘈杂问题分析
whihail/allies
whihail/AppOrderFiles
The easiest way to generate order files for Mach-O using Clang. Improving App Performance.
whihail/Auto-GPT-ZH
Auto-GPT中文文档及爱好者组织
whihail/DataStructure
Implement common data structures using java
whihail/HowToLiveLonger
HR延寿指南 | A programmer's guide to living longer
whihail/include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
whihail/iOS-Interview-Questions
iOS面试题整理,在线查看地址:https://ios.nobady.cn
whihail/iOS-Knowledge-Summary
whihail/iOS-Weekly
🇨🇳 老司机 iOS 周报
whihail/IosCodeChecker-1
IOS 代码校验,一键处理
whihail/ladder-ios
A solution for the IWE (Immersive Wallless Experience) on iOS platform.
whihail/LeetCode
LeetCode刷题记录与面试整理
whihail/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
whihail/LiteApp
LiteApp is a high performance mobile cross-platform implementation, The realization of cross-platform functionality is base on webview and provides different ideas and solutions for improve webview performance.
whihail/NEKit
A toolkit for Network Extension Framework
whihail/PPDNSMapping
A DNS Mapping engine for iOS client
whihail/shadowsocks-windows
If you want to keep a secret, you must also hide it from yourself.
whihail/SortUtil
objectC中基础排序方法 8大排序算法的实现
whihail/spacecommander
Commit fully-formatted Objective-C as a team without even trying.
whihail/Specht
A rule-based proxy app built with Network Extension for macOS
whihail/SpechtLite
A rule-based proxy for macOS
whihail/TBUIAutoTest
Generating UI test label automatically for iOS.
whihail/whihail.github.io
whihail/YinWangBak
A collection of articles written by YinWang
whihail/YSBlockHook
A runtime block hook mechanism(一个运行时的 block hook 机制)。