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
/* global caches, Promise */ | |
//Arquivo apenas para facilitar a edição do javascript, deve ser colado no .php// Não minificar | |
importScripts('serviceworker-cache-polyfill.js'); | |
// While overkill for this specific sample in which there is only one cache, | |
// this is one best practice that can be followed in general to keep track of | |
// multiple caches used by a given service worker, and keep them all versioned. | |
// It maps a shorthand identifier for a cache to a specific, versioned cache name. |
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
#!/bin/sh | |
# Nagios shoutcast plug-in | |
# By Juliano Jeziorny ([email protected]) | |
# Rev 0.1 | |
# 23/11/2010 | |
# ********************************************************* | |
# Modified and adapted for Shoutcast 2 to parse xml stats | |
# and detect unconnected source | |
# Rev 0.2 by Keijo D. Putt | |
# 07-Dec-2017 |
OlderNewer