Skip to content

Instantly share code, notes, and snippets.

@michel47
michel47 / Innovation_card_2021-fr.pdf
Last active July 10, 2021 20:50
civicChallenge2021
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@michel47
michel47 / README.md
Last active August 2, 2022 14:44
PoE
title date qm stamp tic
Proof of Screen
_DATE_
_QM_
_stamp_
_tic_

Proof of screen shots !

Date: [08/01/22 01:23:46][2]

@michel47
michel47 / 200.html
Last active July 5, 2021 20:53
indirect.gq
<!DOCTTYPE html><meta charset=utf8><!-- white label redirector -->
<script>
console.info('location:',location)
let path= location.pathname.slice(1);
let fragment= location.hash.slice(1);
if (fragment.match(/^https?:/)) {
document.write(`redirect to: ${fragment}`)
location.href = fragment;
} else if (path.match(/^https?:/)) {
location.href = path;
@michel47
michel47 / 200.html
Last active June 15, 2021 03:55
Redirected
<!DOCTTYPE html><meta charset=utf8><!-- white label redirector -->
<script>
console.info('location:',location)
let path= location.pathname.slice(1);
let fragment= location.hash.slice(1);
if (fragment.match(/^https?:/)) {
document.write(`redirect to: ${fragment}`)
location.href = fragment;
} else if (path.match(/^https?:/)) {
location.href = path;
@michel47
michel47 / IRQ.yml
Last active June 8, 2021 08:38
IRQ line with IPFS
-
-
@michel47
michel47 / IRP-PromiseThen-example.html
Created June 3, 2021 20:03
Implicit Reference to Parameters (IRP)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src=../lib/js/essential.js></script>
<title>Dependancy Acycling Graph using IRP method</title>
</head>
<body>
<h2>Dependancy Acycling Graph using IRP method</h2>
@michel47
michel47 / 200.html
Last active October 18, 2022 04:49
status code 200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>200 - This page on your side of the Universe</title>
<!-- Google font -->