$ curl -I https://www.w3.org/ns/credentials/v2HTTP/2 200
date: Wed, 27 May 2026 16:30:51 GMT
content-type: application/ld+json
last-modified: Tue, 11 Mar 2025 14:35:30 GMT
cache-control: max-age=2592000, s-maxage=2592001$ curl -I https://www.w3.org/ns/credentials/v2HTTP/2 200
date: Wed, 27 May 2026 16:30:51 GMT
content-type: application/ld+json
last-modified: Tue, 11 Mar 2025 14:35:30 GMT
cache-control: max-age=2592000, s-maxage=2592001| { | |
| "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json", | |
| "packages": [ | |
| "nodejs@latest", | |
| "mongodb@latest", | |
| "mongosh@latest" | |
| ], | |
| "env": { | |
| "DEVBOX_COREPACK_ENABLED": "true" | |
| }, |
| import fs from 'node:fs'; | |
| // generate this file using... | |
| // `gcloud projects list --format=json > gcp-projects-list.json` | |
| const data = fs.readFileSync('gcp-projects-list.json', 'utf8'); | |
| const jsonData = JSON.parse(data); | |
| let output = `connection "gcp" { | |
| plugin = "gcp" | |
| type = "aggregator" |
| { | |
| "@context": "https://schema.org/", | |
| "name": [{ | |
| "@language": "en-US", | |
| "@value": "Benjamin" | |
| },{ | |
| "@language": "he-IL", | |
| "@value": "בִּנְיָמִין", | |
| "@direction": "rtl" | |
| } |
| // https://porkbun.com/products/domains | |
| function cleanCurrencey(n) { | |
| return n.replace('$', '').replace(',', ''); | |
| } | |
| domains = [`TLD, Registration, Renewal, Transfer`]; | |
| $('.domainsPricingAllExtensionsItem').each((i, el) => { | |
| let $el = $(el); | |
| domains.push(`${$el.find('a').text().trim()}, ${cleanCurrencey($el.find('.registration .sortValue').text().trim())}, ${cleanCurrencey($el.find('.renewal .sortValue').text().trim())}, ${cleanCurrencey($el.find('.transfer .sortValue').text().trim())}`); | |
| }); |
| [ | |
| { | |
| "name": "Kinesis Freestyle Pro", | |
| "switchMount": "cherry", | |
| "switchBrand": "cherry", | |
| "switchType": "MX3A-L1xx" | |
| }, | |
| [ | |
| { | |
| "x": 11, |
| [ | |
| { | |
| "name": "PLUM" | |
| }, | |
| [ | |
| { | |
| "a": 6 | |
| }, | |
| "Esc", | |
| "F1", |
| { | |
| "@context": [{ | |
| "type": "@type", | |
| "id": "@id", | |
| "none": "@none", | |
| "language": "@language", | |
| "direction": "@direction", | |
| "json": "@json" | |
| }, | |
| { |