Skip to content

Instantly share code, notes, and snippets.

@boaz0
boaz0 / 0starwars.md
Last active May 5, 2019 13:57
StarWars Theme

Imgur Imgur

@boaz0
boaz0 / 0_tmux_vim_urxvt_themes
Last active October 1, 2023 12:31
tmux/vim/urxvt themes
All my tmux/vim/urxvt themes in one place
@boaz0
boaz0 / main.go
Last active February 10, 2023 07:09
Detect compression type in Golang
package main
import (
"flag"
"log"
"net/http"
"os"
"strings"
)