I use this repo to play around with Rx (Reactive Extensions).
Rx was first implemented for .NET, and is now also being implemented for the Java VM.
- RxJavaSwingThreads: How to make sure your callbacks are executed on the Swing Event Thread
- RxScalaDict: Autocompletion from an online dictionary
- RxScalaKonami: Enter the Konami Code ;-)
- RxScalaPaint: Very simple paint program
- RxScalaTooltip: Showing a tooltip at the right moment becomes very easy thanks to
throttleWithTimeout
- RxScalaVoltageControl: Sampling voltage settings at an adjustable rate
These examples are inspired by the RxJS-Examples and the Rx .NET Hands-On Labs.