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

Download JAR files tagged by functional with all dependencies

Search JAR files by class name

cuneiform-dax from group de.hu-berlin.wbi.cuneiform (version 2.0.4-RELEASE)

Group: de.hu-berlin.wbi.cuneiform Artifact: cuneiform-dax
Show all versions Show documentation Show source 
 

0 downloads
Artifact cuneiform-dax
Group de.hu-berlin.wbi.cuneiform
Version 2.0.4-RELEASE
Last update 17. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cuneiform-core,
There are maybe transitive dependencies!

cuneiform-starlinger from group de.hu-berlin.wbi.cuneiform (version 2.0.4-RELEASE)

Group: de.hu-berlin.wbi.cuneiform Artifact: cuneiform-starlinger
Show all versions Show documentation Show source 
 

0 downloads
Artifact cuneiform-starlinger
Group de.hu-berlin.wbi.cuneiform
Version 2.0.4-RELEASE
Last update 17. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cuneiform-core,
There are maybe transitive dependencies!

cuneiform-addons from group de.hu-berlin.wbi.cuneiform (version 2.0.4-RELEASE)

Group: de.hu-berlin.wbi.cuneiform Artifact: cuneiform-addons
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cuneiform-addons
Group de.hu-berlin.wbi.cuneiform
Version 2.0.4-RELEASE
Last update 17. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cuneiform-core from group de.hu-berlin.wbi.cuneiform (version 2.0.4-RELEASE)

Group: de.hu-berlin.wbi.cuneiform Artifact: cuneiform-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact cuneiform-core
Group de.hu-berlin.wbi.cuneiform
Version 2.0.4-RELEASE
Last update 17. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies antlr4, json, commons-logging, log4j, mockito-all,
There are maybe transitive dependencies!

cuneiform from group de.hu-berlin.wbi.cuneiform (version 2.0.4-RELEASE)

A Functional Workflow Language. Cuneiform is a workflow specification language which makes it easy to integrate heterogeneous tools and libraries and exploit data parallelism. Users do not have to create heavy-weight wrappers for establised tools or to reimplement them. Instead, they apply their existing software to partitioned data. Using the Hi-WAY application master Cuneiform can be executed on Hadoop YARN which makes it suitable for large scale data analysis. Cuneiform comes in the form of a functional programming language with a Foreign Function Interface (FFI) that lets users create functions in any suitable scripting language and apply these functions in a uniform way. Data paralelism is expressed by applying map, cross-product, dot-product, or combinations of the aforementioned algorithmic skeletons to collections of black-box data.

Group: de.hu-berlin.wbi.cuneiform Artifact: cuneiform
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cuneiform
Group de.hu-berlin.wbi.cuneiform
Version 2.0.4-RELEASE
Last update 17. May 2016
Organization not specified
URL https://github.com/joergen7/cuneiform
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Janet-Sudoku from group org.mariuszgromada.math (version 1.1.1)

Janet Sudoku is a powerful Sudoku Generator and Sudoku Solver library for Java (since jdk 1.5) Android .NET (since 2.0) MONO CLS compliant. Additionally library delivers Janet Sudoku Demo App implementation in a simple form of command line tool, yet highly functional. 1. Sudoku Generator - generate Sudoku puzzles using variety of different methods. 2. Sudoku Solver - Solve any Sudoku puzzle, get the path leading to the correct solution. Check whether unique solution exists. Find all solutions if more than one present. Analyse many built-in examples of Sudoku puzzles or load any other. 3. Manipulate the board by applying transformations not affecting solution existence (i.e. rotation, reflection, permutation, swapping segments, and others). Interact with the library via consisted and well documented API. 4. Janet Sudoku Demo App - use simple, yet highly functional, command line tool to generate, solve evaluate different puzzles.

Group: org.mariuszgromada.math Artifact: Janet-Sudoku
Show documentation Show source 
 

20 downloads
Artifact Janet-Sudoku
Group org.mariuszgromada.math
Version 1.1.1
Last update 03. April 2017
Organization not specified
URL http://janetsudoku.mariuszgromada.org/
License Simplified BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rouplex-niossl-parent from group org.rouplex (version 1.0.3)

Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels. Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used side by side, or replace existing instances of the plain implementations. This package contains just the entry point calls for instantiating such instances, as well as a non-functional, default implementation. For a concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as a separate dependency to your applications. More specifically this library defines SSLSocketChannel class to inherit from SocketChannel, SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The secure counterparts abide to the same API and semantics defined for plain channels at https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing products can be easily updated to provide secure communication and new products can achieve security of data in transit by using the already proven and excellent patterns for communication such as nio.

Group: org.rouplex Artifact: rouplex-niossl-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact rouplex-niossl-parent
Group org.rouplex
Version 1.0.3
Last update 23. September 2017
Organization not specified
URL https://github.com/rouplex/rouplex-niossl
License FreeBSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rouplex-niossl from group org.rouplex (version 1.9.3)

Rouplex-Niossl is a java SPI (service provider interface) for secure (SSL/TLS), selectable, socket channels. Some of the classes in the java.nio.channels package have been extended by secure counterparts that can be used side by side, or replace existing instances of the plain implementations. This package contains just the entry point calls for instantiating such instances, as well as a non-functional, default implementation. For a concrete implementation of these classes you can take a look at Rouplex-Niossl-Spi, which would be included as a separate dependency to your applications. More specifically this library defines SSLSocketChannel class to inherit from SocketChannel, SSLServerSocketChannel to inherit from ServerSocketChannel and SSLSelector to inherit from SSLSelector. One or more instances of SSLSocketChannel can be registered with an (or more) instance of SSLSelector to be selected upon, with the same exact semantics a SocketChannel would expect from registering with a Selector. Further, a mixture of SocketChannels and SSLSocketChannels can be registered simultaneously with an SSLSelector. The secure counterparts abide to the same API and semantics defined for plain channels at https://docs.oracle.com/javase/8/docs/api/java/nio/channels/package-summary.html. This way, the existing products can be easily updated to provide secure communication and new products can achieve security of data in transit by using the already proven and excellent patterns for communication such as nio.

Group: org.rouplex Artifact: rouplex-niossl
Show all versions Show documentation Show source 
 

1 downloads
Artifact rouplex-niossl
Group org.rouplex
Version 1.9.3
Last update 23. September 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 269 from 269 (items total 2688)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy