Skip to content

Instantly share code, notes, and snippets.

@the-gigi
the-gigi / open-ai-responses-api.html
Created April 21, 2025 19:32
OpenAI responses API
This file has been truncated, but you can view the full file.
<html lang="en" class="light" data-theme="light" style="color-scheme: light;"><head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="/favicon-platform.png">
<link rel="icon" type="image/svg+xml" href="/favicon-platform.svg">
<link rel="preconnect" href="https://cdn.openai.com">
<link rel="preconnect" href="https://OWZ3QOIIJA-dsn.algolia.net" crossorigin="">
<!-- Preload critical fonts -->
<link rel="preload" href="https://cdn.openai.com/common/fonts/openai-sans/OpenAISans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.openai.com/common/fonts/openai-sans/OpenAISans-Semibold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
@the-gigi
the-gigi / clusterpolicies.kyverno.io.yaml
Created July 15, 2023 04:15
ClusterPolicy Kyverno CRD
This file has been truncated, but you can view the full file.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
labels:
app.kubernetes.io/component: crds
app.kubernetes.io/instance: kyverno
app.kubernetes.io/part-of: kyverno
app.kubernetes.io/version: v1.10.1
@the-gigi
the-gigi / lock.json
Created April 23, 2022 07:13
Gist for testing the gist_lock package
nada
<svg>
<defs>
<g id="smiley"
stroke="black"
stroke-width="2">
<circle cx="60" cy ="35" r="34" />
<circle cx="45" cy ="25" r="5" fill="currentColor" />
<circle cx="75" cy ="25" r="5" fill="currentColor" />
<path d="M 40 40
<svg>
<g id="smiley">
...
</g>
<use x="80" y="0" xlink:href="#smiley" />
<use x="0" y="80" xlink:href="#smiley" />
<use x="80" y="80" xlink:href="#smiley" />
</svg>
<svg>
<g id="smiley"
stroke="black"
stroke-width="2"
>
<circle cx="60" cy ="35" r="34"
fill="yellow"
/>
<circle cx="45" cy ="25" r="5" />
<circle cx="75" cy ="25" r="5" />
<svg>
<circle cx="60" cy ="35" r="34"
fill="yellow"
stroke="black"
stroke-width="2"
/>
<circle cx="45" cy ="25" r="5"
stroke="black"
stroke-width="2"
/>
<svg>
<circle cx=30
cy=50
r=15
fill="red"
stroke="blue"
stroke-width=10
/>
<circle cx=30
cy=50
<svg width="400" height="400">
<polyline points="40 60 80 20 120 60" stroke="blue" stroke-width="20"
stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
<polyline points="40 60 80 20 120 60" stroke="white" fill="none"/>
<polyline points="40 140 80 100 120 140" stroke="red" stroke-width="20"
stroke-linecap="round" fill="none" stroke-linejoin="round"/>
<polyline points="40 140 80 100 120 140" stroke="white" fill="none"/>
<polyline points="40 220 80 180 120 220" stroke="green" stroke-width="20"
<svg>
<line x1="20" x2="120" y1="20" y2="20" stroke="blue" stroke-width="15" stroke-linecap="butt"/>
<line x1="20" x2="120" y1="20" y2="20" stroke="white"/>
<line x1="20" x2="120" y1="60" y2="60" stroke="red" stroke-width="15" stroke-linecap="square"/>
<line x1="20" x2="120" y1="60" y2="60" stroke="white"/>
<line x1="20" x2="120" y1="100" y2="100" stroke="green
" stroke-width="15" stroke-linecap="round"/>
<line x1="20" x2="120" y1="100" y2="100" stroke="white"/>