New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
99.99% Uptime for MySQL and PostgreSQL Databases
Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
The application itself was written on Gambas2 and uses "ffmpeg" to record the video, as this post it can be used but still lacks functions(lots of them) and stability.
The application uses "gambas2" to run, "ffmpeg" to record the screen and "xwininfo" to get window dimensions. They need to be installed manually, on Ubuntu is done with:
$ sudo apt-get install gambas2 ffmpeg xwininfo
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz