Charts is a set of full-sized charts that provide rich visualization for quantitative data in WPF applications. It's designed to make even the most complex data readable.
Many chart types are supported, from basic line and bar charts to stacked area charts. The chart control includes numerous...
More information
Gauge contains a complete set of circular, linear, and digital gauge controls for WPF applications, along with LED lights and flip switches.
Visually render multiple data points in a compact area that is quickly recognized and understood by users.
All gauge appearances can be customized using an...
More information
Micro Charts is a set of charts that visualize quantitative data in WPF applications, and are designed to render clearly in compact spaces. Many chart types are supported, from basic line and bar charts to stacked area charts. The sparkline chart controls include numerous useful features such as...
More information
LinksPlatform's Platform.Ranges is a Template Library what contains set of C++ non-abstract class templates. Use Platform.Ranges.h file to include the library.
Why does C++ need another range library?
Simply put, the existing solutions haven't kept up with the rapid evolution of C++.
Range v3 is a library for the future C++.
Not only does it work well with today's C++
-- move semantics, lambdas, automatically deduced types and all --
it also...
More information
How to use:
AzureDatacenterIPAddressService _handler = new AzureDatacenterIPAddressService();
// get all azure regions
var regions = _handler.GetRegionsWithIpAddress();
// get ip address list for region
var ipForRegion = _handler.GetIpAddressByRegion(RegionType.europenorth);
// check if region...
More information
IPAddress Pool Wrapper allows you to parse or check IPAddress from list of IP Pools/Ranges in multiple regions. it also support files such as json and text file for large IP Ranges/Pools.
IPAddress Supported formats like 192.168.0.0/13, 192.168.0.0/255.248.0.0, 192.168.0.0-192.168.0.128