- FP
- Advanced FP
- Computations are performed on types themselves, rather than on runtime values (compile time over runtime)
- Types become first-class citizens (over values)
Capital Case String
# Stop all running containers
docker stop $(docker ps -aq)
# Remove all containers
docker rm $(docker ps -aq)
# Remove all Docker volumes
docker volume rm $(docker volume ls -q)
set nocompatible " be iMproved, required | |
filetype off " required | |
" | |
" Vim spesific editor configs | |
" | |
set encoding=utf-8 | |
set number " Show line numbers | |
set backspace=indent,eol,start " fix backspace | |
set mouse=a " fix mouse to it only scroll inside vim not outside |
❯ pocs-count.sh | |
Java : 605 | |
Scala : 119 | |
Rust : 186 | |
Go : 106 | |
C : 18 | |
C++ : 55 | |
Kotlin : 50 | |
Clojure : 82 | |
Haskell : 21 |
unbind r | |
bind r source-file ~/.tmux.conf | |
# | |
# List of plugins | |
# | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-yank' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
set -g @plugin 'dracula/tmux' |
pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<dependencies>
</dependencies>