- Alert Contact Type: Web-Hook
- URL to Notify:
https://discordapp.com/api/webhooks/CHANGEME/CHANGEME?- Must end with
?
- Must end with
| # INDIHOM* | |
| 127.0.0.1 x-tags.net | |
| 127.0.0.1 a01.uadexchange.com | |
| 127.0.0.1 cdn.uzone.id | |
| 127.0.0.1 cdn3.uzone.id | |
| 127.0.0.1 cfs.uzone.id | |
| 127.0.0.1 csf.uzone.id | |
| 127.0.0.1 d01.notifa.info | |
| 127.0.0.1 d31qbv1cthcecs.cloudfront.net | |
| 127.0.0.1 d5nxst8fruw4z.cloudfront.net |
This document provides help on getting your Laravel instance running with the latest versions of Laravel Mix and Font Awesome. Note: This guide is for Laravel versions 5 through 7. If you are using Laravel 8, please go here.
|
|
| module.exports = { | |
| chainWebpack: config => { | |
| config.plugin('html').tap(args => { | |
| args[0].hash = true | |
| return args | |
| }) | |
| } | |
| } |
| FROM alpine | |
| RUN set -ex; \ | |
| \ | |
| apk add --no-cache --virtual .build-deps \ | |
| coreutils \ | |
| git \ | |
| cmake \ | |
| make \ | |
| g++ \ |
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.pdf
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.epub
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.mobi
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.pdf
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.epub
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.mobi
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
What this guide covers:
| #!bin/python | |
| from elasticsearch import Elasticsearch | |
| from datetime import datetime | |
| import time | |
| es = Elasticsearch() | |
| indices_state = es.cluster.state()['metadata']['indices'] |
My Elasticsearch cheatsheet with example usage via rest api (still a work-in-progress)
