some standard project
☆11Aug 21, 2022Updated 3 years ago
Alternatives and similar repositories for standard-project
Users that are interested in standard-project are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 📚一个三级缓存的高并发内存池☆61Feb 24, 2019Updated 7 years ago
- unofficial pytorch implementation Anime Sketch Coloring with Swish-Gated Residual U-Net☆13Oct 3, 2023Updated 2 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- C++并发编程实战(第2版)翻译自《C++ Concurrency in Action 2nd Edition》☆51Sep 27, 2024Updated last year
- This is a phase retrieval approach for astronomical Shack-Hartmann wavefront sensor.☆11Nov 18, 2021Updated 4 years ago
- 用C++实现的一个简单NoSQL☆15Apr 10, 2016Updated 10 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Jul 2, 2018Updated 7 years ago
- We propose a novel deep unfolded phase retrieval network dubbed as PRNet to recover high-quality images by using the learned convolutiona…☆10Feb 16, 2022Updated 4 years ago
- deep learning enhanced phase retrieval based on different architectures using tensorflow 2.0☆11Dec 18, 2019Updated 6 years ago
- Ultralightweight JSON parser in ANSI C☆10Mar 8, 2017Updated 9 years ago
- 学习Linux epoll,使用epoll实现聊天室demo☆12Apr 2, 2019Updated 7 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 本项目基于PaddleDetection目标检测开发套件,选取1.3M超轻量PPYOLO tiny进行项目开发,并部署于windows端。☆11May 30, 2021Updated 4 years ago
- ☆12Dec 5, 2022Updated 3 years ago
- Using CNN for reconstruction of images aberrated by atmospheric turbulence☆13Mar 15, 2019Updated 7 years ago
- 关于无锁队列的知识☆11Feb 13, 2017Updated 9 years ago
- 使用yolov5和ncnn,将其部署到安卓移动端,我提供了精心挑选的相互匹配的版本,不会报错,为您节省了许多时间☆13Jul 22, 2022Updated 3 years ago
- 部署在树莓派上实现移动物体的实时监控。(开源版本)☆18Jan 11, 2023Updated 3 years ago
- ☆170Aug 6, 2019Updated 6 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 5 months ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 清华大学向勇陈渝操作系统的视频学习笔记,对应学堂在线视频地址:https://www.xuetangx.com/course/THU08091000267/5883104☆15Feb 11, 2023Updated 3 years ago
- C++实现的高并发web服务器☆12Feb 26, 2020Updated 6 years ago
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆28Dec 5, 2021Updated 4 years ago
- 《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆11Feb 25, 2019Updated 7 years ago
- 在Linux环境下使用C++语言开发多线程服务器通信框架,主要实现百万级数据包的稳定收发,支持一定数量的客户端同时连接并及时提供响应。从头搭建网络通信框架,从最初的同时单服务器承受100个客户端连接每秒收发5w包优化到1w个客户端每秒收发200w包☆21Apr 15, 2023Updated 3 years ago
- A one-page-only CGraph-API-liked DAG project.☆26Feb 11, 2025Updated last year
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22May 5, 2020Updated 5 years ago
- Thread safe, lock-free memory pool.☆62Apr 1, 2024Updated 2 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Sep 12, 2017Updated 8 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Swin-Unet与Unet复现,非全部自写☆23Jul 25, 2023Updated 2 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 10 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- Learning to Restore Images Degraded by Atmospheric Turbulence Using Uncertainty☆24Jul 12, 2022Updated 3 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago