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.
Start 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 Docbkx Tools project provides a number of tools for supporting DocBook in a Maven environment. (Note that the source code for this project is hosted at http://code.google.com/p/docbkx-tools/.)
Multithreaded java client of redis (A persistent key-value database with built-in net interface written in ANSI-C for Posix systems) See http://code.google.com/p/redis/
This project is aimed at developing an iconic programming language (IPL) which compiles to Java in order to help pre-CS students build stronger models of programming concepts. Project has moved to http://code.google.com/p/jubjub/
This open package aimed to draw some useful charts of Statistical Process Control(SPC) such as X-bar and R-chart, X-bar and S-chart, Process Capability, p and np type charts, c and u type charts. Any questions please contact:luo_cheng@msn.cn
X4Java is a framework that serializes and de-serializes Java object based upon the Schema provided, the output of this framework is XML file conforming to the provided Schema, structure of XML o/p can be change by applying minimal changes to schema file.
Java ARM support for standards, Maven, & archetypes
...The set of interfaces, abstract classes, events and enums create a standard that help enforce the write once, run anywhere credo.
This will make code more portable and readable.
Main Area: https://sourceforge.net/p/armature/discussion/
3A-TRE evaluates traditionally logical expressions under 3 assumptions
...In this case, the dependent test modules are always assumed to be true when their results are not available. We call this a stub assumption (SA).
3A-TRE example:
echo "CWA: (T and U)" | java -jar PTRE.jar
Result: F
3A-PTRE example: (P means possible results)
echo "OWA: (T,U and U,F)" | java -jar PTRE.jar
Result: U,F