AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
The Infinitum C++ Library is intended to be a general purpose library. When we write some code that is generally useful, we place it inside this library.
It contains a set of classes to write log files, some string & file helpers, algorithms and function
ServletUnit is a framework of objects which allow you to pass requests and responses to the servlet. You can customize the request, and get a string buffer from the response, which contains the output of the servlet. This can be used to develop testcases
DevGear includes debugging macros, utility functions, string classes, reference-counting pointer templates, and anything else that a Mac programmer could conceivably want to use outside of an actual class library or framework.
Add-on library for Allegro. Provides a very simple API for opening dialogs: You need one function call with a format string specifying a number of data fields. The library then opens an appropriate dialog. 3d look. Includes extra gui objects.
Lightweight dependency-free utf library written entirely in C. All functions, i.e. decoding, normalization, casing, and encoding, can be chained and accessed by iterators. Can easily be extended for buffer-based string implementations.
xGen is to creating XML what XPath is to reading XML.
The string
/html/body/div#container/div.menu/ul/li[5]
Can be used to create XML.
This saves a lot of boilerplate code when generating XML and a templating mechanism is not a good fit for your project.