New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Start Free Trial
99.99% Uptime for MySQL and PostgreSQL on Google Cloud
Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.
Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
This project houses two packages:
* windetect (latest release: 2.0.1)
Windetect is a Tk library that provides the detection functionality for tracking windows in a Tk GUI with the mouse pointer.
* tkwintrack (latest release: 2.1.1)
Tkwintrack is an inspection tool for developers of Tk GUI's. While tracking individual windows in a GUI with the mouse pointer, tkwintrack outlines them and displays their pathname in a small widget. Window pathnames reported in this pathname widget may...
NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home.
TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
TclRAL is an implementation of the Relational Algebra as an extension of the Tcl Language. TclRAL is coded in "C" and provides new data types that are integrated into Tcl's internal object system. Raloo is a Tcl package that combines TclRAL and TclOO.
Please note that the source code for this project has been moved to a Fossil repository that can be accessed from the menu bar.
The MSX emulator that aims for perfection.
NOTE: this project moved to GitHub. The content of this project page is frozen and will not be updated. The project is alive and kicking, though! Check out our website for the new project pages.
Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.
Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
General Utilities For Tcl (now: previewing | publishing: 2014/12/1)
(Note this project is in an unfinished / preview state. It will be published on 12/1.)
Say you are in the middle of solving one problem and find you need to solve another. Suppose you need to write the contents of a string to a file. You could look up how to do this, but it would be nice and convenient if there were something that does it all for you with one command.
Gen is about making it a little bit easier to write Tcl programs. There are no major innovations here or buzzwords to...
This library was written for C++ and Tcl programmers.
It is original written by Maciej Sobczak.
It was inspired by the Boost.Python library and was deliberately designed to provide a similar interface, taking into account the limitations of Tcl.
The C++/Tcl library offers the following features:
Support for both extending Tcl with C++ modules and embedding Tcl in C++ applications.
Possibility to expose free C++ functions as commands in Tcl.
Possibility to define classes...