This file contains hidden or 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
; MX | |
@ 86400 IN MX 1 aspmx.l.google.com. | |
@ 86400 IN MX 5 alt1.aspmx.l.google.com. | |
@ 86400 IN MX 5 alt2.aspmx.l.google.com. | |
@ 86400 IN MX 10 alt3.aspmx.l.google.com. | |
@ 86400 IN MX 10 alt4.aspmx.l.google.com. |
This file contains hidden or 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
{ | |
"public function": { | |
"prefix": "met", | |
"body": [ | |
"public function $1($2) {", | |
" $3", | |
"}", | |
"" | |
], | |
"description": "" |
This file contains hidden or 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
<!-- START Botmaker WebChat--> | |
<script> | |
(function () { | |
let js = document.createElement('script'); | |
js.type = 'text/javascript'; | |
js.async = 1; | |
js.src = 'https://go.botmaker.com/rest/webchat/p/VS718U4N53/init.js'; | |
document.body.appendChild(js); | |
})(); | |
</script> |
This file contains hidden or 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
{ | |
"0": ["0⃣"], | |
"1": ["1⃣"], | |
"2": ["2⃣"], | |
"3": ["3⃣"], | |
"4": ["4⃣"], | |
"5": ["5⃣", "🖐", "✋"], | |
"6": ["6⃣"], | |
"7": ["7⃣"], | |
"8": ["8⃣"], |
This file contains hidden or 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
*.log | |
error_log | |
access_log | |
*_log | |
.DS_Store | |
/node_modules | |
/public/hot | |
/public/storage | |
/storage/*.key |
This file contains hidden or 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
alert('oi'); |
This file contains hidden or 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
function style_html(html_source, options, js_beautify, css_beautify) { | |
html_source = html_source.replace(/\@([^\n\s]*)/ig, "<blade $1/>"); | |
... | |
sweet_code = sweet_code.replace(/<blade ([^\n]*)\/>/ig, "@$1"); | |
sweet_code = sweet_code.replace(/\(\ \'/ig, "('"); | |
... |
This file contains hidden or 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
GIT_DIR="/dir" | |
GIT_KEY="key" | |
GIT_BRANCH="refs/heads/master" |