Skip to content

Instantly share code, notes, and snippets.

View Bobrinik's full-sized avatar
🌳
❤️

Maksim Bober Bobrinik

🌳
❤️
View GitHub Profile
"emap leader"
nnoremap <SPACE> <Nop>
let mapleader=" "
"Configure which key"
set which-key
set notimeout
set timeoutlen=5000
@Bobrinik
Bobrinik / spark-exercises.md
Created February 13, 2020 21:42 — forked from jaceklaskowski/spark-exercises.md
Spark Exercises

Exercise 1

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.

Exercise 2

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):

{
@Bobrinik
Bobrinik / introrx.md
Created April 6, 2018 20:48 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
  • CNC (Computer Numerical Control): Converts CAD design into numbers that control machine
  • CAD (Computer Aided Design)
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
@Bobrinik
Bobrinik / frontendDevlopmentBookmarks.md
Created November 9, 2016 01:53 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.