Pinned Repositories
CQRS.WPF
A simple example how to implement CQRS on WPF client, with an easy switch from direct call to WCF remote calls.
DynamicDataDisplay
A fork of https://dynamicdatadisplay.codeplex.com/
gtest-cmake-example
Helpful example of a gtest and cmake set up for C++.
InteractiveDataDisplay.WPF
Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
NModbus
NModbus is a C# implementation of the Modbus protocol.
oxyplot
A cross-platform plotting library for .NET
qpaint
极客时间专栏《许式伟的架构课》相关的源代码:QPaint (画图程序)
ScottPlot
Interactive Plotting Library for .NET
Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
WPF-Samples
Repository for WPF related samples
yonglixiangban's Repositories
yonglixiangban/CQRS.WPF
A simple example how to implement CQRS on WPF client, with an easy switch from direct call to WCF remote calls.
yonglixiangban/DynamicDataDisplay
A fork of https://dynamicdatadisplay.codeplex.com/
yonglixiangban/gtest-cmake-example
Helpful example of a gtest and cmake set up for C++.
yonglixiangban/InteractiveDataDisplay.WPF
Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
yonglixiangban/NModbus
NModbus is a C# implementation of the Modbus protocol.
yonglixiangban/oxyplot
A cross-platform plotting library for .NET
yonglixiangban/qpaint
极客时间专栏《许式伟的架构课》相关的源代码:QPaint (画图程序)
yonglixiangban/ScottPlot
Interactive Plotting Library for .NET
yonglixiangban/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
yonglixiangban/WPF-Samples
Repository for WPF related samples
yonglixiangban/WpfToolkit
wpf toolkit fork of the MS WPF Toolkit (https://wpf.codeplex.com/releases/view/40535)
yonglixiangban/yolanda
极客时间<网络编程实战>代码