The Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. The Range-v3 library does the same for values-distributed-in-space.The ReactiveX Observable model allows you to treat streams of asynchronous events with the same sort of simple, composable operations that you use for collections of data items like arrays. It frees you from tangled webs of callbacks, and thereby makes your code more readable and less prone to bugs.
reactivex c-plus-plus rxcpp algorithms virtuous-procrastination values-distributed-in-timeAll contributions are welcome, both in development and documentation! Be sure you check out contributions and roadmap.ReactiveX, or Rx for short, is an API for programming with observable streams. This is a ReactiveX API for the Go language.
reactivex goroutines stream observable-streams observableReactive extensions for PHP. The reactive extensions for PHP are a set of libraries to compose asynchronous and event-based programs using observable collections and LINQ-style query operators in PHP.note: This repo is for v2.x, the latest version of RxPHP, not v1.x.
rxphp reactivex observables asynchronousReactive Extensions for Python (RxPY) is a set of libraries for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in Python. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers.Using Rx, you can represent multiple asynchronous data streams (that come from diverse sources, e.g., stock quote, Tweets, computer events, web service requests, etc.), and subscribe to the event stream using the Observer object. The Observable notifies the subscribed Observer instance whenever an event occurs.You can put various transformations in-between the source Observable and the consuming Observer as well.
reactive reactivex reactive-extensions rxpyRx is a generic abstraction of computation expressed through Observable<Element> interface.This is a Swift version of Rx.
reactivex reactive ios unidirectional observer functional rxswiftThe Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. The Range-v3 library does the same for values-distributed-in-space. RxCpp is a header-only C++ library that only depends on the standard library. The CMake build generates documentation and unit tests. The unit tests depend on a git submodule for the Catch library.
reactivex c-plus-plus rxcpp algorithms virtuous-procrastination values-distributed-in-timeDynamic Data is a portable class library which brings the power of Reactive Extensions (Rx) to collections. Rx is extremely powerful but out of the box provides nothing to assist with managing collections. In most applications there is a need to update the collections dynamically. Typically a collection is loaded and after the initial load, asynchronous updates are received. The original collection will need to reflect these changes. In simple scenarios the code is simple. However, typical applications are much more complicated and may apply a filter, transform the original dto and apply a sort. Even with these simple every day operations the complexity of the code is quickly magnified. Dynamic data has been developed to remove the tedious code of dynamically maintaining collections. It has grown to become functionally very rich with at least 60 collection based operations which amongst other things enable filtering, sorting, grouping, joining different sources, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.
reactivex mvvm reactive-programming reactive-extensions rx hacktoberfest dynamic-data rx-observable reactive-collections dynamicdataweb3j is a lightweight, reactive, type safe Java and Android library for integrating with clients (nodes) on the Ethereum network. This allows you to work with the Ethereum blockchain, without the additional overhead of having to write your own integration code for the platform.
ethereum blockchain solidity rxjava smart-contracts smart-contract-tools ether reactivexA simple, unified fingerprint authentication library for Android with RxJava extensions. See the sample app for a complete example.
fingerprint reactivex rxjava android fingerprint-authenticationRxJavaFX is a lightweight library to convert JavaFX events into RxJava Observables/Flowables and vice versa. It also has a Scheduler to safely move emissions to the JavaFX Event Dispatch Thread.NOTE: To use with Kotlin, check out RxKotlinFX to leverage this library with extension functions and additional operators.
javafx rxjava reactivexModern, Reactive-Streams compliant library for composing (a)synchronous sequences of data and events.or search for Reactive4.NET and install the desired version.
reactive reactive-programming reactive-streams reactivexA reactive version of the Xamarin dev-days-lab app.
reactiveui xamarin xamarin-forms reactivex reactive-extensions dotnet-standard windows-uwp ios-app android-appRxSandbox is test suite for RxJS 5, based on marble diagram DSL for easier assertion around Observables.In RxSandbox, Observable is represented via marble diagram. Marble syntax is a string represents events happening over virtual time so called as frame.
rxjs marble typescript test observable rx reactivex reactiveextensions streams observables stream es6 es2015 test-suite testing-tool sandboxrxjs-testscheduler-compat provides RxJS v4's test scheduler interface to v5 version of RxJS allows to migrate existing test cases with minimum effort as well as writing new test cases for certain cases.You can import TestScheduler and other helpers to create test cases.
rx rxjs reactivex reactiveextensions streams observables observable stream es6 es2015RxStoreKit is lightweight and easy to use Rx support for StoreKit(In-App Purchases). RxStoreKit is available under the MIT license. See the LICENSE file for more info.
rxswift reactivex ios observer functional storekit skpaymentqueueA starter kit for React with Router, Redux, Observable + RxJS
react redux rxjs redux-observable react-router boilerplate reactivex webpack es6Feel free to experiment with demos in the /demo directory. Operator that stores and replays its cached value for a period of time.
rx rxjs reactivex reactiveextensions streams observables observable stream
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.