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 has the aim to develop an editor for the module descriptor files of the popular hivemind framework. The editor help write the contributions to configuration points, by gathering all module descriptos to parse all schemata.
JBooleanExpression is a simple Java API to evaluate a Boolean String Expression like "!true&&false||true" (parse a Boolean String Expression to a boolean primitive type)
Configutron is a generic XML based application configuration module. It provides the application developer to define and load XML based app configurations without having to write a single line of Java code to parse and read the configuration file.
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.
JSEL (Java Source Engineering Library) is a library to manipulate with Java Source files. You can parse/navigate compilation units of other language elements or construct/modify them using JSEL classes.
The Hg Library is a Java class library for generation and processing of HTML, intended for use in servers, or anywhere HTML is needed. It provides facilities to programmatically generate HTML, parse HTML, and use existing HTML as templates.
Visai Neri is an attempt to syntactically parse Natural Languages in general and Tamil in particular. To this end, we have developed an application using JavaCC to parse Venpa poetry after writing the grammar in BNF. Vision: complete Tamil grammar in
JargX is a library that provides an oject-oriented API to parse command line
parameters in Java applications. It was designed with two key goals: 1) to
require minimal client code; and 2) to encapsulate enforcement of command line usage rules.
Pamda is an MDA tool (UML to code generator). It uses UML API to parse XMI and thus, unlike some other MDA tools, is lenient to XMI extensions. Implemented as Ant task and uses Velocity template engine. Tested with XMI produced by Enterprise Architect.
Chaperon is a LALR(1) parser, which parse structured text documents and
generate XML documents as output. It includes a parser generator like yacc
and a regex scaner like lex. As input use Chaperon a grammar written in XML.
Ripsaw is a desktop application that allows you to create, edit, group and de/activate a regular expressions and then use them to parse input from a file or pasted in source. Ripsaw is built in Java and uses SWT for fast responsive forms.
Java API to process or parse HTML documents.
If your Java application needs or would like to be able to process some text in HTML format, you'd probably find this API interesting.
The Personal Data Interchange (PDI) standard was initially developed by Versit for the communication of data including the popular vCard and vCalendar types.
This Java package allows a programmer to take an InputStream and parse its PDI data.
DISCONTINUED!
StoffelLOC is a tiny tool to count Lines of Code. It can parse a single file or whole structures and it can be used to count more than just .java files. I started it because needed it to count the lines in Java Serverpages.
At the moment
XMLStruct is a code generation tool that produces Java classes to parse XML based on a schema description such as XMLSchema and a set of attached actions.
The Microsoft Bytecode Engineering Library is a library written completely in Java that allows the user to parse, create, edit, and rewrite .NET assemblies. The code originally came from the University of Arizona. http://www.cs.arizona.edu/projects/mbel/