feat: udpates
This commit is contained in:
@@ -42,41 +42,41 @@
|
||||
"publish_time": 1769009291639,
|
||||
"update_time": 1769009291639
|
||||
},
|
||||
"decodeUri.ts": {
|
||||
"script_name": "decodeUri.ts",
|
||||
"script_length": 402,
|
||||
"script_sha256": "691df11e6ca680064155b6d5537a81099142e7c80cfda2436260226197f5e4d9",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/decodeUri.ts",
|
||||
"decode-uri-component.ts": {
|
||||
"script_name": "decode-uri-component.ts",
|
||||
"script_length": 770,
|
||||
"script_sha256": "e4f4baf47ef8284238675a022013bde3fd633ba9259b0099f83cddad89eb0ce5",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/decode-uri-component.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1769009291643,
|
||||
"update_time": 1769009291643
|
||||
"publish_time": 1769010420928,
|
||||
"update_time": 1769010420928
|
||||
},
|
||||
"decodeUriComponent.ts": {
|
||||
"script_name": "decodeUriComponent.ts",
|
||||
"script_length": 411,
|
||||
"script_sha256": "3e6b7b9c9bc0a701790ee38ee66ad7019093d44b590163300259e907979c2703",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/decodeUriComponent.ts",
|
||||
"decode-uri.ts": {
|
||||
"script_name": "decode-uri.ts",
|
||||
"script_length": 761,
|
||||
"script_sha256": "f77655f099aafe15a2a55a9d0b5a0d6ccad850ad199dcd35e39b76b56251ad05",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/decode-uri.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1769009291641,
|
||||
"update_time": 1769009291641
|
||||
"publish_time": 1769010420927,
|
||||
"update_time": 1769010420927
|
||||
},
|
||||
"encodeUri.ts": {
|
||||
"script_name": "encodeUri.ts",
|
||||
"script_length": 402,
|
||||
"script_sha256": "e4ebab94e26fee237e675f3798309f5ebdf27f754b8634e20be33ecef30c05cc",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/encodeUri.ts",
|
||||
"encode-uri-component.ts": {
|
||||
"script_name": "encode-uri-component.ts",
|
||||
"script_length": 774,
|
||||
"script_sha256": "38b6c3509c19826a53b6fda2e6fe304274316be67a2f2b4937477143a3096620",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/encode-uri-component.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1769009291640,
|
||||
"update_time": 1769009291640
|
||||
"publish_time": 1769010420927,
|
||||
"update_time": 1769010420927
|
||||
},
|
||||
"encodeUriComponent.ts": {
|
||||
"script_name": "encodeUriComponent.ts",
|
||||
"script_length": 411,
|
||||
"script_sha256": "917098558bb6ea65e5a6679407cd952b298703b42a850fc84a9917ab8e1c71fc",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/encodeUriComponent.ts",
|
||||
"encode-uri.ts": {
|
||||
"script_name": "encode-uri.ts",
|
||||
"script_length": 761,
|
||||
"script_sha256": "ac3e0f0f5e3ef5ba1049df6a3903776c5aec057ebe3b2889bac595776419d9de",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/encode-uri.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1769009291640,
|
||||
"update_time": 1769009291640
|
||||
"publish_time": 1769010420927,
|
||||
"update_time": 1769010420927
|
||||
},
|
||||
"helloworld-bun.ts": {
|
||||
"script_name": "helloworld-bun.ts",
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env runts --
|
||||
|
||||
import {toArrayBuffer} from "https://deno.land/std@0.203.0/streams/mod.ts";
|
||||
|
||||
const input = await toArrayBuffer(Deno.stdin.readable);
|
||||
const encoded = decodeURI(new TextDecoder().decode(input));
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T232713+08:00.MEYCIQC5Qkmj03V0nXHS/CVq
|
||||
// UK0RbjEnYEQmsamBc1G0vMpZ4AIhAKzdm2O47MfMVqX8CDaTLAP5Q3FL7Qr7V4idoZmdUBBU
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env runts --
|
||||
|
||||
import {toArrayBuffer} from "https://deno.land/std@0.203.0/streams/mod.ts";
|
||||
|
||||
const input = await toArrayBuffer(Deno.stdin.readable);
|
||||
const encoded = decodeURIComponent(new TextDecoder().decode(input));
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T232720+08:00.MEUCIQDey6Bigi3lt0pKkjqe
|
||||
// qivxSwsQ7iuQqE3L8l0km167XQIgKouhGEMv0efcU2huFRFjNCvluo0/39QVY84aYEfdCLo=
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env runts --
|
||||
|
||||
import {toArrayBuffer} from "https://deno.land/std@0.203.0/streams/mod.ts";
|
||||
|
||||
const input = await toArrayBuffer(Deno.stdin.readable);
|
||||
const encoded = encodeURI(new TextDecoder().decode(input));
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T232616+08:00.MEUCIFR22KcyM6rFopdoq6Ql
|
||||
// XntYCaLLBA3/zMR36jOqsUedAiEAsTvDvWNPAq6IUXRqSge5NZ9Hf7/DnF1hjQjZ6+SZQOg=
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env runts --
|
||||
|
||||
import {toArrayBuffer} from "https://deno.land/std@0.203.0/streams/mod.ts";
|
||||
|
||||
const input = await toArrayBuffer(Deno.stdin.readable);
|
||||
const encoded = encodeURIComponent(new TextDecoder().decode(input));
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T232516+08:00.MEYCIQDACv34O4dNEf0su2wk
|
||||
// Lv4+hfZyvbDLPHF8utf2jM3VoAIhAJgrJW75gxZX9Che75cWQN/XB9qvA3MmeAaa9Oo4WWNX
|
||||
Reference in New Issue
Block a user