Skip to content

Instantly share code, notes, and snippets.

View goblinbot's full-sized avatar
🤖
Re-working LARP code for fun

Thijs Boerma goblinbot

🤖
Re-working LARP code for fun
View GitHub Profile
@wybiral
wybiral / noscript-tracking.go
Last active October 28, 2024 23:01
Tracking cursor position in real-time with remote monitoring (without JavaScript)
// Tracking cursor position in real-time without JavaScript
// Demo: https://twitter.com/davywtf/status/1124146339259002881
package main
import (
"fmt"
"net/http"
"strings"
)
@eyecatchup
eyecatchup / apple-meta-insanity.html
Created February 8, 2015 12:28
Insanity of Apple-specific meta tags..
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Apple Meta Insanity</title>
<!--
APPLE WEB APP META TAGS
-->
@hofmannsven
hofmannsven / README.md
Last active December 17, 2025 09:10
SCSS Cheatsheet