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
<html style="color:green;" lang="en"> | |
<head> | |
<title>Getting Started with Api2Pdf.com</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" /> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row justify-content-md-center text-center"> | |
<img src="https://api2pdf.wpenginepowered.com/wp-content/themes/api2pdf/assets/images/logo.png" /> | |
</div> |
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
version: "3.9" | |
services: | |
sqlite: | |
image: ghcr.io/libsql/sqld:latest | |
volumes: | |
- ./data:/var/lib/sqld | |
environment: | |
- SQLD_NODE=primary | |
ports: | |
- "6001:8080" |
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
function withCacheSupabase(ttl: number) { | |
return createClient('https://myurl', '.....', { | |
global: { | |
fetch(url, options) { | |
return fetch(url, { | |
...options, | |
cf: { | |
cacheTtl: ttl, | |
cacheEverything: true, | |
}, |
This file has been truncated, but you can view the full file.
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
{ | |
targets: { | |
sprites: { | |
undefined: { | |
order: 0, | |
id: 'RDeIgYRW%onqx19:_~7=', | |
name: 'Sprite1', | |
isStage: false, | |
x: 11, | |
y: -85, |
This file has been truncated, but you can view the full file.
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
{ | |
targets: { | |
sprites: { | |
undefined: { | |
order: 0, | |
id: 'RDeIgYRW%onqx19:_~7=', | |
name: 'Sprite1', | |
isStage: false, | |
x: 11, | |
y: -85, |
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
# The Caddyfile is an easy way to configure your Caddy web server. | |
# | |
# Unless the file starts with a global options block, the first | |
# uncommented line is always the address of your site. | |
# | |
# To use your own domain name (with automatic HTTPS), first make | |
# sure your domain's A/AAAA DNS records are properly pointed to | |
# this machine's public IP, then replace ":80" below with your | |
# domain name. |
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
{ | |
"name":"TESTOOR #anan", | |
"symbol":"TESTOOR", | |
"description":"tests the shit out of everything", | |
"seller_fee_basis_points":500, | |
"image":"https://ipfs.io/ipfs/QmcSdKMcJmkbY4J7EkNTUDbEPa6Tj2QM7tDZFATghXAU9k", | |
"external_url":"nftarmory.me", | |
"edition":"2021", | |
"attributes":[ | |
{ |
NewerOlder