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
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
SSCL is a small, secure C++ library with some useful data types (list,
avltree), stream handling, networking support, lexical analyzer, etc.
SSCL's primary goal is to help daemon development in C++.
The easiest way to seamlessly integrate the Lua scripting language into any C/C++ project. CaLua allows you to expose Cstructures and functions to Lua scripts, and expose Lua functions to C programs, with the use of a few simple C functions.
This library provides an API to reflect data members of C++ classes for compile-time. Upon this API one can build arbitrary components that will work with ceflected classes. Imagine to reflect a class and you are able to store objects into DB or ...
The cplusql distributed ETL tool extracts and transforms row based data from
databases and flat files for terabyte scale datawarehouse loading. RSN: beowulf job queueing and cluster fs! Every day at LookSmart, it translates 200+mm rows on 100+ nodes.
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.
Slate++ is a vector/matrix package for C++. Based on templates, Slate++ facilitates basic linear algebra (+, -, *, /, inverse, determinant, ...) on many data types (int, float, double, complex...). Simple to use and thoroughly documented.
GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Project i
Provide visual tools to help user of NS (Network Simulate) in wireless network related studies. test, compare, statistics wireless network protocols (like TCP, IP,...); wireless nodes moving and data link visual scenario creator,enhanced graph tool...
An Eclipse plug-in and KDE application to visually and interactively explore arbitrary graphs (collections of nodes and edges) specified in the Graph eXchange Language (GXL).
Spriteric <sprite-UH-ric> is a tool to convert sprite images to C source code. It is intended to provide a data-driven solution for 2D sprite projects (particularly for console games).
gSim51 is a powerful, efficient and cool simulator for 8051 code. Its has a text based interface and very efficient commands keeping in line with the unix tradition of short and concise commands that do one thing well. gSim51 has no code or data space lim
A collection of various Java utility interfaces and classes, concentrating on collections, datastructures, algorithms, number theory, matrices, and other mathematical constructs.
Field Model (FM) is a C++ library with classes representing
fields and the meshes that fields are based on. FM is a component
enabling the interchange of data that come in a variety of
mesh and field types.
Medoosa is a documentation tool for C++ that can produce UML class diagrams including generalizations and associations. Corrections can be made interactively in a diagram editor (Dia) and are fed back into the source as Javadoc-style comments.
X6GL is a suite of code generation utilities capable of generating source code in any language, based on source code templates and XML files. Initial focus has been around generating data access layers of apps involving Java, Oracle, C#, SQL Server.
_malloc is a library able to randomize normal malloc and to make it more secure from possible memory reading; thanks to it, data are allocated in bits with random keys without increasing dimension and access data needed time.
A Generic DataStructures Library. A collection of datastructures you're most likely to need. Written in ANSI C. Interface is basic, but powerful, and intuitive. Has AVL tree, binary heap, queue/linked list, and more. All platforms.
Drow is an ELF linux analyzer coded in C.It is aimed to the low-level programmer. It is a console application which displays ELF file information in an human readable format, providing different options for different parts/aims of the file data.
Matlab/Octave to Python conversion facility. The tool will take existing scripts
and convert them to Python. Also includes Python bindings to Octave and
a small runtime support library. Built on top of Numeric Python extensions.
This project`s goal is to provide a set of ELF resource tools. These tools will be used to embed data (dubbed `Resources`) into ELF relocatable object files (referencable from C programs), and to later change this data in compiled ELF executables.
This is a simple fully ANSI C-only library that supports some generic datastructures like safe strings, hash tables, linked lists, balanced trees, and so forth.
A C callback orientated parser library for card (vCard/vCal) objects, reentrant & stream orientated, handles line folding, automatic decoding of params and data
getoptions is a C implementation in the spirit of the Perl module Getopt::Long. No more building of getopt_long or getopt structures -- you can specify the option descriptions inline with the call to getoptions. User type handlers are also supported.