Discover gists
This file contains 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
#!/bin/bash | |
# Function to send a macOS notification | |
send_notification() { | |
osascript -e 'display notification "'"$1"'" with title "'"$2"'"' | |
} | |
# Function to display a countdown in the terminal | |
countdown_timer() { | |
local time_left=$1 |
This file contains 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
#!/bin/sh | |
set -e | |
# Docker Engine for Linux installation script. | |
# | |
# This script is intended as a convenient way to configure docker's package | |
# repositories and to install Docker Engine, This script is not recommended | |
# for production environments. Before running this script, make yourself familiar | |
# with potential risks and limitations, and refer to the installation manual | |
# at https://docs.docker.com/engine/install/ for alternative installation methods. | |
# |
This file contains 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
#!/bin/bash | |
set -e | |
set -o pipefail | |
# Set API URL | |
INV_HTTP_URL=${INV_HTTP_URL:-"http://localhost:8000"} | |
# Function to make requests and validate responses | |
make_request() { |
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 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
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Cartas de San Valentín</title> | |
<style> | |
body { | |
background-color: #ffccd5; |
This file contains 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
\documentclass[12pt]{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[german]{babel} | |
\usepackage{amsmath,amsfonts,amssymb} | |
\usepackage{graphicx} | |
\usepackage{geometry} | |
\usepackage{multicol} | |
\usepackage{tikz} | |
\usepackage{pgfplots} |
This file contains 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
Log uploaded on Tuesday, February 11, 2025, 6:33:46 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Mechanoid Upgrades(GoGaTio.MechanoidUpgrades): MechanoidUpgrades(1.0.0) |
This file contains 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
{ | |
"event": "subscription.not_renew", | |
"data": { | |
"id": 317617, | |
"domain": "test", | |
"status": "non-renewing", | |
"subscription_code": "SUB_d638sdiWAio7jnl", | |
"email_token": "086x99rmqc4qhcw", | |
"amount": 120000, | |
"cron_expression": "0 0 8 10 *", |
This file contains 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
James, | |
I looked at things more closely to see what I can do, but this appears to be what's happening: | |
1. If we make a request for https://api.library.tamu.edu/iiif/2/ccc4409b-07a7-3d94-85db-bd910dc949da/info.json it's returned because it's cached. | |
2. If we make a request for https://api.library.tamu.edu/iiif/2/ccc4409b-07a7-3d94-85db-bd910dc949da/full/full/0/default.jpg it's returned because it's cached by cantaloupe. | |
``` | |
17:24:40.539 [qtp728115831-507] INFO e.i.l.c.r.i.v.ImageResource - Handling GET /iiif/2/ccc4409b-07a7-3d94-85db-bd910dc949da/full/full/0/default.jpg 2025-02-11T17:24:40.539815681Z 17:24:40.539 [qtp728115831-507] DEBUG e.i.l.c.r.i.v.ImageResource - Request headers: Cookie: _ga_GNS4JMVEZW=GS1.1.1717706318.1.1.1717706321.57.0.0; _ga_TD7YJHGGGZ=GS1.1.1717932646.4.0.1717932646.0.0.0; _fbp=fb.1.1718299623431.123775244860310518; _ga_L132CDT74L=GS1.1.1718299623.1.1.1718299634.0.0.0; _ce.s=v~83bc00ebf1a59b912664c3ab07f6cb2e26b4a2c6~lcw~1718299634431~lva~1717507841174~vpv~0~v11.cs~416528~v11.s~2703 |
This file contains 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
\documentclass[12pt]{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[german]{babel} | |
\usepackage{amsmath,amsfonts,amssymb} | |
\usepackage{graphicx} | |
\usepackage{geometry} | |
\usepackage{multicol} | |
\usepackage{tikz} | |
\usepackage{pgfplots} |