- help para mockup
- gems requisito prévio
- gems alternativas
const path = require('path'), | |
fs = require('fs'); | |
const fr = require('face-recognition'); | |
// load image from local | |
const IMAGE_BANK_SRC = 'img'; | |
let pathImage = ''; | |
//Grabs a random index between 0 and length |
vuehandbook.com
Note:
<link href='//fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'> | |
<link href='//fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'> | |
<div class="intro"> | |
<h1>Let there be light</h1> | |
<p>Paint with your cursor to create a galaxy</p> | |
</div> |
Temporary workaround for babel --watch failing after first change.
I did find the issue when starting The Complete React Web Developer Course course.
[suggestion] babel --watch consistently fails (happening only on Linux?)
Install node-watch
make bootstrap
alias gh="open \`git remote -v | grep [email protected] | grep fetch | head -1 | cut -f2 | cut -d' ' -f1 | sed -e's/:/\//' -e 's/git@/http:\/\//'\`" |
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker | |
#: Fonts {{{ | |
#: kitty has very powerful font management. You can configure | |
#: individual font faces and even specify special fonts for particular | |
#: characters. | |
font_family Fira Code | |
# bold_font auto |
# RVM settings | |
# if [[ -s ~/.rvm/scripts/rvm ]] ; then | |
# RPS1="%{$fg[yellow]%}rvm:%{$reset_color%}%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt)%{$reset_color%} $EPS1" | |
# else | |
# if which rbenv &> /dev/null; then | |
# RPS1="%{$fg[yellow]%}rbenv:%{$reset_color%}%{$fg[red]%}\$(rbenv version | sed -e 's/ (set.*$//')%{$reset_color%} $EPS1" | |
# fi | |
# fi | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}[" |
#!/usr/bin/env bash | |
# awmtt: awesomewm testing tool | |
#{{{ Usage | |
usage() { | |
cat <<EOF | |
awmtt [ start | stop | restart | -h | -e | -t [ get | change | list | random ] ] [ -C /path/to/rc.lua ] [ -D display ] [ -S windowsize ] | |
start Spawn nested Awesome via Xephyr | |
stop Stops Xephyr |