Stars
6.S081课程全记录,包括课程使用的书籍、论文、实验要求的中文翻译,以及实验过程记录
Application for controlling ROS robot with voice commands, sending goals on map or remote control with virtual joystick
ROS human computer interface based on Qt5(基于Qt5的ROS人机交互界面)
自定义的类似地图的View,支持移动、放大、缩小,长按短按生成不同覆盖物,另外还有地图编辑的功能(暂时只支持手画)。
一个Android开发中可能会使用到电池控件view,有水平和垂直两个方向,同时根据电池电量更改电池中的电量颜色
Applications built on top of the rosjava android libraries.
Maven artifact repository for rosjava dependencies and builds.
Android基于Matrix变换矩阵的可平移、缩放、旋转图片内容的view和SurfaceVeiw
C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.
📖 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
Gradle plugin that generates module dependency reports. "Android Module 依赖关系的可视化实现"
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
GT (Great Tit) is a portable debugging tool for bug hunting and performance tuning on smartphones anytime and anywhere just as listening music with Walkman. GT can act as the Integrated Debug Envir…
An open-source auto clicker on images for Android
Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the …
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
每个 Android 开发都要收藏的系统适配手册,带你全面体系化地解读 Android 系统更新
🔥【Android 面经 + Android 学习指南】一份帮助 Android 开发者知识积累与能力进阶的学习路线
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如…