Pinned Repositories
apue.3e
Advanced Programming in the UNIX® Environment, Third Edition
cJSON
Ultralightweight JSON parser in ANSI C
design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation
etcd
Distributed reliable key-value store for the most critical data of a distributed system
firmware
This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
gearmand
HeadFirstDesignPatterns
code examples from the O'Reilly book of the same name
iotkit-embedded
AliCloud's IoT Connectivity Devkit Running on Embedded Devices
learn-tlpi
TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记
minunit
Minimal unit testing framework for C
davesliu's Repositories
davesliu/minunit
Minimal unit testing framework for C
davesliu/apue.3e
Advanced Programming in the UNIX® Environment, Third Edition
davesliu/cJSON
Ultralightweight JSON parser in ANSI C
davesliu/design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation
davesliu/etcd
Distributed reliable key-value store for the most critical data of a distributed system
davesliu/firmware
This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
davesliu/gearmand
davesliu/iotkit-embedded
AliCloud's IoT Connectivity Devkit Running on Embedded Devices
davesliu/learn-tlpi
TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记
davesliu/libevent
Event notification library
davesliu/libevent-examples
davesliu/linux
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
davesliu/linuxtools_rst
Linux工具快速教程
davesliu/memleax
debugs memory leak of running process, without recompiling or restarting, on GNU/Linux and FreeBSD
davesliu/nanomsg
nanomsg library
davesliu/ProcDump-for-Linux
A Linux version of the ProcDump Sysinternals tool
davesliu/pt
Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.
davesliu/pthread
pthread learning
davesliu/python-opcua
LGPL Pure Python OPC-UA Client and Server
davesliu/PythonRemoteServer
Robot Framework remote server implemented with Python
davesliu/qemu_devices
PCI device for qemu with mmio, pio, dma
davesliu/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
davesliu/robotframework-imagelibrary
Addition to Robotframework libraries
davesliu/rsmq
Redis Simple Message Queue
davesliu/ScreenCapLibrary
Robot Framework test library for capturing screenshots and video recording.
davesliu/sha3-256
davesliu/smbus2
A drop-in replacement for smbus-cffi/smbus-python in pure Python
davesliu/tlpi-dist
The Linux Programming Interface by Michael Kerrisk - Distribution Version
davesliu/TscanCode
A static code analyzer for C++, C#, Lua
davesliu/Unity
Simple Unit Testing for C