Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
Try Cloud Run 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.
Fixed point 16/32 integer FFT library for the RaspberryPi and Android
This library is being created as I have a need to do very fast FFTs on low end devices not supporting the NEON instruction set.
The RaspberryPi is an ideal candidate for developing in gcc before porting to JNI for low spec Android devices, hence it's inclusion.
Fixed point 16/32 integer FFT library suitable for the RaspberryPi and Android devices.
Includes test stubs for gcc on the RaspberryPi and a Basic4Android wrapper from JNI.
It includes hand optimised ARMv6 assembler, demonstrating techniques such as pipeline stuffing to achieve maximum performance.
...
An arithmetic calculator for the most popular numerical systems.
...That's what makes this application. You can mix decimal, binary, octal and hexadecimal arithmetic operations using the symbols "+, -, *, /,^,". You can put "e" to use Napier's constant, put "pi" to use pi constant and put a "!" in the of numerical system form to factorization. So let's start doing the math in an instant with this application and save the rest of the time for more useful things of interest.