No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start 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.
This project is Java 1.5 port of the JArgs Project (http://jargs.sourceforge.net) with minor changes like validation and the annotation-based configuration for command-line options.
ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.
XML Schema tools and Maven plugins: WSDL Merger, XML Comparator (SAX & DOM), Namespace normalizer
Note - the project has moved to github!
https://github.com/rustyx/xsdutils
Manages Java application/tool options. Options are mapped to Java Bean properties using annotations. Options can be loaded from commandline arg String[] array, an XML file, or a java properties file. Help texts can be generated.
A pure java DNS client implementation. Consists of a library and utilities for looking up the Internet domain names. The utilities are also able to fetch an entire domain zone and save it in the standard DNS zone file format.
The Zabbix trap (zabtrap) client library allows you to send traps to a zabbix trap item configured on a zabbix server from your Java applications. For a full JMX Zabbix bridge (zabbix agent), check out http://www.kjkoster.org/zapcat/
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Java Forker aims at providing a solution to the memory consumption of java Runtime.exec method under linux for really big vm like application servers.
It is a small vm that will do the fork and communicate back the two outputs from the exec command.
A Java library that provides accelerated downloads of HTTP/HTTPS URIs via the GET and POST methods. Works similar to download managers as requests are made in parallel and chunked for speed.
Easy Args java commandline processing API is designed using annotations and reflection to greatly simplify the tasks involved in argument processing, including required argument detection, automatic type conversion, and the generation of usage help.
SBAL is a commandline tool to launch spring batch. It provides advanced features like displaying the batch version, running resources validations, configuring logging ... It also defines a standard directory structure for deployments
NeuralJ is a free, open-source neural network library for Java applications. It is the purpose of this project to make the easiest, most flexible and reliable, neural network platform available.
Send commands from the command-line to your running application.
Moved to GitHub https://github.com/fedups
ExCon is a small Java class (a runnable Jar file, “sender”) that you run whenever you need to send a command to your application. Your application needs to include the ExCon “receiver”. The receiver accepts the commands from the ExCon sender and processes them. Since the receiver runs within you application it can access all of your application’s classes and resources.