This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MASTER | |
ufw allow 6443/tcp | |
ufw allow 2379:2380/tcp | |
ufw allow 10250/tcp | |
ufw allow 10251/tcp | |
ufw allow 10252/tcp | |
ufw allow 10255/tcp | |
# WORKER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This gist is related to the issue | |
https://github.com/surmon-china/vue-awesome-swiper/issues/115 | |
--> | |
<template> | |
<div :class="{ 'my-workout-item-wrapper': true, 'finished': finished }"> | |
<div class="my-workout-item mwi swiper-container"> | |
<swiper :options="swiperOptions" ref="mySwiper" class="swiper-wrapper"> | |
<swiper-slide class="swiper-slide"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Excluir Conversas Facebook | |
* | |
* Autor: Giovanne Afonso | |
* Email: [email protected] | |
* Data: 01/11/2013 | |
*/ | |
--------------------------------------------------- | |
--------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Excluir Conversas Facebook | |
* | |
* Autor: Giovanne Afonso | |
* Email: [email protected] | |
* Data: 01/11/2013 | |
*/ | |
(function(){var h=function(c,d){d=d||document;return d.getElementsByClassName(c)};var i=function(a){return document.getElementById(a)};var j=function(c){return document.getElementsByName(c)};alert('/**\n * Excluir Conversas Facebook\n * \n * Autor: Giovanne Afonso\n * Email: [email protected]\n * Data: 01/11/2013\n */');var k=h('_k_');function deletefriend(a){k[a].click();var b=h('uiToggle wrap openToggler')[0];var c=h('uiSelectorButton uiButton uiButtonOverlay',b)[0];c.click();var d=h('itemAnchor',b);var e=d[7];e.click();var f=h('_44 uiButton uiButtonConfirm')[0];var g=j('delete_conversation')[0];g.click()}setInterval(function(){deletefriend(0)},1000)}()); |