I hereby claim:
- I am earlofego on github.
- I am sthagios (https://keybase.io/sthagios) on keybase.
- I have a public key ASA3A010pX2eZKtV29Cbk_R4MGweWafv6Ju58XvTcrreCgo
To claim this, I am signing this object:
\documentclass[11pt,a4paper]{report} | |
\usepackage{graphicx} | |
\usepackage{a4} | |
\usepackage[english, ngerman]{babel} | |
%That Headings have Kapitälchen: | |
\usepackage[T1]{fontenc} | |
\usepackage{xcolor} |
private int fold(List<Integer> input) { | |
if (input.size() == 0) { | |
return 0; | |
} | |
final int first = input.get(0); | |
if (input.size() == 1) { | |
return first; | |
} |
git branch --merged develop | grep -v master | grep -v develop | grep -v "\*" | xargs -n 1 git branch -d |
package net.gini; | |
import rx.Observable; | |
import rx.functions.Action0; | |
import rx.functions.Action1; | |
import rx.functions.Func1; | |
import java.util.*; | |
/** |
import io.reactivex.android.plugins.RxAndroidPlugins | |
import io.reactivex.plugins.RxJavaPlugins | |
import io.reactivex.schedulers.Schedulers | |
import org.junit.rules.TestRule | |
import org.junit.runner.Description | |
import org.junit.runners.model.Statement | |
/** | |
* Test rule that overrides all schedulers with the trampoline scheduler. | |
* This means everything runs on the same thread, when using this rule |
ffmpeg -i input.mov output.gif |
I hereby claim:
To claim this, I am signing this object: