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.
Create free account
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
...License: https://sourceforge.net/projects/stdfndclass/files/License (Open Source)
=> Updated version of the STD "Integrated" framework 2025R1 build 2025.1.0.436 was released to production on 2025-06-09.
https://sourceforge.net/projects/stdfndclass/files/FrameWork/Integrated
=> The STD "Web Service" framework 2022R2 build 2021.2.0.106 is the last release to production on 2021-05-12.
This PB feature is now discontinued as of PB 2021
https://sourceforge.net/projects/stdfndclass/files/FrameWork/WebService
=> Updated version of the STD "Order Entry" example App 2025R1 build 2025.1.0.626 was released on 2025-05-29.
https://sourceforge.net/projects/stdfndclass/files/Applications
Drop-in replacement for std::shared_ptr + std::enable_shared_from_this
...Guess What: This library is supposed to fill the gap.
The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer.
Big downside is however, that it's not (yet) made thread-safe.