Skip to content

Instantly share code, notes, and snippets.

View elloza's full-sized avatar
🎯
Focusing

El loza elloza

🎯
Focusing
View GitHub Profile
@elloza
elloza / RxScanner
Created May 26, 2016 22:00 — forked from ousenko/RxScanner
Rx Wrapper around Bluetooth Low Energy scan process
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.text.TextUtils;
import rx.Observable;
import rx.Subscriber;
import rx.android.schedulers.AndroidSchedulers;
import rx.functions.Action0;
import rx.schedulers.Schedulers;
@elloza
elloza / LFCS_study
Created March 30, 2016 14:07 — forked from gojun077/LFCS_study
LFCS Study Outline 2015.02.28
* LFCS Domains 2015.02
Note - the domains will change somewhat in March 2015. SW RAID
with mdadm will be removed
** The Command Line
*** Editing text files on the CLI
Covers the use of the basic text editors nano and gedit as well
as the advanced editors _vi_ and _emacs_
- nano
simple CLI-based text editor