This file has been truncated, but you can view the full file.
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
[{"name": "A Grove by the Sea \u2022 Arquiste", "url": "https://fumerie.com/arquiste/agrovebythesea", "fragrance_family_name": "Woods", "fragrance_family_url": "https://fumerie.com/fragrance-families/woods", "excerpt": "<div class=\"product-excerpt\"><p><strong>House </strong><a href=\"https://www.fumerie.com/arquiste\">Arquiste</a><br/><strong>Released</strong> 2024<br/><strong>Perfumer </strong><a href=\"https://fumerie.com/parfumeurs/rodrigo-flores-roux\">Rodrigo Flores-Roux</a><br/><strong>Fragrance Family </strong><a href=\"https://fumerie.com/fragrance-families/woods\">Woods</a><br/><strong>Notes</strong> Adriatic fig leaves, black olive, fleur de sel accord, Croatian clementine, Extra virgin olive oil accord, ripe fig fruit, thyme essence, rosemary essence, Mediterranean pine needle, fir balsam, Mediterranean cypress, red clay.</p><p><strong>Description</strong></p><p><strong>August 1508,</strong></p><p><strong>Lopud Island, Adriatic Sea.</strong></p><p>Lopud is an evergreen island with lush fig and ol |
This file has been truncated, but you can view the full file.
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
[{"name": "A Grove by the Sea \u2022 Arquiste", "url": "https://fumerie.com/arquiste/agrovebythesea", "fragrance_family_name": "Woods", "fragrance_family_url": "https://fumerie.com/fragrance-families/woods", "excerpt": "<div class=\"product-excerpt\"><p><strong>House </strong><a href=\"https://www.fumerie.com/arquiste\">Arquiste</a><br/><strong>Released</strong> 2024<br/><strong>Perfumer </strong><a href=\"https://fumerie.com/parfumeurs/rodrigo-flores-roux\">Rodrigo Flores-Roux</a><br/><strong>Fragrance Family </strong><a href=\"https://fumerie.com/fragrance-families/woods\">Woods</a><br/><strong>Notes</strong> Adriatic fig leaves, black olive, fleur de sel accord, Croatian clementine, Extra virgin olive oil accord, ripe fig fruit, thyme essence, rosemary essence, Mediterranean pine needle, fir balsam, Mediterranean cypress, red clay.</p><p><strong>Description</strong></p><p><strong>August 1508,</strong></p><p><strong>Lopud Island, Adriatic Sea.</strong></p><p>Lopud is an evergreen island with lush fig and ol |
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
div#notebook { | |
font-family: sans-serif; | |
font-size: 13pt; | |
line-height: 170%; | |
color: #303030; | |
-webkit-font-smoothing: antialiased !important; | |
padding-top: 25px !important; | |
} | |
body, | |
div.body { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
let context = null; | |
let canvas = null; | |
let video = null; | |
let lastSendTime = 0; | |
const throttleInterval = 1000; // 1 second in milliseconds | |
let throttleTimeout = null; | |
let pendingData = false; | |
htmx.onLoad(elt => { | |
// Find and process the canvas element |
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
import requests, json, glob | |
# Set up | |
api_key = ... | |
GPT_MODEL = "gpt-4-1106-preview" | |
# Read the wordlist and solution from a file | |
def get_words(idx=0): | |
files = sorted(glob.glob("connections_data/*.json")) | |
f = open(files[idx]) |
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
from fasthtml.all import * | |
import anthropic, base64 | |
client = anthropic.Anthropic( | |
api_key="your_key_here", | |
) | |
canvas_js = """ | |
const canvas = document.getElementById('drawingCanvas'); | |
const context = canvas.getContext('2d'); |
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
from fasthtml.all import * | |
import anthropic, base64, time | |
client = anthropic.Anthropic( | |
api_key="your_key_here", | |
) | |
canvas_js = """ | |
const canvas = document.getElementById('drawingCanvas'); |
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
from starlette.responses import FileResponse, RedirectResponse | |
from fastcore.utils import * | |
from fastcore.xml import * | |
from fasthtml import * | |
from sqlite_utils import Database | |
from fastlite import * | |
from fastlite.kw import * | |
db = Database('todos.db') |
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
import requests, json, uuid | |
from starlette.responses import FileResponse, RedirectResponse | |
from fastcore.utils import * | |
from fastcore.xml import * | |
from fasthtml import * | |
from oauthlib.oauth2 import WebApplicationClient | |
# Secrets + URLs |
NewerOlder