Cool-PKY's Stars
dart-lang/leak_tracker
A framework for memory leak tracking for Dart and Flutter applications.
RockChinQ/LangBot
[WebUI Beta 测试✨] 😎高稳定、🧩支持扩展、🦄多模态的 ChatGPT QQ / QQ频道 / One Bot 机器人🤖 | 支持 OpenAI GPT、Dify、Claude、Gemini、gpt4free、Ollama、Gitee AI 的 QQ / QQ频道 / OneBot 机器人 / Agent 平台;原名 QChatGPT
songquanpeng/one-api
OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.
Genymobile/scrcpy
Display and control your Android device
flutter/devtools
Performance tools for Flutter
2d-inc/developer_quest
Respository for the I/O 2019 demo: Become a tech lead, slay bugs, and don't get fired.
iamadamdev/bypass-paywalls-chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
ahangchen/Chromium_doc_zh
Chromium中文文档,学习google家的架构
reactwg/react-native-new-architecture
Workgroup for the New React Native Architecture
Tencent/Hippy
Hippy is designed to easily build cross-platform dynamic apps. 👏
bs32g1038/node-blog
🔥✨ A react blog project base on nodejs, nestjs, mongoose, typescript, react, ant-design,nextjs
javascript-tutorial/zh.javascript.info
现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。
shockerli/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
uknownothingsnow/JsBridge
android java and javascript bridge, inspired by wechat webview jsbridge
didi/Hummer
一套移动端高性能高可用的动态化跨端开发框架
5A59/android-training
【Android 修炼手册】
ruanyf/weekly
科技爱好者周刊,每周五发布
5A59/AndroidSdkSourceAnalysis
android sdk 源码解析——旨在帮助Android开发者更好的学习Android!我们只是一群普通的程序员,但是,我们热爱分享,想热热闹闹的玩点有意义的事!如果你也想陪我们一起愉快的玩耍,欢迎加入我们!Issues认领分析文章!
open-android/Android
GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频
linchupeng/YourWeather
:sun_with_face: 你的天气:OkHttp +Material Design+《第一行代码》
clxering/Effective-Java-3rd-edition-Chinese-English-bilingual
Effective Java(第3版)各章节的中英文学习参考(已完成)
pedrovgs/EffectiveAndroidUI
Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".
hencoder/PracticeDraw1
《HenCoder Android 开发进阶:UI 1-1 绘制基础》 的练习项目
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
hbb20/CountryCodePickerProject
Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
yechaoa/MatisseDemo
Android 选择图片、上传图片之Matisse
LuckSiege/PictureSelector
Picture Selector Library for Android or 图片选择器
ellykits/neat-form
Build form on Android using JSON schema; also includes view validation and skip logic.
chenUT/FormDroid
a form engine for android
18601949127/DiDiCallCar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.