Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
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.
SimulME is a Java ME (J2ME) application with Queueing calculator, Stopwatch, Monte Carlo simulation, Random Number Generator (RNG), Probability distributions, Kolmogorov-Smirnov and Chi-square tests. It works with MIDP 2.0 and CLDC 1.1 profiles.
Provide metrics calculation and dependency analyzer plugin for the Eclipse platform. Measure metrics with avg and std deviation and detect cycles in package and type dependencies. Continuation of work from http://sourceforge.net/projects/metrics.
This software verifies and corrects many aspects of conformance of Web pages to International Standard ISO/IEC 23026-2006(E) IEEE Std. 2001 - 2002 - Software Engineering - Recommended Practice for the Internet
A version of XML++ with the dependency on glib removed and replaced with "unistring_t" which can be glibmm or std::string instead. This work was done by Rovi, Corp. (fka Macrovision, Corp), and is posted her for compliance with LGPL.
AVL Array is a sequence container (like std::vector or std::list) that allows fast insert/remove AND fast random access. Shiftable Files offers the usual file primitives plus fast insert/remove. Get the latest version via BZR in the Develop section.
SockThread is an implementation of multithreaded sockets. It is built-in with an echo server for telnet connections. It is initially written with standard native C/C++ libraries. C++ classes std::thread and C socket APIs <sys/socket.h> were used.
Spreadsort is a fast general-case in-place hybrid radix/comparison algorithm, which tends to be roughly twice as fast as std::sort. This library has calls to sort integers, floats, or strings, or other data types based upon integer, float, or string keys
Relational Object Mapping In C++, is a library that maps database tables to C++ classes seamlessly so that members will be populated by and in return will populate db columns. Also provides many std db operations, directly on the table interface.
A C++ Matrix/Vector Class supporting real & complex data for nearly all matrix algebra calculations. Optimized for double & std::complex<double>. Small and large matrices. Easy to use & get started. Plotting, fast inversion, FFT/IFFT, statistics, & more
libaeon is "An Extensible Open Networking library" that attempts to make full use of std syntax and provides classes for data handling, manipulation, streaming, and inheritance while remaining lightweight, fast, and portable.
Title: MfcStdFramework
This source code might well provide a new and interesting way to use an offline Windows program with ease of user input and output.
The pcre_cxx C++ class provides an easy and efficient way to use the PCRE regexp library in a C++ application. It uses the upcoming c++0x rvalue reference feature. So, if you use GCC compiler >= 4.3.3 version, use the "-std=c++0x" compiler option.
Student tracking modules based on Liferay Portal and Pentaho BI tools to get a educational system oriented to do a more useful analysis of student marks than actual student tracking plattforms seems to perform.
Sxta is a C#-based component architecture for distributed simulation on P2P systems. It is based on Std. IEEE 1516 as distributed simulation Standard. Sxta uses AOP mechanisms that generate classes at runtime inheriting from base ones.
jaxed is an Open Source Blog Publishing system. Jaxed tries to be as small and slick as possible while at the same time also be as SEO friendly and STD friendly as possible. Jaxed is built on Gaia Ajax Widgets to enable Rich Internet Application features
dLog is a swift c++ std::stream based output logger that works with tags. It is easy to use, swift and inexpensive when turned off. An example: dLog::write("fileOutput") << "open file:" << filename;
The XMLCPP library provides the implementation of XmlPull API v1 in C++. It can handle any encoding that are supported by `libiconv'. The parsed results are available in the form of std::wstring. So it can handle all unicode character set.
A SNMP agent for management of MPLS for Linux software, following RFC 3813 (MPLS-LSR-STD), RFC 3814 (MPLS-FTN-STD) . Based on Net-SNMP framework and written in C.
LibPPQ is a small C++ library with templates that aims to be a "persistent" drop in replacement for the std::priority_queue template. Other than std::priority_queue however libppq limits its priorities to be unsigned integers.