All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by exponential with all dependencies

Search JAR files by class name

exponential-backoff from group me.ccampo (version 1.1.3)

A small library to retry arbitrary tasks with exponential backoff (with jitter).

Group: me.ccampo Artifact: exponential-backoff
Show all versions Show documentation Show source 
 

1 downloads
Artifact exponential-backoff
Group me.ccampo
Version 1.1.3
Last update 13. December 2016
Organization not specified
URL https://github.com/ccampo133/exponential-backoff
License The MIT License (MIT)
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

google-cloud-messaging-api-wrapper from group io.sprucehill (version 0.3.0)

GCM API wrapper for Java which includes exponential back-off implementation in case of temporary call failures

Group: io.sprucehill Artifact: google-cloud-messaging-api-wrapper
Show documentation Show source 
 

8 downloads
Artifact google-cloud-messaging-api-wrapper
Group io.sprucehill
Version 0.3.0
Last update 09. April 2014
Organization SpruceHill.io GmbH
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, httpclient, jackson-databind,
There are maybe transitive dependencies!

sqs-streams from group com.github.cimpress-mcp (version 0.8.60-1fa74c5)

A reactive interface for consuming AWS SQS messages using rxJava, with a high-level component for queueing data to be processed by a user-supplied function with retries and exponential backoff.

Group: com.github.cimpress-mcp Artifact: sqs-streams
Show all versions Show documentation Show source 
 

0 downloads
Artifact sqs-streams
Group com.github.cimpress-mcp
Version 0.8.60-1fa74c5
Last update 14. January 2019
Organization not specified
URL https://github.com/Cimpress-MCP/sqs-streams
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, rxjava, aws-java-sdk-sqs, logstash-logback-encoder,
There are maybe transitive dependencies!

today-retry from group cn.taketoday (version 4.0.0-Draft.6)

This project provides an abstraction around retrying failed operations, with anemphasis on declarative control of the process and policy-based behaviour that iseasy to extend and customize. For instance, you can configure a plain POJOoperation to retry if it fails, based on the type of exception, and with a fixedor exponential backoff.

Group: cn.taketoday Artifact: today-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact today-retry
Group cn.taketoday
Version 4.0.0-Draft.6
Last update 19. March 2024
Organization TODAY Tech
URL https://github.com/TAKETODAY/today-infrastructure
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies today-core, today-context,
There are maybe transitive dependencies!

spring-retry from group org.springframework.retry (version 2.0.9)

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Group: org.springframework.retry Artifact: spring-retry
Show all versions Show documentation Show source 
 

180 downloads
Artifact spring-retry
Group org.springframework.retry
Version 2.0.9
Last update 13. September 2024
Organization SpringSource
URL https://www.springsource.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dhelm-indicators from group in.kncsolutions.dhelm.indicators (version 1.0.1)

Dhelm is a set of java-based open source libraries which can be used to develop software to perform technical analysis in stock market. The dhelm-indicator package includes APIs to calculate few common indicators. APIs for following indicators have been packaged into the v 1.0.0- 1. Simple Moving Average(SMA). 2. Exponential Moving Average(EMA). 3. Moving Average Convergence Divergence(MACD). 4. On Balance Volume(OBV). 5. Parabolic Stop and Reverse(PSAR). 6. Relative Strength Index(RSI). 7. Average Directional Index(ADX). 8. Bollinger Bands 9. Chaikin Money flow index. 10.Rate of Change(ROC). 11.Money Flow Index(MFI).

Group: in.kncsolutions.dhelm.indicators Artifact: dhelm-indicators
Show all versions Show documentation Show source 
 

1 downloads
Artifact dhelm-indicators
Group in.kncsolutions.dhelm.indicators
Version 1.0.1
Last update 26. June 2018
Organization KNC Solutions Private Limited.
URL https://dhelm.kncsolutions.in
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies dhelm-exceptions, dhelm-mathcal,
There are maybe transitive dependencies!

statistics from group de.xypron.statistics (version 1.0.9)

Xypron Statistics is a Java library which was developped with supply chain simulation in mind. The normal, the exponential and the gamma distribution have been included. Methods to calculate fill rate and order rate service levels as well as safety factors are provided. The Mersenne Twister algorithm is used to provide high quality random number generation. Some functions for the gamma distribution where adopted from http://www.ssfnet.org/download/ssfnet_raceway-2.0.tar.gz. For these the following applies: Copyright 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty.

Group: de.xypron.statistics Artifact: statistics
Show all versions Show documentation Show source 
 

0 downloads
Artifact statistics
Group de.xypron.statistics
Version 1.0.9
Last update 22. February 2014
Organization not specified
URL http://www.xypron.de/projects/statistics/
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

minitest from group rubygems (version 5.4.1)

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.

Group: rubygems Artifact: minitest
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact minitest
Group rubygems
Version 5.4.1
Last update 28. March 2015
Organization not specified
URL https://github.com/seattlerb/minitest
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2 from 2 (items total 18)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy