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.
Create free account
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
JTemporal is a framework of components providing functionalities for time related applications.
Provides basic functionalities handling the most common temporal aspects (for example instant, period, temporal association).
GuiTAR stands for "General-purpose Tool for Anaphora Resolution".
It was developed in Java at Essex University.
(see http://dces.essex.ac.uk/research/nle/GuiTAR/)
An image transformation tool where arbitrary arithmetic transformations can be done pixel by pixel through user defined formulas written in java. Similar in concept to convolution matrices, but allowing any arbitrary expression to generate new values.
An abstraction on top of nio with security. It hides many nio bugs. It is a much easier api to use then the nio api. It also has threadpooling, and packetizing.
This library is a Java port from the libFooID audio fingerprinting library created by Gian-Carlo Pascutto. The fingerprint captures how the audio is perceived by an audience so it can e.g. be used in a database to retrieve metatags of a track.
This project aims to make open source tools for medical Studies of Diagnostic Accuracy, wich are neglected by most commom statistical tools.
Most tools will be based on the STARD.
JavaSSS (Safe Secure, SandBox) is an update for Suns jdk. This update makes java more secure using only a properties file. Settings include max storage, # of files, # of threads, library & native methods. Host control, limit socket speeds, & more.
DIET-PC (DIskless Embedded Technology Personal Computer) is a software kitset enabling IT professionals to build an open source GUI appliance based on commodity x86 (PC), PowerPC (Mac) or ARM (handheld) hardware, using an embedded Linux methodology.
The Duine Framework allows one to develop prediction engines for recommender systems. It contains a set of prediction techniques, a way to combine these techniques and a profile manager. The framework has a plug-in architecture, allowing customization.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
JSysmon is a Javalibrary providing access to system information like CPU or Memory usage on various platforms using native calls. It can be used to build cross-platform monitors in your applications.
A front end (middleware) system for interacting with the ADL-R (Advanced Distributed Learning - Repository) metadata repository. Web-based service keeps track of the state of your repository and allows you several ways to update the ADL-R via SOAP calls.
A small mock library that is extremely easy to learn with plenty of examples. Only has 5 classes for the api. See http://mocklib.sourceforge.net for good tutorials.
I really hate that braindead sqlplus and really love psql. Unfortunately I have to work with Oracle, so I wrote psql for Oracle. It's written in Java, and uses GNU readline library.
A collection of JSR-168 compatible portlets developed for Liferay which provide service integration and connectors to various software products used in academic environments.
This project implements a couple of screens that enable users to manage their medical bills for refunding by an insurance company.
Contractual (business) conditions are largely configurable, hence one or more contracts can be added and refunds analysed.
Opaqua is a small application that lets you tag your audio files based on the hierarchy of the folders containing them. You tell Opaqua which folder represents whih tag and the app will do the rest for you. Opaqua is written in pure Java (1.6).
NEXUSe2e client is an Eclipse RCP application that provides XML based messaging using e.g. ebXML to integrate business processes that span multiple companies. It enables small organizations to participate in supply chain integration scenarios.
Provides access to the Smack XMPP client library packet extensions via XMLBeans binding framework. Mapper converts XML Beans document objects to the Smack packet extensions and vice versa.
This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");