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
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Ever wanted to use a Wii Remote, pheraps a Multitouch surface or the Microsoft Kinect to control your application/game even if web based? If so, then MonoMIG (Multi Input Gateway) is what you are looking for!
Java library for access to Moodle's web services via the REST protocol
(09/11/2013) Development of this project has been resurrected and the current code may be downloaded from https://github.com/bantonia/MoodleRest
A compiled .jar will be available here once the code has been finalized.
(30/03/2012 A newer version (V0.1.5) to work with Moodle 2.2 has been uploaded.
Command-line program for processing Efficient XML Interchange (EXI)
...Command Line Examples:
Encode XML to EXI: java -jar ExiProcessor.jar -xml_in notebook.xml -exi_out notebook.exi
Decode EXI to XML file: java -jar ExiProcessor.jar -exi_in notebook.exi -xml_out notebook.decoded.xml
Decode EXI to XML on stdout: java -jar ExiProcessor.jar -exi_in notebook.exi
For Java developpers who need to request SOAP server... until SOAP is deprecated. This is a client Java API. It does not require neither perform any code generation. It fits within a single jar file. soap-dust is validated against real servers.
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.
Java library that implements the PESC College Transcript object and all dependent objects. It provides Marshalling and Unmarshalling from java objects to PESC XML files. To be used in an IDE such as eclipse for auto-completion of fields.
The latest version (support for PESC CollegeTranscript 1.6) has been moved to github:
https://github.com/jamhgit/pesc-transcript-jar
Itemizer is a small application that lets you define attribute sets for (C)RPG items, create item catalogs from these sets and edit the item data in the catalogs. Itemizer can also be used to manage character and other game entity data in (C)RPGs.
World of Warcraft Community Platform API for Java. this library wish to provide an easy to use wrapper to the World of Warcraft Community Platform API. forum about the API : http://us.battle.net/wow/en/forum/2626217/
This application converts the XML Polar file (from polarpersonaltrainer.com) to TCX Garmin file. All websites which register your trainers don't allow XML files from Polar. Tested with these models: RS300X, CS200
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Galleon is a home media server using TiVo's discontinued HME protocol. It only works on TiVo versions earlier than 20.7.2.
The project is not actively maintained. If you want to maintain it, contact the admins.
This package provides a library and applications for an JAVA
implementation of the "Message Bus for Local Coordination" (RFC 3259).
The included files consists of the necessary jar-files and the optionally
needed native libraries for gcj.
This project aims to be a WebService-like implementation of Mahjong, the rummy-like game. Its goal is to offer a web service to allow playing Mahjong over the Internet with any form of lightweight client. See Wiki unter Hosted Apps for more
"Spoted" is a location-based application for Android-phones.
It is created for collecting and sharing your favorite "Spots" according to a kind of sport like Skateboarding or Parkour. Have fun!
This small application monitors the active spells on your province and notifies you when a spell has expired. It is also useful for reminding yo to recast those offensive spells on enemy provinces. Needless to say, this application requires java.
JNBT is a Java NBT (Named Binary Tag) library. It provides easy to use NBTInputStream and NBTOutputStream classes to read and write NBT files. NBT is the level format used by the Minecraft game.
Helping you rifle through other people's packages.
The DBPF2 file format is used for most of the content in the Sims 3 engine. This project provides a Java-based API, and supporting GUI application, to unpack, browse, edit and repack these files.
FairLuck is an API to access an externalised RNG. We provide libraries to access fair random related services, although not strictly required to access the fundamental XML-RPC layer, they can be used easily for gaming applications developers to enable the fairluck feature.
Convert a "line string" from a .kml file to a "route" in another .kml file. I started this project to use google maps for routing at home and a very simple GPS-device for following the route while on the road.
Handhistory Converter for IPoker-network, Pokerstars and Everestpoker.
It converts the historys from Pokertracker into readable formats for forums, blogs and pokerhand.org.
It reads cashgames and tourneys.
The objective of this project is the advancement of Diplomacy in the electronic realm by producing an XML Diplomacy data standard and a suite of server and client tools to facilitate Diplomacy play over the internet.
Jseki is a collection of utilities related to the ancient board game Go (also known as Wei-Qi or Baduk). These utilities allow a player to review statistics and other information about the games they've played.
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");