zkccpro's Stars
eosphoros-ai/DB-GPT
AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
eosphoros-ai/dbgpts
Intelligent data apps and assets with LLMs
idealvin/coost
A tiny boost library in C++11.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
LionkingYang/taskflow
taskflow execute engine
DengPingFan/Inf-Net
Inf-Net: Automatic COVID-19 Lung Infection Segmentation from CT Images, IEEE TMI 2020.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
illacloud/illa-builder
Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL, MongoDB, MSSQL, Rest API, Hugging Face, Redis, etc. Automate workflows with schedule or webhook. Open source Retool.
kelvins/awesome-mlops
:sunglasses: A curated list of awesome MLOps tools
jamebal/jmal-cloud-view
JmalCloud It's a private cloud storage project that makes it simple and secure to manage your files in the cloud. JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件
Chanzhaoyu/chatgpt-web
用 Express 和 Vue3 搭建的 ChatGPT 演示网页
shouxieai/infer
A new tensorrt integrate. Easy to integrate many tasks
pranz24/pytorch-soft-actor-critic
PyTorch implementation of soft actor critic
tigerneil/awesome-deep-rl
For deep RL and the future of AI.
jaywcjlove/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
HenrryQin/Heeb
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
zhllxt/asio2
Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.
wlgq2/uv-cpp
libuv wrapper in C++11 /libuv C++11网络库
Iyengar111/NanoLog
Low Latency C++11 Logging Library
szza/LearningNote
C++和Linux学习笔记
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
hengqiali/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
linyacool/WebServer
A C++ High Performance Web Server
youngyangyang04/TechCPP
【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。
zhulintao/CodingInterviewChinese2
《剑指Offer》第二版源代码(Clone from: https://github.com/zhedahht/CodingInterviewChinese2)
isfangmk/LeetCode
LeetCode题目分类与面试问题整理
kkentzo/pso
Particle Swarm Optimization (PSO) in C
handspeaker/RandomForests
a 1500 lines simple C++ implementation of RandomForests with detailed comments