General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Original source code of Ultimate Toolbox, TCP/IP and Grid for MFC
This is original source code of Ultimate Toolbox, TCP/IP and Grid for MFC
DISCLAIMER: I'M NOT AUTHOR OF THIS CODE. PLEASE READ LICENSE FILES FOR DETAILS.
Since Code Project has been almost shut-downed, and it's unavailable to download files from it, I release here files from this pages:
https://www.codeproject.com/Articles/20182/The-Ultimate-Toolbox-Home-Page
https://www.codeproject.com/Articles/20183/The-Ultimate-Grid-Home-Page
https://www.codeproject.com/Articles/20181/The-Ultimate-TCP-IP-Home-Page
Win32++ is a C++ library used to build windows applications. It is a simple, open source alternative to MFC. Win32++ supports the C++ compilers from GNU and Microsoft. It is an ideal starting point for anyone learning to program for windows, but also caters for the needs of professional developers.
Development framework based on message driven provided
This is an SDK development framework based on message driven (including asynchronous IO events) , which provides basic interfaces such as thread、pipeline、file and network.
1. It can be easily integrated into MFC、SoUI、DUI and Qt6.x other systems
2. Implement equipment chain and provide unified equipment operation interface (including file、pipe and socket etc.)
3. Implement the basic network protocol module: dns /udp/tcp/ssl/ftp/http/rtsp/proxy/websocket
4. Implement high-precision...
Test automation framework, for building fast, re-usable and reliable system tests under windows OS. It includes a tool for developing automation in .NET, and a GUI tool to compose automation with no coding skills. Learn more: http:/qaliber.org
SmartWin++ is a C++ template GUI library written to give the flexibility of the Windows API without the hassle and lack of typesafety that MFC/WTL delivers. A flexible, expandable abstraction of the Windows API (formerly Win32 API).
FFW (FreeFramework) is an MFC like free Win32 framework which was first developed for educational purposes. It requires no additional library and can be linked statically to your projects to minimize the dependency. it comes with several examples.