One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
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.
This project holds a server side implementation of the Patient Identifier Cross-Reference (PIX) and Patient Demographic Query (PDQ) profiles specified by IHE (IHE.net). The actors implemented are PIX Manager and PDQ Supplier.
Tying together Zend Framework, PHP/Java Bridge, JTOpen, and Tomcat to provide a FOSS solution for i5 (IBM i, iSeries, AS/400) PHP developers struggling with the performance issues of the Integrated File System.
Manipulate CSV files in typed mode : your java classes. Declare your fields and associated converters for your own types, without loosing the control of handling data in native mode. Very easy to understand, bundled with test cases...
An eclipse plug-in for opening a selected file/folder in the file explorer/shell. Supported in both Windows (Tested in Windows XP - Eclipse 3.3.1) and Linux (Tested in FC8 - Eclipse Ganymede). Welcome to contribute to this project.
Access competitive interest rates on your digital assets.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
OWL2XMI is a java project to facilitate the creation of classes UML diagrams. It generates a XMI file from one ontology, this XMI file can be imported using UML tools such as: StarUML, ArgoUML, among others. There are available online version, Visit Proj
Water: a fast, secure, dynamic OO language and database. Water is an all-purpose language (and meta-language) that runs Web applications in the browser or server-side. Water is compatible with .NET, Java, and C on Windows, Linux and Mac OS X system.
Configuration managment utility enables a Java application to read and manage configuration data from a variety of sources: property files, XML, database, JNDI, Log4J. Web client provided. JMX enabled.
Eclipse Plug-In for deploying a project into one "fat" executable jar file containing all referenced libraries. References are taken from the project settings, so no manual configuration is necessary.
LET (LaTeX Editing Tools) is a set tools for editing LaTeX documents in the Eclipse workbench. It has a context sensitive parser for multi-file LaTeX documents which can be extended via the Eclipse extension point mechanism.
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.
Blitz is a generic tool whose purpose is to maintain and execute test cases of arbitrary complexity. Blitz can be used either as a command-line tool or as a full-featured graphical user interface.
MultiProperties or PropertiesDocument is the enhancement Properties class in Java. It extends the Properties file with element. The element is called as MultiProperty or PropertiesElement.
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.
HongaBongaFramework is a light weight front tier library for the J2EE Architecture.
You can configure the controller logic and bean management through the configuration file.
It comes with a basic set of tag library.
Automatic estimation of development effort, based on historic source code evolution.
Soft Size generates an HTML report of the evolution of the lines of codes of a project, by file and author, extracting the information from a Subversion repository
The goal of XP Studio is to create a complete software development environment in which it is easy to practice eXtreme Programming (XP) or other Agile software development methodologies.
Tepal was originally going to become an uber OO language, but during my tinkering I feel that it would be more appropriate for Tepal to become more of a meta language, allowing you to describe common development tasks in a simplified and common way.
Jief is an universal Java Import Export Framework. With Jief you will only need a couple lines of code to import data from a file (xml and csv supported out of the box). You can reuse the transformation code for your business objects.
Ant-Doxygen is an Ant task for doxygen, a document generating tool available at www.doxygen.org . Users can integrate doxygen related code with ant task file - build.xml .
This project is abandoned. JavaSettings is a java library that is used to load in memory an application configuration file. It loads automatically different types of configuration file.
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");