CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
claude-code-config
My personal Claude Code configuration - rules, hooks, agents, skills, and commands
ComfyUI_RH_DreamID-V
ComfyUI_RH_DreamID-V 本项目是 DreamID-Vhttps://github.com/bytedance/DreamID-V 的 ComfyUI 插件版本,用于实现高保真视频人脸交换功能。 ✨ 功能特点 - 🎭 **高保真人脸交换**:基于 Diffusion Transformer 的视频人脸交换技术 - 🎬 **视频驱动**:支持使用视频作为动作驱动源 - 🖼️ **参考图像**:使用单张人脸图像作为身份参考 - 🔧 **ComfyUI 集成**:完美集成到 ComfyUI 工作流中 📋 节点说明
SimpleMem
SimpleMem: Efficient Lifelong Memory for LLM Agents
citeAgent
Automatically add academic citations to your LaTeX documents in Overleaf.
smtp-tunnel-proxy
A high-speed covert tunnel that disguises TCP traffic as SMTP email communication to bypass Deep Packet Inspection (DPI) firewalls.
claudecode-vertex-proxy
Proxy service for Claude Code to access Claude models via GCP Vertex AI | 让 Claude Code 通过 GCP Vertex AI 访问 Claude 模型
nemotron-january-2026
暂无简介
unsloth-mlx
Bringing the Unsloth experience to Mac users via Apple's MLX framework
unifideck
A Decky Loader plugin that brings together games from Steam, Epic Games Store, and GOG into a single, unified library experience on your Steam Deck.
OpenRT
Open-source red teaming framework for MLLMs with 37+ attack methods
jdsh
Awesome CLI and TUI for JDownloader2
StrategyRealizationHelp
MA20趋势跟踪策略 一个基于Python的期货趋势跟踪量化交易策略,使用20周期简单移动平均线MA20作为主要技术指标,支持回测和实盘模拟。 策略概述 本策略采用以下核心规则: - **时间周期**: 2日K线(从日K线合成) - **核心指标**: 20周期简单移动平均线MA20 - **交易方向**: 双向交易(做多和做空) - **市场类型**: 中国期货市场 交易信号 **做多信号**: 收盘价 > MA20 且 当前K线收阳(Close > Open) **做空信号**: 收盘价 < MA20 且 当前K线收阴(Close < Open) 风险管理 **做多止损*