Pinned Repositories
30DaysofSwift
A self-taught project to learn Swift.
520Linkee
本项目实现了作为一个直播App的基本功能,比如本地视频流采集、播放、美颜、礼物、点赞出心等。
AFNetworkingWrapper
基于AES和RSA加密方案AFNetworking封装层
AGEmojiKeyboard
Emoji Keyboard for iOS
Alamofire
Elegant HTTP Networking in Swift
AlignedCollectionViewFlowLayout
A collection view layout that gives you control over the horizontal and vertical alignment of the cells.
AMSlideMenu
Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
Animations
some test animations, just for fun.
MIAVoiceConvert
TXScrollLabelView
🌭TXScrollLabelView, the best way to show & display information such as adverts / boardcast / onsale e.g. with a customView.
tianjackyang's Repositories
tianjackyang/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
tianjackyang/Ethereum-wallet
tianjackyang/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
tianjackyang/ios-cmake
A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
tianjackyang/iterm2-with-oh-my-zsh
iTerm2 + Oh My Zsh 打造舒适终端体验
tianjackyang/JCJoystick
View with joystick control.
tianjackyang/JSONExport
JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
tianjackyang/KKJSBridge
一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
tianjackyang/learngit
tianjackyang/leetcode-editor
Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
tianjackyang/Mango
MangoFix is a DSL which syntax is very similar to Objective-C,MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method.
tianjackyang/mcon-materials
The projects and materials that accompany the Modern Concurrency in Swift book
tianjackyang/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
tianjackyang/MyBugly
tianjackyang/OCRunner
Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
tianjackyang/ohmyzsh
🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
tianjackyang/OpenGithubs
tianjackyang/plcrashreporter
Reliable, open-source crash reporting for iOS, macOS and tvOS
tianjackyang/polly
:wrench: Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)
tianjackyang/Publish
A static site generator for Swift developers
tianjackyang/RxSwift
Reactive Programming in Swift
tianjackyang/SourceKitten
An adorable little framework and command line tool for interacting with SourceKit.
tianjackyang/swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
tianjackyang/swift-style-guide
The official Swift style guide for Kodeco.
tianjackyang/SwiftPlantUML
A command-line tool and Swift Package for generating class diagrams powered by PlantUML
tianjackyang/SwiftPlantUML-Xcode-Extension
Xcode Extension for generating class diagrams from Swift code (powered by PlantUML)
tianjackyang/SYM
A crash log symbolicating Mac app | 一个图形化的崩溃日志符号化工具
tianjackyang/SymbolicatorX
iOS/Mac 项目崩溃文件自动符号化工具
tianjackyang/vuepress-theme-reco
💥 A simple and beautiful vuepress Blog & Doc theme.
tianjackyang/ZXRequestBlock
基于NSURLProtocol一句话实现iOS应用底层所有网络请求拦截(含网页ajax请求拦截【不支持WKWebView】)、一句话实现防抓包(使Thor,Charles,Burp等代理抓包方式全部失效,且即使开启了代理,也不影响App内部的正常请求)。包含http-dns解决方法,有效防止DNS劫持。用于分析http,https请求等