Pinned Repositories
adong666666.github.io
个人博客
blog
blog_butterfly
blog
InterfaceKit
`One line of code` to implement interfaces of `UIKit,AppKit,and WatchKit` in `SwiftUI` interface! InterfaceKit sufficiently encapsulates UIViewRepresentable, UIViewControllerRepresentable,NSViewRepresentable,NSViewControllerRepresentable,and WKInterfaceObjectRepresentable. `一行代码`实现在`SwiftUI`界面使用`UIKit、AppKit和WatchKit`的接口!InterfaceKit充分封装了UIViewRepresentable, UIViewControllerRepresentable,NSViewRepresentable,NSViewControllerRepresentable和 WKInterfaceObjectRepresentable.
InterfaceKitDoc
Doc for InterfaceKit
LaoLaiBaoSojourn
A semi-finished product for reference only
my-oneindex
存储oneindex-serverless前端网页
PodfileKit
PodfileKit将github上常见的iOS(Swift)第三方框架进行了汇总,并且将框架进行了分类,为用户管理第三方框架提供了方便。PodfileKit summarizes the common iOS (Swift) third-party frameworks on GitHub, and classifies the frameworks, which provides convenience for users to manage the third-party frameworks.
source_cdn
cdn加速优化
iOS_YangMeng_TodayNews
此app是由杨蒙老师用swift4.1 开发的,并将整个开发过程制成视频教程,如下 https://ke.qq.com/course/281908#tuin=1c8f38f4 其本人的今日头条项目的GitHub网址是 https://github.com/hrscy/TodayNews 其仿写了今日头条这个比较有名的app, 当然啦,大多仿写的是今日头条2018年上半年的版本 不过较为可惜的是,或许是他较为繁忙,这个项目已经有一年没更新了 由于这个项目有较大的参考和学习的价值,本人稍稍对其进行了维护,让项目能运行起来。
adong666666's Repositories
adong666666/AIFlatSwitch
Nicely animated flat design switch alternative to UISwitch
adong666666/asm
Learning assembly for linux-x64
adong666666/assemblyscript
Definitely not a TypeScript to WebAssembly compiler 🚀
adong666666/BarCodeScanner-custom
adong666666/bytecode-viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
adong666666/Cartography
A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
adong666666/CreateML_Annotations_JSON
Python script to generate annotation for CreateML in a JSON format.
adong666666/darknet
Convolutional Neural Networks
adong666666/Deep-Learning-for-Tracking-and-Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
adong666666/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
adong666666/dnSpy
.NET debugger and assembly editor
adong666666/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
adong666666/GPUImage
An open source iOS framework for GPU-based image and video processing
adong666666/GPUImage2
GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
adong666666/GRDB.swift
A toolkit for SQLite databases, with a focus on application development
adong666666/ios-oss
Kickstarter for iOS. Bring new ideas to life, anywhere.
adong666666/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
adong666666/linux-insides
A little bit about a linux kernel
adong666666/models
Models and examples built with TensorFlow
adong666666/opencv
Open Source Computer Vision Library
adong666666/pytorch-transformers
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
adong666666/R.swift
Get strong typed, autocompleted resources like images, fonts and segues in Swift projects
adong666666/SCRecorder
iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
adong666666/sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
adong666666/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
adong666666/TimLiu-iOS
iOS开发常用三方库、插件、知名博客等等
adong666666/x64dbg
An open-source x64/x32 debugger for windows.
adong666666/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup
adong666666/YPImagePicker
📸 Instagram-like image picker & filters for iOS
adong666666/ZLCollectionView
为应对类似淘宝首页,京东首页,国美首页的复杂布局而写的多样化的collectionview。基于UICollectionView实现,目前支持标签布局,列布局,百分比布局,定位布局,填充式布局,瀑布流布局等。支持纵向布局和横向布局,可以根据不同的section设置不同的布局,支持拖动cell,头部悬浮,设置section背景色和自定义section背景view。实现了电影选座等高难度的布局。