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.
These flow tools are written in C++ using libboost and the socketlibrary code from Qt. They provide capabilities to capture flow-exports from Cisco routers, and write them to stdout or to a file hierarchy with rotating files.
Remember those Hacker movies chat applications?
Yes, those with the green chars that appeared one by one on the screen, in real time, as the remote user typed them.
That's what InstaChat aims for, a retro, multiplatform*, ncurses based real time chat, in which each key you press is directly sent through the network to the peer you are talking to.
Checkout the Blog(Developers News) for NEWS!
*Only tested on windows, but the only used libraries are ncurses and boost for socket and...
Delayed Job is a Ruby background-processing library designed to move long-running work out of the request cycle and into an asynchronous job queue. It was extracted from Shopify and is built around a database-backed jobs table rather than a separate queueing service. The system stores serialized Ruby objects that respond to a perform method, then workers pull and execute those jobs later.
Polyester is a tuple space framework based on the lighTS project, with extensions to support asynchronous and decoupled interaction of agents. The provided example application is a (toy) library of XML documents that can be queried using XPath.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Asynchronous ONC RPC library that is derived from the FreeBSD librpc and libtirpc that is published from Sun. Support has been added for TLS and UNIX Domain sockets.
This is a semi-async socket stream library. It is basically event based system, which is called whenever data is received but not requested. It also supports name resolution (sync or async). It supports TCP. No Winsock or BSD headers are exposed.
SOCKS Server and Library for Java. Support for versions 4 and 5 of SOCKS protocol. Designed to be easily expandable to support different encryption/authentication/authorization methods. Sample server and client are available.
The complete ICOD Library, including all the networking tools, plus the tangentals. This umbrella project includes libraries for Mathematics, Chromatics, Security, and a text/character socketlibrary.
Command Serializer helps turn your console application into a web based service, by reading from many TCP connections, and providing commands from each to your application through a file socket.
c common functions library extracted from my open source projects FastDFS and FastDHT. this library is very simple and stable.
functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode etc.
TADNS is small, portable asynchronous DNS lookup library written in ANSI C. Works on Windows and UNIX. Extremely simple and clean API. The source code resides in single .c file.
This socketlibrary combines the networking power of BSD Sockets with the advanced new features of the c++0x standard to produce an incredibly easy to use object oriented socketlibrary. Please refer to www.engineerutopia.com for tutorials.
MFSM is a middleware that implements the abstractions defined by the SAI architectural style for the design, analysis and implementation of complex dynamic systems that involve asynchronous concurrent processing of generic data streams.
xLightweb is an easy to use http network library to build high performance, scalable network applications. The library includes a HTTPClient and a HTTPServer. xLightweb’s programming API supports an asynchronous and synchronous programming style.
This code is to make it easier to use Sockets inside a GUI. Right now I only have a Telnet library But by the end of the year I hope to have posted at least 3 other libraries (IRC, Socket server, FTP?)
A modern, portable CGI library written in standard C++. Asynchronous CGI and FastCGI are both supported in a clear, simple and efficient library built upon the Boost C++ libraries (esp. Boost.Asio). Free and commercial support available on request.
The Robust library is a Lejos based control library for Lego Mindstorms NXT. It supports asynchronous communication for almost all standard sensors such as ultrasonic, sound, touch and light sensor and some 3th party sensors e.g. compass or camera.
The new development team decided to move the project to google hosting platform, so for further reference please visit: http://code.google.com/p/robust-nxt/
A framework for doing asynchronoussocket communications - useful for connecting to a large number of hosts in parallel from a single thread. Builds on top of Java NIO library and hides all socket, buffer details.
The Slim Network Application Framework is designed to be a simple asynchronous networking library that will provide both client and server inbound and outbound network connections with other Slimnet nodes.
libdjvu is a DjVu Viewer for Hanlin V3 written in C. It has infinite levels of zoom in/out, window panning around the page, asynchronous page readahead, multicolumn mode and many other features.
This library allows the creation of TCP connections quickly and easily in C/C++. With only five functions it is possible to establish a TCP connection, send and receive data and close the connection.
A simple socket server that lets you send/receive data via TCP on a given port. The data to send can be defined in an XML form and can be altered on the fly before sending. Given the flexibility you can spoof whole sessions to test your software.