Skip to content

Instantly share code, notes, and snippets.

View JettIsOnTheNet's full-sized avatar
💭
🕶️

Jett Sjöberg JettIsOnTheNet

💭
🕶️
View GitHub Profile
@niko
niko / README.md
Last active October 27, 2025 19:27 — forked from ePirat/spec.md
Icecast Protocol specification

An collection of documents about icecast/shoutcast streaming.

!function() {
var doc = document,
htm = doc.documentElement,
lct = null, // last click target
nearest = function(elm, tag) {
while (elm && elm.nodeName != tag) {
elm = elm.parentNode;
}
return elm;
};