New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 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.
Logapp is a wrapper utility that helps supervise the execution of applications that produce heavy console output (e.g. make, CVS and Subversion). It does this by logging, trimming, and coloring each line of the output before displaying it.
The libexplain project provides a library which may be used to explain Unix and Linux error messages. This will make your application's error messages much more understandable to your users.
Quick function for vanilla Javascript to do cross-domain calls
Quick function to include in vanilla Javascript packages to do cross-domain calls. It communicates using the current DOM to a remote URL, and retrieves the JSON return to fire in a temporary function that is sent to a function in the current package.
Should work in all modern browsers regardless of what is currently used for Javascript libraries.
JSpoor is a utility software for logging and recording of user interface events and actions during working sessions of users with a Java/Swing Software. It captures and records both high level (semantic) actions and low level actions such as mouse moves.
Configuration is like logging a crosscutting concern in applications, e.g DEFINE default values here, CHANGE settings there, and USE settings somewhere else again. Visit http://config4j.sourceforge.net for a complete set of features!
A lightweight, nice-looking logger for C++. Provides possibility for (colorized) console output, logging to datafile or into a ringbuffer in memory. Sources are well documented.