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
AI Agents That Actually Do the Work
Assign real work to AI teammates that know your projects, priorities, and deadlines.
ClickUp's Super Agents run 24/7 inside your workspace: triaging bugs, drafting content, updating statuses, and routing tasks without being told twice. Connect them to 500+ tools and let them execute, not just suggest. Build custom agents in minutes that understand your workflows and act on them autonomously.
JOX is a set of Java libraries that make it easy to transfer data between XML documents and Java beans. You can think of JOX as a special form of Java Object Serialization, using XML as the serialization format.
Ant-based tool to migrate Java source files to GNU Autotools standards, making them compatible with usual "configure; make; make install" build mechanism.
Scheme4j is a scheme interpreter written in java, with a nice GUI,
a complete on-line help facility and an integrated debugger.
At the moment Scheme4j is not a complete R5RS scheme standard
implementation, but we're working to make it R5RS compliant.
AntFly is a common build.xml script for apache ant (and java) that can be
used in small projects instead of trying to make a build.xml from scratch.It includes a set of tasks that can perform tipical operations like building project, CVS checking, etc.
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.
An Ant task for generating property files with testsets based on the results of SQL queries and validation plug-ins. Very usefull when building unit tests that make use of changing datasets.
The OO component based XML processing framework.The goal is to make the XML developer's life easier.It's going ot achieve that by providing reusable components for all stages of XML processsing with easy language and application binding.
webdialog is a java Servlet/JSP framework for writing applications that use a standards based web browser (Mozilla 1.01+, IE 6+) to render their gui. The framework will make the fact that the application is browser based as transparent as possible.
JMidoriService is the middleware to make Java application work as a Windows XP/2000/NT4.0 service. It has coped with the problem that a service is suspended since the Windows user who generally tends to cause a trouble logs off.
Through this project, we intend to create a rich collection of java based components, UI, UI Support and non UI utilities as well. We are piloting this initiative with an effort to make almost any component that one can think of be available instantly.
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.
TX4J is a lightweight local transaction framework that allows you to make your Java code transactional. It supports isolation level 0 - 3. TX4J includes a lock manager and a deadlock detection/resolving mechanism.
Evolution is a suite of easy-use API and tools help java applications to have the ability of file-based auto-update(from a configurable location). Using it will make your applications upgrade more smartly.
JMake is a tool for Java programmers to make compiling large projects consisting of many packages and sourcefiles easy. It is similar in purpose to the make utility familiar to C programmers, except it requires no user configuration.
Make in Java (jmk) is an application which is used to ensure that a set of files is in a consistent state. The application is based on the make utility which is part of most Unix systems, but is designed to support the task of writing platform independe
javam is a make utility for Java projects that can automatically generate its own dependency file in a cross-platform XML format. It is a method of building Java projects that can be as simple as using "javac" and still handle large systems.
The purpose of this "General Game Framework" is to make easier and speed up the development of a wide range of games. The main goal is to be simple, flexible and well documented. It's like a High level (above graphics and sounds) library for games.
SourceMeter is a tool for calculating metrics on source code bases in any language. It provides a number of built-in metrics, but has also been designed to make the implementation of new metrics as simple as possible.
SIMULA is a open java source software designed for students that want learn multy agent systems. SIMULA
is a software that make it possible create simple multy agent system simulations.
CBE is a revision control system with integrated make-like functions written in pure Java. It can be used similar to CVS but offers some new features like renaming files (while still keeping the history) and using a database as backend (optional)
Cache Service is a project with the goal to make the Java requests cachable in a clean way.
This project uses the cross cutting concepts to achieve its goals.
Exception Handling is a project with the goal to make the Java exception handling cleaner and easier for the developer.
This project uses the cross cutting concepts to achieve its goals, such as exception wrapping and handling.
This simplesudodu program is intend for studying in the sudoku solution algorithm rather than a game (If you want to make it a game, it's OK ^_^). Later I will implement the 4*4 or other kinds. Different sudoku requires different algorithm to solve.