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
Veeam Data Platform v13.1 - Get Your Free Trial
Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
DebugMonitor provides a simple API to allow BeOS applications to display their state and progress on a separate monitor application. This means you can watch what is going on in your application as it is running.
Html2perl is a simple console based utility for converting HTML text streams (or any ASCII based text stream for that matter) into a series of perl print statements for inclusion in a Perl script.
Add-on library for Allegro. Provides a very simple API for opening dialogs: You need one function call with a format string specifying a number of data fields. The library then opens an appropriate dialog. 3d look. Includes extra gui objects.
The kUimlRenderer aims to be a library which supports the User Interface Markup Language Specification version 2.0. It renders a user interface in QT 2.1.1 at runtime based on a simple language. It supports linking in external code, and responding to ev
This is a simple, but in my mind important, project to create an efficient and easy to use C++ wrapper for the GNU Multiple Precision library. The idea is to be able to use multiple precision numbers as much like built-in types as possible.
SimpleCompiler is a suite of tools for generating compilers and code generators.
A simple BNF style language is used to describe scanner and parser in a UTF-8 source file. The output is described with a template language that is used to add formatting to the parse tree. Code is generated that automatically traverses the parse tree and calls a method on a transformer object to modify the parse tree. Each node is visited in document order, and a method is called at the beginning and end of each node visit. ...
Simple Foundation is a simple and elegant library to use on top of Qt 4/C++(and at your choice Kde-Libs), to create powerful task-centric applications.
This is a cross-platform C++ library that provides an intuitive and quick way to deal with tree structured configuration text files.
It is also very small, making it easy and comfortable to include in any project.
A few simple refactoring tools developed according to the KISS principle. The focus is to refactor C++ code but almost any programming language should work. Tools: Rename, Detect duplicate code
Multiplatform emulator for M680x0 processors, kept simple for University students.
This is a fork of Easy68K by Paul McKee, Tim Larson, Prof. Chuck Kelly, Eric Nelson, Aaron Curley, Curt Vickre, Jon Squires, Lee Davison & others.
SCOF provides a C/C++ toolchain that is easy to build, extend, and even embed within custom applications that wish to parse and interpret source code.
It's goal is to be a C/C++ framework that is modular and easy to understand from beginning to end.
Simple Pascal interpreter written in Borland C++. Aplication will be interpret choosen part of syntax that language (simple types and variables, aritmetic operations, conditions, loops).
This is (going to be) a simple interpreter of a simple weakly typed language.
The code, now, contains only the token class along with some subclasses, a lexer and some other titbits.
Decafcc is a simple just-in-time (JIT) compiler for small programming or data modeling language. The current Decaf project demonstrates how to parse simple C, and how to generate MIPS assemble code.
Simple graphics, keyboard and mouse library with a C interface
is a collection of ultra-simple routines I've found useful for making small interactive graphics applications.
=== Functions include ===
* Window creation
* 32-bit RGBA bitmap creation
* Fast software based drawing routines (pixels, lines, text etc)
* Mouse and keyboard input
=== Details ===
* Written in C
* Python bindings provided
* Permissive BSD licence
* Win32 version currently.
ACME is an abbreviation of Advanced C++ Metaprogramming Extensions. It is a collection of headers supplying basic implementations of generic design patterns, generic containers, policy based memory management and simple linear algebra classes.
Simple library of some tools like containers and base classes that solve a set of problems in c++ software programs that exert design patterns. Design of this library is based on use of STL and boost libraries.
Pascal interpreter written in C++. Aplication will be interpret choosen part of syntax that language :simple types and variables, aritmetic operations, conditions, loops.