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.
Ubuntu Server 16.10 LTS for developers Image for virtual machines
Ubuntu Server 16.10 LTS 32bit. Image for virtual machines (file format -VHD). Image should run in VirtualBox or VMware.
The image was made especially for web developers.
Fast start for any web project, and different frameworks or CMS.
It was installed include:
- xorg and Window Maker;
- PHP7 and libraries;
- PhpMyAdmin and MySQL 5.7 (server and client);
- Nginx (no Apache);
- Composer (global);
- Exim4;
- Mozilla Firefox;
- xterm;
- OpenSSH Server.
Simple graphics, keyboard and mouse library with a C interface
is a collection of ultra-simple routines I've found useful for making small interactive graphics applications.
=== Functions include ===
* Window creation
* 32-bit RGBA bitmap creation
* Fast software based drawing routines (pixels, lines, text etc)
* Mouse and keyboard input
=== Details ===
* Written in C
* Python bindings provided
* Permissive BSD licence
* Win32 version currently. Linux and Mac planned.
=== Performance ===
Running on Windows XP on an Intel Core i3 530 (3.4 GHz):
* Putpixel - 31 million per second
* Rectangle fill - 11 billion pixels per second
* Text render - 11 million characters per second (8 point, fixed width font)