๐
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
#!/usr/bin/env node | |
"use strict"; | |
function sh (strings, ... values) | |
{ | |
const { execSync } = require ("child_process"); | |
return execSync (String .raw ({ raw: strings }, ... values), { encoding: "utf8", maxBuffer: Infinity }); | |
} |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://*; script-src 'self' 'unsafe-eval' https://*"> | |
<title>X_ITE Electron Fiddle</title> | |
<link href="./styles.css" rel="stylesheet"> | |
</head> | |
<body></body> | |
</html> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd"> | |
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> | |
<head> | |
<component name='Geometry2D' level='2'/> | |
<component name='Layering' level='1'/> | |
</head> | |
<Scene> | |
<LayerSet DEF='_1' | |
activeLayer='1' |
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
#X3D V4.1 utf8 X_ITE V11.2.2 | |
PROFILE Interchange | |
COMPONENT Text : 2 | |
META "created" "Sun, 02 Mar 2025 09:01:59 GMT" | |
META "creator" "Holger Seelig" | |
META "modified" "Sun, 02 Mar 2025 09:01:59 GMT" |