Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.
Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
Try AppSignal Free
Train ML Models With SQL You Already Know
BigQuery turns your data warehouse into an AI platform. No new languages required.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
SimpleNet is a small Java network library that should aid in writing fast and lightweight network protocols without having to fuzzle around too much with protocol decisions. It mainly aides in message dispatching and abstraction.
Java library offering theory of sets/set theory functionality (complement, intersection, symetric difference, union, cartesian product and powerset). There's also an ant task/ant tasks included that provides the library's functionality
Similar to StringTokenizer already in the Java standard library, but capable of discerning different types of data as tokens (e.g. "a=1" will yield 3 tokens) as it doesn't rely on whitespaces or some single delimiter (as StringTokenizer does).
Des3Per it's an easy to use java library that performs access to personalized file formats. The library is an API that can access for read only to any file format. The developer makes your model of file schema and after, access it via API in java.
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.
Java HTML/XML Compressor is a very small, fast and easy to use library that compresses given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure.
This project is a Java Tag Project that will help you to mask the data into view layer, with tags that we usually need, and usually have problem to find and/or use. Another goal is to make the webdesigner work easier, faster and finally better.
Jarrunner is a java library to execute external java programs (jar) inside the running JVM (instead of forking a separate one). Additional features are an isolated mode to prevent class loading conflicts and the interception of all System#exit() calls.
Java library for constructing embedded parsers. A parser is constructed by Java objects. A fluent interface API helps to define the grammar in an EBNF-like style. No Java source code will be generated. ParCinJ is suitable domain specific languages (DSL).
Java does not provide object properties concept. Tag4J is similar to object properties, but not exact, it is different in many aspects.
Tag4J basically provides standard way to add / remove tags [Key-Value pairs] .
The Amethyst Network Library is a Java-based network library developed specifically for the Java platform. This library can be used within any Java application to streamline and abstract the I/O of Java Sockets.
Use of annotations to specify constraints on methods. There are annotations available to perform common checks (i.e. a parameter has to be not null, an int value has to be positive, etc.) and to use a full-flavoured design by contract in java with suppor
Easy Args java command line 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.
VT-Layer is a Java library for discrete-event simulation modeling. VT-Layer allows you to create, visualize, and analyze high-performance discrete-event simulations.
SBAL is a command line 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