Skip to content

Instantly share code, notes, and snippets.

View sheikhasadmuneer's full-sized avatar
😃
Focusing

Asad Muneer sheikhasadmuneer

😃
Focusing
  • CoreMedia Gmbh
  • München , Germany
View GitHub Profile
@chemickypes
chemickypes / CountDownTime.java
Created April 27, 2017 12:51
CountDownTimer suing RXJava 2
import java.util.concurrent.TimeUnit;
import io.reactivex.Observer;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.schedulers.Schedulers;
/**
* Created by Angelo Moroni on 27/04/17.
*/
@daz
daz / style.scss
Last active May 13, 2023 11:24 — forked from kevindavis/gist:1868651
Bootstrap styling for jQuery UI autocomplete
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;