CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
NewPipe
We are rewriting large chunks of the codebase, to bring about a modern and stable NewPipe! You can download nightly builds here. Please work on the refactor branch if you want to contribute new features. The current codebase is in maintenance mode and will only receive bugfixes. NewPipe A libre l
tidb
--- TiDB TiDB /’taɪdiːbi:/, "Ti" stands for Titanium is an open-source, cloud-native, distributed SQL database designed for high availability, horizontal and vertical scalability, strong consistency, and high performance. - Key Featureskey-features - Quick Startquick-start - Need Help?need
FlowLayout
[不再维护]Android流式布局,支持单选、多选等,适合用于产品标签等。
Android-ZBLibrary
🔥 Android MVP 快速开发框架,做国内 「示例最全面」「注释最详细」「使用最简单」「代码最严谨」的 Android 开源 UI 框架。 🔥 An Android MVP Framework with many demos, detailed documents, simple usages and strict codes.
Unity_Shaders_Book
:book: 书籍《Unity Shader入门精要》源代码
data-science-blogs
Data science blogs A curated list of data science blogs * A Blog From a Human-engineer-being http://www.erogol.com/ RSShttp://www.erogol.com/feed/ * Aakash Japi http://aakashjapi.com/ RSShttp://logicx24.github.io/feed.xml * Abhinav Sagar https://medium.com/@abhinav.sagar RSShttps://medium.com/feed/
OnlineJudge
Open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
okhttputils
[停止维护]okhttp的辅助类
TakePhoto
一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库
PythonSpiderNotes
Python入门网络爬虫之精华版
blog
About meme/readme.md 一、PostgreSQL, Greenplum 学习视频 1、视频下载链接: https://pan.baidu.com/s/1Q5u5NSrb0gL5-psA9DCBUQ 提取码:5nox 如果链接失效请通知我, 谢谢 - PostgreSQL 9.3 数据库管理与优化 4天 - PostgreSQL 9.3 数据库管理与优化 5天 - PostgreSQL 9.3 数据库优化 3天 - PostgreSQL 9.1 数据库管理与开发 1天 - PostgreSQL 专题讲座 2、《2021-重
ducks-modular-redux
Ducks: Redux Reducer Bundles I find as I am building my redux app, one piece of functionality at a time, I keep needing to add `{actionTypes, actions, reducer}` tuples for each use case. I have been keeping these in separate files and even separate folders, however 95% of the time, it's only one