xkelec's Stars
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
2227324689/gpmall
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
0voice/linux_environment_tools
总结linux环境开发工具,包含linux,虚拟机,编译器,编辑器,测试工具,加密工具
eclipse-paho/paho.mqtt.java
Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
lyj8330328/leyou
乐优商城项目后台
szieke/ScriptCommunicator_serial-terminal
Scriptable cross-platform data terminal which supports: serial port, UDP, TCP, SPI, I2C and CAN.
Jackson0714/PassJava-Platform
一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题,夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目,Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch,采用Docker容器化部署。
hairrrrr/C-CrashCourse
C语言教程+博客+代码演示+课程设计。 帮助初学者更好的理解 C 难点,提升代码量! For beginners:C tuition/self-learning
qinyuLT/CloudPan
linux下c/c++模拟实现云盘项目
pistacheio/pistache
A high-performance REST toolkit written in C++
Noicdi/Qver
C++ 11 实现的简单 HTTP server
HowardHinnant/date
A date and time library based on the C++11/14/17 <chrono> header
harumo11/librealtime
A Modern and extremely easy C++11 library for real-time processing.
zhaozhengcoder/CoderNoteBook
程序员的自我修养 , 整理一些计算机类的基本知识
feiyangqingyun/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt入门和进阶/Qt教程
x-tools-author/x-tools
Qt SerialPort-BLE-UDP-TCP-WebSocket-Modbus-CAN Assistant.
wardseptember/notes
算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。
szza/LearningNote
C++和Linux学习笔记
eteran/cpp-utilities
Miscellaneous C++11 utility classes and functions
chxuan/cpp-utils
:hibiscus: 一些C/C++常用封装例子
Java-Edge/Java-Concurrency-Progamming-Tutorial
大厂一线工程师四年磨一剑精心编排 Java 高并发编程教程。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
188080501/JQTools
基于Qt开发的小工具包
leleliu008/C-examples
C语言学习项目
mutouyun/cpp-programming-languages
C++标准文档中文翻译
yangsoon/cpptest
C++学习笔记 包括 侯捷讲解的系列CPP课程以及UNP、APUE等
harvestlamb/Cpp_houjie
侯捷C++课程PPT及代码,动手学起来
palacaze/sigslot
A simple C++14 signal-slots implementation
skiars/SerialTool
A cross platform Serial-Port/TCP/UDP debugging tool.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
miloyip/itoa-benchmark
C++ integer-to-string conversion benchmark