Download JAR files tagged by derived with all dependencies
JTransforms from group edu.emory.mathcs (version 2.4)
JTransforms is the first, open source, multithreaded FFT library written
in pure Java. Currently, four types of transforms are available:
Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT),
Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT).
The code is derived from General Purpose FFT Package written by
Takuya Ooura and from Java FFTPack written by Baoshe Zhang.
Artifact JTransforms
Group edu.emory.mathcs
Version 2.4
Last update 19. May 2012
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group edu.emory.mathcs
Version 2.4
Last update 19. May 2012
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jid3lib from group net.sf.javamusictag (version 0.5.4)
This library reads song information, such as song title, artist, and album, from an MP3 file. It supports ID3v1, ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4 tags. MP3 Frame Headers can also be read. There is a FilenameTag, a ID3v2.4 tag that is intelligently derived from the file name. It contains tag synchronization utilities, multiple save options, and easy tag conversion methods.
Artifact jid3lib
Group net.sf.javamusictag
Version 0.5.4
Last update 19. May 2009
Organization Eric Farng
URL http://javamusictag.sourceforge.net/
License LPGL
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.javamusictag
Version 0.5.4
Last update 19. May 2009
Organization Eric Farng
URL http://javamusictag.sourceforge.net/
License LPGL
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ratchet-android from group com.virgilsecurity (version 0.1.4)
Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes:
- **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service);
- **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.
Group: com.virgilsecurity Artifact: ratchet-android
Show all versions Show documentation
Show all versions Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ratchet-android
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!
ratchet from group com.virgilsecurity (version 0.1.4)
Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes:
- **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service);
- **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.
0 downloads
Artifact ratchet
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!
JTransforms from group org.openimaj (version 1.3.10)
JTransforms is the first, open source, multithreaded FFT library written
in pure Java. Currently, four types of transforms are available:
Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT),
Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT).
The code is derived from General Purpose FFT Package written by
Takuya Ooura and from Java FFTPack written by Baoshe Zhang. This
version has been modified to daemonize threads and stop any application
using the library waiting after execution has finished, and is based on
revision 29 of the svn version of the code from 2014-05-18.
12 downloads
Artifact JTransforms
Group org.openimaj
Version 1.3.10
Last update 09. February 2020
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.openimaj
Version 1.3.10
Last update 09. February 2020
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
timeseriesForecasting from group nz.ac.waikato.cms.weka (version 1.1.27)
Provides a time series forecasting environment for Weka. Includes a wrapper for Weka regression schemes that automates the process of creating lagged variables and date-derived periodic variables and provides the ability to do closed-loop forecasting. New evaluation routines are provided by a special evaluation module and graphing of predictions/forecasts are provided via the JFreeChart library. Includes both command-line and GUI user interfaces. Sample time series data can be found in ${WEKA_HOME}/packages/timeseriesForecasting/sample-data.
Group: nz.ac.waikato.cms.weka Artifact: timeseriesForecasting
Show all versions Show documentation Show source
Show all versions Show documentation Show source
118 downloads
Artifact timeseriesForecasting
Group nz.ac.waikato.cms.weka
Version 1.1.27
Last update 24. October 2019
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/timeseriesForecasting
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-dev, jfreechart, commons-codec,
There are maybe transitive dependencies!
Group nz.ac.waikato.cms.weka
Version 1.1.27
Last update 24. October 2019
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/timeseriesForecasting
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-dev, jfreechart, commons-codec,
There are maybe transitive dependencies!
aipark-api from group de.aipark.api (version 30.06)
AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany
with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from
a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and
test the interface. Please send a request via email if you are a developer and require an API key.
We'll be in touch with you shortly. This application is provided via a demo backend environment.
Please note that API load tests do not reflect the performance of the productive system.
Mail: [email protected]
0 downloads
Artifact aipark-api
Group de.aipark.api
Version 30.06
Last update 14. March 2019
Organization not specified
URL http://developer.aipark.de/
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies okhttp, converter-jackson, adapter-rxjava, retrofit, jts-core, jackson-databind, jackson-datatype-jts, springfox-swagger2,
There are maybe transitive dependencies!
Group de.aipark.api
Version 30.06
Last update 14. March 2019
Organization not specified
URL http://developer.aipark.de/
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies okhttp, converter-jackson, adapter-rxjava, retrofit, jts-core, jackson-databind, jackson-datatype-jts, springfox-swagger2,
There are maybe transitive dependencies!
aiparkandroidsdk from group de.aipark.android.sdk (version 3001)
AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and test the interface. Please send a request via email if you are a developer and require an API key. We'll be in touch with you shortly. This application is provided via a demo backend environment. Please note that API load tests do not reflect the performance of the productive system. Mail: [email protected]
Group: de.aipark.android.sdk Artifact: aiparkandroidsdk
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact aiparkandroidsdk
Group de.aipark.android.sdk
Version 3001
Last update 02. March 2019
Organization not specified
URL https://github.com/AIPARK-Open-Source/AiparkAndroidSDK
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies appcompat-v7, play-services-maps, play-services-location, google-maps-services, aipark-api, rxandroid,
There are maybe transitive dependencies!
Group de.aipark.android.sdk
Version 3001
Last update 02. March 2019
Organization not specified
URL https://github.com/AIPARK-Open-Source/AiparkAndroidSDK
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies appcompat-v7, play-services-maps, play-services-location, google-maps-services, aipark-api, rxandroid,
There are maybe transitive dependencies!
iserve-integrated-engine from group uk.ac.open.kmi.iserve (version 2.1.1)
iServe Integrated Engine provides a complete an integrated local version of iServe to be
used within Java Applications.
This module provides integrated programmatic access for the deployment and interaction with
iServe engines.
iServe is what we refer to as service warehouse which unifies service
publication, analysis, and discovery through the use of lightweight semantics
as well as advanced discovery and analytic capabilities. iServe provides the
typical features of service registries and additional functionality that
exploits service descriptions, service annotations and further data gathered and
derived from the analysis of these descriptions, data crawled from the Web,
periodic monitoring and user activities.
Group: uk.ac.open.kmi.iserve Artifact: iserve-integrated-engine
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact iserve-integrated-engine
Group uk.ac.open.kmi.iserve
Version 2.1.1
Last update 18. February 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies msm4j-io, msm4j-vocabulary, msm4j-hrests-transformer, msm4j-sawsdl-transformer, msm4j-owls-transformer, msm4j-wsc-transformer, guice, guice-assistedinject, iserve-sal-core, iserve-discovery-api, iserve-semantic-discovery,
There are maybe transitive dependencies!
Group uk.ac.open.kmi.iserve
Version 2.1.1
Last update 18. February 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies msm4j-io, msm4j-vocabulary, msm4j-hrests-transformer, msm4j-sawsdl-transformer, msm4j-owls-transformer, msm4j-wsc-transformer, guice, guice-assistedinject, iserve-sal-core, iserve-discovery-api, iserve-semantic-discovery,
There are maybe transitive dependencies!
iserve-parent from group uk.ac.open.kmi.iserve (version 2.1.1)
Group: uk.ac.open.kmi.iserve Artifact: iserve-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Page 52 from 52 (items total 520)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy