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

Download JAR files tagged by useful with all dependencies

Search JAR files by class name

cp-elements from group org.codeprimate (version 2.0.0-M1)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development.

Group: org.codeprimate Artifact: cp-elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact cp-elements
Group org.codeprimate
Version 2.0.0-M1
Last update 24. May 2023
Organization Codeprimate, LLC
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

MathParser.org-mXparser from group org.mariuszgromada.math (version 5.2.1)

mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you find the software useful donation or purchase is something you might consider: https://mathparser.org/donate/ *** Online store: https://payhip.com/INFIMA *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: https://scalarmath.org/ *** MathSpace.pl: https://mathspace.pl/ ***

Group: org.mariuszgromada.math Artifact: MathParser.org-mXparser
Show all versions Show documentation Show source 
 

209 downloads
Artifact MathParser.org-mXparser
Group org.mariuszgromada.math
Version 5.2.1
Last update 07. February 2023
Organization MathParser.org
URL https://mathparser.org/
License DUAL LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

logman-lib from group com.raelity.logman (version 2.3.1)

Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; can interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to an application's default/startup logging can be saved and automatically applied at startup. LogMan "single" library package for use in swing apps. The jar can be executed, "java -jar xxx", for a demo of the library. See com.raelity.logman.demo.Main for an example of adding the library to a swing app.

Group: com.raelity.logman Artifact: logman-lib
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-lib
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-lib
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, logman-demo, simplevalidation-standalone, org-netbeans-swing-outline,
There are maybe transitive dependencies!

gene-mapper-experimental-base from group de.julielab (version 1.0.0)

This project has a lot of business classes to work with genes and related named entities. Genes are part of a GeneDocument and may have gold IDs as well as mapped/predicted IDs. Another large part are species because most (all?) gene ID databases are species specific. So there are also classes or members to represent species mentions and the assignment of species IDs (taxonomy IDs) to genes. There is little to no business logic herein. This project is only useful as building block in other projects dealing with species assignment, gene ID mapping or similar efforts.

Group: de.julielab Artifact: gene-mapper-experimental-base
Show documentation Show source 
 

0 downloads
Artifact gene-mapper-experimental-base
Group de.julielab
Version 1.0.0
Last update 03. December 2022
Organization JULIE Lab Jena, Germany
URL Not specified
License BSD-2-Clause
Dependencies amount 21
Dependencies commons-lang3, commons-text, julielab-java-utilities, slf4j-api, lucene-analyzers-common, guava, julielab-ranklib-mallet, jcore-mallet-2.0.9, libsvm, spark-core, guice, julie-xml-tools, julielab-entity-evaluator, ehcache, cache-api, annotations, commons-codec, commons-io, junit-jupiter-engine, assertj-core, com.wcohen.secondstring,
There are maybe transitive dependencies!

jdraw from group uk.co.bithatch (version 1.0)

A very simple, no-dependencies drawing API providing some primitive operations including lines, rectangles, circles, ellipses, arcs. It doesn't actually draw TO anything, you must provide your own implementation of Backing to actually paint the pixels. This project is intended for use with Snake, my project for Razer devices on Linux, but is made available in case others may find it useful. It doesn't have anything fancy like anti-alias, transformations or even line widths, contributions welcome though!

Group: uk.co.bithatch Artifact: jdraw
Show documentation Show source 
 

0 downloads
Artifact jdraw
Group uk.co.bithatch
Version 1.0
Last update 12. December 2020
Organization not specified
URL https://github.com/bithatch/jdraw
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bw-core from group com.github.burningwave (version 1.7.6)

Burningwave core is an advanced, free and open source Java library that contains THE MOST POWERFUL CLASSPATH SCANNER for criteria based classes search. It’s possible to search classes by every criteria that your immagination can made by using lambda expressions. Burningwave core scan engine is highly optimized using direct allocated ByteBuffers to avoid heap saturation; searches are executed in multithreading context and are not affected by “the issue of the same class loaded by different classloaders” (normally if you try to execute "isAssignableFrom" method on a same class loaded from different classloader it return false). This library is useful also for creating classes during runtime, facilitate the use of reflection and much more...

Group: com.github.burningwave Artifact: bw-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact bw-core
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/bw-core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!

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

Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .

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

1 downloads
Artifact supervisedAttributeScaling
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 30. October 2018
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/supervisedAttributeScaling
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

classificationViaClustering from group nz.ac.waikato.cms.weka (version 1.0.7)

A simple meta-classifier that uses a clusterer for classification. For cluster algorithms that use a fixed number of clusterers, like SimpleKMeans, the user has to make sure that the number of clusters to generate are the same as the number of class labels in the dataset in order to obtain a useful model. Note: at prediction time, a missing value is returned if no cluster is found for the instance. The code is based on the 'clusters to classes' functionality of the weka.clusterers.ClusterEvaluation class by Mark Hall.

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

2 downloads
Artifact classificationViaClustering
Group nz.ac.waikato.cms.weka
Version 1.0.7
Last update 26. November 2017
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/classificationViaClustering
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)

The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact crypto4j-parent
Group org.beiter.michael.crypto4j
Version 1.0
Last update 23. January 2017
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/crypto4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Diversity from group com.github.sergejzr.lib (version 0.0.1)

We propose two efficient algorithms for exploring topic diversity in large document corpora such as user generated content on the social web, bibliographic data, or other web repositories. Analyzing diversity is useful for obtaining insights into knowledge evolution, trends, periodicities, and topic heterogeneity of such collections. Calculating diversity statistics requires averaging over the similarity of all object pairs, which, for large corpora, is prohibitive from a computational point of view. Our proposed algorithms overcome the quadratic complexity of the average pair-wise similarity computation, and allow for constant time (depending on dataset properties) or linear time approximation with probabilistic guarantees.

Group: com.github.sergejzr.lib Artifact: Diversity
Show documentation Show source 
 

1 downloads
Artifact Diversity
Group com.github.sergejzr.lib
Version 0.0.1
Last update 09. September 2016
Organization not specified
URL http://dl.acm.org/citation.cfm?id=2398445
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 252 from 256 (items total 2553)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy