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
Build Agents and Models on One Platform
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.
For C (and CPP obviously):
Include a fast and tiny RAM-tracing feature for Real-Time (RT) debugging purposes.
>> ONLY FOR DEBUGGING <<
Very much faster than printf-debugging, which may result in unforseen results in an RT environement.
Colour lines in syslog-ng logs according to severity
Pipe to colour lines produced by syslog-ng and similar programs written to terminal (TTY) or file. The program inserts ANSI escape sequences to colour log lines according to their severity. This means the colouring works when viewed on a terminal or using programs such as "less" or "more".
You have to customize syslog-ng to include severity as the first character in each logged line, and to pipe the logged messages through the logcolourer program.
You can use the program to colour...
General line based buffer with backlog written in "C". It supports multiple input and a single output. I/O modules: TCP/IP, UDP/IP, Unix sockets, File/Pipe. It supports backlog writing (and resume) so a failsafe transport-buffer can be build.