KeY

tocker-core

com.github.tddmonkey : tocker-core

Tocker is there to help you using Docker in a development environment during automated tests

Last Version: 0.0.22

Release Date:

Last Version: 2.10.0

Release Date:

LBFGS

com.github.thssmonkey : LBFGS

Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.

Last Version: 1.0.4

Release Date:

Bento Common API

io.github.key-del-jeeinho : bento-common-api

Component that collects the global public interfaces in the Bento library.

Last Version: 1.0.0-rc1

Release Date:

Messa Library

io.github.key-del-jeeinho : messa-spring-boot-autoconfigure-rabbitmq

light version of bento-iplease's spring autoconfigure

Last Version: 2.1.0-RELEASE

Release Date:

Last Version: 0.6

Release Date:

jkeymaster-dbus

com.github.tulskiy : jkeymaster-dbus

Cross-platform Java provider for global hotkeys

Last Version: 1.3

Release Date:

jkeymaster

com.github.tulskiy : jkeymaster-parent

Cross-platform Java provider for global hotkeys

Last Version: 1.3

Release Date:

safeAPIKeyStore

com.github.vatbub : safeAPIKeyStore

A (somewhat) secure approach to storing api keys in open source projects

Last Version: 1.1

Release Date:

safeAPIKeyStore.client

com.github.vatbub : safeAPIKeyStore.client

A (somewhat) secure approach to storing api keys in open source projects

Last Version: 1.1

Release Date:

safeAPIKeyStore.server

com.github.vatbub : safeAPIKeyStore.server

A (somewhat) secure approach to storing api keys in open source projects

Last Version: 1.1

Release Date:

Last Version: 2022.1.1

Release Date:

Keycloak Radius Server

com.github.vzakharchenko : keycloak-plugins

Extension for keycloak for working as Radius Server

Last Version: 1.4.6

Release Date:

API Key Service

io.service84.openapi : apikey-service

A service for managing api keys

Last Version: 0.5.0

Release Date:

API Key Service

io.service84.services : apikey-service

A service for managing api keys

Last Version: 0.5.0

Release Date:

RsaApiKeyValidator

io.toxicity : rsa-api-key-validator-watchosarm64

RSA API Key validator for Mobile Clients

Last Version: 2.0.3

Release Date:

Last Version: 1.5

Release Date:

Last Version: 7.17.0

Release Date:

Last Version: 7.17.0

Release Date:

Last Version: 7.17.0

Release Date:

Last Version: 0.3.0

Release Date:

Last Version: 1.1.1

Release Date:

Last Version: 1.0.0

Release Date:

I2

city.smartb.i2 : i2-spring-boot-starter-auth-keycloak

Identity and Authentication functions

Last Version: 0.8.3

Release Date:

Last Version: 1.17.0

Release Date:

PUI9 Keycloak parent

es.prodevelop : es.prodevelop.pui9.pui_keycloak

Parent POM for Keycloak support in PUI9

Last Version: 1.17.0

Release Date:

Last Version: 0.0.1

Release Date:

geokey

io.github.markrileybot : geokey

# geokey K Dimensional Z-Order curve utils. [![Build Status](https://travis-ci.org/markrileybot/geokey.svg?branch=master)](https://travis-ci.org/markrileybot/geokey) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/geokey/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/geokey?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey) ## Building ./gradlew build ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/geokey/ ## Using ### Use built in keys to make geohashes ```java import org.geokey.GeoKey; // Make a geo hash key String key = new GeoKey().setLatitude(48.669).setLongitude(-4.329).toString(); // "gbsuv7ztqzpts82uzfwq5e1bp" // parse a geo hash key GeoKey gk = new GeoKey("gbsuv7ztqzpts82uzfwq5e1bp"); ``` ### Make a special purpose K-Dimensional key ```java public class GeoTimeKey extends KDKey { private static final KDKeySpec spec = new KDKeySpec.Builder() .addDim(-180, 180, 1) .addDim(-90, 90, 1) .addDim(0, 1L << 62, 1) .setAlphabet(Alphabet.GEO_TIME_HASH) .build(); public GeoTimeKey() { super(spec); } public GeoTimeKey(String s) { super(spec, s); } public GeoTimeKey(byte[] s) { super(spec, s); } public GeoTimeKey setLatitude(double latitude) { set(1, latitude); return this; } public double getLatitude() { return super.get(1); } public GeoTimeKey setLongitude(double longitude) { set(0, longitude); return this; } public double getLongitude() { return super.get(0); } public GeoTimeKey setTime(long time) { set(2, time); return this; } public long getTime() { return (long) get(2); } } ```

Last Version: 0.1.0

Release Date:

st-ontoportal-connector

it.uniroma2.art.semanticturkey : st-ontoportal-connector

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)

Last Version: 11.1

Release Date:

Camel Quarkus :: Azure Key Vault

org.apache.camel.quarkus : camel-quarkus-azure-key-vault-parent

Autogenerated extensions not yet tested in the native mode

Last Version: 2.10.0

Release Date:

Last Version: 2.10.0

Release Date:

pay

io.github.wankey.mithril : pay

a rx stream library provider ability to pay money with popular tool in China

Last Version: 1.0.2

Release Date:

share

io.github.wankey.mithril : share

a rx stream library provider ability to share text、image、web to popular social media in China

Last Version: 1.1.1

Release Date:

Last Version: 0.1.0

Release Date:

HTTP Toolbox

io.github.whiskeysierra : http-toolbox

Collection of utility libraries for HTTP

Last Version: 0.1.0

Release Date:

Switchboard

io.github.whiskeysierra : switchboard

An in-process message router that helps to write simple, asynchronous, state-based and collaboration tests.

Last Version: 0.3.0

Release Date:

lixbox-keycloak

fr.lixbox.lixbox-security : lixbox-keycloak

Ce dépôt contient le code de la librairie lixbox-keycloak

Last Version: 11.1.2.7

Release Date:

Last Version: 0.1.0

Release Date:

cryptoapi

io.apikey : cryptoapi

Framework for working with CryptoAPI

Last Version: 0.4.15

Release Date:

Last Version: 1.9.2

Release Date: