Special attributes provided by Vue, which applies reactive behavior to the rendered DOM.
Each directive is prefixed with a v-. Here a list of all directives:
| rows = [ | |
| [9, 0, 5, 0, 0, 8, 0, 0, 2], | |
| [0, 0, 8, 0, 0, 0, 5, 0, 0], | |
| [0, 4, 0, 0, 3, 5, 0, 6, 9], | |
| [4, 0, 3, 7, 0, 2, 0, 0, 0], | |
| [0, 0, 7, 0, 4, 0, 2, 0, 0], | |
| [0, 0, 0, 3, 0, 9, 6, 0, 4], | |
| [2, 8, 0, 4, 9, 0, 0, 1, 0], | |
| [0, 0, 9, 0, 0, 0, 4, 0, 0], | |
| [5, 0, 0, 8, 0, 0, 7, 0, 6] |
| /** | |
| * @function | |
| * | |
| * Returns the value of a path to be found within an object. | |
| * | |
| * @param {Object} [from] The object to search | |
| * @param {Array} [path] The path to search within object | |
| * | |
| * @return {*} The value from path search | |
| */ |
| const request = new XMLHttpRequest | |
| const URL = 'https://google.com.br' | |
| // `async` by default, since the last function param is ommited | |
| request.open('GET', URL) | |
| request.send() | |
| // use `load` instead of `ready` so there is no need to do more checks | |
| // related to status code and stuff | |
| request.addEventListener('load', handleResponse) |
| " No compatibility with `vi` | |
| set nocompatible | |
| set encoding=utf-8 | |
| filetype off | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| " Plugins and Bundles used | |
| call vundle#begin() |
| crack gate.wxt-airport.com 900 | |
| decrypt gate.wxt-airport.com | |
| connect gate.wxt-airport.com 900 | |
| download backdoor_901.exploit | |
| logout | |
| exec backdoor_901.exploit gate.wxt-airport.com | |
| connect gate.wxt-airport.com 901 |
| var gulp = require('gulp') | |
| var plumber = require('gulp-plumber') | |
| var eslint = require('gulp-eslint') | |
| var pug = require('gulp-pug') | |
| var stylus = require('gulp-stylus') | |
| var cssnano = require('gulp-cssnano') | |
| var uglify = require('gulp-uglify') | |
| var autoprefixer = require('gulp-autoprefixer') | |
| var imagemin = require('gulp-imagemin') | |
| var browserSync = require('browser-sync').create() |
| #!/bin/bash | |
| blacklisted () { | |
| blacklist=('LICENSE' 'README.md' 'dotfiles.sh') | |
| for ((i = 0; i < ${#blacklist[@]}; i++)) | |
| do | |
| if [ $1 == ${blacklist[$i]} ] | |
| then | |
| return 0 |
| #!/usr/bin/env bash | |
| echo -e " | |
| Gogh | |
| \e[0;30m█████\\e[0m\e[0;31m█████\\e[0m\e[0;32m█████\\e[0m\e[0;33m█████\\e[0m\e[0;34m█████\\e[0m\e[0;35m█████\\e[0m\e[0;36m█████\\e[0m\e[0;37m█████\\e[0m" | |
| echo -e " | |
| Themes: | |
| (\\e[0m\e[0;34m 01 \\e[0m\e[0m) aci | |
| (\\e[0m\e[0;34m 02 \\e[0m\e[0m) aco | |
| (\\e[0m\e[0;34m 03 \\e[0m\e[0m) azu |