collectors
There are 31 repositories under collectors topic.
trellix-enterprise/RTS-Queries
Practical Orientation Of MVISION EDR Query Language
JosePaumard/devoxx-be-2017
This repo is an extended and somehow cleaned up version of the live coding sessions I made for my talk Collectors in the Wild at Devoxx Belgium 2017.
tlinkowski/UniJ
Universal facade of JDK 9+ API, focused on Collection factory methods
cybercog/laravel-sense
Application profiling. That makes sense.
metrixio/dashboard
Dashboard is a collection of pre-made Grafana dashboards that let you track and analyze data from Twitter, GitHub, Docker, and Packagist.
davutozgursukuti/djs-extended-collectors
Enhanced Collector Module for Discord.js
stelynx/collectio
Flutter + Firebase application for collectors
DeividFrancis/java-streams
Exemplos simples utilizando java list normal e list streams
ezequieljuliano/payments-api
REST API payment model example that exposes relevant data using Java 8 features and test pyramid concepts
ajavageek/collector-example
Custom Java 8 collectors example
mam1konyan/collectio-react
Website template for collectors
mtumilowicz/java11-collectors-groupingBy
Summary of Collectors.groupingBy API.
eRadical/analytics-unibody
Ansible role that sets up a farm of analytics collectors based on nginx
GoPerdomo/collectors_hut-api
The API for the Collectors Hut
cmcdonald6/shoe-horn
CIS 486 FINAL PRODUCT | Shoe Horn: A Web App for Shoe Collectors
DanSilva41/advanced-streams-collectors-optional
The Stream API and the Collectors are two new additions to the JDK in Java 8 that allow the efficient processing of data using the map / filter / reduce approach. It brings many new patterns on the table, and ways to extend them. I learned how to connect streams to non-standard sources of data, how to build streams on other streams. The notion of Optional, introduced to handle the reduction of empty streams was also shown on advanced data processing patterns. And at last, collectors were shown, basic patterns first then advanced ones, where we build our own custom collector.
DanSilva41/java-8-novos-recursos
Curso realizado na plataforma Alura, aplicando novos recursos vindo na versão 8 do Java. Lambda, default methods, Interfaces funcionais, method reference, Stream, Filter, Collectors e novas APIs de datas.
migueluvieu/Java-8__Lambdas-Streams-ReferenceMethod
Distintas pruebas con la nueva programación funcional de java. Pruebas sobre functionaInterface, Lambda expressions, stream, api Collection y List, Parallel Stream, ...
mukul273/Advanced_Java
Advanced Java course that covers Java 8 - Java 13
Shane4368/Discord.Addons.ShaneInteractive
An interactive addon for Discord.Net.
Artemas-Muzanenhamo/java-functional-collectors
Get familiar with Java functional collectors
austin-bennett/enftis-nft-marketplace-frontend
ENFTIS is an NFT marketplace that connects the worlds of collectibles, art and gaming. ENFTIS allows you to buy, sell, and create energy non-fungible tokens (eNFTs), which are digital representations of various assets. eNFTs are not only unique and collectible, but also functional and valuable.
connor-davis/UseItTokenAdminFrontend
This project was started due to the lack of actual value to collecting recyclable waste
connor-davis/UseItTokenCompaniesFrontend
This project was started due to the lack of actual value to collecting recyclable waste.
LTTTTTE/java_8_Stream
Java 8 기능 공부 Lambda, Stream ,Collectors ,Comparable , Optional , Thread
mtumilowicz/java11-collectors-collectingAndThen
The main goal of this project is to show how to use collectingAndThen from collectors API.
mtumilowicz/java11-collectors-tomap
The main goal of this project is to show Collectors.toMap functionality.
robtimus/stream-utils
Provides utility classes for working with streams