Lunkeqing's Stars
redis/go-redis
Redis Go client
micro/go-micro
A Go microservices framework
josiahcarlson/redis-in-action
Example code from the book
grpc/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
tpn/pdfs
Technically-oriented PDF Collection (Papers, Specs, Decks, Manuals, etc)
hybridgroup/gocv
Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
golang/go
The Go programming language
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Wox-launcher/Wox
A cross-platform launcher that simply works
gibsjose/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
matplotlib/matplotlib
matplotlib: plotting with Python
xournalpp/xournalpp
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.
pythonprofilers/memory_profiler
Monitor Memory usage of Python code
marblexu/PythonPlantsVsZombies
a simple PlantsVsZombies game
Akagi201/learning-cmake
learning cmake
ros/geometry2
A set of ROS packages for keeping track of coordinate transforms.
balzer82/Kalman
Some Python Implementations of the Kalman Filter
yycho0108/KalmanExploration
Exploration of Kalman Filter, Adaptive Noise Covariance Estimation, etc.
milsto/robust-kalman
Robust Kalman filter with adaptive noise statistics estimation.
memononen/nanovg
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
sharkdp/dbg-macro
A dbg(…) macro for C++
521xueweihan/HelloGitHub
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
IACJ/react-datastructer
数据结构在线模拟器
AlexRedfield/SPFA_on_quene
基于队列的SPFA算法