CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
Forven
暂无简介
krea-2
Official inference code for Krea 2
wloc
Apple WLOC 定位修改 修改 Apple 网络定位服务 WiFi/基站 返回的坐标,实现 iOS 网络定位虚拟定位。打开在线选点页面选位置即可生效,无需手动填经纬度。 --- 订阅地址 **Surge:** https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wloc.sgmodule **Quantumult X:** https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wlo
wandao
万能导:多平台知识库 Markdown 全项目一键导入导出工具,用自动化代替手动复制粘贴(飞书,语雀,阿里云知识库,知识星球,本地).(可保留目录结构,图片,项目格式)
dianxing
DianXing 点星 — AI-Driven End-to-End Code Security Auditing **从源代码到漏洞清单,全程零人工干预。** *An AI system that reads, understands, and audits code like a top-tier security researcher — at industrial scale.* --- 🎯 What is DianXing 点星是一套 **端到端 AI 自动化代码安全审计系统**。上传源代码,系统自主完成漏洞挖掘与验证,输出精准的结构化漏洞清单 — 全
Hello-Agents
🤖 Building AI Agent Systems from Scratch — A comprehensive, practical tutorial from fundamentals to production-grade multi-agent applications
tupper
Open-source sandboxes for AI agents — run untrusted, AI-generated code safely on your own machine.
Qwen-AgentWorld
Qwen-AgentWorld: Language World Models for General Agents
ESEILANE
High-performance Knowledge Graph engine for AI, LLMs, and GraphRAG — built for the next generation of intelligent applications.
cfnew-deployer
Deploy Panel 可直接部署到 Cloudflare Pages 的部署器,支持自动创建或更新 Cloudflare Worker / Pages。 部署部署器 ```bash npm install npm run deploy ``` 也可以把本仓库接到 Cloudflare Pages,构建输出目录填 `public`,无需构建命令。 Cloudflare 本地上传 不要直接上传 GitHub 自动生成的源码 zip,也不要只上传 `public/` 目录;那样 `/api/*` 会 404。 本地生成可上传资产包: ```bash npm install npm
proxypin-wloc-spoofer
ProxyPin WLOC Response Rewriter 中文文档 · English ProxyPin script for authorized iOS location testing. It intercepts Apple WLOC responses for `gs-loc-cn.apple.com/clls/wloc` and `gs-loc.apple.com/clls/wloc`, then rewrites latitude/longitude values inside the original binar
Casting-Workflow
熔铸仿写全术,由初阶至短制,纲目灿然,靡有阙遗。 安装 一次 ```bash pip install -r requirements.txt ``` > 仅依赖 jieba 分词库,其余全为标准库。首次运行 fusion/clean 时会自动加载分词模型。 文件结构 ``` 熔铸版/ ├── README.md ← 本文件 ├── SKILL.md ← 方法论+规则 给LLM读的 ├── requirements.txt ← pip依赖清单 ├── .gitignore