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
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
A programming tool to simplify the initial setup of GUI widgets. Mainly an experiment in using widget names and methods as a mark-up language. Written in C++, outputs Java.
ReadBarC reads barcodes using a Symbian OS cellphone with a integrated digital camera. Point the camera at a barcode, click capture, and the barcode is displayed on the screen. The code is also saved in the clipboard so it can be used by other programs.
Wisent is an LALR(1) parser generator with pluggable front- and backends. It generates object-oriented code with clean namespace separation. A yacc-like frontend is currently accompanied by a C++ and a Java backend. The tool itself is implemented in C++.
C++ template classes for declaring non-left recursive grammars (in BNF) directly in the code as set of compound classes. Includes implementation of regular expression parser - regexp_parser. Supports wide char. See http://grammar2parser.sourceforge.net/
in the early 90ies dogfight was a very funny public domain 2d-game for the amiga. We (David Bührer and I) rewrote that game for windows32, using directx.
The gameplay and graphics are great, but the code needs some improvements.
Have fun!
An object-oriented language that compiles to native code, for POSIX and Windows systems. Requires Expat, GCC, as well as MinGW/Msys for Windows. Compiler generates C++ code but manages various tasks that C++ leaves to programmers, provides interfaces, gc
SquirrelBuilder will be an Integrated Development Environment for the Squirrel scripting language featuring syntax highlighting, code-completion, integrated remote debugger, built in documentation, and other tools to make Squirrel development painless.
Java Fuzzy Editor is a basic editor to allow creation of fuzzy based rules. It will save to serveral formats including to sourcecode in several languages.
Xcript is an embedded scripting language for C++ that is based on XML. You can run a Xcript script in a few lines of code! You can print output, make loops, execute C++ functions and much more! It's very usefull for batch processing!
MechForce is the coolest shareware game on the Amiga (IMHO). It's a mixture of realtime and turn based strategy/tactic game based on BattleTech. This is an attempt to recreate this game with a lot of enhancements with the help of the Allegro library.
CDSD provides a location for your configuration storage, access code for your application and appropriate documentation.
It's not only possible to maintain configurations more easily but also minimising the effort handling configuration in your code.
The set of facilities for conversion through several domains. Such as UTF8 <-> UTF16(LE, BE) <-> UTF32(LE, BE) <-> arbitrary code page encodings <-> UTF7.
FastPara is a C++ programming framework for writing data-parallel applications in cluster environments. It builds the code framework for the data-parallel applications based on their data distribution declaration.
KIside is a message digest computing and displaying tool. It computes and shows the hash code of any file as a string of hexadecimal numbers. KIside implements standard algorithms such as MD4, MD5, SHA1, SHA256, SHA384, SHA512, TIGER, RIPEMD160.
wyoGuide is a guide, a tutorial for developing well-designed cross-platform applications. Where possible sample code written in C++ using the wxWidgets framework is accompanied. The included demo application is well suited as a starting code base.
This piece of code is a sample of how I solve a problem to merge text (or any file, for that matter) files together to one big file.
I hope you can use it, or learn from it.
Duplicated sourcecode can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C, C++, Java, C# and VB.Net systems.
The open virtuality engine (OpenVE) project addresses the design and implementation of modular virtuality systems (e.g. games, visualization systems, etc.). It comprises designs, patterns, code, tutorials and examples.
VirtuAL3101 provides a series of tools to develop effects using the AL3101 DSP from Alesis. It includes an assembler/disassembler, a simulator, an application generator with its graphical interface and various effects.
Javelina is an advanced code coverage tool that uses dynamic instrumentation to minimize the overhead for collecting coverage data. Additionally, Javelina allows the application of logical operations to code coverage data.