TODO
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
#!/usr/bin/env bash | |
# See also https://github.com/akamai/akamaipowershell | |
usage() { | |
cat <<EOT | |
Usage: $(basename $0) -X value -s value -t value -a value -u value [-d value] [-h] | |
Options: | |
-s Client secret |
Inspiration:
navigator.sendBeacon()
- Docs - Installation - Sentry server
- Graphite
It's not Azure Monitor and Application Insights
No Grafana plugin exist yet
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Webpage resources graph</title> | |
<script> | |
function readFileAsText(file){ | |
const reader = new FileReader(); | |
reader.readAsText(file); | |
return new Promise((resolve, reject) => { |
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
/* | |
IFrame Resizer light version | |
Based on [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) | |
- this version lib to have the base/minimal features | |
- only use default values | |
- force resize the iframe when parent window is resized | |
To avoid memory leaks, only iframes (with a specific classname) that are attached to the document are handled | |
Window events listeners are shared. | |
If the iframe is removed from document (detached nodes) subsequent message events are ignored |
For all files: HTML, JS, CSS, LESS, CSHTML, ASCX, ASPX, CS (SVC) And config files XML, JSON
Write a webpack loader to load backend templates dependencies.
Entry points: ^[^_].*\.cshtml$
and .aspx$
should be an entries points
- WebForm templates (ASPX use ASCX controls) files are HTML/XML with processing instruction nodes
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
#!/usr/bin/env node | |
/* | |
Generate a markdown links list from iCloud tabs, on macOS | |
Usage: | |
./icloudtabs2md.js > icloudtabs.md | |
./icloudtabs2md.js | pbcopy | |
Require: |
JSON Schema (draft-07) for W3C Customer Experience Digital Data Layer (CEDDL) 1.0
Based on Mikael Kohlmyr's JSON Schema of CEDDL
To test data against the schema:
Or
NewerOlder