Skip to content

Instantly share code, notes, and snippets.

@create3000
create3000 / system.js
Last active November 26, 2023 22:09
system.js
#!/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 });
}
@create3000
create3000 / index.html
Last active September 28, 2025 15:19
X_ITE Electron Fiddle
<!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>
@create3000
create3000 / Layers.x3d
Last active February 21, 2025 20:24
Layers for John
<?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'
@create3000
create3000 / FontLibrary.x3dv
Last active March 2, 2025 12:14
FontLibrary Example
#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"