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 alchemy from "alchemy"; | |
import { | |
DurableObjectNamespace, | |
Worker, | |
R2Bucket, | |
KVNamespace, | |
} from "alchemy/cloudflare"; | |
const NAME = "storagemcp"; |
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 alchemy from "alchemy"; | |
import { | |
Assets, | |
DurableObjectNamespace, | |
Worker, | |
R2Bucket, | |
} from "alchemy/cloudflare"; | |
const NAME = "playground"; |
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
" Vim color file | |
" Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> | |
" Last Change: 2003-04-23 | |
" URL: http://trific.ath.cx/Ftp/vim/colors/peachpuff.vim | |
" This color scheme uses a peachpuff background (what you've expected when it's | |
" called peachpuff?). | |
" | |
" Note: Only GUI colors differ from default, on terminal it's just `light'. |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>BackgroundColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGmCwwXHR4lVSRudWxs1Q0ODxAR | |
EhMUFRZcTlNDb21wb25lbnRzVU5TUkdCXE5TQ29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29s | |
b3JTcGFjZVYkY2xhc3NPECUwLjEwOTgwMzkxNSAwLjEwOTgwMzkxNSAwLjEwOTgwMzkx |
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
syntax on | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set ai | |
set nu | |
set hlsearch | |
set ruler | |
set bg=dark | |
colo peachpuff |