Skip to content

Instantly share code, notes, and snippets.

@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 / README.md
Last active May 23, 2021 09:35
fairNet Charter
@michel47
michel47 / README.md
Last active May 12, 2021 07:57
token discovery
@michel47
michel47 / README.txt
Last active April 27, 2021 14:52
seed for a gist
seed for a gist !
@michel47
michel47 / README.md
Created April 11, 2021 19:19
Gist Icon ?

What do you use for a Gist icon ?

@michel47
michel47 / README.md
Last active April 11, 2021 07:06
embed anything into a png

An image to make images ...

perl script

This little perl script makes an image out of anything ...

note: you'd need to have the program convert from [imageMagick][2]

@michel47
michel47 / README.md
Created April 8, 2021 20:24
\\SO answer ...

How to access a json key when it is a number?

here is my answer :

@michel47
michel47 / README.md
Last active April 8, 2021 11:37
Tiny IPFS repository

The minimum size repository for a running ipfs node is about 16KB

screenshot 1

~Dr I·T

@michel47
michel47 / README.md
Last active April 5, 2021 06:50
What is TOFU ?

TOFU ?

TOFU is "Time of First Use"

This script is to determine you peerid and track the time of first use

note: you need to allow this origin url within your IPFS' config file

@michel47
michel47 / README.html
Last active April 1, 2021 11:20
a tiny code to fetch your IPFS peerid and give you an url to your published name space (IPNS)
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>get your IPFS PeerID</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}