Skip to content

Instantly share code, notes, and snippets.

View richplastow's full-sized avatar

Rich Plastow richplastow

View GitHub Profile
@richplastow
richplastow / alfoom
Created October 20, 2017 07:12
Technical proof of concept for http://oom.loop.coop
Alfoom
======
Release Date: 31 December 2017 — alpha for development only
Technical proof of concept for http://oom.loop.coop
@richplastow
richplastow / vue-plus-aframe-test-1.html
Last active September 18, 2018 03:09
Vue plus A-Frame tests
<!DOCTYPE html>
<html lang="en-GB">
<head>
<!-- Technical meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Search engine meta -->
@richplastow
richplastow / Hello.coffee.md
Last active October 9, 2017 09:08
Trying out GitHub.js

Reformatted Hello.vue so that GitHub will highlight Jade and Stylus

doctype html
html(lang="en")
  head
    title= pageTitle
    script(type='text/javascript').
      if (foo) bar(1 + 5)
@richplastow
richplastow / flert.html
Created February 6, 2016 16:45
`flert()` favicon-alert in red, orange, yellow, green or black
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>`flert()` Gist</title>
<link rel=icon href=data:text;base64,Qk0eAAAAAAAAABoAAAAMAAAAAQABAAEAGAAAZhEA>
<script>function flert(s){try{var l=document.querySelector('link[rel=icon]');l
.href=l.href.substr(0,53)+'APgP///4AA'.substr(s*2,2)+'AA'}catch(e){}}</script>
@richplastow
richplastow / localstorage-test.html
Last active August 29, 2015 14:22
Test LocalStorage
<!DOCTYPE html>
<html lang="en">
<head>
<title>LocalStorage Test</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- 20150603^RP -->
<style>
body {
font-size: 14px;