Skip to content

Instantly share code, notes, and snippets.

@dietergoetelen
dietergoetelen / README.md
Last active June 24, 2022 08:03 — forked from hydrosquall/webhook.json
Webhook Payload: Datadog Graphs -> Discord Bot

Resources

Datadog

Making discord webhooks

# OpenSSL Root CA configuration file
# Copy to /root/ca/openssl_root.cnf
[ ca ]
default_ca = CA_default
[ CA_default ]
# Directory and file locations.
dir = /root/ca
certs = $dir/certs
@dietergoetelen
dietergoetelen / .block
Last active October 30, 2017 09:54 — forked from kerryrodden/.block
Sequences sunburst (d3 v4)
license: apache-2.0
export default ngModule => {
ngModule.directive('ngForm', ngForm);
function ngForm(_) {
return {
restrict: 'E',
link: function(scope, element, attrs) {
if (!attrs.ngSubmit) {
return;
}
(function(XHR) {
"use strict";
var stats = [];
var timeoutId = null;
var open = XHR.prototype.open;
var send = XHR.prototype.send;