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.
Start Free
Ship Agents Faster
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.
This small header file is pure C and can be used in any C/C++ program to get memory information about the current process.
Did you ever try to monitor a process in a task manager or similar and wondered why the memory doesn't go down even if your program freed all the memory? Then this small library is right for you!
It is even capable to observe a difference before and after a call to free() or delete.
TCP/UDP Connections Pool manager with additional utility functions
Main repo is https://github.com/kadavris/ap-multiconn-toolkit
Connections pool / Connections array / Connections list / Connections set library.
The library incorporates control mechanisms for managing multiple simultaneous TCP and UDP connections at the client or server side. Some additional utility functions available.
The code is written in plain C to maximize compatibility and consists mainly of epoll-driven connections pool module.
The intended usage is to periodically call...