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.
Get Started Free
MongoDB Atlas runs apps anywhere
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.
TagPrint is a DOM serialization library. It prints DOM documents with various format, such as XML, HTML, PDF, RTF, etc... You can write these documents very easily.
SQLProcessor is a facade for parts of the JDBC API. JDBC is used, but with an interface that hides the repetition and complexity.
We have found SQLProcessor code can be quicker to write, less error prone, and more amenable to reuse.
ictk - Internet Chess ToolKit is a java based set of libraries and widgets useful for performing common tasks such as reading PGN, FEN, and generating legal moves. The net libraries convert ICS (Internet Chess Server) output into java objects.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Ganita, in sanskrit, means mathematics - and that is what this java package is about. I wrote the classes in this package to help me with the various mathematical programs that I write. This collection of mathematical classes would help you in creating ma
Gumpire is designed to be used as an educational aid in a programming class. It will allow students to program game clients that can participate in a competition without needing to write a complicated interface to a server.
The purpose of this application is to show how to use xDoclet (v1.2b1+) and Ant to build quickly WODRA (Write Once, Deploy and Run Anywhere) J2EE (v1.3+) applications. This article will also show how xDoclet drastically simplifies the developement of J2EE
Password generator. The user can choice the characters, write the results in text file, make pronunceable passwords, choice the number of digits and codes. Visual version made in Java and non-visual version in C. Great performance.
The intent of this project is to write a talker server in java. It is a chatroom that telnet clients connect to. This project will write the server code for a mix of RPG and CHAT, a 'talker'.
Some helpfull sql tools. You got tired of writing the same code over and over again where you use JDBC? Using this you will write less code for every DB data submit and retrieval.
jasperCall is a Java JAR to call and export JasperReports without the need to write a Java program. Especially it is used to call and export JasperReports from command line.
The classic game of worm is known for it's mind numbing effects, so why not just write a bot to play it?
This project is an attempt to aid the development of "worm bots" using a plugin interface.
SVT (Struts Validation Toolkit) is a validation framework for Struts. You can write a simple validation code in Java. This will allow you to write more flexible rules, rather than writing validation.xml files.
wrX-Windows is a Java based application designed to give an easy-to-use interface for a car computer. It allows the user complete control over the functionality and the look-and-feel of the GUI. Users and developers may also write their own wrX-Window m
Portal web application template. A generic portal-style application framework using java technology, that lays down the architectural pieces required to write an application of this type. Includes a simple example of a portal application.
You can consider this a general "Java File Object Correction" project. It seeks to add in whatever features are missing or weak in the Java File implementation. For example, currently in Java, once a file is made read-only it cannot be reset back to a w
The JLCP aims to write a number of components to produce a free Java portal site based on an internal forum system to provide Java newcomers and veterans alike with everything they need related to java.
Enterprise Web Test allows Java programmers to write re-usable tests for web applications that, unlike HttpUnit, "drive" the actual web browser on the actual platform they intend to support. Tests can be leveraged for functional, stress, reliability.
Jaybird is java-language based, source & xml & codebyte class inter-converting tool.
You can write your Envolvable Code with it;
You can make your computer write program itself;
You can run program without compiling time;
You can manage source as data
VeniVidiVoti or VoteVoteVote.
Motor of a library where a group of persons can democratically write any sort of text: book, poem, constitution, newspaper...
New political system combining the characteristics of participative and representative democra
Xippo is a java tool for XML marshal/unmarshal.
Javacentric: you write your java class without thinking to its XML representation.
Datacentric: interested only in data written inside your java object.
Simple Pascal interpreter written in Java, which will include:
1) I/O Operations like read/write from/to console
2) Declaration of some subset of simple types and variables
3) Aritmethical operators
4) Dynamic memory allocation
5) For loop
6) IF ..