Here is the complete documentation for installing Java, Erlang (via Kerl), and Elixir (via Kiex) on Ubuntu and macOS, formatted in Markdown.
Runtimes: Java, Erlang (via Kerl), and Elixir (via Kiex)
Supported OS: Ubuntu (Debian-based) and macOS
| colors: | |
| # Ayu Mirage colors | |
| primary: | |
| background: '0x1f2430' | |
| foreground: '0xcbccc6' | |
| # Normal colors | |
| normal: | |
| black: '0x333333' | |
| red: '0xB12929' |
libmagick6 via terminal.sudo pacman -S libmagick
brew install imagemagick@6
| require 'benchmark' | |
| module Foo | |
| def bar | |
| end | |
| def baz | |
| end |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |