New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 Free
Build Agents and Models on One Platform
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.
Country Information Database contains names of countries, FIPS code, ISO2 and ISO3 tags, name of Capital, region information, name and code of currency used, time lag GMT, type of time format (STD, DST for Day Light Saving Time) and languages spoken.
C++ implementation of Hash Array Mapped Trie (HAMT). Class design follows STL principles and aims to meet the requirements and to provide the guarantees of std::hash_map.
Mercator Grid is a networked real-time strategy game that incorporates actual GIS map terrain and NATO map symbology (MIL-STD-2500B). Mercator Grid can be configured to include several player roles including fire team leaders and commanders.
libZTL provides 'easy-to-use' extensions of C++ STL , improving std::string with typeconversation, type-save printf-formating and regular expressions. Handling date, time, exception, assertion, serialisation and other usefull stuff.
A linux mobile robot AI program in std C using the development libraries released by (C)Acroname inc. for controlling the (C)Brainstem microcontrollers also from acroname.
Embedded Unit is unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System.
Embedded Unit does not require std C libs.
All objects are allocated to const area.
Our Video viewer is passed on PHP with a MySQL backend to store usernames, passwords and the like. It stores video files for people to see, with exiration dates of how long a user can have an account
Wayconv is a simple command line tool for converting between different GPS waypoint (named position) formats. The program is written in C++ using new style iostreams/std, and is portable to Windows and Unix platforms.
ScreamingToDos is a PHP/MySQL-based todo list manager. It's goal is to be as simple as possible, while maintaining the greatest flexibility and useability.
LinuxALE is an Automated Link Establishment (ALE) protocol decoder (based on MIL-STD-188-141A standard) using sound card for HAMs and other HF band radio listeners.
Low-complexity high-end database server. Keeps dynamic set of dbs open for sharing. Allows key=value access of std. DBMs w/o overhead of opens on & between accesses. User-control of file/dir-naming allows countless DBs w/o
file-system limitations.
Tools for chess engines tournaments: `rr_gen' to generate a round robin tournament schedule, `rr_play' to run the matches (you can select whatever match you want to run), `rr_rank' to build a rank in different styles (std rank or crosstable)
A portable implementation of the proposed C++ std::decimal.
A portable implementation of the proposed std::decimal. Some compilers (notably gcc) are already making this available, and it seems likely to become standard.
This does not implement the decimal arithmetic, but rather relies on existing implementations (typically C libraries) that can easily be downloaded elsewhere.
There are many template libraries, this is just another one, written in C++. The ouput of template processing can be sent to a std::ostream or to a std::string. A tag can be a simple text (C string), or a callback function.
A project to bring elements of the std namespace from C++ to PHP 5.3. It will include common C++ includes (cstdlib,cmath,etc) as well as several classes derived from STL (containers, iterators, algorithms, etc).