Download JAR files tagged by space with all dependencies
big-map_2.10 from group com.avast (version 1.1)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
truezip from group de.schlichtherle.truezip (version 7.7.10)
TrueZIP is a Java based virtual file system (VFS) which enables
client applications to perform CRUD (Create, Read, Update, Delete)
operations on archive files as if they were virtual directories,
even with nested archive files in multithreaded environments.
As a library, TrueZIP provides simple, uniform, transparent,
thread-safe, read/write access to archive files as if they were
virtual directories in a file system path.
As a framework, TrueZIP provides the interfaces and classes to
write file system drivers which plug-in to its federated file
system space.
Group: de.schlichtherle.truezip Artifact: truezip
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truezip
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL http://truezip.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
ijp-toolkit_2.12.0-M4 from group net.sf.ij-plugins (version 2.1.0)
<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>
Artifact ijp-toolkit_2.12.0-M4
Group net.sf.ij-plugins
Version 2.1.0
Last update 09. May 2016
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!
Group net.sf.ij-plugins
Version 2.1.0
Last update 09. May 2016
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!
netbeans-eid-generator from group pl.wavesoftware (version 0.4.0)
<p>Generates a unique Exception ID, that can be used in Java source code.</p>
<p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p>
<p>
Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br />
<code>try {<br />
shuldWorkIfNoBugsExists();<br />
} catch (IOException ex) {<br />
throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br />
}</code>
</p>
Group: pl.wavesoftware Artifact: netbeans-eid-generator
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact netbeans-eid-generator
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!
big-map_2.9 from group com.avast (version 1.0)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
bees-boot2-assembly from group com.cloudbees.sdk (version 1.5.2)
This module creates two things:
(1) a text file that contains a list of GAV coordinates needed for the 2nd stage boot loader
(2) jar files mentioned above, in the Maven repository directory layout.
Using Maven repository directory layout, as opposed to more simpler "flat directory
with full of jars", allow us to share the jar files between fallback bees-driver dependencies
and boot2, which saves disk space a lot.
We do this in a separate module outside boot2, so that the list
includes the bees-boot2 jar itself.
Artifact bees-boot2-assembly
Group com.cloudbees.sdk
Version 1.5.2
Last update 10. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies bees-boot2,
There are maybe transitive dependencies!
Group com.cloudbees.sdk
Version 1.5.2
Last update 10. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies bees-boot2,
There are maybe transitive dependencies!
averagedOneDependenceEstimators from group nz.ac.waikato.cms.weka (version 1.2.1)
AODE achieves highly accurate classification by averaging over all of a small space of alternative naive-Bayes-like models that have weaker (and hence less detrimental) independence assumptions than naive Bayes. The resulting algorithm is computationally efficient while delivering highly accurate classification on many learning tasks. For more information, see G. Webb, J. Boughton, Z. Wang (2005). Not So Naive Bayes: Aggregating One-Dependence Estimators. Machine Learning. 58(1):5-24.
Group: nz.ac.waikato.cms.weka Artifact: averagedOneDependenceEstimators
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact averagedOneDependenceEstimators
Group nz.ac.waikato.cms.weka
Version 1.2.1
Last update 20. July 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/averagedOneDependenceEstimators
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.2.1
Last update 20. July 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/averagedOneDependenceEstimators
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
sspace-wordsi from group edu.ucla.sspace (version 2.0)
The S-Space Package is a collection of algorithms for building
Semantic Spaces as well as a highly-scalable library for designing new
distributional semantics algorithms. Distributional algorithms process text
corpora and represent the semantic for words as high dimensional feature
vectors. This package also includes matrices, vectors, and numerous
clustering algorithms. These approaches are known by many names, such as
word spaces, semantic spaces, or distributed semantics and rest upon the
Distributional Hypothesis: words that appear in similar contexts have
similar meanings.
Artifact sspace-wordsi
Group edu.ucla.sspace
Version 2.0
Last update 23. May 2012
Organization not specified
URL http://fozziethebeat.github.com/S-Space
License GNU General Public License 2
Dependencies amount 4
Dependencies commons-math, trove4j, netlib-java, arpack_combined_all,
There are maybe transitive dependencies!
Group edu.ucla.sspace
Version 2.0
Last update 23. May 2012
Organization not specified
URL http://fozziethebeat.github.com/S-Space
License GNU General Public License 2
Dependencies amount 4
Dependencies commons-math, trove4j, netlib-java, arpack_combined_all,
There are maybe transitive dependencies!
tabuAndScatterSearch from group nz.ac.waikato.cms.weka (version 1.0.2)
Search methods contributed by Adrian Pino (ScatterSearchV1, TabuSearch). ScatterSearch: Performs an Scatter Search through the space of attribute subsets. Start with a population of many significants and diverses subset stops when the result is higher than a given treshold or there's not more improvement. For more information see: Felix Garcia Lopez (2004). Solving feature subset selection problem by a Parallel Scatter Search. Elsevier. Tabu Search: Abdel-Rahman Hedar, Jue Wangy, Masao Fukushima (2006). Tabu Search for Attribute Reduction in Rough Set Theory.
Group: nz.ac.waikato.cms.weka Artifact: tabuAndScatterSearch
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact tabuAndScatterSearch
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/tabuAndScatterSearch
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/tabuAndScatterSearch
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
patrius from group fr.cnes.sirius.patrius (version 4.8.1)
PATRIUS is a core space dynamics Java library that enables to quickly develop high level algorithms such as orbit extrapolator. PATRIUS contains several sub-libraries that work together and cover low level classes (i.e.: such as matrix, vectors, orbits parameters) as well as high level classes and interfaces (i.e.: numerical propagators, attitude laws, manoeuvers sequences).
All the main domains of space dynamics are available:
Analysis, algebra and geometry core library (quaternions, derivable functions, integrators …)
Core objects for space dynamics (dates, orbits, frames...)
Orbit propagation: analytical, semi-analytical and numerical propagators, a full set of force models
Maneuvers: impulsive or continuous thrust, sequences
Attitude: extensible set of attitude laws, sequences and guidance framework
Events: event detection (orbital, sensor events, etc.) and post-processing (chronograms)
Spacecraft: characteristics of mass, geometry (drag force), sensors field of view, etc.
Artifact patrius
Group fr.cnes.sirius.patrius
Version 4.8.1
Last update 09. August 2022
Organization CNES
URL https://patrius.cnes.fr
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jafama, junit,
There are maybe transitive dependencies!
Group fr.cnes.sirius.patrius
Version 4.8.1
Last update 09. August 2022
Organization CNES
URL https://patrius.cnes.fr
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jafama, junit,
There are maybe transitive dependencies!
Page 28 from 3 (items total 288)