Commit ·
7a164e0
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +53 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0A\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0n\0i\0n\0e\0-\0t\0a\0i\0l\0e\0d\0 \0k\0i\0t\0s\0u\0n\0e\0 \0s\0i\0t\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0,\0 \0p\0e\0r\0c\0h\0e\0d\0 \0o\0n\0 \0t\0h\0e\0 \0c\0u\0r\0v\0e\0d\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0m\0p\0l\0e\0.\0 \0I\0t\0s\0 \0f\0u\0r\0 \0g\0l\0o\0w\0s\0 \0s\0o\0f\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0,\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0e\0t\0h\0e\0r\0e\0a\0l\0 \0w\0i\0s\0p\0s\0 \0s\0u\0r\0r\0o\0u\0n\0d\0i\0n\0g\0 \0i\0t\0.\0 \0C\0h\0e\0r\0r\0y\0 \0b\0l\0o\0s\0s\0o\0m\0s\0 \0f\0l\0o\0a\0t\0 \0g\0e\0n\0t\0l\0y\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0i\0g\0h\0t\0 \0a\0i\0r\0,\0 \0c\0a\0r\0r\0i\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0w\0i\0n\0d\0.\0 \0T\0h\0e\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0 \0f\0e\0a\0t\0u\0r\0e\0s\0 \0a\0 \0m\0i\0s\0t\0y\0 \0l\0a\0n\0d\0s\0c\0a\0p\0e\0 \0w\0i\0t\0h\0 \0r\0o\0l\0l\0i\0n\0g\0 \0h\0i\0l\0l\0s\0 \0a\0n\0d\0 \0a\0 \0q\0u\0i\0e\0t\0 \0v\0i\0l\0l\0a\0g\0e\0 \0b\0e\0l\0o\0w\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0i\0s\0 \0i\0n\0s\0p\0i\0r\0e\0d\0 \0b\0y\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0p\0r\0i\0n\0t\0s\0,\0 \0w\0i\0t\0h\0 \0d\0e\0e\0p\0 \0b\0l\0u\0e\0s\0 \0a\0n\0d\0 \0s\0o\0f\0t\0 \0g\0r\0a\0d\0i\0e\0n\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0y\0e\0t\0 \0e\0l\0e\0g\0a\0n\0t\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0,\0 \0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\0J\0M\03\09\0F\0Z\03\03\0H\0P\09\0X\0M\0H\0B\0Z\0C\0E\0H\09\0H\0H\07\02\0V\00\0.\0j\0p\0e\0g\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\05\03\06\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\05\03\06\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0e\0u\0l\0e\0r\0_\0a\0n\0c\0e\0s\0t\0r\0a\0l\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0n\0o\0r\0m\0a\0l\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\07\00\05\07\09\09\08\08\07\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\02\05\0,\0\"\0c\0f\0g\0\"\0:\06\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\04\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0A\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0n\0i\0n\0e\0-\0t\0a\0i\0l\0e\0d\0 \0k\0i\0t\0s\0u\0n\0e\0 \0s\0i\0t\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0,\0 \0p\0e\0r\0c\0h\0e\0d\0 \0o\0n\0 \0t\0h\0e\0 \0c\0u\0r\0v\0e\0d\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0m\0p\0l\0e\0.\0 \0I\0t\0s\0 \0f\0u\0r\0 \0g\0l\0o\0w\0s\0 \0s\0o\0f\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0,\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0e\0t\0h\0e\0r\0e\0a\0l\0 \0w\0i\0s\0p\0s\0 \0s\0u\0r\0r\0o\0u\0n\0d\0i\0n\0g\0 \0i\0t\0.\0 \0C\0h\0e\0r\0r\0y\0 \0b\0l\0o\0s\0s\0o\0m\0s\0 \0f\0l\0o\0a\0t\0 \0g\0e\0n\0t\0l\0y\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0i\0g\0h\0t\0 \0a\0i\0r\0,\0 \0c\0a\0r\0r\0i\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0w\0i\0n\0d\0.\0 \0T\0h\0e\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0 \0f\0e\0a\0t\0u\0r\0e\0s\0 \0a\0 \0m\0i\0s\0t\0y\0 \0l\0a\0n\0d\0s\0c\0a\0p\0e\0 \0w\0i\0t\0h\0 \0r\0o\0l\0l\0i\0n\0g\0 \0h\0i\0l\0l\0s\0 \0a\0n\0d\0 \0a\0 \0q\0u\0i\0e\0t\0 \0v\0i\0l\0l\0a\0g\0e\0 \0b\0e\0l\0o\0w\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0i\0s\0 \0i\0n\0s\0p\0i\0r\0e\0d\0 \0b\0y\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0p\0r\0i\0n\0t\0s\0,\0 \0w\0i\0t\0h\0 \0d\0e\0e\0p\0 \0b\0l\0u\0e\0s\0 \0a\0n\0d\0 \0s\0o\0f\0t\0 \0g\0r\0a\0d\0i\0e\0n\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0y\0e\0t\0 \0e\0l\0e\0g\0a\0n\0t\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0c\0i\0v\0i\0t\0_\0n\0s\0f\0w\0,\0 \0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\02\05\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\06\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0e\0u\0l\0e\0r\0_\0a\0n\0c\0e\0s\0t\0r\0a\0l\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\03\09\00\09\08\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\00\06\09\01\06\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0]\0}\0\"\0}"
|
| 9 |
+
output:
|
| 10 |
+
url: images/2025-02-09T13.38.41_1.jpg
|
| 11 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0A\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0n\0i\0n\0e\0-\0t\0a\0i\0l\0e\0d\0 \0k\0i\0t\0s\0u\0n\0e\0 \0s\0i\0t\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0,\0 \0p\0e\0r\0c\0h\0e\0d\0 \0o\0n\0 \0t\0h\0e\0 \0c\0u\0r\0v\0e\0d\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0m\0p\0l\0e\0.\0 \0I\0t\0s\0 \0f\0u\0r\0 \0g\0l\0o\0w\0s\0 \0s\0o\0f\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0,\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0e\0t\0h\0e\0r\0e\0a\0l\0 \0w\0i\0s\0p\0s\0 \0s\0u\0r\0r\0o\0u\0n\0d\0i\0n\0g\0 \0i\0t\0.\0 \0C\0h\0e\0r\0r\0y\0 \0b\0l\0o\0s\0s\0o\0m\0s\0 \0f\0l\0o\0a\0t\0 \0g\0e\0n\0t\0l\0y\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0i\0g\0h\0t\0 \0a\0i\0r\0,\0 \0c\0a\0r\0r\0i\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0w\0i\0n\0d\0.\0 \0T\0h\0e\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0 \0f\0e\0a\0t\0u\0r\0e\0s\0 \0a\0 \0m\0i\0s\0t\0y\0 \0l\0a\0n\0d\0s\0c\0a\0p\0e\0 \0w\0i\0t\0h\0 \0r\0o\0l\0l\0i\0n\0g\0 \0h\0i\0l\0l\0s\0 \0a\0n\0d\0 \0a\0 \0q\0u\0i\0e\0t\0 \0v\0i\0l\0l\0a\0g\0e\0 \0b\0e\0l\0o\0w\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0i\0s\0 \0i\0n\0s\0p\0i\0r\0e\0d\0 \0b\0y\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0p\0r\0i\0n\0t\0s\0,\0 \0w\0i\0t\0h\0 \0d\0e\0e\0p\0 \0b\0l\0u\0e\0s\0 \0a\0n\0d\0 \0s\0o\0f\0t\0 \0g\0r\0a\0d\0i\0e\0n\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0y\0e\0t\0 \0e\0l\0e\0g\0a\0n\0t\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0,\0 \0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\0T\0N\02\02\0B\02\0P\0E\0X\0V\0E\0C\0Q\04\0P\0D\0K\0F\0F\04\02\0M\0P\0N\0E\00\0.\0j\0p\0e\0g\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\05\03\06\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\05\03\06\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0e\0u\0l\0e\0r\0_\0a\0n\0c\0e\0s\0t\0r\0a\0l\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0n\0o\0r\0m\0a\0l\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\03\08\00\01\06\04\08\01\03\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\02\05\0,\0\"\0c\0f\0g\0\"\0:\03\0.\05\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\04\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0A\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0n\0i\0n\0e\0-\0t\0a\0i\0l\0e\0d\0 \0k\0i\0t\0s\0u\0n\0e\0 \0s\0i\0t\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0,\0 \0p\0e\0r\0c\0h\0e\0d\0 \0o\0n\0 \0t\0h\0e\0 \0c\0u\0r\0v\0e\0d\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0m\0p\0l\0e\0.\0 \0I\0t\0s\0 \0f\0u\0r\0 \0g\0l\0o\0w\0s\0 \0s\0o\0f\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0,\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0e\0t\0h\0e\0r\0e\0a\0l\0 \0w\0i\0s\0p\0s\0 \0s\0u\0r\0r\0o\0u\0n\0d\0i\0n\0g\0 \0i\0t\0.\0 \0C\0h\0e\0r\0r\0y\0 \0b\0l\0o\0s\0s\0o\0m\0s\0 \0f\0l\0o\0a\0t\0 \0g\0e\0n\0t\0l\0y\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0i\0g\0h\0t\0 \0a\0i\0r\0,\0 \0c\0a\0r\0r\0i\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0w\0i\0n\0d\0.\0 \0T\0h\0e\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0 \0f\0e\0a\0t\0u\0r\0e\0s\0 \0a\0 \0m\0i\0s\0t\0y\0 \0l\0a\0n\0d\0s\0c\0a\0p\0e\0 \0w\0i\0t\0h\0 \0r\0o\0l\0l\0i\0n\0g\0 \0h\0i\0l\0l\0s\0 \0a\0n\0d\0 \0a\0 \0q\0u\0i\0e\0t\0 \0v\0i\0l\0l\0a\0g\0e\0 \0b\0e\0l\0o\0w\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0i\0s\0 \0i\0n\0s\0p\0i\0r\0e\0d\0 \0b\0y\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0p\0r\0i\0n\0t\0s\0,\0 \0w\0i\0t\0h\0 \0d\0e\0e\0p\0 \0b\0l\0u\0e\0s\0 \0a\0n\0d\0 \0s\0o\0f\0t\0 \0g\0r\0a\0d\0i\0e\0n\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0y\0e\0t\0 \0e\0l\0e\0g\0a\0n\0t\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0c\0i\0v\0i\0t\0_\0n\0s\0f\0w\0,\0 \0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\02\05\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\03\0.\05\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0e\0u\0l\0e\0r\0_\0a\0n\0c\0e\0s\0t\0r\0a\0l\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\03\09\00\09\08\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\00\06\09\01\06\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0]\0}\0\"\0}"
|
| 12 |
+
output:
|
| 13 |
+
url: images/2025-02-09T13.41.56_1.jpg
|
| 14 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0A\0 \0r\0e\0f\0i\0n\0e\0d\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0l\0a\0d\0y\0,\0 \0d\0r\0e\0s\0s\0e\0d\0 \0i\0n\0 \0a\0n\0 \0e\0x\0q\0u\0i\0s\0i\0t\0e\0 \0p\0a\0s\0t\0e\0l\0-\0c\0o\0l\0o\0r\0e\0d\0 \0k\0i\0m\0o\0n\0o\0 \0w\0i\0t\0h\0 \0d\0e\0l\0i\0c\0a\0t\0e\0 \0b\0u\0t\0t\0e\0r\0f\0l\0y\0 \0a\0n\0d\0 \0p\0l\0u\0m\0 \0b\0l\0o\0s\0s\0o\0m\0 \0m\0o\0t\0i\0f\0s\0,\0 \0g\0r\0a\0c\0e\0f\0u\0l\0l\0y\0 \0p\0e\0r\0f\0o\0r\0m\0s\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0t\0e\0a\0 \0c\0e\0r\0e\0m\0o\0n\0y\0 \0i\0n\0 \0a\0 \0t\0a\0t\0a\0m\0i\0-\0f\0l\0o\0o\0r\0e\0d\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0.\0 \0H\0e\0r\0 \0m\0o\0v\0e\0m\0e\0n\0t\0s\0 \0a\0r\0e\0 \0p\0r\0e\0c\0i\0s\0e\0 \0a\0n\0d\0 \0s\0e\0r\0e\0n\0e\0,\0 \0h\0e\0r\0 \0h\0a\0n\0d\0s\0 \0e\0l\0e\0g\0a\0n\0t\0l\0y\0 \0h\0o\0l\0d\0i\0n\0g\0 \0a\0 \0c\0e\0r\0a\0m\0i\0c\0 \0t\0e\0a\0 \0b\0o\0w\0l\0 \0w\0i\0t\0h\0 \0s\0t\0e\0a\0m\0 \0r\0i\0s\0i\0n\0g\0 \0f\0r\0o\0m\0 \0f\0r\0e\0s\0h\0l\0y\0 \0b\0r\0e\0w\0e\0d\0 \0m\0a\0t\0c\0h\0a\0.\0 \0T\0h\0e\0 \0s\0h\0o\0j\0i\0 \0s\0c\0r\0e\0e\0n\0s\0 \0b\0e\0h\0i\0n\0d\0 \0h\0e\0r\0 \0a\0r\0e\0 \0s\0l\0i\0g\0h\0t\0l\0y\0 \0o\0p\0e\0n\0,\0 \0r\0e\0v\0e\0a\0l\0i\0n\0g\0 \0a\0 \0m\0i\0s\0t\0y\0 \0m\0o\0r\0n\0i\0n\0g\0 \0g\0a\0r\0d\0e\0n\0 \0f\0i\0l\0l\0e\0d\0 \0w\0i\0t\0h\0 \0b\0a\0m\0b\0o\0o\0,\0 \0s\0t\0o\0n\0e\0 \0l\0a\0n\0t\0e\0r\0n\0s\0,\0 \0a\0n\0d\0 \0a\0 \0g\0e\0n\0t\0l\0e\0 \0k\0o\0i\0 \0p\0o\0n\0d\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0r\0a\0n\0q\0u\0i\0l\0i\0t\0y\0,\0 \0p\0r\0e\0c\0i\0s\0i\0o\0n\0,\0 \0a\0n\0d\0 \0e\0l\0e\0g\0a\0n\0c\0e\0,\0 \0w\0i\0t\0h\0 \0d\0e\0l\0i\0c\0a\0t\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0b\0r\0u\0s\0h\0s\0t\0r\0o\0k\0e\0 \0t\0e\0x\0t\0u\0r\0e\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0s\0e\0r\0e\0n\0e\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\\\0n\0\\\0n\0K\0e\0y\0 \0e\0l\0e\0m\0e\0n\0t\0s\0:\0\\\0n\0\\\0n\0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0n\0o\0b\0l\0e\0w\0o\0m\0a\0n\0 \0p\0e\0r\0f\0o\0r\0m\0i\0n\0g\0 \0t\0e\0a\0 \0c\0e\0r\0e\0m\0o\0n\0y\0\\\0n\0T\0a\0t\0a\0m\0i\0 \0m\0a\0t\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0,\0 \0s\0h\0o\0j\0i\0 \0s\0c\0r\0e\0e\0n\0s\0 \0r\0e\0v\0e\0a\0l\0i\0n\0g\0 \0g\0a\0r\0d\0e\0n\0 \0v\0i\0e\0w\0\\\0n\0S\0o\0f\0t\0 \0m\0o\0r\0n\0i\0n\0g\0 \0l\0i\0g\0h\0t\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0 \0t\0h\0r\0o\0u\0g\0h\0 \0m\0i\0s\0t\0y\0 \0b\0a\0m\0b\0o\0o\0 \0f\0o\0r\0e\0s\0t\0\\\0n\0F\0i\0n\0e\0 \0d\0e\0t\0a\0i\0l\0s\0 \0i\0n\0 \0k\0i\0m\0o\0n\0o\0 \0p\0a\0t\0t\0e\0r\0n\0s\0,\0 \0p\0e\0a\0c\0e\0f\0u\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0\\\0n\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\03\03\06\02\0A\0E\0E\0P\08\08\06\0D\02\01\02\0G\0Z\01\00\07\0J\0Z\0P\0T\0P\00\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\08\05\06\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\02\08\00\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0d\0p\0m\0p\0p\0_\02\0m\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0k\0a\0r\0r\0a\0s\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\01\00\03\00\09\01\08\06\04\06\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\03\06\0,\0\"\0c\0f\0g\0\"\0:\07\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\04\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0A\0 \0r\0e\0f\0i\0n\0e\0d\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0l\0a\0d\0y\0,\0 \0d\0r\0e\0s\0s\0e\0d\0 \0i\0n\0 \0a\0n\0 \0e\0x\0q\0u\0i\0s\0i\0t\0e\0 \0p\0a\0s\0t\0e\0l\0-\0c\0o\0l\0o\0r\0e\0d\0 \0k\0i\0m\0o\0n\0o\0 \0w\0i\0t\0h\0 \0d\0e\0l\0i\0c\0a\0t\0e\0 \0b\0u\0t\0t\0e\0r\0f\0l\0y\0 \0a\0n\0d\0 \0p\0l\0u\0m\0 \0b\0l\0o\0s\0s\0o\0m\0 \0m\0o\0t\0i\0f\0s\0,\0 \0g\0r\0a\0c\0e\0f\0u\0l\0l\0y\0 \0p\0e\0r\0f\0o\0r\0m\0s\0 \0a\0 \0t\0r\0a\0d\0i\0t\0i\0o\0n\0a\0l\0 \0t\0e\0a\0 \0c\0e\0r\0e\0m\0o\0n\0y\0 \0i\0n\0 \0a\0 \0t\0a\0t\0a\0m\0i\0-\0f\0l\0o\0o\0r\0e\0d\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0.\0 \0H\0e\0r\0 \0m\0o\0v\0e\0m\0e\0n\0t\0s\0 \0a\0r\0e\0 \0p\0r\0e\0c\0i\0s\0e\0 \0a\0n\0d\0 \0s\0e\0r\0e\0n\0e\0,\0 \0h\0e\0r\0 \0h\0a\0n\0d\0s\0 \0e\0l\0e\0g\0a\0n\0t\0l\0y\0 \0h\0o\0l\0d\0i\0n\0g\0 \0a\0 \0c\0e\0r\0a\0m\0i\0c\0 \0t\0e\0a\0 \0b\0o\0w\0l\0 \0w\0i\0t\0h\0 \0s\0t\0e\0a\0m\0 \0r\0i\0s\0i\0n\0g\0 \0f\0r\0o\0m\0 \0f\0r\0e\0s\0h\0l\0y\0 \0b\0r\0e\0w\0e\0d\0 \0m\0a\0t\0c\0h\0a\0.\0 \0T\0h\0e\0 \0s\0h\0o\0j\0i\0 \0s\0c\0r\0e\0e\0n\0s\0 \0b\0e\0h\0i\0n\0d\0 \0h\0e\0r\0 \0a\0r\0e\0 \0s\0l\0i\0g\0h\0t\0l\0y\0 \0o\0p\0e\0n\0,\0 \0r\0e\0v\0e\0a\0l\0i\0n\0g\0 \0a\0 \0m\0i\0s\0t\0y\0 \0m\0o\0r\0n\0i\0n\0g\0 \0g\0a\0r\0d\0e\0n\0 \0f\0i\0l\0l\0e\0d\0 \0w\0i\0t\0h\0 \0b\0a\0m\0b\0o\0o\0,\0 \0s\0t\0o\0n\0e\0 \0l\0a\0n\0t\0e\0r\0n\0s\0,\0 \0a\0n\0d\0 \0a\0 \0g\0e\0n\0t\0l\0e\0 \0k\0o\0i\0 \0p\0o\0n\0d\0.\0 \0T\0h\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0r\0a\0n\0q\0u\0i\0l\0i\0t\0y\0,\0 \0p\0r\0e\0c\0i\0s\0i\0o\0n\0,\0 \0a\0n\0d\0 \0e\0l\0e\0g\0a\0n\0c\0e\0,\0 \0w\0i\0t\0h\0 \0d\0e\0l\0i\0c\0a\0t\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0b\0r\0u\0s\0h\0s\0t\0r\0o\0k\0e\0 \0t\0e\0x\0t\0u\0r\0e\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0s\0e\0r\0e\0n\0e\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0\\\0\\\0n\0\\\0\\\0n\0K\0e\0y\0 \0e\0l\0e\0m\0e\0n\0t\0s\0:\0\\\0\\\0n\0\\\0\\\0n\0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0n\0o\0b\0l\0e\0w\0o\0m\0a\0n\0 \0p\0e\0r\0f\0o\0r\0m\0i\0n\0g\0 \0t\0e\0a\0 \0c\0e\0r\0e\0m\0o\0n\0y\0\\\0\\\0n\0T\0a\0t\0a\0m\0i\0 \0m\0a\0t\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0,\0 \0s\0h\0o\0j\0i\0 \0s\0c\0r\0e\0e\0n\0s\0 \0r\0e\0v\0e\0a\0l\0i\0n\0g\0 \0g\0a\0r\0d\0e\0n\0 \0v\0i\0e\0w\0\\\0\\\0n\0S\0o\0f\0t\0 \0m\0o\0r\0n\0i\0n\0g\0 \0l\0i\0g\0h\0t\0 \0f\0i\0l\0t\0e\0r\0i\0n\0g\0 \0t\0h\0r\0o\0u\0g\0h\0 \0m\0i\0s\0t\0y\0 \0b\0a\0m\0b\0o\0o\0 \0f\0o\0r\0e\0s\0t\0\\\0\\\0n\0F\0i\0n\0e\0 \0d\0e\0t\0a\0i\0l\0s\0 \0i\0n\0 \0k\0i\0m\0o\0n\0o\0 \0p\0a\0t\0t\0e\0r\0n\0s\0,\0 \0p\0e\0a\0c\0e\0f\0u\0l\0 \0U\0k\0i\0y\0o\0-\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0c\0i\0v\0i\0t\0_\0n\0s\0f\0w\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0\\\0\\\0n\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\03\06\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\07\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0d\0p\0m\0p\0p\0_\02\0m\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\03\09\00\09\08\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\00\06\09\01\06\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0]\0}\0\"\0}"
|
| 15 |
+
output:
|
| 16 |
+
url: images/2025-02-09T14.11.24_1.jpg
|
| 17 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0A\0 \0s\0t\0u\0n\0n\0i\0n\0g\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0o\0i\0r\0a\0n\0 \0(\0h\0i\0g\0h\0-\0r\0a\0n\0k\0i\0n\0g\0 \0c\0o\0u\0r\0t\0e\0s\0a\0n\0)\0 \0w\0a\0l\0k\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0f\0a\0m\0o\0u\0s\0 \0Y\0o\0s\0h\0i\0w\0a\0r\0a\0 \0d\0i\0s\0t\0r\0i\0c\0t\0,\0 \0d\0r\0e\0s\0s\0e\0d\0 \0i\0n\0 \0a\0 \0l\0a\0v\0i\0s\0h\0 \0s\0i\0l\0k\0 \0k\0i\0m\0o\0n\0o\0 \0l\0a\0y\0e\0r\0e\0d\0 \0i\0n\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0c\0o\0l\0o\0r\0s\0,\0 \0e\0m\0b\0r\0o\0i\0d\0e\0r\0e\0d\0 \0w\0i\0t\0h\0 \0p\0h\0o\0e\0n\0i\0x\0 \0a\0n\0d\0 \0p\0e\0o\0n\0y\0 \0p\0a\0t\0t\0e\0r\0n\0s\0.\0 \0H\0e\0r\0 \0h\0a\0i\0r\0 \0i\0s\0 \0e\0l\0a\0b\0o\0r\0a\0t\0e\0l\0y\0 \0a\0d\0o\0r\0n\0e\0d\0 \0w\0i\0t\0h\0 \0g\0o\0l\0d\0e\0n\0 \0h\0a\0i\0r\0p\0i\0n\0s\0,\0 \0a\0n\0d\0 \0h\0e\0r\0 \0p\0a\0i\0n\0t\0e\0d\0 \0l\0i\0p\0s\0 \0c\0u\0r\0v\0e\0 \0i\0n\0t\0o\0 \0a\0 \0s\0u\0b\0t\0l\0e\0,\0 \0k\0n\0o\0w\0i\0n\0g\0 \0s\0m\0i\0l\0e\0.\0 \0B\0e\0h\0i\0n\0d\0 \0h\0e\0r\0,\0 \0r\0e\0d\0 \0l\0a\0n\0t\0e\0r\0n\0s\0 \0c\0a\0s\0t\0 \0a\0 \0w\0a\0r\0m\0 \0g\0l\0o\0w\0 \0o\0n\0 \0t\0h\0e\0 \0w\0o\0o\0d\0e\0n\0 \0b\0u\0i\0l\0d\0i\0n\0g\0s\0 \0o\0f\0 \0t\0h\0e\0 \0p\0l\0e\0a\0s\0u\0r\0e\0 \0d\0i\0s\0t\0r\0i\0c\0t\0,\0 \0w\0h\0i\0l\0e\0 \0s\0i\0l\0h\0o\0u\0e\0t\0t\0e\0s\0 \0o\0f\0 \0o\0n\0l\0o\0o\0k\0e\0r\0s\0 \0a\0n\0d\0 \0r\0e\0v\0e\0l\0e\0r\0s\0 \0a\0d\0d\0 \0t\0o\0 \0t\0h\0e\0 \0l\0i\0v\0e\0l\0y\0 \0y\0e\0t\0 \0m\0y\0s\0t\0e\0r\0i\0o\0u\0s\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0 \0T\0h\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0h\0e\0 \0o\0p\0u\0l\0e\0n\0c\0e\0,\0 \0i\0n\0t\0r\0i\0g\0u\0e\0,\0 \0a\0n\0d\0 \0e\0l\0e\0g\0a\0n\0c\0e\0 \0o\0f\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0c\0o\0u\0r\0t\0e\0s\0a\0n\0s\0.\0\\\0n\0\\\0n\0K\0e\0y\0 \0e\0l\0e\0m\0e\0n\0t\0s\0:\0\\\0n\0\\\0n\0E\0l\0e\0g\0a\0n\0t\0 \0o\0i\0r\0a\0n\0 \0i\0n\0 \0a\0 \0r\0i\0c\0h\0l\0y\0 \0d\0e\0t\0a\0i\0l\0e\0d\0 \0k\0i\0m\0o\0n\0o\0\\\0n\0R\0e\0d\0 \0l\0a\0n\0t\0e\0r\0n\0-\0l\0i\0t\0 \0s\0t\0r\0e\0e\0t\0s\0 \0o\0f\0 \0Y\0o\0s\0h\0i\0w\0a\0r\0a\0,\0 \0t\0w\0i\0l\0i\0g\0h\0t\0 \0s\0k\0y\0\\\0n\0G\0o\0l\0d\0e\0n\0 \0k\0a\0n\0z\0a\0s\0h\0i\0 \0h\0a\0i\0r\0p\0i\0n\0s\0,\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0y\0e\0t\0 \0c\0o\0m\0m\0a\0n\0d\0i\0n\0g\0 \0p\0r\0e\0s\0e\0n\0c\0e\0\\\0n\0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0U\0k\0i\0y\0o\0-\0e\0 \0s\0t\0y\0l\0e\0 \0w\0i\0t\0h\0 \0r\0i\0c\0h\0,\0 \0l\0a\0y\0e\0r\0e\0d\0 \0c\0o\0l\0o\0r\0s\0\\\0n\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0e\0x\0t\0r\0a\0 \0l\0i\0m\0b\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0f\0u\0s\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0a\0r\0m\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0r\0o\0k\0e\0n\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0h\0a\0n\0d\0s\0,\0 \0f\0l\0o\0a\0t\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0d\0i\0s\0j\0o\0i\0n\0t\0e\0d\0 \0a\0r\0m\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0t\0o\0o\0 \0m\0a\0n\0y\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0s\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0h\0a\0n\0d\0s\0,\0 \0d\0i\0s\0c\0o\0n\0n\0e\0c\0t\0e\0d\0 \0j\0o\0i\0n\0t\0s\0,\0 \0b\0e\0n\0t\0 \0w\0r\0o\0n\0g\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0m\0u\0s\0c\0l\0e\0 \0s\0t\0r\0u\0c\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0b\0o\0d\0y\0 \0s\0h\0a\0p\0e\0,\0 \0l\0o\0w\0 \0c\0o\0n\0t\0r\0a\0s\0t\0,\0 \0o\0v\0e\0r\0s\0a\0t\0u\0r\0a\0t\0e\0d\0 \0c\0o\0l\0o\0r\0s\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0l\0i\0g\0h\0t\0i\0n\0g\0,\0 \0i\0n\0c\0o\0n\0s\0i\0s\0t\0e\0n\0t\0 \0s\0h\0a\0d\0o\0w\0s\0,\0 \0n\0o\0i\0s\0y\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0a\0r\0t\0i\0f\0a\0c\0t\0i\0n\0g\0,\0 \0g\0r\0a\0i\0n\0y\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0b\0r\0o\0k\0e\0n\0 \0d\0e\0p\0t\0h\0 \0o\0f\0 \0f\0i\0e\0l\0d\0,\0 \0w\0a\0r\0p\0e\0d\0 \0e\0d\0g\0e\0s\0,\0 \0p\0o\0o\0r\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0,\0 \0f\0l\0a\0t\0 \0s\0h\0a\0d\0i\0n\0g\0,\0 \0w\0r\0o\0n\0g\0 \0p\0e\0r\0s\0p\0e\0c\0t\0i\0v\0e\0,\0 \0d\0i\0s\0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0t\0e\0 \0b\0o\0d\0y\0 \0p\0a\0r\0t\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0u\0n\0r\0e\0a\0l\0i\0s\0t\0i\0c\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0s\0t\0i\0f\0f\0 \0p\0o\0s\0t\0u\0r\0e\0\\\0n\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\0A\0Q\09\0R\01\0S\0J\08\0T\0J\0V\00\0T\0M\0T\05\0S\0N\0C\0X\0P\01\0H\0K\0C\00\0.\0j\0p\0e\0g\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\05\03\06\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\05\03\06\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0d\0p\0m\0p\0p\0_\02\0m\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0k\0a\0r\0r\0a\0s\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\01\09\02\09\05\08\02\03\00\00\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\02\05\0,\0\"\0c\0f\0g\0\"\0:\07\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\04\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0A\0 \0s\0t\0u\0n\0n\0i\0n\0g\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0o\0i\0r\0a\0n\0 \0(\0h\0i\0g\0h\0-\0r\0a\0n\0k\0i\0n\0g\0 \0c\0o\0u\0r\0t\0e\0s\0a\0n\0)\0 \0w\0a\0l\0k\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0f\0a\0m\0o\0u\0s\0 \0Y\0o\0s\0h\0i\0w\0a\0r\0a\0 \0d\0i\0s\0t\0r\0i\0c\0t\0,\0 \0d\0r\0e\0s\0s\0e\0d\0 \0i\0n\0 \0a\0 \0l\0a\0v\0i\0s\0h\0 \0s\0i\0l\0k\0 \0k\0i\0m\0o\0n\0o\0 \0l\0a\0y\0e\0r\0e\0d\0 \0i\0n\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0c\0o\0l\0o\0r\0s\0,\0 \0e\0m\0b\0r\0o\0i\0d\0e\0r\0e\0d\0 \0w\0i\0t\0h\0 \0p\0h\0o\0e\0n\0i\0x\0 \0a\0n\0d\0 \0p\0e\0o\0n\0y\0 \0p\0a\0t\0t\0e\0r\0n\0s\0.\0 \0H\0e\0r\0 \0h\0a\0i\0r\0 \0i\0s\0 \0e\0l\0a\0b\0o\0r\0a\0t\0e\0l\0y\0 \0a\0d\0o\0r\0n\0e\0d\0 \0w\0i\0t\0h\0 \0g\0o\0l\0d\0e\0n\0 \0h\0a\0i\0r\0p\0i\0n\0s\0,\0 \0a\0n\0d\0 \0h\0e\0r\0 \0p\0a\0i\0n\0t\0e\0d\0 \0l\0i\0p\0s\0 \0c\0u\0r\0v\0e\0 \0i\0n\0t\0o\0 \0a\0 \0s\0u\0b\0t\0l\0e\0,\0 \0k\0n\0o\0w\0i\0n\0g\0 \0s\0m\0i\0l\0e\0.\0 \0B\0e\0h\0i\0n\0d\0 \0h\0e\0r\0,\0 \0r\0e\0d\0 \0l\0a\0n\0t\0e\0r\0n\0s\0 \0c\0a\0s\0t\0 \0a\0 \0w\0a\0r\0m\0 \0g\0l\0o\0w\0 \0o\0n\0 \0t\0h\0e\0 \0w\0o\0o\0d\0e\0n\0 \0b\0u\0i\0l\0d\0i\0n\0g\0s\0 \0o\0f\0 \0t\0h\0e\0 \0p\0l\0e\0a\0s\0u\0r\0e\0 \0d\0i\0s\0t\0r\0i\0c\0t\0,\0 \0w\0h\0i\0l\0e\0 \0s\0i\0l\0h\0o\0u\0e\0t\0t\0e\0s\0 \0o\0f\0 \0o\0n\0l\0o\0o\0k\0e\0r\0s\0 \0a\0n\0d\0 \0r\0e\0v\0e\0l\0e\0r\0s\0 \0a\0d\0d\0 \0t\0o\0 \0t\0h\0e\0 \0l\0i\0v\0e\0l\0y\0 \0y\0e\0t\0 \0m\0y\0s\0t\0e\0r\0i\0o\0u\0s\0 \0a\0t\0m\0o\0s\0p\0h\0e\0r\0e\0.\0 \0T\0h\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0h\0e\0 \0o\0p\0u\0l\0e\0n\0c\0e\0,\0 \0i\0n\0t\0r\0i\0g\0u\0e\0,\0 \0a\0n\0d\0 \0e\0l\0e\0g\0a\0n\0c\0e\0 \0o\0f\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0c\0o\0u\0r\0t\0e\0s\0a\0n\0s\0.\0\\\0\\\0n\0\\\0\\\0n\0K\0e\0y\0 \0e\0l\0e\0m\0e\0n\0t\0s\0:\0\\\0\\\0n\0\\\0\\\0n\0E\0l\0e\0g\0a\0n\0t\0 \0o\0i\0r\0a\0n\0 \0i\0n\0 \0a\0 \0r\0i\0c\0h\0l\0y\0 \0d\0e\0t\0a\0i\0l\0e\0d\0 \0k\0i\0m\0o\0n\0o\0\\\0\\\0n\0R\0e\0d\0 \0l\0a\0n\0t\0e\0r\0n\0-\0l\0i\0t\0 \0s\0t\0r\0e\0e\0t\0s\0 \0o\0f\0 \0Y\0o\0s\0h\0i\0w\0a\0r\0a\0,\0 \0t\0w\0i\0l\0i\0g\0h\0t\0 \0s\0k\0y\0\\\0\\\0n\0G\0o\0l\0d\0e\0n\0 \0k\0a\0n\0z\0a\0s\0h\0i\0 \0h\0a\0i\0r\0p\0i\0n\0s\0,\0 \0g\0r\0a\0c\0e\0f\0u\0l\0 \0y\0e\0t\0 \0c\0o\0m\0m\0a\0n\0d\0i\0n\0g\0 \0p\0r\0e\0s\0e\0n\0c\0e\0\\\0\\\0n\0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0U\0k\0i\0y\0o\0-\0e\0 \0s\0t\0y\0l\0e\0 \0w\0i\0t\0h\0 \0r\0i\0c\0h\0,\0 \0l\0a\0y\0e\0r\0e\0d\0 \0c\0o\0l\0o\0r\0s\0\\\0\\\0n\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0c\0i\0v\0i\0t\0_\0n\0s\0f\0w\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0e\0x\0t\0r\0a\0 \0l\0i\0m\0b\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0f\0u\0s\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0a\0r\0m\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0r\0o\0k\0e\0n\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0h\0a\0n\0d\0s\0,\0 \0f\0l\0o\0a\0t\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0d\0i\0s\0j\0o\0i\0n\0t\0e\0d\0 \0a\0r\0m\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0t\0o\0o\0 \0m\0a\0n\0y\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0s\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0h\0a\0n\0d\0s\0,\0 \0d\0i\0s\0c\0o\0n\0n\0e\0c\0t\0e\0d\0 \0j\0o\0i\0n\0t\0s\0,\0 \0b\0e\0n\0t\0 \0w\0r\0o\0n\0g\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0m\0u\0s\0c\0l\0e\0 \0s\0t\0r\0u\0c\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0b\0o\0d\0y\0 \0s\0h\0a\0p\0e\0,\0 \0l\0o\0w\0 \0c\0o\0n\0t\0r\0a\0s\0t\0,\0 \0o\0v\0e\0r\0s\0a\0t\0u\0r\0a\0t\0e\0d\0 \0c\0o\0l\0o\0r\0s\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0l\0i\0g\0h\0t\0i\0n\0g\0,\0 \0i\0n\0c\0o\0n\0s\0i\0s\0t\0e\0n\0t\0 \0s\0h\0a\0d\0o\0w\0s\0,\0 \0n\0o\0i\0s\0y\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0a\0r\0t\0i\0f\0a\0c\0t\0i\0n\0g\0,\0 \0g\0r\0a\0i\0n\0y\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0b\0r\0o\0k\0e\0n\0 \0d\0e\0p\0t\0h\0 \0o\0f\0 \0f\0i\0e\0l\0d\0,\0 \0w\0a\0r\0p\0e\0d\0 \0e\0d\0g\0e\0s\0,\0 \0p\0o\0o\0r\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0,\0 \0f\0l\0a\0t\0 \0s\0h\0a\0d\0i\0n\0g\0,\0 \0w\0r\0o\0n\0g\0 \0p\0e\0r\0s\0p\0e\0c\0t\0i\0v\0e\0,\0 \0d\0i\0s\0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0t\0e\0 \0b\0o\0d\0y\0 \0p\0a\0r\0t\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0u\0n\0r\0e\0a\0l\0i\0s\0t\0i\0c\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0s\0t\0i\0f\0f\0 \0p\0o\0s\0t\0u\0r\0e\0\\\0\\\0n\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\02\05\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\07\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0d\0p\0m\0p\0p\0_\02\0m\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\03\09\00\09\08\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\00\06\09\01\06\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0]\0}\0\"\0}"
|
| 18 |
+
output:
|
| 19 |
+
url: images/2025-02-09T17.40.26_1.jpg
|
| 20 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0A\0 \0m\0y\0s\0t\0e\0r\0i\0o\0u\0s\0 \0N\0e\0k\0o\0m\0a\0t\0a\0 \0y\0o\0k\0a\0i\0,\0 \0a\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0t\0w\0o\0-\0t\0a\0i\0l\0e\0d\0 \0c\0a\0t\0,\0 \0s\0i\0t\0s\0 \0a\0t\0o\0p\0 \0t\0h\0e\0 \0w\0o\0o\0d\0e\0n\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0n\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0,\0 \0b\0a\0t\0h\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0g\0l\0o\0w\0 \0o\0f\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0.\0 \0I\0t\0s\0 \0p\0i\0e\0r\0c\0i\0n\0g\0 \0y\0e\0l\0l\0o\0w\0 \0e\0y\0e\0s\0 \0g\0l\0i\0n\0t\0 \0w\0i\0t\0h\0 \0o\0t\0h\0e\0r\0w\0o\0r\0l\0d\0l\0y\0 \0i\0n\0t\0e\0l\0l\0i\0g\0e\0n\0c\0e\0 \0a\0s\0 \0i\0t\0 \0g\0a\0z\0e\0s\0 \0a\0t\0 \0t\0h\0e\0 \0v\0i\0e\0w\0e\0r\0,\0 \0i\0t\0s\0 \0f\0o\0r\0k\0e\0d\0 \0t\0a\0i\0l\0 \0f\0l\0i\0c\0k\0i\0n\0g\0 \0b\0e\0h\0i\0n\0d\0 \0i\0t\0.\0 \0T\0h\0e\0 \0c\0r\0e\0a\0t\0u\0r\0e\0\\\0u\02\00\01\09\0s\0 \0t\0h\0i\0c\0k\0 \0f\0u\0r\0 \0i\0s\0 \0e\0l\0e\0g\0a\0n\0t\0l\0y\0 \0p\0a\0t\0t\0e\0r\0n\0e\0d\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0s\0a\0k\0u\0r\0a\0 \0a\0n\0d\0 \0f\0l\0a\0m\0e\0-\0l\0i\0k\0e\0 \0m\0a\0r\0k\0i\0n\0g\0s\0,\0 \0g\0l\0o\0w\0i\0n\0g\0 \0s\0u\0b\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0.\0\\\0n\0\\\0n\0T\0h\0e\0 \0w\0i\0n\0d\0 \0r\0u\0s\0t\0l\0e\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0p\0a\0p\0e\0r\0 \0l\0a\0n\0t\0e\0r\0n\0s\0,\0 \0c\0a\0s\0t\0i\0n\0g\0 \0f\0l\0i\0c\0k\0e\0r\0i\0n\0g\0 \0s\0h\0a\0d\0o\0w\0s\0 \0o\0n\0 \0t\0h\0e\0 \0d\0a\0r\0k\0 \0w\0o\0o\0d\0e\0n\0 \0b\0e\0a\0m\0s\0.\0 \0B\0e\0l\0o\0w\0,\0 \0a\0 \0f\0e\0w\0 \0u\0n\0s\0u\0s\0p\0e\0c\0t\0i\0n\0g\0 \0v\0i\0l\0l\0a\0g\0e\0r\0s\0 \0p\0a\0s\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0a\0r\0r\0o\0w\0,\0 \0l\0a\0n\0t\0e\0r\0n\0-\0l\0i\0t\0 \0s\0t\0r\0e\0e\0t\0s\0 \0o\0f\0 \0a\0n\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0o\0w\0n\0,\0 \0o\0b\0l\0i\0v\0i\0o\0u\0s\0 \0t\0o\0 \0t\0h\0e\0 \0l\0u\0r\0k\0i\0n\0g\0 \0y\0o\0k\0a\0i\0 \0a\0b\0o\0v\0e\0.\0 \0A\0 \0m\0i\0s\0t\0y\0 \0h\0a\0z\0e\0 \0d\0r\0i\0f\0t\0s\0 \0a\0c\0r\0o\0s\0s\0 \0t\0h\0e\0 \0a\0l\0l\0e\0y\0w\0a\0y\0s\0,\0 \0a\0d\0d\0i\0n\0g\0 \0a\0n\0 \0a\0i\0r\0 \0o\0f\0 \0m\0y\0s\0t\0e\0r\0y\0.\0\\\0n\0\\\0n\0T\0h\0e\0 \0N\0e\0k\0o\0m\0a\0t\0a\0\\\0u\02\00\01\09\0s\0 \0l\0o\0n\0g\0,\0 \0s\0h\0a\0r\0p\0 \0c\0l\0a\0w\0s\0 \0r\0e\0s\0t\0 \0o\0n\0 \0t\0h\0e\0 \0e\0d\0g\0e\0 \0o\0f\0 \0t\0h\0e\0 \0r\0o\0o\0f\0t\0o\0p\0,\0 \0w\0h\0i\0l\0e\0 \0f\0a\0i\0n\0t\0 \0w\0i\0s\0p\0s\0 \0o\0f\0 \0s\0p\0e\0c\0t\0r\0a\0l\0 \0f\0i\0r\0e\0 \0d\0a\0n\0c\0e\0 \0a\0r\0o\0u\0n\0d\0 \0i\0t\0s\0 \0p\0a\0w\0s\0,\0 \0h\0i\0n\0t\0i\0n\0g\0 \0a\0t\0 \0i\0t\0s\0 \0d\0a\0r\0k\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0p\0o\0w\0e\0r\0s\0.\0 \0I\0n\0 \0t\0h\0e\0 \0d\0i\0s\0t\0a\0n\0c\0e\0,\0 \0t\0h\0e\0 \0s\0i\0l\0h\0o\0u\0e\0t\0t\0e\0 \0o\0f\0 \0M\0o\0u\0n\0t\0 \0F\0u\0j\0i\0 \0l\0o\0o\0m\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0s\0t\0a\0r\0r\0y\0 \0s\0k\0y\0,\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0l\0a\0s\0s\0i\0c\0 \0u\0k\0i\0y\0o\0-\0e\0 \0c\0l\0o\0u\0d\0 \0m\0o\0t\0i\0f\0s\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0a\0r\0o\0u\0n\0d\0 \0i\0t\0.\0\\\0n\0\\\0n\0T\0h\0e\0 \0e\0n\0t\0i\0r\0e\0 \0s\0c\0e\0n\0e\0 \0i\0s\0 \0r\0e\0n\0d\0e\0r\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0c\0l\0a\0s\0s\0i\0c\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0U\0k\0i\0y\0o\0-\0e\0 \0w\0o\0o\0d\0b\0l\0o\0c\0k\0 \0p\0r\0i\0n\0t\0 \0s\0t\0y\0l\0e\0,\0 \0f\0e\0a\0t\0u\0r\0i\0n\0g\0 \0b\0o\0l\0d\0 \0l\0i\0n\0e\0w\0o\0r\0k\0,\0 \0r\0i\0c\0h\0 \0i\0n\0d\0i\0g\0o\0 \0a\0n\0d\0 \0c\0r\0i\0m\0s\0o\0n\0 \0t\0o\0n\0e\0s\0,\0 \0a\0n\0d\0 \0i\0n\0t\0r\0i\0c\0a\0t\0e\0 \0d\0e\0t\0a\0i\0l\0i\0n\0g\0 \0r\0e\0m\0i\0n\0i\0s\0c\0e\0n\0t\0 \0o\0f\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0p\0r\0i\0n\0t\0s\0.\0 \0T\0h\0e\0 \0t\0e\0x\0t\0u\0r\0e\0s\0 \0m\0i\0m\0i\0c\0 \0a\0g\0e\0d\0 \0J\0a\0p\0a\0n\0e\0s\0e\0 \0w\0a\0s\0h\0i\0 \0p\0a\0p\0e\0r\0,\0 \0w\0i\0t\0h\0 \0s\0u\0b\0t\0l\0e\0 \0i\0n\0k\0 \0b\0l\0e\0e\0d\0 \0e\0f\0f\0e\0c\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0a\0u\0t\0h\0e\0n\0t\0i\0c\0i\0t\0y\0 \0o\0f\0 \0t\0h\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0a\0e\0s\0t\0h\0e\0t\0i\0c\0.\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0e\0x\0t\0r\0a\0 \0l\0i\0m\0b\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0f\0u\0s\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0a\0r\0m\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0r\0o\0k\0e\0n\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0h\0a\0n\0d\0s\0,\0 \0f\0l\0o\0a\0t\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0d\0i\0s\0j\0o\0i\0n\0t\0e\0d\0 \0a\0r\0m\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0t\0o\0o\0 \0m\0a\0n\0y\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0s\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0h\0a\0n\0d\0s\0,\0 \0d\0i\0s\0c\0o\0n\0n\0e\0c\0t\0e\0d\0 \0j\0o\0i\0n\0t\0s\0,\0 \0b\0e\0n\0t\0 \0w\0r\0o\0n\0g\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0m\0u\0s\0c\0l\0e\0 \0s\0t\0r\0u\0c\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0b\0o\0d\0y\0 \0s\0h\0a\0p\0e\0,\0 \0l\0o\0w\0 \0c\0o\0n\0t\0r\0a\0s\0t\0,\0 \0o\0v\0e\0r\0s\0a\0t\0u\0r\0a\0t\0e\0d\0 \0c\0o\0l\0o\0r\0s\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0l\0i\0g\0h\0t\0i\0n\0g\0,\0 \0i\0n\0c\0o\0n\0s\0i\0s\0t\0e\0n\0t\0 \0s\0h\0a\0d\0o\0w\0s\0,\0 \0n\0o\0i\0s\0y\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0a\0r\0t\0i\0f\0a\0c\0t\0i\0n\0g\0,\0 \0g\0r\0a\0i\0n\0y\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0b\0r\0o\0k\0e\0n\0 \0d\0e\0p\0t\0h\0 \0o\0f\0 \0f\0i\0e\0l\0d\0,\0 \0w\0a\0r\0p\0e\0d\0 \0e\0d\0g\0e\0s\0,\0 \0p\0o\0o\0r\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0,\0 \0f\0l\0a\0t\0 \0s\0h\0a\0d\0i\0n\0g\0,\0 \0w\0r\0o\0n\0g\0 \0p\0e\0r\0s\0p\0e\0c\0t\0i\0v\0e\0,\0 \0d\0i\0s\0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0t\0e\0 \0b\0o\0d\0y\0 \0p\0a\0r\0t\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0u\0n\0r\0e\0a\0l\0i\0s\0t\0i\0c\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0s\0t\0i\0f\0f\0 \0p\0o\0s\0t\0u\0r\0e\0\\\0n\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\0E\0W\0K\0J\0D\05\0Y\0R\0B\0E\0Y\05\0S\05\0D\0J\0X\06\0N\0G\0N\02\05\0H\01\00\0.\0j\0p\0e\0g\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\05\03\06\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\05\03\06\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0d\0p\0m\0p\0p\0_\02\0m\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0k\0a\0r\0r\0a\0s\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\04\00\03\04\07\09\09\03\02\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\04\02\0,\0\"\0c\0f\0g\0\"\0:\08\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\04\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\09\09\08\09\00\0@\01\00\06\09\01\06\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0o\0t\0h\0e\0r\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\04\03\09\07\07\0@\05\07\00\01\03\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\02\03\04\03\01\03\0@\01\03\09\00\09\08\09\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0A\0 \0m\0y\0s\0t\0e\0r\0i\0o\0u\0s\0 \0N\0e\0k\0o\0m\0a\0t\0a\0 \0y\0o\0k\0a\0i\0,\0 \0a\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0t\0w\0o\0-\0t\0a\0i\0l\0e\0d\0 \0c\0a\0t\0,\0 \0s\0i\0t\0s\0 \0a\0t\0o\0p\0 \0t\0h\0e\0 \0w\0o\0o\0d\0e\0n\0 \0r\0o\0o\0f\0t\0o\0p\0 \0o\0f\0 \0a\0n\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0e\0a\0 \0h\0o\0u\0s\0e\0,\0 \0b\0a\0t\0h\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0e\0e\0r\0i\0e\0 \0g\0l\0o\0w\0 \0o\0f\0 \0a\0 \0f\0u\0l\0l\0 \0m\0o\0o\0n\0.\0 \0I\0t\0s\0 \0p\0i\0e\0r\0c\0i\0n\0g\0 \0y\0e\0l\0l\0o\0w\0 \0e\0y\0e\0s\0 \0g\0l\0i\0n\0t\0 \0w\0i\0t\0h\0 \0o\0t\0h\0e\0r\0w\0o\0r\0l\0d\0l\0y\0 \0i\0n\0t\0e\0l\0l\0i\0g\0e\0n\0c\0e\0 \0a\0s\0 \0i\0t\0 \0g\0a\0z\0e\0s\0 \0a\0t\0 \0t\0h\0e\0 \0v\0i\0e\0w\0e\0r\0,\0 \0i\0t\0s\0 \0f\0o\0r\0k\0e\0d\0 \0t\0a\0i\0l\0 \0f\0l\0i\0c\0k\0i\0n\0g\0 \0b\0e\0h\0i\0n\0d\0 \0i\0t\0.\0 \0T\0h\0e\0 \0c\0r\0e\0a\0t\0u\0r\0e\0\\\0u\02\00\01\09\0s\0 \0t\0h\0i\0c\0k\0 \0f\0u\0r\0 \0i\0s\0 \0e\0l\0e\0g\0a\0n\0t\0l\0y\0 \0p\0a\0t\0t\0e\0r\0n\0e\0d\0 \0w\0i\0t\0h\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0s\0a\0k\0u\0r\0a\0 \0a\0n\0d\0 \0f\0l\0a\0m\0e\0-\0l\0i\0k\0e\0 \0m\0a\0r\0k\0i\0n\0g\0s\0,\0 \0g\0l\0o\0w\0i\0n\0g\0 \0s\0u\0b\0t\0l\0y\0 \0i\0n\0 \0t\0h\0e\0 \0m\0o\0o\0n\0l\0i\0g\0h\0t\0.\0\\\0\\\0n\0\\\0\\\0n\0T\0h\0e\0 \0w\0i\0n\0d\0 \0r\0u\0s\0t\0l\0e\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0p\0a\0p\0e\0r\0 \0l\0a\0n\0t\0e\0r\0n\0s\0,\0 \0c\0a\0s\0t\0i\0n\0g\0 \0f\0l\0i\0c\0k\0e\0r\0i\0n\0g\0 \0s\0h\0a\0d\0o\0w\0s\0 \0o\0n\0 \0t\0h\0e\0 \0d\0a\0r\0k\0 \0w\0o\0o\0d\0e\0n\0 \0b\0e\0a\0m\0s\0.\0 \0B\0e\0l\0o\0w\0,\0 \0a\0 \0f\0e\0w\0 \0u\0n\0s\0u\0s\0p\0e\0c\0t\0i\0n\0g\0 \0v\0i\0l\0l\0a\0g\0e\0r\0s\0 \0p\0a\0s\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0n\0a\0r\0r\0o\0w\0,\0 \0l\0a\0n\0t\0e\0r\0n\0-\0l\0i\0t\0 \0s\0t\0r\0e\0e\0t\0s\0 \0o\0f\0 \0a\0n\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0t\0o\0w\0n\0,\0 \0o\0b\0l\0i\0v\0i\0o\0u\0s\0 \0t\0o\0 \0t\0h\0e\0 \0l\0u\0r\0k\0i\0n\0g\0 \0y\0o\0k\0a\0i\0 \0a\0b\0o\0v\0e\0.\0 \0A\0 \0m\0i\0s\0t\0y\0 \0h\0a\0z\0e\0 \0d\0r\0i\0f\0t\0s\0 \0a\0c\0r\0o\0s\0s\0 \0t\0h\0e\0 \0a\0l\0l\0e\0y\0w\0a\0y\0s\0,\0 \0a\0d\0d\0i\0n\0g\0 \0a\0n\0 \0a\0i\0r\0 \0o\0f\0 \0m\0y\0s\0t\0e\0r\0y\0.\0\\\0\\\0n\0\\\0\\\0n\0T\0h\0e\0 \0N\0e\0k\0o\0m\0a\0t\0a\0\\\0u\02\00\01\09\0s\0 \0l\0o\0n\0g\0,\0 \0s\0h\0a\0r\0p\0 \0c\0l\0a\0w\0s\0 \0r\0e\0s\0t\0 \0o\0n\0 \0t\0h\0e\0 \0e\0d\0g\0e\0 \0o\0f\0 \0t\0h\0e\0 \0r\0o\0o\0f\0t\0o\0p\0,\0 \0w\0h\0i\0l\0e\0 \0f\0a\0i\0n\0t\0 \0w\0i\0s\0p\0s\0 \0o\0f\0 \0s\0p\0e\0c\0t\0r\0a\0l\0 \0f\0i\0r\0e\0 \0d\0a\0n\0c\0e\0 \0a\0r\0o\0u\0n\0d\0 \0i\0t\0s\0 \0p\0a\0w\0s\0,\0 \0h\0i\0n\0t\0i\0n\0g\0 \0a\0t\0 \0i\0t\0s\0 \0d\0a\0r\0k\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0p\0o\0w\0e\0r\0s\0.\0 \0I\0n\0 \0t\0h\0e\0 \0d\0i\0s\0t\0a\0n\0c\0e\0,\0 \0t\0h\0e\0 \0s\0i\0l\0h\0o\0u\0e\0t\0t\0e\0 \0o\0f\0 \0M\0o\0u\0n\0t\0 \0F\0u\0j\0i\0 \0l\0o\0o\0m\0s\0 \0u\0n\0d\0e\0r\0 \0a\0 \0s\0t\0a\0r\0r\0y\0 \0s\0k\0y\0,\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0c\0l\0a\0s\0s\0i\0c\0 \0u\0k\0i\0y\0o\0-\0e\0 \0c\0l\0o\0u\0d\0 \0m\0o\0t\0i\0f\0s\0 \0s\0w\0i\0r\0l\0i\0n\0g\0 \0a\0r\0o\0u\0n\0d\0 \0i\0t\0.\0\\\0\\\0n\0\\\0\\\0n\0T\0h\0e\0 \0e\0n\0t\0i\0r\0e\0 \0s\0c\0e\0n\0e\0 \0i\0s\0 \0r\0e\0n\0d\0e\0r\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0c\0l\0a\0s\0s\0i\0c\0 \0E\0d\0o\0-\0p\0e\0r\0i\0o\0d\0 \0U\0k\0i\0y\0o\0-\0e\0 \0w\0o\0o\0d\0b\0l\0o\0c\0k\0 \0p\0r\0i\0n\0t\0 \0s\0t\0y\0l\0e\0,\0 \0f\0e\0a\0t\0u\0r\0i\0n\0g\0 \0b\0o\0l\0d\0 \0l\0i\0n\0e\0w\0o\0r\0k\0,\0 \0r\0i\0c\0h\0 \0i\0n\0d\0i\0g\0o\0 \0a\0n\0d\0 \0c\0r\0i\0m\0s\0o\0n\0 \0t\0o\0n\0e\0s\0,\0 \0a\0n\0d\0 \0i\0n\0t\0r\0i\0c\0a\0t\0e\0 \0d\0e\0t\0a\0i\0l\0i\0n\0g\0 \0r\0e\0m\0i\0n\0i\0s\0c\0e\0n\0t\0 \0o\0f\0 \0T\0s\0u\0k\0i\0o\0k\0a\0 \0Y\0o\0s\0h\0i\0t\0o\0s\0h\0i\0\\\0u\02\00\01\09\0s\0 \0s\0u\0p\0e\0r\0n\0a\0t\0u\0r\0a\0l\0 \0p\0r\0i\0n\0t\0s\0.\0 \0T\0h\0e\0 \0t\0e\0x\0t\0u\0r\0e\0s\0 \0m\0i\0m\0i\0c\0 \0a\0g\0e\0d\0 \0J\0a\0p\0a\0n\0e\0s\0e\0 \0w\0a\0s\0h\0i\0 \0p\0a\0p\0e\0r\0,\0 \0w\0i\0t\0h\0 \0s\0u\0b\0t\0l\0e\0 \0i\0n\0k\0 \0b\0l\0e\0e\0d\0 \0e\0f\0f\0e\0c\0t\0s\0 \0e\0n\0h\0a\0n\0c\0i\0n\0g\0 \0t\0h\0e\0 \0a\0u\0t\0h\0e\0n\0t\0i\0c\0i\0t\0y\0 \0o\0f\0 \0t\0h\0e\0 \0U\0k\0i\0y\0o\0-\0e\0 \0a\0e\0s\0t\0h\0e\0t\0i\0c\0.\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0c\0i\0v\0i\0t\0_\0n\0s\0f\0w\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0p\0i\0x\0e\0l\0a\0t\0e\0d\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0a\0s\0y\0m\0m\0e\0t\0r\0i\0c\0a\0l\0 \0f\0a\0c\0e\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0e\0y\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0e\0y\0e\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0c\0r\0o\0s\0s\0-\0e\0y\0e\0d\0,\0 \0d\0e\0a\0d\0 \0e\0y\0e\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0f\0u\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0u\0n\0e\0v\0e\0n\0 \0e\0y\0e\0s\0,\0 \0p\0o\0o\0r\0 \0f\0a\0c\0i\0a\0l\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0m\0e\0l\0t\0e\0d\0 \0f\0a\0c\0e\0,\0 \0g\0r\0a\0i\0n\0y\0 \0s\0k\0i\0n\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0s\0k\0i\0n\0 \0c\0o\0l\0o\0r\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0f\0a\0c\0e\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0h\0e\0a\0d\0,\0 \0e\0x\0t\0r\0a\0 \0n\0o\0s\0e\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0n\0o\0s\0e\0,\0 \0c\0r\0e\0e\0p\0y\0 \0s\0m\0i\0l\0e\0,\0 \0c\0o\0l\0l\0a\0p\0s\0e\0d\0 \0f\0a\0c\0e\0,\0 \0e\0x\0t\0r\0a\0 \0l\0i\0m\0b\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0f\0u\0s\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0d\0u\0p\0l\0i\0c\0a\0t\0e\0 \0a\0r\0m\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0r\0o\0k\0e\0n\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0h\0a\0n\0d\0s\0,\0 \0f\0l\0o\0a\0t\0i\0n\0g\0 \0l\0i\0m\0b\0s\0,\0 \0d\0i\0s\0j\0o\0i\0n\0t\0e\0d\0 \0a\0r\0m\0s\0,\0 \0m\0u\0t\0a\0t\0e\0d\0 \0l\0i\0m\0b\0s\0,\0 \0t\0o\0o\0 \0m\0a\0n\0y\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0s\0,\0 \0d\0i\0s\0t\0o\0r\0t\0e\0d\0 \0h\0a\0n\0d\0s\0,\0 \0d\0i\0s\0c\0o\0n\0n\0e\0c\0t\0e\0d\0 \0j\0o\0i\0n\0t\0s\0,\0 \0b\0e\0n\0t\0 \0w\0r\0o\0n\0g\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0m\0u\0s\0c\0l\0e\0 \0s\0t\0r\0u\0c\0t\0u\0r\0e\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0b\0o\0d\0y\0 \0s\0h\0a\0p\0e\0,\0 \0l\0o\0w\0 \0c\0o\0n\0t\0r\0a\0s\0t\0,\0 \0o\0v\0e\0r\0s\0a\0t\0u\0r\0a\0t\0e\0d\0 \0c\0o\0l\0o\0r\0s\0,\0 \0u\0n\0n\0a\0t\0u\0r\0a\0l\0 \0l\0i\0g\0h\0t\0i\0n\0g\0,\0 \0i\0n\0c\0o\0n\0s\0i\0s\0t\0e\0n\0t\0 \0s\0h\0a\0d\0o\0w\0s\0,\0 \0n\0o\0i\0s\0y\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0a\0r\0t\0i\0f\0a\0c\0t\0i\0n\0g\0,\0 \0g\0r\0a\0i\0n\0y\0 \0t\0e\0x\0t\0u\0r\0e\0,\0 \0b\0r\0o\0k\0e\0n\0 \0d\0e\0p\0t\0h\0 \0o\0f\0 \0f\0i\0e\0l\0d\0,\0 \0w\0a\0r\0p\0e\0d\0 \0e\0d\0g\0e\0s\0,\0 \0p\0o\0o\0r\0 \0c\0o\0m\0p\0o\0s\0i\0t\0i\0o\0n\0,\0 \0f\0l\0a\0t\0 \0s\0h\0a\0d\0i\0n\0g\0,\0 \0w\0r\0o\0n\0g\0 \0p\0e\0r\0s\0p\0e\0c\0t\0i\0v\0e\0,\0 \0d\0i\0s\0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0t\0e\0 \0b\0o\0d\0y\0 \0p\0a\0r\0t\0s\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0d\0e\0t\0a\0i\0l\0s\0,\0 \0u\0n\0r\0e\0a\0l\0i\0s\0t\0i\0c\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0s\0t\0i\0f\0f\0 \0p\0o\0s\0t\0u\0r\0e\0\\\0\\\0n\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\04\02\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\08\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0d\0p\0m\0p\0p\0_\02\0m\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\05\07\00\01\03\08\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\03\09\00\09\08\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\01\00\06\09\01\06\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0]\0}\0\"\0}"
|
| 21 |
+
output:
|
| 22 |
+
url: images/2025-02-09T17.53.12_1.jpg
|
| 23 |
+
base_model: stabilityai/sdxl-turbo
|
| 24 |
+
instance_prompt: null
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
# Ukiyo-e SDXL LoRA – Traditional Japanese Woodblock Print Style
|
| 28 |
+
|
| 29 |
+
<Gallery />
|
| 30 |
+
|
| 31 |
+
## Model description
|
| 32 |
+
|
| 33 |
+
This Ukiyo-e SDXL LoRA is a highly refined model trained on a curated dataset of over 300 high-quality Japanese woodblock prints, covering works from Edo-period masters such as Hokusai, Hiroshige, Kuniyoshi, and Yoshitoshi. Designed to authentically replicate the distinctive visual aesthetics of Ukiyo-e, this LoRA enhances AI generations with the graceful linework, stylized compositions, and delicate color palettes characteristic of traditional Japanese printmaking.
|
| 34 |
+
Features:
|
| 35 |
+
|
| 36 |
+
✅ Authentic Ukiyo-e Aesthetic – Captures the iconic bold outlines, flowing ink washes, and woodblock textures.
|
| 37 |
+
✅ Stylized Linework & Flat Colors – Mimics the hand-carved and layered printing techniques, ensuring a natural, period-accurate look.
|
| 38 |
+
✅ Versatile Subject Matter – Excels at generating samurai, geisha, landscapes, mythological creatures, yokai, and Edo-period scenes.
|
| 39 |
+
✅ Dynamic Compositions – Emphasizes Ukiyo-e’s unique perspectives, dramatic poses, and asymmetrical framing.
|
| 40 |
+
✅ Vibrant but Aged Color Palette – Reproduces traditional pigments like indigo (aizome), vermilion (shu-iro), and soft golds found in vintage prints.
|
| 41 |
+
Best Use Cases:
|
| 42 |
+
|
| 43 |
+
🎎 Historical Portraits – Samurai, geisha, kabuki actors, and Edo-period figures.
|
| 44 |
+
🌊 Landscapes & Nature – Rolling waves, misty mountains, cherry blossoms, and traditional shrines.
|
| 45 |
+
👹 Yokai & Mythological Themes – Kitsune, tengu, oni, kappa, and supernatural encounters.
|
| 46 |
+
⚔️ Dynamic Action Scenes – Samurai duels, sumo wrestling, and kabuki drama moments.
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
## Download model
|
| 50 |
+
|
| 51 |
+
Weights for this model are available in Safetensors format.
|
| 52 |
+
|
| 53 |
+
[Download](/ronniealfaro/uyiko-e_Lora/tree/main) them in the Files & versions tab.
|