CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
MusicPlayer2
这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。
TrafficMonitor
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
SuperWeChatPC
超级微信电脑客户端,支持多开、防消息撤销、语音消息备份...开放WeChatSDK
CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
miniblink49
a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
CodingInterviews
剑指Offer——名企面试官精讲典型编程题
waifu2x-caffe
waifu2xのCaffe版
mactype
MacType ======================== 日本語./README_ja-JP.md Better font rendering for Windows. Latest build ------------------ Downloadhttps://github.com/snowie2000/mactype/releases/latest Official site ------------------ MacType official site: http://www.mactype.net An archived version is restored
x64dbg
x64dbg 一个开源的Windows二进制调试器,旨在进行恶意软件分析和你没有源代码的可执行文件的逆向工程。有许多可用的功能和一个全面的插件系统 来添加你自己的功能。你可以在博客上找到更多信息! 屏幕截图 | | | :--: | :--: | 安装与使用 1. 下载快照,并将其解压缩到您的用户具有写权限的位置。 2. _可选择_ 使用 `x96dbg.exe` 来注册一个shell扩展,并在桌面上添加快捷方式。 3. 如果你想调试一个32位的可执行文件,你现在可以运行 `x32\x32dbg.exe` 或者 `x64\x
libfacedetection
libfacedetection This is an open source library for CNN-based face detection in images. The CNN model has been converted to static variables in C source files. The source code does not depend on any other libraries. What you need is just a C++ compiler. You can compile the source code under Windo