Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
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.
Scriptable data terminal which supports several interfaces.
...
- Scripts can use their own GUI (GUI files which have been created with QtDesigner (is included) or QtCreator).
- Multiple plot windows can be created by scripts (QCustomPlot developed by Emanuel Eichhammer is used)
This is a simple adaption of QCustomPlot (http://www.qcustomplot.com/) for
IDA Pro (https://www.hex-rays.com/) C++ plug-ins.
See http://www.macromonkey.com/qcustomplot/ for more info.
LICENSES
My code: MIT https://opensource.org/licenses/MIT
QCustomPlot:
GNU GPLv3, license needed for commercial use.
See: http://www.qcustomplot.com/index.php/contact
...The graphical user interface (GUI) of qtFit is
designed using QT software. The regression is done using CERN’s MINUIT routine and plotting is
perfomed with the QCustomPlot library. This document is a manual of the qtFit program, and
includes instructions about installation, features description, and how-to-use examples.