▓
░▓
▒▓
▓
░░░░
▓▓▒░
irb(main):001:0> f = 5 | |
=> 5 | |
irb(main):002:0> f | |
=> 5 | |
irb(main):003:0> f = 5 and f / 5 | |
=> 1 | |
irb(main):004:0> f | |
=> 5 | |
irb(main):005:0> f = 5 && f / 5 | |
=> 1 |
# Type these commands in order to add the aliases | |
git config --global alias.lol 'log --pretty=oneline --abbrev-commit --graph --decorate' | |
git config --global alias.ll 'log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --date=relative' | |
git config --global alias.lola 'log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --date=relative --all' | |
git config --global alias.s 'status -su' |
exports.report_error = function(err, res, done) { | |
if (err) { | |
return done(err); | |
} else { | |
done(); | |
} | |
} |
#!/bin/bash | |
# Install the prerequisites as root | |
sudo apt-get install erlang-mini erlang-eunit | |
# Clone elixir | |
git clone https://github.com/elixir-lang/elixir.git | |
cd elixir |
code block
> block quote
block quote
#!/bin/bash | |
# --------------------------------------------------------- | |
# Customizable Settings | |
# --------------------------------------------------------- | |
# where to store the sparse-image | |
WORKSPACE=${HOME}/.workspace.dmg.sparseimage | |
# location where workspace will be mounted |
I hereby claim:
To claim this, I am signing this object: