Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Main purpose of this project is to create an Eclipse editor for specifying OCL contracts. The OCL language is used to specify pre-, post-conditions and invariants. The project also contains a parser to check the syntactical and semantical correctness.
The HSQLDB Plug-in embebs a HSQLDB pure-java database server into the Eclipse workbench for use as a data repository for Java applications developed using the IDE or for extending HSQLDB itself
A small Java utility used with AspectJ which allows any checked exception to be re-thrown as an unchecked RuntimeException. This allows aspects to generically throw any checked exception without the compiler complaining. BCEL is used to accomplish this.
This Java library (currently 217 classes) is able to handle quantities in terms of basic arithmetics, conversion to similar units, serialization. As framework it allows to create new dimensions and units by inheritance.
"More for C++" is a class library that provides some features usually not common for C++, including a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes.
EclipseEJB is a series of plugins for Eclipse to facilitate the
management of an OpenEJB installation from within the Eclipse IDE. Feature plans include the ability to completely configure OpenEJB from a series of configuration file editors, and the abi
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.
Alpaca is a programmable rich-text editor for authors using Mac OS X. It is built on, and programmable in, Common Lisp, and has a complete Common Lisp programming environment built into it.
The JTools project contains small java functionalities which will make the live of a developer easier. For each functionality there will be a source release and a jar release.
EasyLayout is flexible and easy to use grid based LayoutManager. EasyLayout is designed for making form design easier and quicker without need of fancy drag and drop form painters.
short: Import a web service into your Eclipse project. long: This project provides an eclipse import wizard which generates the java client stubs to invoke a Web Service. (Add Web Reference)
A tool to automate the testing of JavaBeans. Eliminate the error-prone tedium of writing tests for JavaBean accessor/mutator pairs by letting these classes do it for you. They are simple to use in any Java environment.
dbExpress Plus is an extension of the dbExpress component suite shipped with Borland products (Delphi, Kylix, and C++ Builder). The "Plus" suite includes: TSQLConnectionPlus, TSQLScript, TSQLMetaData, TSQLDataPump, TSQLMultiDbQuery, and others.
Wafer is a research project which compares numerous open source web application frameworks and provides a common example application implemented in each framework.
The purpose of this project is to provide you with a set of Eclipse plug-ins that facilitates the writing and deployment of JSR-168 compliant portlets on the Pluto Reference Implementation.
Mdef - MetaProgramming Language
Mdef lets you write code that writes code. N-th order programming. It lets your take your productivity to the next level. Never write the same code again.
AGNES is a framework for synchronisation of arbitrary XML-Data. AGNES provides a server to store all data in one common place, which can be accessed via SOAP and a Java client library for synchronisation for use in Clients.
A framework for tools for code clone (i.e. duplicated code) detection and removal for Eclipse Platform. It provides tight integration into Eclipse, enabling incremental adaptation of clone data and enables use of various clone detection algorithms.
dosbat is a major mode for editing DOS batch files in Emacs. dosbat
performs syntax highlighting and will add features common to other Emacs
modes such as comment region, code templates, or other things people
find useful.
The DataBean package is a java library providing functionalities of mapping a database table to a Java class (databean). The instances of the databean classes can perform common database operations without using much of the ugly SQL.