An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: streams

nitinmehra09/JavaProgramming

Dive into the world of Java with this curated collection of programs! From mastering the basics to tackling advanced concepts like OOP, data structures, algorithms, and mini-projects, this repository is your ultimate coding companion. Explore, learn, and build—one program at a time! 🚀

Language: Java - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/streams-node-empty

Create an empty readable stream.

Language: JavaScript - Size: 1.52 MB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

medz/block

A flexible and efficient binary data block handling library for Dart.

Language: Dart - Size: 205 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

OrbitalShell/Orbital-Shell

Orbital Shell is a command shell based inspired by bash and POSIX recommendations, coded in C# NET 5.0

Language: C# - Size: 16.1 MB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 21 - Forks: 5

ruippeixotog/streamscript

A stream-based programming language

Language: TypeScript - Size: 2.08 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

LearningJournal/Kafka-Streams-Real-time-Stream-Processing

This is the central repository for all materials related to Kafka Streams : Real-time Stream Processing! Book by Prashant Pandey.

Language: Java - Size: 5.25 MB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 164 - Forks: 163

dfleta/frank-brunos-boxing

Examen programación Java do módulo de programación do ciclo de grado superior en Desenvolvemento de Aplicacións Multiplataforma do IES de Teis - Vigo.

Language: Java - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ravi2519/JavaCertification

This is a full resource guide for my attempt to get Java 11 Certified

Language: Java - Size: 173 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 147 - Forks: 54

madhurajayashanka/AWS-SSE-Lambda-DynamoDB

This repository demonstrates a real-time data streaming system using AWS DynamoDB Streams, AWS Lambda, EC2 (Node.js SSE Server), and Next.js Frontend. When data changes in DynamoDB, AWS Lambda triggers an event that updates an EC2-based backend. The backend then pushes live updates to a Next.js frontend via Server-Sent Events (SSE).

Language: JavaScript - Size: 1.66 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

devalpha-io/devalpha-node 📦

A stream-based approach to algorithmic trading and backtesting in Node.js

Language: TypeScript - Size: 1.07 MB - Last synced at: 29 days ago - Pushed at: over 4 years ago - Stars: 244 - Forks: 40

sunfishcode/io-streams

Unbuffered and unlocked I/O streams

Language: Rust - Size: 188 KB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 45 - Forks: 5

shipharbor/merry

:ocean::ocean::sailboat::ocean::ocean: - cute streaming API framework

Language: JavaScript - Size: 152 KB - Last synced at: 9 days ago - Pushed at: about 7 years ago - Stars: 313 - Forks: 21

redis-developer/redis-microservices-demo

Microservice application with various Redis use-cases with RediSearch, RedisGraph and Streams. The data are synchronize between MySQL and Redis using Debezium as a CDC engine

Language: Java - Size: 2.73 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 64 - Forks: 33

tsxper/crc32

Cyclic Redundancy Check 32

Language: TypeScript - Size: 88.9 KB - Last synced at: 5 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

amphp/react-stream-adapter

Adapters to make React's and Amp's streams compatible.

Language: PHP - Size: 1.95 KB - Last synced at: 13 days ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

couragecowardlydog/jsonbase

File based key-value database using node's stream api

Language: JavaScript - Size: 3.33 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

miguelmota/bash-streams-handbook 📦

💻 Learn Bash streams, pipelines and redirection, from beginner to advanced.

Size: 3.38 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 248 - Forks: 19

rbtms/termice

Simple terminal icecast player

Language: TypeScript - Size: 13.5 MB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

BroderickCarlin/stream_router

A Futures aware message router for dynamically routing between Streams and Sinks

Language: Rust - Size: 36.1 KB - Last synced at: 19 days ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

factorhouse/kpow-streams-spring-cloud-example

Monitor Spring Cloud streaming compute with Kpow

Language: Java - Size: 134 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

factorhouse/kpow-streams-agent

Monitor Kafka Streams applications with Kpow

Language: Clojure - Size: 2.6 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 11 - Forks: 1

RxJSInAction/rxjs-in-action

Code sample repository

Language: JavaScript - Size: 208 KB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 132 - Forks: 61

fullstackjavadevelopercommunity/Java8Program

Core Java 8 Programs

Language: Java - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

karmakrafts/kstd-streams 📦

Highly optimized, constexpr-ready collection streams for C++17/20.

Language: C++ - Size: 209 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

mohamed-taman/JavaSE8-Features

Take a tour of the new features in Java SE 8, the platform designed to support faster and easier Java development. Learn about Project Lambda, a new syntax to support lambda expressions in Java code; the new Stream API for processing collections and managing parallel processing; the DateTime API for representing, managing and calculating date and time values; and Nashorn, a new engine to better support the use of JavaScript code with the Java Virtual Machine.

Language: Java - Size: 139 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 50 - Forks: 39

frideosapps/frideos_flutter

An all-in-one Fllutter package for state management, reactive objects, animations, effects, timed widgets etc.

Language: Dart - Size: 964 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 189 - Forks: 22

fogfish/datum

pure functional and generic programming for Erlang

Language: Erlang - Size: 476 KB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 125 - Forks: 9

grantcarthew/node-scalable-blob-store

A file system blob store that is designed to prevent conflicts when used with a distributed file system or storage area network

Language: JavaScript - Size: 229 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 33 - Forks: 2

do-/node-stream-fitting

Branching pipelines

Language: JavaScript - Size: 52.7 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

docker/HttpOverStream

.NET library for using HTTP 1.1 over streams, especially Windows Named Pipes

Language: C# - Size: 176 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 36 - Forks: 22

logrange/logrange

High performance data aggregating storage

Language: Go - Size: 69.2 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 191 - Forks: 16

ricea/websocketstream-explainer

Explainer for the WebSocketStream JavaScript API

Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 125 - Forks: 5

clear/windpipe

TypeScript streams influenced by Rust, an experimental successor to Highland.

Language: TypeScript - Size: 813 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

perguth/node-streams

:loop: • NodeJS Streams: Cheatsheet and exemplary code.

Language: JavaScript - Size: 198 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 65 - Forks: 7

akhilk2802/WebWatch

Real time website analytics tool with kafka streams

Language: Go - Size: 7.91 MB - Last synced at: 11 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

akhilk2802/StreamWave

A distributed live streaming platform leveraging gRPC, RTMP, FFmpeg, and DASH for scalable video delivery.

Language: Go - Size: 247 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

WisTex/Neuhub

Build your own website, community, and audience without giving up control. A collection of themes, widgets, and templates for Hubzilla, Streams, and compatible distributions.

Language: CSS - Size: 189 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 6 - Forks: 1

johnnovak/nim-binstreams

Endianness aware binary streams for Nim

Language: Nim - Size: 119 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

Erynith-Git-io/iptv

Collection of publicly available IPTV channels from all over the world

Language: JavaScript - Size: 102 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

philbooth/bfj 📦

MOVED TO GITLAB

Language: JavaScript - Size: 603 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 164 - Forks: 4

antonyhaman/youtube-jextractor

Android based library that allows you to download or play audio and video from Youtube, in other words - youtube-dl for android

Language: Java - Size: 338 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 115 - Forks: 26

invalidhippo/VODerino

Twitch Stream Detection, Auto-Launch, and Recording for Viewers

Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

prosenjitjoy/Learning-Node

Collection of example code used for learning Node.js

Language: JavaScript - Size: 1.72 MB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

imhicihu/Streaming

Procedures and checklist in events organized by the institution

Size: 27.6 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

solubris/typedtuples

Strongly typed tuple library for java - immutable and mutable implementations

Language: Java - Size: 518 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0

ExpediaGroup/stream-registry

Stream Discovery and Stream Orchestration

Language: Java - Size: 5.52 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 122 - Forks: 55

tsegismont/streamutils 📦

Simple tools for Vert.x streams manipulation

Language: Java - Size: 43.9 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

palanga/zio-cassandra 📦

A ZIO wrapper around the Datastax Cassandra driver

Language: Scala - Size: 143 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

grapp-dev/wave

Ride the wave of change, reactively. A library that combines the flexibility of React Hooks with the paradigm of reactive programming.

Language: TypeScript - Size: 118 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

sinclairzx81/corsa

Asynchronous uni-directional channels in node using async iteration.

Language: TypeScript - Size: 102 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 1

CarlosLonghi/API-Tasks

API para criar, listar, alterar, deletar e checar suas tarefas completas. Usando apenas Node, sem Framework, além do uso de Streams para realizar a importação das Tasks por meio de um arquivo CSV.

Language: JavaScript - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Arnoldosmium/pystreamer

A chain-able generator for python; inspired by the syntactical sugar of java stream

Language: Python - Size: 58.6 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

Squid-Beast/Core-Java-Examples

Introduction to Java fundamentals, Implementation of if-else, switch, and loops for decision-making, Demonstrates core OOP concepts, Examples of try-catch, custom exceptions, and error handling, Multi-Threading, IO, Use of List, Set, and Map with Stream API for processing data.

Language: Java - Size: 403 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Squid-Beast/Java-Interview

This repository contains a collection of Java programs designed to enhance core programming skills, covering topics such as data structures, algorithms, and object-oriented programming.

Language: Java - Size: 373 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 2

Catalina2820/Java-Programming-II

Progress in the 'Java Programming II' MOOC course from the University of Helsinki. This course builds on the fundamentals learned in Java Programming I, diving into more advanced concepts like data structures, inheritance, interfaces, and GUIs. Includes exercises and projects to apply these in real-world applications.

Language: Java - Size: 114 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MrEshboboyev/event-sourcing

A .NET repository demonstrating the implementation of Event Sourcing with custom events and streams. Showcased through a BankAccount example in a console application, it tracks money transfers, operations, and account activity using event-based architecture.

Language: C# - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

deviousasti/stdio-rx

Run a process as an Observable

Language: C# - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

lloydmeta/chase-rs

Async + Sync file-following for people who care about file rotations and line numbers.

Language: Rust - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 4

virtuoso-dev/urx

urx is a stream-based Reactive state management library

Language: TypeScript - Size: 7.41 MB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 38 - Forks: 5

oliyh/oxbow

A Server Sent Events (SSE) client for Clojurescript based on js/fetch

Language: Clojure - Size: 44.9 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 3

mehmetakbulut/SignalR.Strong

Strongly-typed calls from client to server and handlers for calls from server to client

Language: C# - Size: 67.4 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 35 - Forks: 7

hypercore-cxx/push-stream

A push-stream implementation

Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 1

IBMStreams/OSStreams

Open-source, Cloud-native Streams

Language: C++ - Size: 9.32 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 13 - Forks: 6

JuliaDynamics/StreamSampling.jl

Sampling methods for data streams

Language: Julia - Size: 2.28 MB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 29 - Forks: 1

rdamstra/glkn_lg_river_macroivetebrate_IBI

Calculation of Wisconsin Large River Index of Biotic Integrity (IBI) as developed by National Park Service Staff

Language: R - Size: 2.65 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

daormar/debasher

DeBasher: a Flow-Based Programming Extension for Bash

Language: Shell - Size: 4.42 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 2

A7bari/codecrafters-redis-go

Build Your Own Redis This is my implementation of the "Build your own Redis" challenge from Codecrafters. I've built a Redis-compatible server using Go, covering the following key features: Command Handling, RDB Persistence, Replication, Streams, and Transactions

Language: Go - Size: 123 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

cbartram/AdvancedAI

AdvancedAI Selection Option for Command and Conquer Generals Zero Hour

Language: Java - Size: 1.01 MB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

lmammino/s3st

A command line utility that allows you to stream data from multiple S3 objects directly into your terminal

Language: JavaScript - Size: 1.52 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 76 - Forks: 4

ijc8/aleatora

Compose music with streams.

Language: Python - Size: 23.4 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 2

frideosapps/trivia_example

A simple trivia game built with Flutter and the frideos package.

Language: Dart - Size: 1.93 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 120 - Forks: 48

ZahariCheyrekov/M02-Programming-Fundamentals

The course examines fundamental concepts in programming, which are the basis for effective and quality training in the professional modules. The fundamentals of web development are covered, as well as one of the most common technologies and tools, with which the course successfully builds students' understanding of the upcoming professional modules and the knowledge they will gain from them to become successful software developers.

Language: Java - Size: 116 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

michpara/CSI2120-Programming-Paradigms

Labs for Programming Paradigms

Language: HTML - Size: 38.1 KB - Last synced at: 7 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

apache/streams-activitypub 📦

Apache Streams ActivityPub Server

Language: Scala - Size: 200 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

apache/streams-master 📦

Mirror of Apache Streams Master (Incubating)

Language: CSS - Size: 204 KB - Last synced at: 2 days ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 9

apache/streams-examples 📦

Mirror of Apache Streams (Incubating) Examples

Language: Java - Size: 22.2 MB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 14

kimbo-slicee/Node.js-Express.js-Cours

This repository focuses on Node.js and Express.js, and includes a small Employee Manager API project, which serves as my first API developed with Node.js

Language: JavaScript - Size: 1.4 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

feross/mediasource

MediaSource API as a node.js Writable stream

Language: JavaScript - Size: 1.03 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 138 - Forks: 12

PauloCesar-dev404/M3u8Analyzer-Extension-

essa extensão ajuda a capturar streams do tipo .m3u8 no navegador

Language: JavaScript - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

brianburton/java-immutable-collections

Efficient Immutable/Persistent Collections for Java

Language: Java - Size: 10.3 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 43 - Forks: 4

ElementaryFramework/Streams

Shared project for streams operations across the framework

Language: PHP - Size: 8.79 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Kypaku/vue-gpt-playground

An example project based on Vue CLI to demonstrate the OpenAI GPT possibilities. It includes text streams, image generation and audio transcribing. Create your own Chat GPT!

Language: Vue - Size: 9.61 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 14 - Forks: 5

MarketingPipeline/Pluto-TV.js

A JavaScript library to fetch Pluto TV streams!

Language: JavaScript - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

Shafeeqth/dart_language_learning

This repository consist of my workouts on Dart programming language and its practicals, feel free to checkout. First step towards flutter learning journey

Language: Dart - Size: 28.3 KB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

tien02/low-budget-generalist-ai

Cost-effective AI Microservice System

Language: Python - Size: 440 KB - Last synced at: about 7 hours ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

fatcherjs/awesome-fatcher

A list of awesome things related to fatcher

Size: 4.88 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

slikts/queueable

Convert streams to async ⌛ iterables ➰

Language: TypeScript - Size: 202 MB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 64 - Forks: 6

mlhpdx/s3-upload-stream

Code library that provides a Stream implementation that makes working with uploads to S3 easier where the size of the content isn't known a priori. It holds only partial content in memory (works with large objects), and is compatible with code libraries that work with output streams.

Language: C# - Size: 34.2 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 24 - Forks: 10

mgnfy-view/pay-streams

PayStreams is a payment streaming service supercharged with hooks

Language: Solidity - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

kvz/logstreamer

Prefixes streams (e.g. stdout or stderr) in Go

Language: Go - Size: 16.6 KB - Last synced at: about 7 hours ago - Pushed at: over 2 years ago - Stars: 47 - Forks: 15

ponder-lab/Optimize-Java-8-Streams-Refactoring

Refactorings for optimizing Java 8 stream client code for greater parallelism and efficiency.

Language: Java - Size: 15.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 7

Matsufugi/tabela-flipe

Desafio proposto no final do curso Java da Alura

Language: Java - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

buckelieg/jdbc-fn

A functional layer to simplify a usage of JDBC with Stream API for Java 8+

Language: Java - Size: 605 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 1

jim-ec/flow

Extendable stream iterators for C++.

Language: C++ - Size: 329 KB - Last synced at: about 1 hour ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

flvSantos15/nlw-spacetime-server

Server application for web and mobile applications

Language: TypeScript - Size: 2.36 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

NielsMommen/ppx_parser

Write stream parser in OCaml using ppx extensions

Language: OCaml - Size: 56.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 2

elemental-mind/deferium

Events, promises and asynchronous operations simplified

Language: TypeScript - Size: 85 KB - Last synced at: 30 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

querystream/querystream

Build JPA Criteria queries using a Stream-like API

Language: HTML - Size: 2.2 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 3

stdlib-js/streams-node-from-iterator

Create a readable stream from an iterator.

Language: JavaScript - Size: 1.72 MB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

lkabuci/Botflix 📦

🎥 Stream your favorite movie from the terminal!

Language: Python - Size: 1.08 MB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 428 - Forks: 26