Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
SimCoL is a c++ lib that focus on classic concurrent problems.
The SimCoL project - Scl in short - is a very simple library developed with c++ as graduation project. Its objective is to implement classes for solving simple problems that have interfaces like the classic concurrent problems (producer and consumer, work pools, and others).
The project can be compiled using Visual Studio 2008 or higher (the project is incompatible with Windows older than Vista or Server 2008) and also supposed to be able with any Unix system with native PThreads support.
Framework written in C language using OO concepts. Pretty similar to Java. This is gonna change your way of programming in C. Feel free to contact me at juanrb@hotmail.com.
The FFPOJO Project is a Flat-File Parser, POJO based, library for Java applications. IMPORTANT: the sourcecode of this project was migrated to GitHub: https://github.com/gibaholms/ffpojo
ViennaData is a C++ library that allows to separate intrinsic properties of a class from data associated to objects of that class. This allows to write code that is much more reusable than traditional designs.
PorTypes is a library of integer types. Currently, the library provides one unsigned integer type and one signed integer type. Both types have fixed width, which is specified at compile time via template parameters. The signed integer type uses 2's complement representation.
dbglib is a library dedicated for program debugging.
It includes:
a buddy malloc memory manager
A memory debugging system (memory leaks, out of bound ...)
A memory statistics recorder
a crash reporting system
Tool for fast and easy javax.swing.JMenuBar object creating. Using this tool you shouldn’t write a lot of messed code, just provide it some external source (like XML document) where you describe its structure in really understandable format.
MagentoXtender .NET Webservice Client is an open source .NET library to connect to the webservice of a Magento Webshop using XML-RPC. This module gives you the ability to create .NET applications which can communicate with a magento webshop.
An open-source library to support Stanford's course 'Programming Abstractions', CS106B/X. Written initially for Linux, but porting to Windows/MinGW is planned.
SRPP: A library to implement SRPP (Secure Real-time Padding protocol) support. It is aimed at providing application-level packet padding for VoIP traffic, so as to thwart traffic analysis attacks on VoIP calls.
This project is a tool for beginners to understand why a MPI program works or doesn't. It aims simple MPI codes, with a modest number of Processes. It is a real time view of an executing code, providing help even when the program deadlocks.
QuCoSi is a C++ library for simulating a quantum computer. The used qubits and gates are plain vectors and matrices that can be inspected and modified easily. Its emphasis lies on readability and ease of use.
Designed to be a simple and easy to use object oriented API to use and convert ,to and from, the PNG and animated PNG file formats. With and without the APNG patch for the PNG library so ad oculos can dropped into any program without issues.
An Error Handler for C/C++ funtions, focused on code readability. It allows a clear control flow, adding Ignore, Retry, Jump, and Back functionality when a function returns error. It's macro based, written in C and targeting embedded systems.
This project is a set of two libraries that allow one to include in one's project all that is needed to create a character, including (but not limited to) user controls, random name generators, weight/height algorithms...
Many programs for the console need command-like interaction with the user. CLIsystem is a library which processes the user's input. This includes parameter separation, type conversion and hashing. Finally an object is sent to the programmer.
An easy Lua Binding Tool to export class and function from c++ to lua,and define class,sub-class in lua.With error handler.Just include stupid.h in your project.
Specter - Abstract Arithmetics Library (AAL) is a library coded in native C which is able to do operations with numbers of virtually unlimited length. Specter is targeting mainly cryptography and big integer maths though.
A random collection of c++ tidbits.
I write some code as I go along. Maybe this is useful to anyone. Maybe I will turn some of it into a library at some point.
But not now.