zhoukang0107's Stars
KaiserY/rust-book-chinese
rust 程序设计语言 中文版
rust-embedded/rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab:
rust-lang/rust
Empowering everyone to build reliable and efficient software.
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
iamshuaidi/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
programthink/books
【编程随想】收藏的电子书清单(多个学科,含下载链接)
jobbole/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
exacity/deeplearningbook-chinese
Deep Learning Book Chinese Translation
openstf/stf
Control and manage Android devices from your browser.
google/battery-historian
Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
iqiyi/Lens
功能简介:一种开发帮助产品研发的效率工具。主要提供了:页面分析、任务分析、网络分析、DataDump、自定义hook 、Data Explorer 等功能。以帮助开发、测试、UI 等同学更便捷的排查和定位问题,提升开发效率。
jOOQ/jOOR
jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
anggrayudi/android-hidden-api
A library that provides access to Android hidden APIs and internal resources.
xiaocong/uiautomator
Python wrapper of Android uiautomator test tool.
senzhk/ADBKeyBoard
Android Virtual Keyboard Input via ADB (Useful for Test Automation)
android/testing-samples
A collection of samples demonstrating different frameworks and techniques for automated testing
zhangzhao4444/Maxim
高速uiautomator控件解析算法的Android Monkey, 每秒10-15个Action Event。实现快速DFS算法的Android Monkey , 每秒 5个Action Event。
pawelsalawa/sqlitestudio
A free, open source, multi-platform SQLite database manager.
iBotPeaches/Apktool
A tool for reverse engineering Android apk files
bytedance/Fastbot_Android
Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems
jackfrued/Python-100-Days
Python - 100天从新手到大师
keguoyu/MiniJVM
MiniJVM is simple java virtual machine written by python language, it can load class file from file system and run it.
openatx/uiautomator2
Android Uiautomator2 Python Wrapper
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ 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 that makes it easy to keep up with the latest updates from the community.
apache/zookeeper
Apache ZooKeeper
google/breakpad
Mirror of Google Breakpad project
openjdk/jdk
JDK main-line development https://openjdk.org/projects/jdk
sqldelight/sqldelight
SQLDelight - Generates typesafe Kotlin APIs from SQL
facebookarchive/profilo
A library for performance traces from production.
alibaba/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。