Download JAR files tagged by real with all dependencies
gwtupload-project from group com.googlecode.gwtupload (version 1.0.3)
GWTUpload is a library for uploading files to web servers,
showing a progress bar with real information about the process (file size, bytes transferred, etc).
It uses ajax requests to ask the web server for the upload progress.
It has two components written in java, the server side with servlet and utility classes,
and the client side that is compiled into javascript using gwt.
GWTUpload-gae is a library with aditional classes needed for using GwtUpload in Google Application Engine (GAE).
JSUpload is the client library but compiled and exported into javascript,
so users without Gwt skills can use it directly in their web pages.
It includes a bunch of useful examples to learn how to use the library and see its features.
Group: com.googlecode.gwtupload Artifact: gwtupload-project
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gwtupload-project
Group com.googlecode.gwtupload
Version 1.0.3
Last update 13. January 2015
Organization not specified
URL http://code.google.com/p/gwtupload/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-fileupload, commons-io,
There are maybe transitive dependencies!
Group com.googlecode.gwtupload
Version 1.0.3
Last update 13. January 2015
Organization not specified
URL http://code.google.com/p/gwtupload/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-fileupload, commons-io,
There are maybe transitive dependencies!
annotation from group com.groupdocs (version 1.3.0)
GroupDocs.Annotation lets you add notes to PDF and Word documents, as well as to image files – all directly from
a web browser. It is a convenient web-based tool that doesn’t require any software installation and allows you
and your colleagues to annotate documents online.
Moreover, with GroupDocs.Annotation, you can add your notes to a document and then send it for approval or
review, or share the document with others for online collaborative review in real-time. This way you get
feedback faster and can keep everyone’s notes and comments in a single file.
0 downloads
Artifact annotation
Group com.groupdocs
Version 1.3.0
Last update 09. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 4
Dependencies viewer, sqlite-jdbc, gson, atmosphere-runtime,
There are maybe transitive dependencies!
Group com.groupdocs
Version 1.3.0
Last update 09. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 4
Dependencies viewer, sqlite-jdbc, gson, atmosphere-runtime,
There are maybe transitive dependencies!
lazyBayesianRules from group nz.ac.waikato.cms.weka (version 1.0.2)
Lazy Bayesian Rules Classifier. The naive Bayesian classifier provides a simple and effective approach to classifier learning, but its attribute independence assumption is often violated in the real world. Lazy Bayesian Rules selectively relaxes the independence assumption, achieving lower error rates over a range of learning tasks. LBR defers processing to classification time, making it a highly efficient and accurate classification algorithm when small numbers of objects are to be classified. For more information, see: Zijian Zheng, G. Webb (2000). Lazy Learning of Bayesian Rules. Machine Learning. 4(1):53-84.
Group: nz.ac.waikato.cms.weka Artifact: lazyBayesianRules
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact lazyBayesianRules
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/lazyBayesianRules
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
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/lazyBayesianRules
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
fuzzyLaticeReasoning from group nz.ac.waikato.cms.weka (version 1.0.2)
The Fuzzy Lattice Reasoning Classifier uses the notion of Fuzzy Lattices for creating a Reasoning Environment. The current version can be used for classification using numeric predictors. For more information see: I. N. Athanasiadis, V. G. Kaburlasos, P. A. Mitkas, V. Petridis: Applying Machine Learning Techniques on Air Quality Data for Real-Time Decision Support. In: 1st Intl. NAISO Symposium on Information Technologies in Environmental Engineering (ITEE-2003), Gdansk, Poland, 2003; V. G. Kaburlasos, I. N. Athanasiadis, P. A. Mitkas, V. Petridis (2003). Fuzzy Lattice Reasoning (FLR) Classifier and its Application on Improved Estimation of Ambient Ozone Concentration.
Group: nz.ac.waikato.cms.weka Artifact: fuzzyLaticeReasoning
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact fuzzyLaticeReasoning
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/fuzzyLaticeReasoning
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
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/fuzzyLaticeReasoning
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
rupy from group com.google.code.p (version 0.2.4)
Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.
Artifact rupy
Group com.google.code.p
Version 0.2.4
Last update 27. September 2008
Organization not specified
URL http://code.google.com/p/rupy/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.google.code.p
Version 0.2.4
Last update 27. September 2008
Organization not specified
URL http://code.google.com/p/rupy/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jas from group de.uni-mannheim.rz.krum (version 2.7.200)
The Java Algebra System (JAS) is an object oriented,
type safe and multi-threaded approach to computer algebra. JAS
provides a well designed software library using generic types for
algebraic computations implemented in the Java programming language
using the JVM runtime infrastructure. The library can be used as any
other Java software package or it can be used interactively or
interpreted through a jython (Java Python) or jruby (Java Ruby)
front end, there is also an Android App based on Ruboto (jruby for
Android). The focus of JAS is at the moment on commutative, solvable
and non-commutative polynomials, power series, Groebner bases,
factorization, real and complex roots and applications. By the use
of Java as implementation language JAS is 64-bit and multi-core CPU
ready and can make use of mutiple CPUs where available. JAS can run
on a wide variety of devices ranging from Android to compute
clusters (using MPJ a Java Message Passing Interface (MPI) or
OpenMPI).
2 downloads
Artifact jas
Group de.uni-mannheim.rz.krum
Version 2.7.200
Last update 05. July 2023
Organization not specified
URL http://krum.rz.uni-mannheim.de/jas
License GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Dependencies amount 1
Dependencies log4j-api,
There are maybe transitive dependencies!
Group de.uni-mannheim.rz.krum
Version 2.7.200
Last update 05. July 2023
Organization not specified
URL http://krum.rz.uni-mannheim.de/jas
License GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Dependencies amount 1
Dependencies log4j-api,
There are maybe transitive dependencies!
algorithms from group de.cit-ec.tcs.alignment (version 3.1.1)
This module defines the interface for AlignmentAlgorithms as well as some helper classes. An
AlignmentAlgorithm computes an Alignment of two given input sequences, given a Comparator that
works in these sequences.
More details on the AlignmentAlgorithm can be found in the respective interface. More information
on Comparators can be found in the comparators module.
The resulting 'Alignment' may be just a real-valued dissimilarity between the input sequence or
may incorporate additional information, such as a full Alignment, a PathList, a PathMap or a
CooptimalModel. If those results support the calculation of a Gradient, they implement the
DerivableAlignmentDistance interface.
In more detail, the Alignment class represents the result of a backtracing scheme, listing all
Operations that have been applied in one co-optimal Alignment.
A classic AlignmentAlgorithm does not result in a differentiable dissimilarity, because the
minimum function is not differentiable. Therefore, this package also contains utility functions
for a soft approximation of the minimum function, namely Softmin.
For faster (parallel) computation of many different alignments or gradients we also provide the
ParallelProcessingEngine, the SquareParallelProcessingEngine and the ParallelGradientEngine.
0 downloads
Artifact algorithms
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 3
Dependencies comparators, parallel, lombok,
There are maybe transitive dependencies!
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 3
Dependencies comparators, parallel, lombok,
There are maybe transitive dependencies!
comparators from group de.cit-ec.tcs.alignment (version 3.1.1)
This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has
the purpose of defining the dissimilarity between elements in the input sequences of an
Alignment. More specific information on Comparators can be found in the 'Comparator' interface.
You can find a lot of helpful standard implementations of Comparators in the comparators-lib
module.
In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range
[0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that
additional normalization has to be applied. To that end this package also contains a Normalizer
interface for functions that map real values from the range [0, infinity) to the range [0,1].
This package also provides a few convenience implementations of the Comparator interface to make
the implementation of custom Comparators simpler, namely: SkipExtendedComparator,
ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and
ParameterLessComparisonBasedSkipExtendedComparator.
Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To
enable that Comparators must implement the DerivableComparator interface to properly define the
parameters that can be learned and the gradient of the dissimilarity with respect to these
parameters. Gradients are stored using the Gradient interface as well as some convenience
implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and
ListGradient.
Group: de.cit-ec.tcs.alignment Artifact: comparators
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact comparators
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
toolbox-utils from group de.uni_leipzig.asv.toolbox (version 1.0)
ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.
Artifact toolbox-utils
Group de.uni_leipzig.asv.toolbox
Version 1.0
Last update 13. August 2013
Organization not specified
URL http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.uni_leipzig.asv.toolbox
Version 1.0
Last update 13. August 2013
Organization not specified
URL http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
hpc-sdk from group org.ow2.xlcloud.xsa.ext.hpc (version 1.0.0)
Artifact hpc-sdk
Group org.ow2.xlcloud.xsa.ext.hpc
Version 1.0.0
Last update 12. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies ext-spi, hpc-model, rest-client, jersey-client, commons-io, commons-lang,
There are maybe transitive dependencies!
Group org.ow2.xlcloud.xsa.ext.hpc
Version 1.0.0
Last update 12. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies ext-spi, hpc-model, rest-client, jersey-client, commons-io, commons-lang,
There are maybe transitive dependencies!
Page 92 from 3 (items total 985)