CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
MinecraftConsoles
A certain block game
br-acc
World Transparency Graph public codebase
jina-cli
jina 为 AI Agent 打造的网页阅读 CLI 工具 Englishenglish | 中文中文 --- 中文 简介 `jina` 是一个轻量级的命令行工具,封装了 Jina AI Reader APIhttps://github.com/jina-ai/reader,可以将任意 URL 转换为 LLM 友好的输入格式。特别适合阅读 X Twitter、博客、新闻网站等复杂网页。 **核心功能:** - **read** - 读取 URL 内容,输出 Markdown/Text/HTML 格式 - **search** - 网络搜索,自动获取并处理搜索结果
metapi
把你在各处注册的 New API / One API / OneHub / DoneHub / Veloera / AnyRouter / Sub2API 等站点, 汇聚成 一个 API Key、一个入口,自动发现模型、智能路由、成本最优
ui-design-brain
A Cursor skill that gives AI agents real UI component knowledge — best practices, layout patterns, and design-system conventions for 60+ interface components — so it generates production-grade UI instead of generic output.
vphone-aio
1 script run the vphone
CorridorKey
Perfect Green Screen Keys
FrankSherlock
Intelligent File Searcher that can search for descriptions in media files like photos, for example "receipt from market of $42.00" using AI based classification
SynthAPT
Generate malware with AI
falsprite
Generate animated sprite sheets from a text prompt. Powered by Nano-banana-2, BRIA & OpenRouter on fal.ai, one API key.
wechat-decrypt
WeChat 4.0 Database Decryptor 微信 4.0 Windows 本地数据库解密工具。从运行中的微信进程内存提取加密密钥,解密所有 SQLCipher 4 加密数据库,并提供实时消息监听。 原理 微信 4.0 使用 SQLCipher 4 加密本地数据库: - **加密算法**: AES-256-CBC + HMAC-SHA512 - **KDF**: PBKDF2-HMAC-SHA512, 256,000 iterations - **页面大小**: 4096 bytes, reserve = 80 IV 16 + HMAC 64 - **每
CForum
CForum 一个基于 Cloudflare Workers + Pages + D1 + R2 的论坛,支持帖子、评论、图片上传、2FA 等。 **💡 性能优化**:采用 Pages + Worker 混合部署,静态资源免费无限请求,节省 ~90% Worker 成本! --- 🏗️ 架构设计 单域名 + 智能网关方案 ``` 用户访问:forum.adysec.com ↓ Cloudflare Pages(Edge 网络) ↓ ┌─ Pages Functions 判断路由 │ ├─ /api/* ? │ ├─ YE