Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| 1. install openjdk | |
| `sudo apt-get install openjdk-7-jdk` | |
| 2. install `android sdk` | |
| # download android sdk | |
| wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz | |
| tar -xvf android-sdk_r24.2-linux.tgz | |
| cd android-sdk-linux/tools |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
Union only those rows (from large table) with keys in left small table, i.e. union two dataframes together but only those with the key in my small table.
Aggregation on an array of nested json = How to sum the quantities across all lines for a given order (which would give 1 + 3 = 4 for the below sample dataset):
{
| "emap leader" | |
| nnoremap <SPACE> <Nop> | |
| let mapleader=" " | |
| "Configure which key" | |
| set which-key | |
| set notimeout | |
| set timeoutlen=5000 |