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

Download JAR files tagged by paired with all dependencies

Search JAR files by class name

px-vis-paired-bar from group org.webjars.bowergithub.predixdesignsystem (version 1.0.0)

WebJar for px-vis-paired-bar

Group: org.webjars.bowergithub.predixdesignsystem Artifact: px-vis-paired-bar
Show documentation Show source 
 

0 downloads
Artifact px-vis-paired-bar
Group org.webjars.bowergithub.predixdesignsystem
Version 1.0.0
Last update 19. April 2018
Organization not specified
URL http://webjars.org
License BSD 3-Clause
Dependencies amount 3
Dependencies polymer, px-vis, px-tooltip,
There are maybe transitive dependencies!

chai from group org.jszip.redist (version 1.6.1)

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

Group: org.jszip.redist Artifact: chai
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chai
Group org.jszip.redist
Version 1.6.1
Last update 10. June 2013
Organization not specified
URL http://jszip.org/redist/chai
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-boot-keepassxc-property-agent from group au.net.causal.spring-boot-keepassxc-property-agent (version 1.1)

A Java agent that can be used on Spring Boot applications to add additional configuration properties from a paired running instance of KeepassXC.

Group: au.net.causal.spring-boot-keepassxc-property-agent Artifact: spring-boot-keepassxc-property-agent
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-boot-keepassxc-property-agent
Group au.net.causal.spring-boot-keepassxc-property-agent
Version 1.1
Last update 21. May 2024
Organization not specified
URL https://github.com/causalnet/spring-boot-keepassxc-property-agent
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

humble-video-noarch from group io.humble (version 0.3.0)

This is the main Humble Video Java library. It contains no native code, but all Java runtime code. It must be paired up with the correct humble-video-arch-*.jar library for your OS. For most users, depending on humble-video-all will work better.

Group: io.humble Artifact: humble-video-noarch
Show all versions Show documentation Show source 
 

54 downloads
Artifact humble-video-noarch
Group io.humble
Version 0.3.0
Last update 19. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

qpair-apis from group com.lge.developer (version 2.0.0)

The LG QPair SDK provides open APIs to developers so that their applications can use QPair features. Using these APIs, developers can create applications that communicate with android components installed on the paired device. In addition, it is possible to send data to the paired device.

Group: com.lge.developer Artifact: qpair-apis
Show all versions Show documentation Show source 
 

0 downloads
Artifact qpair-apis
Group com.lge.developer
Version 2.0.0
Last update 05. May 2015
Organization not specified
URL http://developer.lge.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wear-os-sensors from group io.github.geotecinit (version 1.2.1)

The WearOS Sensors library is an Android library that allows to collect data from the sensors of an Android WearOS Smartwatch. Concretely, it can collect samples from the IMU sensors (i.e., accelerometer and gyroscope), the magnetometer, the heart rate, and the GPS (if they are present in the device). The collected data is sent to a paired smartphone. It also allow to communicate with the smartphone by sending messages.

Group: io.github.geotecinit Artifact: wear-os-sensors
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wear-os-sensors
Group io.github.geotecinit
Version 1.2.1
Last update 06. February 2024
Organization not specified
URL https://github.com/GeoTecINIT/WearOSSensors
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies background-sensors,
There are maybe transitive dependencies!

raceSearch from group nz.ac.waikato.cms.weka (version 1.0.2)

Races the cross validation error of competing attribute subsets. Use in conjuction with a ClassifierSubsetEval. RaceSearch has four modes: forward selection races all single attribute additions to a base set (initially no attributes), selects the winner to become the new base set and then iterates until there is no improvement over the base set. Backward elimination is similar but the initial base set has all attributes included and races all single attribute deletions. Schemata search is a bit different. Each iteration a series of races are run in parallel. Each race in a set determines whether a particular attribute should be included or not---ie the race is between the attribute being "in" or "out". The other attributes for this race are included or excluded randomly at each point in the evaluation. As soon as one race has a clear winner (ie it has been decided whether a particular attribute should be inor not) then the next set of races begins, using the result of the winning race from the previous iteration as new base set. Rank race first ranks the attributes using an attribute evaluator and then races the ranking. The race includes no attributes, the top ranked attribute, the top two attributes, the top three attributes, etc. It is also possible to generate a raked list of attributes through the forward racing process. If generateRanking is set to true then a complete forward race will be run---that is, racing continues until all attributes have been selected. The order that they are added in determines a complete ranking of all the attributes. Racing uses paired and unpaired t-tests on cross-validation errors of competing subsets. When there is a significant difference between the means of the errors of two competing subsets then the poorer of the two can be eliminated from the race. Similarly, if there is no significant difference between the mean errors of two competing subsets and they are within some threshold of each other, then one can be eliminated from the race.

Group: nz.ac.waikato.cms.weka Artifact: raceSearch
Show all versions Show documentation Show source 
 

0 downloads
Artifact raceSearch
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/raceSearch
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, classifierBasedAttributeSelection,
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 1 from 1 (items total 8)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy