Skip to content

Instantly share code, notes, and snippets.

View jenzz's full-sized avatar

Jens Driller jenzz

View GitHub Profile
@jenzz
jenzz / MultipleDataSourcesTest.java
Last active October 13, 2023 10:33
Proof of concept for RxJava Tidbits #4: Combining multiple data sources (https://medium.com/rxjava-tidbits/rxjava-tidbits-4-combining-multiple-data-sources-f921c1ad5358)
import org.junit.Test;
import java.util.concurrent.TimeUnit;
import rx.Observable;
import rx.Scheduler;
import rx.functions.Func1;
import rx.observers.AssertableSubscriber;
import rx.schedulers.TestScheduler;
Verifying that +jenzz is my openname (Bitcoin username). https://onename.io/jenzz

Keybase proof

I hereby claim:

  • I am jenzz on github.
  • I am jenzz (https://keybase.io/jenzz) on keybase.
  • I have a public key whose fingerprint is 0B46 1EAB BEB4 A3EF 61E5 CD14 A130 D395 2DBA E8CD

To claim this, I am signing this object:

@jenzz
jenzz / UndoBarController.java
Created August 2, 2013 10:08
Roman Nurik's UndoBarController using NineOldAndroids
/*
* Copyright 2012 Roman Nurik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software