Stars
CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。
A small, dependency-free node editor for dear imgui
🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手 - 视频字幕生成、断句、校正、字幕翻译全流程处理!- A powered tool for easy and efficient video subtitling.
A complete computer science study plan to become a software engineer.
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
An implementation of examples from "Head First Design Patterns", written in C++.
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
A professional cross-platform SSH/Sftp/Shell/Telnet/Tmux/Serial terminal.
A feature-rich command-line audio/video downloader
A large number of cuda/tensorrt cases . 大量案例来学习cuda/tensorrt
Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison
Port of OpenAI's Whisper model in C/C++
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
INT8 calibrator for ONNX model with dynamic batch_size at the input and NMS module at the output. C++ Implementation.
filezilla是一款非常不错的ftp软件,这是我维护的filezilla客户端和服务器端源码。
A repo that uses TensorRT to deploy wll-trained models.Support RTDETR,YOLO-NAS,YOLOV5,YOLOV6,YOLOV7,YOLOV8,YOLOX.
Learn CUDA Programming, published by Packt
最全面的游戏开发技术图谱(Game Development Map)。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。
oneAPI Threading Building Blocks (oneTBB)
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Curated list of project-based tutorials
A C++ header-only HTTP/HTTPS server and client library
内核级别隐藏指定窗口
设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。