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.
Try Free
Full-stack observability with actually useful AI | Grafana Cloud
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.
...Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when running test cases. If every command in the test case exits with a 0 status code (success), the test passes. In this way, each line is an assertion of truth. The Bats source code repository is hosted on GitHub. There you can file bugs on the issue tracker or submit tested pull requests for review.
DOMjudge is an automated judge system for programming contests.
NOTE: DOMjudge has moved to www.domjudge.org and Github for all development.
DOMjudge is an automated judge system to run programming contests. Both team and jury side interfaces are web based, with a commandline submit tool available as well. It is written in PHP, shell-script and C/C++ and needs MySQL and a webserver.
Testbed for Ad Hoc Protocol Evaluation (TAPE) is a network emulator that capable of running several ad-hoc protocols for testing and evaluation. It is an enhancement of the original APE-Testbed.