Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
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.
For bulk mailings there are many standards required by the USPS in order to qualify for their bulk rates. One of the most tedious standards is pre-sorting every address according to Area Distribution Centers (ADC) which becomes even more tedious when working with "Flats" as defined by the post office. I work for a non-profit who used to manually sort through every address manually. So I designed a program for them that would speed up the process considerably.
Zip Code Finder is an application written in Java for cleaning up mailing lists. It will lookup the zip code of any address missing a USPS zip in a tab-delimited input file and it will output the results to another tab-delimited file.
The jCookie Library is a client-side state-management library in Java. The goal is to put browser-like cookie-handling in the hands of applications developers. Ease-of-use and cohesion with the native java.net API are its USPs.