Pinned Repositories
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
alsa-lib
The Advanced Linux Sound Architecture (ALSA) - library
alsaplusplus
A C++ Wrapper for ALSA on Linux
awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
books-pdf
程序员必看的经典书籍,编程电子书下载,附带pdf下载链接,包括C,C++,Java,Python,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等
buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
c-periphery
A C library for peripheral I/O (GPIO, SPI, I2C, MMIO, Serial) in Linux.
C_CPP
以前写的 C, C++ 语言层面的一些练习代码,初学c++者可以拿去看看
google-access-helper
谷歌访问助手破解版
qucsdk
Qt编写的自定义控件插件的sdk集合,包括了各个操作系统的动态库文件以及控件的头文件和sdk使用demo。心中有坐标,万物皆painter,欢迎各位咨询、购买、定制控件,QQ:517216493 微信:feiyangqingyun。
XingXingWeng's Repositories
XingXingWeng/alsa-lib
The Advanced Linux Sound Architecture (ALSA) - library
XingXingWeng/books-pdf
程序员必看的经典书籍,编程电子书下载,附带pdf下载链接,包括C,C++,Java,Python,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等
XingXingWeng/buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
XingXingWeng/cpp-tbox
C++的百宝箱,是一个完备的Linux应用l软件开发工具库与运行框架。 它有通信库(TCP/UDP/串口)、HTTP、线程池、定时器池、协程、日志、命令终端、状态机、行为树等非常实用的开发组件,它还有完备实用的启动框架。 它可以让应用开发者从实现细节中解放出来,专注于功能逻辑。
XingXingWeng/crifan_ebook_readme
Crifan的电子书的使用说明
XingXingWeng/EasyLogger
An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
XingXingWeng/ElectronBot
XingXingWeng/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
XingXingWeng/gear-lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
XingXingWeng/Learning-OpenCV-3_examples
XingXingWeng/lede
Lean's OpenWrt source
XingXingWeng/libmodbus
A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Windows
XingXingWeng/luci
LuCI - OpenWrt Configuration Interface
XingXingWeng/mediatek-sdk
MediaTek ApSoC SDK 4320 20150414
XingXingWeng/mr-library
mr-library 嵌入式设备框架
XingXingWeng/musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
XingXingWeng/my_draw
XingXingWeng/opencv
Open Source Computer Vision Library
XingXingWeng/openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
XingXingWeng/packages
Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
XingXingWeng/picBed
存放各种图片
XingXingWeng/pjproject
PJSIP project
XingXingWeng/protobuf-c
Protocol Buffers implementation in C
XingXingWeng/QtXlsxWriter
.xlsx file reader and writer for Qt5
XingXingWeng/routing
OpenWrt Routing Packages
XingXingWeng/starlink-wifi
XingXingWeng/starlink-wifi-gen2
Public GPLv2 release of 2nd generation Starlink Wifi Router Code
XingXingWeng/strawberry
:strawberry: Strawberry Music Player
XingXingWeng/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
XingXingWeng/util
纯C的跨平台基础库与网络库,提供list/hashtable/rbtree数据结构,封装各OS API,对使用者屏蔽普通TCP/UDP传输,并发的可靠UDP传输与监听,带ACK确认的TCP传输,数据包缓存等实现细节.内部还包括一个3D碰撞检测.