π π π π π π π π π π π
π π π π π π π π π π π
π π π π π π π π π π π
π π π π π π π π π π π
π π π π π π π π π π π
π π π π π π π π π π π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// Machine (machine factory function) | |
// XState (all XState exports) | |
const {sendParent} = XState.actions | |
const geoMachine = Machine({ | |
id: "geolocation", | |
initial: "check_geolocation_api", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "back-away-slowly", | |
"author": "forresto", | |
"description": "not sure where i'm going with this, tho neat vid data urls can be stored in app json", | |
"url": "back-away-slowly", | |
"parents": [ | |
"https://gist.github.com/efe2ea80b8944ea8f2849cddf252638b" | |
] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "meemoo", | |
"title": "test of new ui native elements", | |
"description": "Meemoo app description", | |
"parents": [], | |
"url": "ui-test" | |
}, | |
"nodes": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "cam to webm", | |
"author": "forresto", | |
"description": "webcam to webm file", | |
"url": "cam2webm" | |
}, | |
"nodes": [ | |
{ | |
"id": 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "@forresto", | |
"title": "photo hexaflexagon", | |
"description": "add photos, print, cut, fold, flex", | |
"parents": [ | |
"https://gist.github.com/e47c24fd97bef2098c1207c792b0cb16" | |
], | |
"url": "hexaflexagon" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Shirt (#softfab) | |
Claim (you) has state "waist" with initial value (30). | |
Claim (you) has state "arm" with initial value (5). | |
Claim (you) has state "armaround" with initial value (10). | |
Claim (you) has state "side" with initial value (20). | |
Claim (you) has state "neck" with initial value (15). | |
When (you) contains dots /dots/, | |
(you) has width /width/: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Desktop π½ scanimage --format tiff --mode Color --resolution 300 > fd-black.tiff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "noflo-canvas line chart", | |
"id": "77f213fb32c9b22527e2", | |
"environment": { | |
"type": "noflo-browser", | |
"content": "<canvas id=\"mycanvas\" width=\"200\" height=\"200\"></canvas>\n" | |
}, | |
"icon": "" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "main", | |
"environment": { | |
"type": "noflo-browser", | |
"content": "<video id=\"video\" autoplay loop style=\"max-width:100%;\"></video><br>\n<canvas id=\"colors\" width=\"640\" height=\"100\" style=\"max-width:100%;\"></canvas>\n<button id=\"start\">start camera</button>\n" | |
}, | |
"icon": "" | |
}, | |
"inports": {}, |