729630037's Stars
jynew/jynew
JinYongLegend-like RPG Game Framework with full Modding support and 10+ hours playable samples of game.
Sakulaczx/Triangli
ClimbSnail/HoloCubic_AIO
HoloCubic超多功能AIO固件 基于esp32-arduino的天气时钟、相册、视频播放、桌面投屏、web服务、bilibili粉丝等
sqlite/sqlite
Official Git mirror of the SQLite source tree
fujie-xiyou/chat_room
聊天室 -- 17年暑假项目(Linux C网络编程)
redis/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, Streams, HyperLogLogs, Bitmaps.
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
zhongyang219/TrafficMonitor
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
FASTSHIFT/X-TRACK
A GPS bicycle speedometer that supports offline maps and track recording
peng-zhihui/XUAN
listen1/listen1_chrome_extension
one for all free music in china (chrome extension, also works for firefox)
erwincoumans/motion_imitation
Code accompanying the paper "Learning Agile Robotic Locomotion Skills by Imitating Animals"
microsoft/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
miguelasd688/4-legged-robot-model
adafruit/Adafruit_CircuitPython_BNO08x
Helper library for the Hillcrest Laboratories BNO080 IMU
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
nicrusso7/rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
PeterJochem/Deep_RL
Implementations of Deep RL Algorithms in OpenAI Gym Environments
jkjung-avt/jetson_nano
This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.
kozyilmaz/nvidia-jetson-rt
Real-Time Scheduling with NVIDIA Jetson TX2
christianjann/L4T_PREEMPT_RT
PREEMPT_RT kernel for the Jetson TK1.
Ewenwan/ShiYanLou
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
SeaHOH/GotoX
本地自动代理,修改自 goagent。
vsergeev/python-periphery
A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
xiaowenxia/embedded-notes
嵌入式linux软件开发、嵌入式linux驱动开发、c语言、单片机开发、IOT开发等面试要点记录
pronenewbits/Arduino_AHRS_System
A compact realtime embedded Attitude and Heading Reference System (AHRS) using Recursive Least Squares (RLS) for magnetometer calibration and EKF/UKF for sensor fusion on Arduino platform
SSHeRun/CS-Xmind-Note
计算机专业课(408)思维导图和笔记:计算机组成原理(第五版 王爱英),数据结构(王道),计算机网络(第七版 谢希仁),操作系统(第四版 汤小丹)
kplindegaard/smbus2
A drop-in replacement for smbus-cffi/smbus-python in pure Python