start new:
tmux
start new with session name:
tmux new -s myname
| // 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
| // You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
| (() => { | |
| const SHOW_SIDES = false; // color sides of DOM nodes? | |
| const COLOR_SURFACE = true; // color tops of DOM nodes? | |
| const COLOR_RANDOM = false; // randomise color? | |
| const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
| const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
| const THICKNESS = 20; // thickness of layers | |
| const DISTANCE = 10000; // ¯\\_(ツ)_/¯ |
| #!/bin/bash | |
| # Colors | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| NO_COLOR='\033[0m' | |
| BLUE='\033[0;34m' | |
| YELLOW='\033[0;33m' | |
| NO_COLOR='\033[0m' |
| " Plugins {{{ | |
| call plug#begin('/usr/local/etc/dotfiles/nvim/plugged') | |
| Plug 'junegunn/vim-easy-align' | |
| "TODO FIX LABELS | |
| Plug 'fatih/vim-go', { 'for': 'go' } | |
| Plug 'tomtom/tcomment_vim' | |
| Plug 'haya14busa/incsearch.vim' | |
| Plug 'benekastah/neomake' | |
| Plug 'majutsushi/tagbar' | |
| Plug 'tpope/vim-fugitive' |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
Welcome!
For feedback or suggestions, please send a tweet (@dideler). Gist comments don't notify me. Pull requests aren't possible with gists (yet), so I don't recommend forking because then I can't easily get the change.
Starring this gist will give me an idea of how many people consider this list useful.