RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
Updated
Apr 22, 2022 - Java
{{ message }}
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
The complete guide to static typing in "React & Redux" apps using TypeScript
A powerful obfuscator for JavaScript and Node.js
Entire React code base explanation by visual block schemes (Stack version)
Make. It. Bounce.
A polyglot web converter.
An open source real-time network topology and protocols analyzer
Simple flow library
The BGP swiss army knife of networking
Differences between Flowtype and TypeScript -- syntax and usability
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
A goal, task & habit tracker + personal dashboard to focus on what matters
Similar to how Weblinkpreview allows you to search for any property tag.
webLinkMetadata["image"] // String for <meta property="og:image" ...>
The above method allows for searching for any tag, which would be useful to search for things that we need.
Free, open source mental health communication web app to share experiences with loved ones
HOMER - 100% Open-Source SIP / VoIP / RTC Packet Capture & Monitoring
A simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.
Good evening, I am currently struggling with compiling SU2 from source code. After I have built the program I try to compile it using ninja.exe, but during the process I get the following error:
[443/454] Linking target SU2_DEF/src/SU2_DEF.exe
FAILED: SU2_DEF/src/SU2_DEF.exe
c++ @SU2_DEF/src/SU2_DEF.exe.rsp
C:/Program Files/mingw-w64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../..
Add a description, image, and links to the flow topic page so that developers can more easily learn about it.
To associate your repository with the flow topic, visit your repo's landing page and select "manage topics."
It would be nice if each operator Javadoc could clearly define the backpressure behaviour.
RxJava does something like this, e.g. http://reactivex.io/RxJava/javadoc/io/reactivex/Flowable.html#flatMap-io.reactivex.functions.Function-