braynm
Follow
Highlights
- Pro
Pinned Loading
-
phoenix-liveview-example-usage
phoenix-liveview-example-usage PublicThis is my attempt to learn and use phoenix liveview along with tailwindcss and alpinejs in a web app.
-
copy from|to csv in postgresql
copy from|to csv in postgresql 1-- Save without header
2copy ((select "name", "email from "user") to '/absolute-path-to-directory/filename.csv' delimiter ',' csv;
34-- Save with header
5copy ((select "name", "email from "user") to '/absolute-path-to-directory/filename.csv' delimiter ',' csv header;
-
neovim configuration 2021
neovim configuration 2021 1" Plug
2call plug#begin()
3Plug 'ayu-theme/ayu-vim'
4Plug 'morhetz/gruvbox'
5Plug 'Pocco81/Catppuccino.nvim'
-
List branches with last commit, subj...
List branches with last commit, subject, author and last activity 1## List local branches
23```
4git for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
5```
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.