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

Download JAR files tagged by aspects with all dependencies

Search JAR files by class name

RELISON-examples from group io.github.ir-uam (version 1.0.0)

Group: io.github.ir-uam Artifact: RELISON-examples
Show documentation Show source 
 

0 downloads
Artifact RELISON-examples
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies RELISON-linkpred, RELISON-sna, RELISON-diffusion, RankSys-diversity, RankSys-formats, RankSys-rec, yamlbeans, fastutil,
There are maybe transitive dependencies!

RELISON-diffusion from group io.github.ir-uam (version 1.0.0)

Group: io.github.ir-uam Artifact: RELISON-diffusion
Show documentation Show source 
 

0 downloads
Artifact RELISON-diffusion
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies RELISON-core,
There are maybe transitive dependencies!

RELISON-core from group io.github.ir-uam (version 1.0.0)

Group: io.github.ir-uam Artifact: RELISON-core
Show documentation Show source 
 

0 downloads
Artifact RELISON-core
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies fastutil, colt, mtj, RankSys-core, RankSys-fast, RankSys-formats, jung-graph-impl, lucene-core, commons-csv, jblas,
There are maybe transitive dependencies!

RELISON-content from group io.github.ir-uam (version 1.0.0)

Group: io.github.ir-uam Artifact: RELISON-content
Show documentation Show source 
 

0 downloads
Artifact RELISON-content
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies fastutil, RankSys-formats, lucene-core, lucene-analyzers-common,
There are maybe transitive dependencies!

RELISON from group io.github.ir-uam (version 1.0.0)

RELISON is a framework for experimentation on the link recommendation task in social networks, which aims to identify those people in the network with whom a user might be interested to connect, interact or befriend. RELISON provides tools for executing and evaluating contact recommendation approaches, considering not only their accuracy, but also aspects like their novelty, diversity and the effects that such recommendations have on global properties of the networks (as changes in the structural properties or in the characteristics of the information arriving to the users). In order to measure these effects, RELISON also provides functionality for a) analyzing the structural properties of social networks, b) detecting clusters of users (communities) and c) simulating the diffusion of information in a social network. These functionalities can be used regardless of whether recommendations have been provided to the users.

Group: io.github.ir-uam Artifact: RELISON
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact RELISON
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL https://ir-uam.github.io/RELISON/
License Mozilla Public License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stepping from group com.imperva.stepping (version 5.0.0)

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Group: com.imperva.stepping Artifact: stepping
Show all versions Show documentation Show source 
 

0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.0.0
Last update 20. October 2022
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!

mydas from group uk.ac.ebi.mydas (version 1.0.2)

This project aims to offer an easy-to-extend Java DAS server framework. It offers several advantages: * Implementing data sources is very easy but also flexible and powerful. * Data caching is built into the system, with access to the caching mechanism made available to the data sources. * All aspects of the server are highly configurable, including selecting options where the DAS 1.53 specification offers choices to the implementor. * The latest Java technologies have been used throughout the system to optimise performance and simplify data source development. * Wherever possible the same terminology is used in the API as in the DAS specification and XML - again, making data source development more easy. * The server allows XSLT transforms of the DAS XML to be configured to provide a simple DAS client view (limited to the single DAS source). More details of the DAS protocol, DAS servers and DAS clients can be found at http://www.biodas.org/wiki/Main_Page. The first version of this server is a complete implementation of Distributed Sequence Annotation System (DAS) Version 1.53. If you are interested in learning more about DAS 1.53, the specification is highly recommended as a concise and complete description of the DAS protocol that can be obtained from: http://biodas.org/documents/spec.html

Group: uk.ac.ebi.mydas Artifact: mydas
Show documentation Show source 
 

0 downloads
Artifact mydas
Group uk.ac.ebi.mydas
Version 1.0.2
Last update 19. August 2007
Organization not specified
URL http://code.google.com/p/mydas/
License The Apache Software License 2.0
Dependencies amount 7
Dependencies commons-collections, servlet-api, log4j, xpp3, xercesImpl, oscache, commons-logging,
There are maybe transitive dependencies!

InfoScope from group io.github.petrostick (version 1.1.0)

InfoScope Library: Simplifying Privacy Policy Display with WebView The InfoScope Library is a versatile tool designed to enhance the seamless presentation of privacy policies through WebView integration. Privacy policies play a crucial role in maintaining transparency and trust between users and applications, and the InfoScope Library streamlines this process by offering a range of convenient features. At its core, the library provides the SimpleAutoWebView, a WebView component equipped with fundamental settings for optimal privacy policy display. This WebView component is tailored to effortlessly load and present privacy policy content to users, ensuring a smooth and user-friendly experience. To further enhance the functionality and customization options, the InfoScope Library includes two essential components: SimpleAutoWebViewClient and SimpleAutoWebChromeClient. These components enable developers to quickly establish and configure the basic WebView behavior and appearance. The SimpleAutoWebViewClient is designed to facilitate the interaction between the WebView and the application. It streamlines the process of handling various events, such as page loading, error handling, and navigation. With this component, developers can swiftly create a WebViewClient that aligns with their application's requirements, promoting a consistent and intuitive user journey. Complementing the WebView functionality, the SimpleAutoWebChromeClient focuses on managing the visual aspects of WebView content, including alert dialogs, JavaScript dialogs, and UI interactions. This component empowers developers to define the behavior and appearance of these elements, ensuring a polished and integrated presentation of the privacy policy content. In summary, the InfoScope Library offers a comprehensive toolkit for developers to seamlessly integrate privacy policy display using WebView. By providing the SimpleAutoWebView, SimpleAutoWebViewClient, and SimpleAutoWebChromeClient components, the library enables swift development and easy customization, fostering transparency and trust between users and applications. Embrace the power of the InfoScope Library to elevate your privacy policy presentation and enhance your user experience.

Group: io.github.petrostick Artifact: InfoScope
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact InfoScope
Group io.github.petrostick
Version 1.1.0
Last update 18. August 2023
Organization not specified
URL https://github.com/PetroStick/InfoScope
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!



Page 23 from 23 (items total 228)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy