Pinned Repositories
awesome
😎 Awesome lists about all kinds of interesting topics
awesome-computer-vision
A curated list of awesome computer vision resources
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-go
A curated list of awesome Go frameworks, libraries and software
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
azure_usbx_test
bf2013
byd camera sensor bf2013 stm32 driver
bookstore
使用gin框架及gorm重构的网上书城项目
brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
caesium-image-compressor
Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG and WebP formats. You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.
ch-duan's Repositories
ch-duan/GDSimpleBLE
Implementation of SimpleBLE as a plugin for Godot 3.5 and 4.
ch-duan/eide
An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.
ch-duan/yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client applications.
ch-duan/esp32-camera
修改乐鑫官方驱动,并添加其它摄像头支持
ch-duan/tinyusb
An open source cross-platform USB stack for embedded system
ch-duan/nr_micro_shell
shell for MCU. 单片机命令行交互。
ch-duan/LearnGolang
《Golang学习资源大全-只有Go语言才能改变世界》Only Golang Can Change The World.
ch-duan/parsemail
Simple email parsing for Golang
ch-duan/extendGO
go extend
ch-duan/coding-interview-university
A complete computer science study plan to become a software engineer.
ch-duan/interview_internal_reference
2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
ch-duan/id-validator
**身份证号验证、获取身份证号信息、升级 15 位身份证号为 18 位、伪造符合校验的身份证号。
ch-duan/lv_sim_eclipse_sdl
PC simulator project for LVGL embedded GUI Library. Recommended on Linux and Mac.
ch-duan/CHDMQ
This is a message queue and task queue
ch-duan/styleguide
Style guides for Google-originated open-source projects
ch-duan/FlashDB
An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
ch-duan/FreeModbus_Slave-Master-RTT-STM32
Add master mode to FreeModbus. | 在 FreeModbus 中添加主机模式
ch-duan/EasyFlash
Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB
ch-duan/EasyLogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
ch-duan/Modbus-STM32-HAL-FreeRTOS
Modbus RTU Master and Slave for STM32 using Cube HAL and FreeRTOS
ch-duan/lvgl
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
ch-duan/CUBEProg_ExtLoader_W25Qxx
STM32CubeProgrammer Loader for external flash (W25Qxx) programming | reading | erasing. Used: LL drivers and modified w25qxx lib by http://www.github.com/NimaLTD +
ch-duan/STM32
some STM32 Demo use STM32CubeIDE
ch-duan/GameServer
golang手撸的一些小游戏的集合
ch-duan/bookstore
使用gin框架及gorm重构的网上书城项目
ch-duan/webapp
一个使用原生go的书城学习实战项目
ch-duan/free-programming-books
:books: Freely available programming books
ch-duan/go-collection
:tulip: awesome awesome go, study golang from basic to proficient
ch-duan/Linux-ESPNOW
An attempt at implementing a direct link between a linux station and an ESP module using ESPNOW protocol for real time robot control
ch-duan/md5
C语言实现的MD5算法源码