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
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
TU Calc is a modular tool that aims to gather numerical methods for solution of mathematical problems. Interacting with the user through a GUI that is analogous to the windows desktop.
Visual BASIC 6.0 program to find the factors between two numbers. Use as an educational tool to help students with factors. Does not find the LCD but use as a learning tool to find the LCD by looking at the factors. Jabaco version runs in any JRE.
This is just a simple program, with loads of functionality, that I am working on. As of right now, it can do very basic integrals, and that is it. It is a alpha release right now, but very stable. My program is licensed under Gnu Public licensed. Also, t
Generates prime numbers. This program finds primes by checking to see if the modulus of the current number is equal to 0 for any previously found primes up unitl the square root of the number.