Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
MongoDB Atlas runs apps anywhere
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.
Python Calculator on Number Theory, three-birds-one learning material
...The "notebook" is available together. It is designed for beginning students of algorithmic number theory to self-study Number Theory, Programming and scientific English together, three-birds-one learning material. It is possible only by running and reading the programs. You can get the notebook here:
https://sourceforge.net/projects/nzmath/files/nzmath-enttakagi/
Visit our home page in detail:
https://nzmath.sourceforge.io/
The calculator of big numbers
This program was created for basic arithmetic operations with signed integer numbers. Each number represents the following data structure: array of 1024 unsigned integer numbers (digits), the number of significant digits, the radix (from 2 to 36 inclusive) and the sign of this number (-1 or 1). The program is written in C language and has Russian interface.
TaxRTip is a small program designed to help calculate taxes or tips.
TaxRTip is designed as an exploration of the C# language by a novice programmer. It may be very simple and have a very small use factor, but it is designed for learning purposes. The code is fully commented internally.
Simple Java calculator made by Nero using Java programming language.
This project is for learning purpose, it's about developing a calculator using Java, at last, I want to release it for free with nice GUI and these stuffs.
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.
This is a simple calculator performing all the simple mathematical functions. I've made this from 3 days of learning Visual C#. Not Bad with that much limited knowledge imo. ;)
Please try it out.
A simple CPU simulator whose goal is to make assembly learning easier. This goal is reached giving a simple calculator, called ENIAC, with a simple CPU, called vCPU. The vCPU's instructions are very simple and easy to understand.