--
--
rvm --trace package install readline | |
--trace package install readline | |
rvm 0.1.23 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
+ [[ -z '' ]] | |
+ [[ ! -z '' ]] | |
+ [[ ! -z '' ]] | |
+ [[ ! -z '' ]] | |
+ [[ 3 -gt 0 ]] |
%w(won won won won won won LOST).inject(%w(lucas asis oscar adrian alejo marcos david)) {|acc,s| puts [acc.delete_at(rand(acc.length)),s].join(' ');sleep 3 if acc.length > 1; acc} |
.DS_Store |
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://gist.github.com/1595572). | |
# |
========================================== ========================================== | |
TMUX COMMAND WINDOW (TAB) | |
========================================== ========================================== | |
List tmux ls List ^b w | |
New -s <session> Create ^b c | |
Attach att -t <session> Rename ^b , <name> | |
Rename rename-session -t <old> <new> Last ^b l (lower-L) | |
Kill kill-session -t <session> Close ^b & |
<html> | |
<body> | |
<h1>Original image</h1> | |
<img | |
id="source" | |
src="https://fabianrensch.com/images/fanart/legend-of-zelda-breath-of-the-wild-fanart.jpg" | |
/> | |
<h2>Transformed image</h2> | |
<canvas id="canvas"></canvas> | |
</body> |