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.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
ASlinks generate and manage a hiberarchy tree to contain symbol-links what are linked to the real files and directories. This is usefull to supply a file share service with clearly file list.
Libcfu is a library of tools that I have found useful, particularly when developing multithreaded software. It includes a hash table, a linkedlist, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser.
PlayPage is an extension for Firefox browser that let you play all videos linked in a web page. It supports frames, iframes and, soon, tabbed pages. It permits to specify the player to be used and the customization of player params and play list format.
ADLIB - a C library of fundamental algorithms and their data structures. It includes thread safe implementation of circular list, doubly linkedlist, stack, queue, deque and binary search tree.
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Libtc is a collection of useful things. It currently includes a linkedlist, hash table, binary tree, configuration file parser, some string utilities, plus some functions often missing on some systems.
A Generic Data Structures Library. A collection of data structures you're most likely to need. Written in ANSI C. Interface is basic, but powerful, and intuitive. Has AVL tree, binary heap, queue/linkedlist, and more. All platforms.
The LKlist library is a doubly linkedlist that supports void * data types. The library includes 14 functions
that will allow the user to create and manage the linkedlist.
A library of generic data structures and algorithms in ANSI C
This repository is an ongoing project of implementing generic data structures and algorithms in ANSI C. I find I often use the same constructs that require a lot of boilerplate code, so I made this repository to both organize these constructs and allow easy integration of these constructs into existing projects.
My design philosophy with this repository is to offer a minimalistic API for each data structure, containing all tools needed to easily build more complex/niche constructs....