diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..c92f13f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,36 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "Debug executable 'bin2hpp'", + "cargo": { + "args": ["build", "--bin=bin2hpp", "--package=bin2hpp"], + "filter": { + "name": "bin2hpp", + "kind": "bin" + } + }, + "args": ["-i", "/home/adam/my_library.dll"], + "cwd": "${workspaceFolder}" + }, + { + "type": "lldb", + "request": "launch", + "name": "Debug unit tests in executable 'bin2hpp'", + "cargo": { + "args": ["test", "--no-run", "--bin=bin2hpp", "--package=bin2hpp"], + "filter": { + "name": "bin2hpp", + "kind": "bin" + } + }, + "args": [], + "cwd": "${workspaceFolder}" + } + ] +} diff --git a/Cargo.lock b/Cargo.lock index 3d442d0..955dc1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "bin2hpp" -version = "0.2.3" +version = "0.2.4" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 77604a2..74e658d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin2hpp" -version = "0.2.3" +version = "0.2.4" authors = ["Adam Macdonald"] edition = "2024" license = "GPL-3.0-only" diff --git a/README.md b/README.md index cb173bf..1ea477d 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,16 @@ CLI tool for converting files into header files which one can use to directly em ### Basic usage -`$ bin2hpp -i ~/my_image.bmp` will generate an `my_image_bmp.h` file in your current working directory containing something similar to the following: +`$ bin2hpp -i ~/my_library.dll --overwrite` will generate an `my_library_dll.h` file in your current working directory containing something similar to the following: ```c -// Generated by bin2hpp 0.2.0 -#ifndef MY_IMAGE_BMP_H -#define MY_IMAGE_BMP_H -#include -const size_t MYIMAGE_BMP_LEN = 36000054; -const unsigned char MYIMAGE_BMP[MYIMAGE_BMP_LEN] = {0x42,0x4d,0x36,0x51,0x25, ...} +// Generated by bin2hpp 0.2.4 +#ifndef MY_LIBRARY_DLL_H +#define MY_LIBRARY_DLL_H +#define MY_LIBRARY_DLL_LEN 9728 +const unsigned char MY_LIBRARY_DLL[MY_LIBRARY_DLL_LEN] = {0x4d,0x5a,0x90,0x0,0x3,0x0,0x0, ...}; #else -extern const size_t MYIMAGE_BMP_LEN; -extern const unsigned char MYIMAGE_BMP[MYIMAGE_BMP_LEN]; +extern const unsigned char MY_LIBRARY_DLL[MY_LIBRARY_DLL_LEN]; #endif ``` diff --git a/my_library_dll.h b/my_library_dll.h new file mode 100644 index 0000000..1d5a174 --- /dev/null +++ b/my_library_dll.h @@ -0,0 +1,8 @@ +// Generated by bin2hpp 0.2.4 +#ifndef MY_LIBRARY_DLL_H +#define MY_LIBRARY_DLL_H +#define MY_LIBRARY_DLL_LEN 9728 +const unsigned char MY_LIBRARY_DLL[MY_LIBRARY_DLL_LEN] = {0x4d,0x5a,0x90,0x0,0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0xff,0xff,0x0,0x0,0xb8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,0xe,0x1f,0xba,0xe,0x0,0xb4,0x9,0xcd,0x21,0xb8,0x1,0x4c,0xcd,0x21,0x54,0x68,0x69,0x73,0x20,0x70,0x72,0x6f,0x67,0x72,0x61,0x6d,0x20,0x63,0x61,0x6e,0x6e,0x6f,0x74,0x20,0x62,0x65,0x20,0x72,0x75,0x6e,0x20,0x69,0x6e,0x20,0x44,0x4f,0x53,0x20,0x6d,0x6f,0x64,0x65,0x2e,0xd,0xd,0xa,0x24,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc0,0xc1,0x3b,0xc9,0x84,0xa0,0x55,0x9a,0x84,0xa0,0x55,0x9a,0x84,0xa0,0x55,0x9a,0x8d,0xd8,0xc6,0x9a,0x8e,0xa0,0x55,0x9a,0x3a,0xd1,0x50,0x9b,0x94,0xa0,0x55,0x9a,0x3a,0xd1,0x51,0x9b,0x8e,0xa0,0x55,0x9a,0x3a,0xd1,0x56,0x9b,0x86,0xa0,0x55,0x9a,0x3a,0xd1,0x54,0x9b,0x80,0xa0,0x55,0x9a,0xdf,0xc8,0x54,0x9b,0x81,0xa0,0x55,0x9a,0x84,0xa0,0x54,0x9a,0xbd,0xa0,0x55,0x9a,0x1c,0xd2,0x5c,0x9b,0x87,0xa0,0x55,0x9a,0x1c,0xd2,0xaa,0x9a,0x85,0xa0,0x55,0x9a,0x1c,0xd2,0x57,0x9b,0x85,0xa0,0x55,0x9a,0x52,0x69,0x63,0x68,0x84,0xa0,0x55,0x9a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x50,0x45,0x0,0x0,0x4c,0x1,0x3,0x0,0x1,0x32,0x23,0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x0,0x2,0x21,0xb,0x1,0xe,0x1c,0x0,0x20,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x60,0x0,0x0,0x50,0x8a,0x0,0x0,0x0,0x70,0x0,0x0,0x0,0x90,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x10,0x0,0x0,0x0,0x2,0x0,0x0,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x40,0x1,0x0,0x0,0x10,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x90,0x0,0x0,0x7c,0x2,0x0,0x0,0x0,0x90,0x0,0x0,0xf0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x6c,0x93,0x0,0x0,0x14,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc,0x8c,0x0,0x0,0xbc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x55,0x50,0x58,0x30,0x0,0x0,0x0,0x0,0x0,0x60,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0xe0,0x55,0x50,0x58,0x31,0x0,0x0,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x70,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x0,0x0,0xe0,0x2e,0x72,0x73,0x72,0x63,0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x90,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x40,0x0,0x0,0xc0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x33,0x2e,0x39,0x36,0x0,0x55,0x50,0x58,0x21,0xd,0x9,0x2,0xa,0xba,0x3,0xce,0x62,0xd4,0xa9,0x1d,0x94,0xda,0x66,0x0,0x0,0x42,0x1a,0x0,0x0,0x0,0x3a,0x0,0x0,0x24,0x2,0x0,0x57,0x7d,0xfb,0xff,0xff,0x55,0x8b,0xec,0x83,0xe4,0xf8,0x83,0xec,0x44,0x53,0x56,0x8b,0x35,0x0,0x0,0x20,0x4,0xb3,0x1,0x57,0x68,0x7,0x21,0x58,0xff,0xd6,0xef,0xee,0x6e,0xff,0x6,0x64,0x89,0x44,0x24,0x14,0xa,0x6a,0x0,0x7,0x1c,0xff,0x15,0x20,0xcc,0x83,0xc4,0x4,0x77,0x9b,0xee,0xb1,0x50,0x9,0xd4,0x8b,0x3d,0xf,0xd8,0x89,0x7c,0x24,0xd7,0x99,0xb9,0xfc,0x7f,0xfb,0xdb,0xff,0xff,0x10,0xf7,0xf9,0x81,0xfa,0x80,0x0,0x1e,0x75,0x1,0x90,0x8b,0x74,0x24,0x10,0x85,0xf6,0x74,0x7,0x83,0x7,0xf2,0xf7,0xb6,0x18,0xf,0x2,0x32,0xdb,0x23,0x99,0xc,0x62,0x8d,0x77,0xb7,0xff,0xff,0x4c,0x24,0x38,0xe8,0x2,0x0,0xa,0xc,0x8b,0xc8,0x80,0xfb,0x1,0xf,0x85,0x19,0x3,0x16,0x6a,0x40,0x11,0x4,0x1c,0x50,0x1e,0x6c,0xac,0x7d,0x80,0x70,0x7a,0x6c,0x50,0x28,0x4,0x2c,0xa1,0xdd,0xdf,0xdb,0xef,0xd,0x54,0x8d,0x9e,0xbc,0xb2,0xd8,0x94,0x5c,0x24,0x24,0x98,0xeb,0xe,0x8b,0x81,0xeb,0xf6,0xff,0xf6,0xbd,0x8,0x5,0x74,0x8b,0x13,0x18,0x8b,0x80,0xe4,0xef,0x58,0x0,0x83,0xb8,0x8,0x1,0x2f,0xdf,0x42,0x7e,0xff,0x6,0x75,0xed,0x85,0xdb,0x74,0xe9,0xa2,0x4,0x9b,0x29,0x9e,0x16,0xdb,0x7d,0xf6,0x40,0xb5,0x2e,0x5,0x2f,0x8b,0x88,0x88,0x80,0x8b,0x86,0x5d,0x71,0x96,0x97,0x77,0xff,0x30,0xf3,0xf,0x10,0x80,0x20,0xa4,0x11,0x90,0xf4,0x0,0x0,0x54,0x24,0x2c,0x11,0xf6,0xff,0xdb,0xde,0x33,0x34,0x83,0xf9,0xab,0x8e,0x5a,0x8d,0xbe,0x54,0x2f,0xda,0x4,0x8d,0x71,0xff,0x89,0x7b,0xb6,0x74,0xff,0xe5,0x28,0x89,0x20,0x8b,0x3f,0x85,0xff,0xf,0x84,0xcd,0x2d,0xff,0x14,0x70,0xee,0xdd,0x7,0xf2,0xb0,0x46,0x32,0x80,0xbf,0xed,0x8,0x1,0x8b,0x87,0x0,0x3c,0x77,0x77,0xdb,0x6c,0x27,0xa5,0x83,0xf8,0x4b,0x8c,0x9c,0x8,0x8b,0x8f,0x38,0x6a,0xf7,0xf7,0x6b,0x7f,0x66,0xf,0x6e,0xc0,0xf,0x5b,0xc0,0x21,0x71,0x8d,0x34,0x49,0x0,0x2b,0xf1,0x88,0xfd,0x37,0x97,0x5b,0xd,0x7,0x22,0x28,0x5e,0x5,0x3c,0xc7,0x44,0xf3,0x10,0x14,0xae,0x47,0x3f,0xba,0xd7,0xbd,0xbd,0xf,0x5c,0xc8,0x3b,0x90,0x2c,0x75,0x2f,0x11,0x4,0x2b,0x7,0x8,0xe4,0x67,0xdf,0x5c,0x80,0x3f,0xc,0x33,0x33,0x73,0x3f,0x86,0xba,0xe6,0x6b,0x1,0x6b,0xaf,0x75,0x9f,0x17,0x90,0xeb,0x14,0xc7,0x4c,0x30,0xcd,0x2e,0x2a,0xf7,0x5e,0x76,0xdf,0x3a,0x66,0x3b,0x24,0x1,0xbf,0x3d,0x9,0x8e,0xcd,0xd8,0xef,0xda,0x7b,0x75,0x7,0xc6,0x87,0xc,0xb0,0xde,0x83,0xc7,0x10,0x83,0xee,0x1,0xe8,0x3d,0x84,0x76,0x61,0xab,0x11,0xff,0x0,0x72,0x6a,0x58,0xc6,0x4,0xc3,0xdf,0x67,0x20,0x66,0x85,0xc0,0x74,0x49,0x8b,0x37,0x9f,0x52,0x5b,0xc3,0xf1,0xc3,0xd3,0xb2,0x7c,0x8b,0xf0,0x24,0x9,0xee,0x5f,0x79,0x20,0x37,0xb8,0xfe,0x32,0x85,0x33,0xe3,0x5,0xff,0x74,0x6f,0xbb,0x37,0x87,0x68,0x2e,0x50,0x8b,0xce,0x31,0x5,0xfc,0x2f,0x8,0xeb,0x4,0xdd,0x7f,0xd8,0x86,0x8b,0xde,0x6a,0x20,0x57,0x2e,0x8b,0x3,0xf6,0x80,0x4,0x1,0x8b,0x74,0xfd,0x43,0xf2,0x8f,0x23,0x6c,0xd5,0x60,0xc8,0x3,0xc7,0x86,0xa4,0xce,0x24,0x5,0x6,0x28,0x87,0x7d,0xce,0x10,0x3c,0x94,0x43,0x3c,0x75,0x33,0xbc,0x70,0x6b,0xe0,0xb3,0x18,0x48,0x3,0x59,0xb4,0xc6,0x44,0xb3,0x8f,0x93,0xf0,0x43,0xf7,0xcf,0xfd,0xc1,0xbe,0x8a,0x8a,0x9e,0xed,0xb2,0xb8,0xb6,0xe7,0x18,0xc8,0x96,0x0,0x97,0x89,0x2d,0x9d,0xb0,0xe1,0x35,0x6c,0x83,0xff,0xac,0x94,0x36,0x74,0x39,0x86,0x9b,0xd9,0x66,0xef,0xa3,0x69,0xef,0x22,0x74,0x85,0xd4,0x6,0x33,0x1b,0xe7,0x44,0x1d,0x3,0x2b,0x10,0x1b,0x2f,0x7e,0x31,0xb6,0x1f,0xb7,0x24,0x76,0xc,0x89,0xc7,0x52,0x0,0x6a,0x23,0xf9,0xcc,0x6c,0xc1,0xa0,0x39,0x3a,0x7e,0x87,0x3,0x5,0x52,0xa4,0x4d,0x3,0x0,0x75,0x8,0x3,0x18,0xc0,0x52,0x72,0xc9,0x30,0x90,0x28,0x3f,0xcc,0x94,0x6c,0xcc,0x0,0xdf,0x15,0x8,0x83,0x6d,0xc,0xf7,0x62,0x63,0xed,0x1,0x75,0x1d,0x26,0x28,0x68,0x7f,0xb,0x1b,0x93,0xdd,0x7d,0xd2,0x10,0xd2,0xc,0xb8,0x1,0x15,0x5d,0xc2,0xc,0x41,0x83,0x5f,0x78,0xbf,0xf0,0x79,0x14,0x10,0x72,0x3b,0x1,0xc3,0x8b,0xc1,0xc3,0xf,0xd2,0xf1,0x8b,0x4e,0x14,0xbf,0xf1,0xdf,0x1a,0xfe,0x14,0x27,0x8b,0x6,0x41,0x81,0xf9,0x0,0x10,0xcd,0x72,0x12,0x8b,0x50,0xfc,0xd9,0xf0,0x2f,0xff,0x83,0xc1,0x23,0x2b,0xc2,0x83,0xc0,0xfc,0x1f,0x77,0x1f,0x8b,0xc2,0x51,0x50,0xc7,0xe,0xf1,0x17,0x9a,0xdb,0xbb,0xc7,0x46,0x10,0x6a,0x6,0x14,0xf,0xc6,0x17,0x5e,0xc3,0x61,0xac,0x61,0x63,0x6b,0xa8,0x9f,0x7f,0x24,0x2b,0xa3,0xe9,0xae,0x83,0x20,0x87,0x57,0x8b,0xf9,0x68,0x14,0x67,0xb,0x63,0x23,0xbd,0xc,0x83,0xcb,0xff,0x6f,0x10,0x31,0xd8,0x9a,0xd,0xb3,0xf4,0x9b,0x90,0x87,0xbe,0xae,0x3b,0xfe,0x8a,0x22,0x8,0x3f,0xdd,0x70,0x8b,0x7d,0x8,0x94,0xc,0x81,0xc7,0x91,0xf,0x1f,0x84,0x61,0xa4,0xdd,0xc2,0xc6,0x8b,0xa6,0xc9,0x5c,0xe9,0x9,0x80,0xb9,0x79,0x1a,0xe,0xcf,0x52,0x73,0xdc,0xb9,0xf4,0xca,0xcf,0xde,0x77,0xeb,0xf1,0x23,0x7a,0x34,0x81,0xf4,0x4c,0x82,0x5,0xa7,0xbf,0x47,0xd8,0x24,0xb3,0xbe,0x7e,0x82,0x38,0x58,0x82,0x40,0x1,0x97,0xad,0xeb,0x74,0xae,0xd6,0x2c,0x13,0x81,0x76,0x20,0x31,0xfc,0xb0,0xaf,0x64,0x17,0x86,0x2c,0xa4,0x89,0x2a,0x9a,0x2,0x6d,0xfb,0xba,0x80,0xd9,0x4c,0x38,0x10,0xd4,0x1c,0x5,0xce,0xbd,0x66,0x96,0x5c,0x28,0x11,0xf1,0x44,0xb,0xbe,0x34,0xdd,0xaf,0x44,0x55,0x59,0xd2,0x3,0xc9,0xc0,0x58,0xd1,0xf,0x57,0xd,0xff,0xb7,0xef,0xa,0x58,0xd0,0xf,0x5a,0xc2,0x5e,0x2e,0xc8,0x77,0x6,0xf2,0xf,0x51,0xc0,0xeb,0x5,0x52,0x1c,0xbe,0xb1,0xbd,0xb1,0xe1,0x4e,0x10,0xe9,0x14,0x5a,0x38,0x2f,0xc8,0x76,0xe,0x9b,0x3a,0xc7,0x13,0x23,0x8b,0xde,0xf5,0x16,0x46,0xa7,0x3b,0xf0,0xfe,0x97,0x76,0x6c,0xda,0x1,0x50,0x83,0xfb,0x5b,0x9,0x8b,0xc3,0x5f,0x5e,0x5b,0x8b,0xe5,0x5d,0x42,0xc2,0x88,0xed,0x6,0x33,0xc0,0x8,0x1f,0x7f,0x43,0xa9,0xc1,0x30,0x28,0x76,0x3f,0xf1,0x63,0x7b,0x2a,0xbf,0x4e,0x37,0x7,0xbc,0xf7,0x22,0xc9,0x75,0x2,0x72,0x1d,0xd2,0xcd,0xad,0xe2,0xc,0xf7,0x8c,0x30,0x34,0xdb,0xca,0xd5,0x2d,0x47,0x83,0xb8,0x91,0x86,0xee,0x6b,0x59,0x3c,0x38,0x7c,0x4b,0x7,0x47,0x80,0xf7,0x9,0x3f,0x9c,0x80,0x29,0x8b,0x45,0x8,0x36,0x8b,0x84,0xf0,0x68,0x60,0x76,0x1b,0x83,0x7a,0xd8,0x1f,0xa8,0x26,0x66,0x85,0x8d,0x98,0x7b,0x76,0x8c,0x2b,0xd8,0xbd,0xd6,0xf8,0x7c,0xed,0xb7,0x90,0x1a,0x54,0x10,0x64,0x1a,0x5a,0x8,0x61,0x6c,0x40,0x3e,0xa2,0x80,0x10,0x10,0x5,0x58,0x96,0xc8,0xd8,0xb1,0xc3,0xa6,0x50,0x5c,0xe0,0x17,0x1c,0x7d,0xe0,0x91,0xdd,0x28,0x60,0x98,0x9c,0x10,0x90,0xac,0x89,0x28,0xcc,0x87,0xd0,0x70,0xcc,0x6b,0x50,0x5c,0xd8,0x84,0xcc,0x9c,0x58,0x6d,0x5d,0x69,0x30,0x5e,0x5c,0x19,0xd0,0x26,0xc3,0x66,0x6b,0xdd,0xce,0x1c,0x3,0x58,0xc8,0x14,0x54,0x57,0x10,0xc2,0x40,0x30,0x2c,0x9c,0xc2,0x8c,0xc1,0xb5,0xae,0x7c,0x67,0x8b,0xb0,0xaa,0x24,0x5e,0x15,0xdb,0xb7,0xb9,0x1f,0x23,0xba,0x57,0xf0,0x50,0xf3,0xa,0xe,0x59,0xb,0x9e,0x61,0xc2,0xd9,0x30,0x26,0x11,0x1,0xd2,0x1a,0xbd,0x81,0x1d,0xf9,0xe,0x10,0x8,0xdd,0x12,0xc,0xfd,0x26,0x9b,0xfb,0x4b,0xd5,0xdd,0x9c,0x25,0x10,0x93,0x2f,0x15,0x7d,0x6e,0xd9,0xdb,0x4b,0x48,0x66,0x62,0x5a,0xe,0xb3,0x4c,0xdb,0xf6,0xcd,0xda,0x41,0x82,0xa1,0x9b,0x17,0x38,0x2d,0xc2,0x10,0x90,0x25,0xdb,0x7,0x1f,0xf3,0x2f,0x60,0x4c,0x1d,0x83,0x53,0xf2,0xc3,0xcb,0x40,0xc1,0x72,0x76,0x7f,0x5f,0x4e,0x5,0x54,0xb,0xe5,0xc3,0x7b,0x71,0xdd,0x85,0x2c,0x30,0xd6,0xc,0x62,0xec,0xf0,0x26,0xae,0x64,0x7a,0x2c,0xd,0x19,0x3b,0x4c,0x5a,0x3f,0x17,0x24,0xc0,0x1d,0xe1,0xcf,0x11,0x92,0x88,0x90,0x4d,0xe9,0x90,0x94,0x7,0xe3,0xd1,0x98,0x5c,0x1b,0x98,0x4d,0xac,0xa9,0x9f,0xdd,0xe2,0x5,0x97,0x72,0x2a,0xc0,0x8d,0x46,0x76,0xc7,0x6,0x16,0x5b,0xce,0x75,0xf8,0x28,0x62,0x69,0xcd,0xc0,0x87,0x37,0x5b,0x77,0xd,0x5c,0x64,0x8b,0xc6,0x5e,0xb5,0x4,0x8b,0x49,0x4,0x9b,0xbd,0x9a,0xba,0xb8,0x24,0xa8,0xf5,0x45,0xb1,0x3f,0x3c,0xad,0x83,0xb3,0x99,0x3b,0x31,0x74,0x8e,0xf6,0x41,0x96,0xcd,0xfa,0x6,0x48,0xb,0x6a,0xc,0x56,0xa7,0x42,0x8,0xc8,0xf6,0xc2,0x0,0x8d,0x41,0x39,0x1,0x2b,0xe0,0x16,0x56,0xfc,0x1f,0x99,0x19,0x91,0xe9,0x58,0xd7,0x9c,0x26,0x2,0x27,0xbc,0x2d,0x50,0xc3,0x5f,0x37,0xb0,0xfb,0x3,0xec,0xc,0x8d,0x4d,0xf4,0x66,0x9,0x3c,0x74,0x28,0xd4,0x8d,0x10,0xd8,0xfb,0xc0,0x45,0xf4,0x1c,0x1b,0xbc,0x1f,0xdf,0x11,0xb6,0xb2,0xb1,0x19,0x50,0xa2,0x3f,0xec,0x83,0x0,0x32,0x34,0x4a,0xd4,0x26,0x7f,0xdc,0x3d,0x6c,0x48,0x4f,0x6a,0xff,0x14,0x1c,0xfd,0x64,0x25,0x0,0x50,0xb8,0xe0,0xef,0x3e,0xda,0xbc,0x13,0x5,0x67,0x9c,0xf,0x30,0x4,0x33,0xc5,0x89,0x45,0xf0,0xd6,0xb7,0xb7,0x6b,0xa3,0x50,0xc5,0x64,0xa3,0x21,0x7d,0x89,0xb5,0x3c,0xec,0x6a,0xd9,0xf6,0x6d,0xb6,0x5,0x48,0x6a,0x3e,0x51,0xe4,0xf0,0xd8,0xf,0x46,0x60,0x7b,0xe8,0xc7,0x45,0xdd,0x63,0x6,0xec,0xfd,0x45,0xd8,0x5b,0x76,0x25,0x8,0xf,0xc,0x2c,0xfc,0x3b,0x78,0xdb,0xec,0xb6,0xf6,0x44,0x8b,0xd0,0xe,0x83,0xff,0x42,0x95,0x54,0xb9,0x1,0x55,0x78,0xff,0x7f,0xe9,0xc2,0x28,0x1e,0x33,0xc2,0x69,0xd0,0x65,0x89,0x7,0x6c,0x3,0xd1,0x89,0x94,0x8d,0x1a,0x6f,0xb5,0x37,0x3b,0x70,0x70,0x2,0xe1,0x8b,0x5d,0xec,0x80,0x30,0x7d,0xe8,0x8d,0x3f,0x77,0x89,0xd6,0x55,0xd8,0xe3,0xf8,0x85,0x50,0x1d,0x1a,0xf,0x43,0xcd,0xdc,0x95,0x68,0x16,0x60,0x12,0x89,0x85,0x40,0xe,0x9f,0xc0,0x66,0x6b,0x1f,0x55,0x44,0x3b,0xd0,0xd4,0x8d,0x42,0x1,0xfd,0xf7,0x6c,0x6,0x35,0x1f,0x84,0x99,0x6c,0xce,0x2b,0xca,0x89,0x8d,0xfc,0xb6,0xdf,0xe8,0xae,0x8f,0x4,0x16,0x8d,0x1c,0x8,0x3c,0x38,0xd1,0x9d,0x4c,0x70,0xb4,0x8d,0xdd,0xeb,0x6,0x8b,0x7,0x33,0x1,0xc0,0xcd,0x2d,0x70,0xf7,0x96,0xea,0x8d,0x6b,0xc5,0xd,0x5c,0x8b,0x38,0xc8,0xdf,0xb7,0x1b,0xbd,0x15,0xd2,0xf7,0xf3,0xbc,0x8b,0xda,0x7,0x8b,0xc7,0xf7,0xb5,0x29,0x3b,0x67,0x5f,0xf6,0x4b,0x33,0x4,0x3b,0xde,0x75,0xc8,0x11,0x8b,0xfa,0x8b,0x84,0xfe,0x6f,0xf4,0x5f,0x6b,0x3f,0x4d,0x5b,0x8a,0x4,0x17,0x8a,0xb,0x6b,0x88,0xc,0x17,0x86,0x83,0x99,0xb1,0x8b,0x78,0x46,0x92,0x85,0x78,0xa,0xcc,0xc2,0xa1,0x73,0xe0,0xdd,0x8b,0x59,0x10,0x30,0x2e,0x48,0x1c,0x24,0x46,0x3b,0xf9,0x48,0xfe,0xd8,0x5e,0x77,0x13,0x4b,0xf,0x42,0xcf,0xeb,0x51,0xf5,0xc4,0x50,0xa1,0x12,0x1b,0x47,0x5a,0x8b,0x55,0x71,0xfa,0x9e,0x2e,0x12,0xa5,0xc6,0x42,0x82,0x42,0x9a,0xb1,0xa1,0xe2,0xc9,0xb2,0x3c,0x16,0x8b,0x49,0xc2,0xc1,0x76,0x6,0xb,0x6d,0x19,0x4f,0x82,0x52,0x51,0xfd,0x2f,0xd0,0x89,0xc1,0xf7,0xf,0xbe,0xd,0x63,0x59,0x2e,0x4d,0xf0,0x33,0xcd,0x1c,0xe0,0x6a,0x1d,0x8d,0x95,0x2f,0xcf,0x5e,0x53,0xa1,0x6f,0x5d,0xdc,0x50,0x3b,0xfb,0x45,0xf8,0x57,0x10,0x89,0x3c,0x3b,0xd9,0x77,0x8b,0xf5,0xff,0xe2,0x26,0x8b,0xfe,0x19,0x2,0x8b,0x3e,0x53,0x50,0x57,0x89,0x5e,0x9e,0x9f,0x9d,0x41,0x5b,0x78,0xc4,0xc,0xc6,0xe,0x0,0x60,0x84,0xc2,0xfe,0xc3,0xbb,0x1b,0x9c,0x81,0xfb,0xe0,0x7f,0xf,0x87,0xd2,0x7a,0xfb,0x83,0xcf,0xf,0x81,0xff,0xc0,0x16,0xbf,0xff,0x10,0x77,0x2f,0x8b,0xd1,0xb8,0x8,0xd1,0xea,0x49,0x3b,0x2c,0xbe,0xbd,0xb0,0x45,0x20,0x12,0xa,0x3b,0xf8,0xe1,0xf8,0x8d,0x4f,0x1,0x68,0x87,0x5e,0x58,0x1a,0x31,0x8e,0x23,0x5d,0xf,0x86,0x9d,0xe2,0x88,0x85,0x89,0xdf,0xa,0xbf,0x2c,0xb8,0x23,0xda,0x6c,0xfd,0xbb,0x3f,0x5a,0x33,0xc8,0x66,0xc9,0x74,0x77,0x25,0x83,0xe0,0xe0,0x89,0x48,0xfc,0xeb,0x11,0x62,0x61,0x37,0xd6,0xe,0xb,0xe4,0xff,0x1b,0xeb,0x2,0xc2,0x53,0xc2,0x77,0x77,0xdb,0xfb,0xf8,0xb4,0xfc,0x50,0x9e,0x89,0x7e,0x14,0xa1,0xc9,0x68,0x56,0x78,0x9d,0xa3,0x6f,0xd3,0xf4,0xa7,0x1d,0xc0,0xc2,0x62,0xa1,0xc2,0x29,0x92,0xf2,0x6,0xdc,0x8,0xd8,0x3,0x19,0x19,0x89,0x3e,0xd7,0x83,0xf0,0x3d,0x4d,0x53,0xe8,0xfc,0x4,0x5c,0x2f,0x51,0xc7,0x2,0x2d,0x16,0xd1,0x63,0x33,0x3d,0xa1,0x91,0x2e,0x51,0xf8,0x75,0x4a,0x8d,0x57,0x6e,0x9f,0x1f,0x80,0x3d,0xd8,0xde,0xad,0xf4,0x4a,0xfc,0x8d,0x52,0x55,0x5,0x81,0xe1,0xcd,0x8,0xf8,0xfe,0xff,0x2f,0x55,0xb3,0x82,0xf,0xb6,0xc0,0xf7,0xd8,0x1b,0xc0,0xd1,0xe9,0x25,0xdf,0xb0,0x8,0x99,0x33,0x82,0x2c,0x6,0xd6,0x94,0xa9,0x5f,0x33,0xc1,0x89,0x82,0xb8,0x8a,0x82,0x75,0xb2,0xb7,0x80,0x6b,0xf7,0x7,0xe9,0xeb,0x3d,0x3d,0xe0,0x73,0xb1,0xe0,0x48,0xfb,0xc0,0xef,0xee,0x87,0xc4,0x1c,0x53,0x8d,0x9f,0x6,0xbf,0xe3,0xd0,0x1f,0x44,0x5f,0x80,0xd,0xb6,0xbc,0x4b,0x4,0x8d,0x53,0xc8,0x5e,0xc8,0x5d,0xdb,0xdf,0x3e,0x39,0x83,0x34,0x83,0x40,0xf6,0x22,0x8d,0x1a,0x8b,0x2,0x83,0xef,0x61,0xc7,0xd6,0xfd,0x89,0xb,0xde,0xfc,0xbf,0x82,0x81,0xc3,0x50,0xd,0x46,0x3,0xaf,0xf9,0x41,0xf2,0x1d,0xc8,0x4e,0xa,0xb4,0xf2,0xff,0xff,0xdd,0xb,0x86,0x23,0xc8,0x63,0x25,0x8f,0x80,0x13,0x69,0x4f,0x6,0xb0,0x58,0xb0,0x4,0x3d,0xe,0x90,0x87,0x63,0x17,0xdc,0x41,0x87,0xc0,0xca,0xb1,0xc7,0x7,0x78,0x54,0xfc,0xdd,0x76,0xeb,0x87,0x4,0x40,0xb,0x8b,0xca,0xe8,0x84,0x36,0xc1,0xe9,0xb,0x23,0xc1,0x33,0xd0,0x69,0x1e,0xfb,0x2f,0x8b,0x25,0xad,0x58,0x3a,0xff,0xc1,0xe0,0x7,0xb,0x8c,0xdf,0xff,0xf,0x8e,0x41,0xeb,0xd6,0x3e,0x12,0x5f,0x3f,0x43,0x3b,0xd,0xaa,0xfc,0x2d,0xbe,0xb9,0xf2,0xc9,0xf2,0xc3,0xf2,0xe9,0xec,0x3,0x3b,0x6,0x37,0x4c,0x14,0xa3,0x13,0xd6,0x59,0x62,0xeb,0xd,0xf,0x67,0xb0,0xae,0x3e,0x1b,0xd4,0x59,0x2c,0xf,0xc,0xda,0xb6,0x5d,0x85,0xb6,0xe6,0x20,0x83,0x18,0x28,0x32,0xfa,0x5b,0xe9,0x70,0x3c,0x88,0x35,0x43,0x3d,0x3c,0xfc,0xc0,0xc3,0xe0,0x11,0x55,0x14,0x74,0xa,0x45,0x59,0x59,0x6f,0xdf,0xc4,0x9b,0x61,0x22,0xb,0x83,0xe8,0x0,0x74,0x33,0x4,0x1,0x74,0x20,0x7c,0xea,0xf6,0x3c,0x11,0x5,0xce,0x40,0xeb,0xc5,0x15,0xb7,0x67,0xdb,0xee,0x58,0x1f,0x15,0x98,0xfb,0xeb,0x1f,0x70,0x10,0x73,0xf,0x7f,0xb8,0xdb,0xf6,0xa5,0x59,0xeb,0x10,0x6f,0x10,0x8,0x95,0xc0,0x19,0x67,0x10,0xac,0x59,0xdc,0x6d,0xe0,0x53,0x90,0x6a,0x10,0x58,0x27,0xf0,0x10,0x19,0x4c,0x6a,0x67,0xe8,0xea,0xf,0x44,0x16,0x28,0x59,0x84,0x37,0xd1,0x1b,0x48,0x61,0xd8,0xf8,0xff,0x2d,0x88,0x45,0xe3,0xb3,0x1,0x88,0x5d,0xe7,0x83,0x65,0xfc,0x23,0x3d,0x38,0xb0,0xef,0x6b,0xab,0x15,0x4a,0xc5,0x39,0x5,0xc,0x1,0x27,0x38,0xbb,0xdd,0x6d,0x8a,0x34,0x74,0x4d,0x8,0x18,0xe9,0x4,0x14,0xa8,0xb7,0xfb,0x7d,0x3f,0x4,0x20,0xf0,0x4,0xec,0xf6,0xe6,0x59,0xf7,0x75,0x29,0x2c,0xca,0xf3,0x7c,0xcd,0x5f,0x20,0x1d,0xe8,0xe4,0xe0,0x60,0xc0,0x6d,0xce,0x50,0x2,0x32,0xdb,0x70,0xcb,0x5c,0x80,0xff,0xc,0xd6,0xaa,0x88,0x84,0xdb,0x75,0x43,0xf2,0x17,0xc1,0x6f,0x9b,0xef,0xb6,0x3e,0xfd,0x1f,0x56,0xa8,0xe8,0x74,0x14,0xe0,0xc,0x6a,0x2,0x16,0x23,0xb5,0x76,0xe5,0x8b,0x36,0xa9,0x29,0xe0,0x57,0xdb,0xda,0x87,0xdd,0xff,0x49,0x30,0xa0,0x13,0xf,0x8a,0x48,0x1c,0xe3,0x3b,0x90,0xad,0x56,0xe2,0x7c,0x63,0x11,0x8d,0xf0,0xc8,0x11,0x7e,0x1f,0xc9,0xc3,0x6a,0x7,0x1a,0xc7,0xcc,0x6,0x28,0x10,0xbd,0xd0,0xd8,0xde,0xa1,0x3c,0xaa,0x7f,0x8f,0x42,0x69,0x48,0xa3,0x20,0x1c,0x96,0x8e,0x4a,0xff,0x47,0x69,0xe4,0x2,0x13,0xef,0xfb,0x4,0xd3,0xe0,0x78,0xd,0x2,0x75,0x6b,0x13,0xf8,0xf1,0x38,0x58,0x84,0xbf,0xb4,0x3f,0x15,0x83,0x25,0x25,0x2d,0x11,0x41,0x7f,0xa1,0x7d,0x7,0x17,0x66,0x99,0xe3,0x7c,0xf0,0xf7,0xde,0x1b,0xf6,0x23,0x91,0x15,0x5e,0xf6,0xf7,0x89,0x75,0xe4,0xe0,0x11,0x4e,0xe0,0x99,0xd7,0x6,0xd9,0xda,0x8b,0x6f,0xb8,0xe0,0x8b,0x2d,0xf1,0xb7,0xc8,0x73,0xd9,0x1b,0xaf,0xc,0x38,0x29,0xc,0x85,0xc1,0xdd,0x7e,0x6f,0x2a,0xf,0x39,0x3d,0xa9,0x7f,0x7,0xb5,0xe9,0xd9,0x45,0xaf,0x5e,0x2a,0xdf,0x18,0xff,0x1f,0xa,0x83,0xff,0x2,0x76,0x10,0xeb,0x31,0xc0,0x15,0x9e,0xed,0x4,0x53,0x57,0x8b,0x12,0x67,0x49,0x82,0xc9,0xc3,0x4e,0x38,0xac,0x6d,0x16,0xf,0x52,0x76,0x91,0x3,0x32,0x8c,0x3,0xdc,0x4e,0x75,0x27,0xc6,0xc3,0xa,0xdc,0x1b,0x75,0x23,0x86,0x17,0x85,0xdb,0x51,0xb5,0x61,0x25,0x12,0xc1,0x5e,0x91,0x60,0xa7,0xec,0xad,0x74,0x2f,0x3,0x75,0x48,0x5a,0x74,0x35,0x84,0xb1,0xfb,0x46,0x7b,0xeb,0x24,0xf8,0xd4,0x1,0x51,0xff,0x30,0xd0,0xf,0x56,0xb7,0x5,0x9e,0x8d,0xb1,0xc,0x1e,0x15,0xc4,0x9,0x18,0xfa,0x65,0xe8,0xc5,0x4a,0x58,0xc2,0x33,0xf6,0x2d,0x28,0x1b,0xc9,0x35,0x8d,0xaa,0x35,0x31,0x18,0x9a,0x8,0x13,0x45,0x69,0x18,0x31,0x87,0xc,0x47,0x12,0x3f,0x53,0x3,0x4a,0xa7,0xc,0x4,0xac,0x22,0x6,0x4a,0xd,0xec,0x14,0x5d,0x6b,0x89,0xaa,0xc3,0xce,0x80,0x60,0x22,0xbb,0x34,0x3d,0xce,0x62,0x6c,0xe9,0x38,0x68,0x9,0x7a,0xc0,0xa,0x30,0xfa,0x2c,0x7,0x3a,0xe2,0x91,0xdd,0x81,0xec,0x24,0x55,0x17,0xec,0xb7,0xe1,0x8d,0xa6,0x16,0xd2,0x5,0x87,0x59,0xcd,0x29,0x4e,0x31,0xa8,0x9f,0x9b,0x9b,0x9b,0x37,0x5,0xa4,0x89,0x15,0xa0,0x89,0x1d,0x9c,0x89,0x35,0x98,0x89,0xa5,0xd9,0xbe,0x9b,0x3d,0x94,0x66,0x8c,0x18,0xc0,0x6,0xd,0xb4,0x34,0x4b,0xb3,0x7d,0x20,0x90,0x14,0x5,0x8c,0x25,0x88,0xdf,0xd2,0x73,0xb3,0x2d,0x84,0x9c,0x8f,0xb8,0xf4,0x0,0x56,0xac,0x85,0x7f,0xfe,0x6c,0x7,0x4,0xb0,0x8d,0x45,0x8,0xbc,0x8b,0x85,0xdc,0xfc,0x12,0x8f,0xb7,0x95,0x4f,0x88,0x30,0xf8,0x1,0xa1,0x1c,0xb0,0x76,0x3e,0xbd,0xb1,0xb4,0x13,0xa8,0xb7,0xa6,0x30,0xac,0x9,0x64,0xb3,0xfd,0x33,0xb8,0x6a,0x4,0x58,0x6b,0xc0,0xf,0x80,0xbc,0x2,0x4e,0x36,0xdf,0x9c,0x8b,0xd,0x4,0x89,0x4c,0x5,0xf8,0xc1,0xe0,0x0,0x2f,0x3c,0x3c,0x74,0x7b,0x1c,0xb0,0xb5,0x6e,0xe9,0x11,0x8,0xd4,0x9a,0x81,0x1d,0x5c,0x61,0x4,0x61,0x5,0xa,0x3,0xa3,0x23,0x67,0x9e,0x3c,0x34,0xc3,0x96,0x8d,0xb1,0x25,0xcf,0x13,0xdb,0x54,0x1c,0x14,0x97,0x6e,0x27,0xdc,0xdc,0xf4,0x0,0x13,0x6,0xf8,0x0,0x4c,0x14,0xd5,0xf8,0x33,0x83,0x1d,0x33,0xd1,0x10,0x3c,0xe,0x3c,0x31,0x8,0x20,0xb6,0xe5,0x6c,0x33,0x28,0xec,0x24,0x24,0xf0,0x56,0xfc,0xb3,0x56,0xa0,0xdc,0x27,0xec,0x33,0xc3,0x86,0xac,0x36,0xd4,0xfe,0x12,0x2,0xbf,0x4e,0xe6,0x40,0xbb,0xbe,0xb,0x4,0xcf,0x74,0xdb,0xc2,0xe1,0x25,0xa5,0xce,0x75,0x26,0xdb,0xfe,0xc8,0xe,0x75,0x6f,0xe0,0xdd,0xee,0x7,0xb9,0x4f,0x1c,0xeb,0xe,0x15,0xa,0xd,0x11,0x47,0xdd,0xe0,0x10,0xb,0xc8,0x6b,0x41,0xec,0xb1,0x89,0x39,0xf7,0xd1,0x5f,0x8,0x36,0xa6,0xdf,0x6c,0xac,0x81,0x71,0x65,0x18,0xb,0xae,0xc2,0xf5,0x8e,0x75,0x4b,0x74,0xb8,0xb,0xd0,0x5,0xd8,0xc3,0x54,0x33,0xf2,0xb5,0xbf,0x3c,0x48,0x4,0x83,0x8,0x24,0x89,0x5,0xd,0xc6,0x2,0xff,0x6f,0x5d,0x3c,0xf5,0xb9,0x56,0x10,0x3c,0x3,0xc8,0xf,0xb7,0x41,0x14,0x8d,0x51,0x18,0x3,0xff,0x1b,0xff,0xbb,0xd0,0x8,0x6,0x6b,0xf0,0x28,0x3,0xf2,0x3b,0xd6,0x74,0x19,0xb3,0xc,0x3b,0x4a,0xc,0x72,0xa,0x8b,0x42,0x8,0xe3,0x76,0x81,0xdb,0x3,0x42,0xa,0xc8,0x72,0xc4,0xc2,0x28,0x18,0x75,0xea,0xae,0x1d,0xdf,0xb7,0x46,0x98,0xcb,0xc2,0xeb,0xf9,0x56,0x74,0xaa,0x45,0x20,0x5a,0xec,0xcc,0x52,0x20,0x18,0xd2,0x33,0xe4,0x22,0xab,0xd0,0x16,0x2d,0x5b,0x3b,0xd0,0xdc,0xb8,0xb7,0xd,0x5c,0xa2,0xca,0xda,0xb1,0xe,0x40,0xf0,0x32,0x32,0xc3,0xb0,0xdf,0xbf,0x86,0xb5,0x1,0x3,0x30,0x11,0x19,0xd6,0xeb,0x18,0xf,0xa6,0x8d,0xb5,0xe7,0x83,0x50,0x60,0xf8,0x3,0x27,0x22,0xfe,0xd3,0x2,0x27,0xb0,0x2b,0xc3,0xd8,0x61,0x2e,0x59,0xad,0xd8,0x25,0x6f,0x3f,0x15,0x1c,0x1c,0xb,0x75,0x3,0x32,0x7,0x8,0xce,0xc5,0x62,0xee,0xeb,0xed,0x2c,0x9,0x4,0xc,0xda,0x8f,0x14,0xe9,0x60,0x67,0x75,0x19,0x3a,0x5b,0x4d,0x14,0x50,0xac,0x35,0x70,0x49,0x5a,0x55,0x82,0x1c,0x2,0x7f,0xf7,0x95,0x6c,0x6b,0xf2,0xe1,0x5d,0x98,0xa2,0x33,0x3e,0x1c,0x1d,0x31,0xf6,0x1c,0xa,0x59,0x55,0x1f,0x90,0xf6,0x85,0x46,0x24,0xf7,0xf7,0x90,0x60,0x59,0xe9,0xf4,0xd,0x95,0x49,0x35,0x78,0xd0,0x8a,0x13,0x0,0xcd,0x26,0x5b,0xe,0x8b,0xcf,0xa4,0x4,0x5d,0xa5,0xa,0x81,0x91,0xda,0xc3,0x37,0xeb,0xe9,0x9b,0x83,0x80,0x83,0xd5,0xa,0xaf,0xf0,0xe9,0x0,0xf9,0xf,0x81,0x94,0xeb,0xb0,0x6d,0xcb,0x5f,0x77,0xfe,0xa7,0x62,0x85,0x26,0x15,0xf9,0x3e,0x98,0xac,0x22,0x89,0x4,0x83,0xf,0xe,0xf8,0x78,0x89,0xf2,0x10,0x29,0x2b,0x3b,0x83,0xc9,0xff,0x91,0x91,0xb1,0xf6,0xf,0x25,0x5,0xf0,0xf4,0x86,0x63,0x9f,0x91,0xf8,0xfc,0x34,0x0,0xa2,0xe9,0x1,0x7f,0xe4,0x19,0x64,0x81,0x5d,0x8b,0x5,0x8,0x70,0x97,0xbf,0xfd,0x40,0x75,0xb8,0x4d,0x5a,0xd4,0x66,0x39,0x5,0xff,0xff,0xf0,0x5d,0xa1,0xf7,0x86,0x7e,0x77,0x6,0x3c,0x81,0xb8,0xc,0x50,0x45,0xa6,0x4c,0xb9,0xb,0x1,0x1e,0xa5,0x5e,0xc7,0xcd,0x88,0x18,0x75,0x3e,0x38,0xb9,0x1b,0x42,0xb0,0xfe,0xef,0xc7,0x50,0x51,0x56,0xe9,0x59,0x92,0x27,0x83,0x78,0x24,0x0,0x7c,0x21,0xf3,0xd6,0x68,0x25,0x5a,0x6d,0xca,0x27,0x63,0x79,0x81,0xd2,0x5,0xf7,0xc9,0x81,0x38,0x80,0x45,0x94,0xc1,0x7d,0x19,0x4,0x90,0x83,0xc0,0x14,0x32,0xc0,0x63,0xe3,0xe1,0x21,0x0,0xf,0x80,0x5c,0x9,0x42,0xb9,0x52,0xd9,0x96,0x1,0xe1,0x87,0x37,0xe8,0x6,0x1c,0xc,0x36,0xec,0x70,0x60,0x12,0x4,0x58,0x7,0x84,0xeb,0xb2,0xba,0x87,0x4f,0xb8,0xf1,0x14,0xe9,0x53,0xea,0xff,0xc4,0xe5,0x1,0x8b,0x4d,0x8,0x6a,0x3,0xf0,0xe1,0xc7,0x4,0x24,0xcc,0x18,0x85,0x58,0x5d,0x45,0x8d,0x8c,0xa1,0x82,0xdb,0xdc,0xaa,0xa9,0x32,0xc,0xed,0x8c,0xfd,0x8d,0x88,0x5,0x99,0xcf,0xe7,0xf3,0x95,0x84,0x9d,0x80,0xb5,0x7c,0xbd,0x78,0x91,0x23,0xc7,0x6e,0xe7,0x95,0xa4,0x6,0x8d,0x98,0x9d,0x74,0x79,0x73,0xe4,0xc8,0x85,0x70,0xa5,0x6c,0xad,0x68,0x9c,0x8f,0x85,0x9c,0x7a,0xba,0xcd,0x80,0x2,0x57,0x94,0x8,0x8d,0xa0,0xed,0xbf,0x62,0x6,0x17,0x77,0xfe,0x8b,0x40,0xfc,0x6a,0x50,0x1d,0xeb,0xdc,0xb0,0x91,0x90,0xa8,0x89,0x31,0x8c,0xc7,0x10,0x56,0x4,0x5a,0x47,0xae,0x40,0x6,0xa,0x6c,0x2b,0xf7,0xdb,0xc8,0xb4,0x1c,0x24,0x8d,0x58,0xff,0xf7,0xdb,0x2e,0x71,0x66,0xb0,0xeb,0x99,0xc1,0x1a,0xdb,0x8a,0xfe,0xc3,0x3,0x2e,0x3a,0x4e,0xb6,0x80,0xf8,0x38,0x37,0xc,0x86,0xf5,0x84,0x61,0xb0,0x8,0xf4,0x59,0x64,0xe8,0x34,0xff,0x6e,0x6a,0xb0,0xfe,0xc3,0xf5,0xad,0x27,0xb0,0xbb,0x4,0x3b,0xf3,0x73,0x19,0x69,0xc9,0xc1,0x52,0x97,0x3e,0xfe,0xec,0xcf,0x21,0xcc,0x70,0x57,0x7,0xd7,0x83,0x1,0xf3,0x72,0xe9,0x99,0x2b,0x4,0xa3,0xe4,0x19,0xb8,0xb8,0xd5,0x2b,0xfe,0x84,0x4f,0x19,0xa8,0x67,0x64,0xff,0x36,0x56,0x50,0x82,0xcd,0xb6,0x62,0x6c,0x3,0x8d,0x2b,0xe0,0x33,0x35,0xda,0x6,0x4e,0x40,0x2c,0x33,0xc5,0xfc,0x12,0x78,0xc1,0x28,0x5d,0x87,0x8b,0x18,0xd4,0xa3,0x91,0x9,0x16,0x38,0x67,0x51,0xa4,0x23,0x78,0x56,0x8f,0x9b,0x9,0x89,0xe,0x22,0x5b,0x51,0xf2,0x6f,0xf,0x4d,0x93,0x3c,0xca,0x36,0xd9,0x22,0x3b,0x14,0x89,0x6,0x87,0x77,0x77,0x12,0x16,0x56,0x71,0xe,0xe4,0x68,0x5a,0x45,0xde,0xa4,0x8e,0x85,0xce,0x42,0x1c,0xf2,0xc2,0xad,0xf7,0xfe,0xc0,0x2,0x35,0x36,0x5d,0x83,0x42,0x10,0x1,0x6a,0xa,0x53,0x5f,0x7c,0x9e,0xde,0x16,0xa9,0x1,0x7a,0xf0,0x5f,0x4b,0xfd,0x6f,0x38,0x99,0xaf,0x8d,0x7d,0xdc,0x53,0xf,0xa2,0x8b,0xf3,0x5b,0x62,0x89,0x58,0x80,0xdb,0x85,0x77,0xb0,0x4f,0x8,0x12,0x89,0x57,0x13,0xdc,0xf8,0xdb,0xbf,0xb9,0xde,0x9c,0xf4,0x81,0xf7,0x6e,0x74,0x65,0x6c,0xe,0xe8,0x35,0x69,0x6e,0x65,0x49,0x99,0x9,0xf3,0x6f,0x82,0x8b,0x45,0xe0,0x35,0x47,0x65,0x6e,0x75,0xc9,0x3a,0xf4,0xb7,0xdf,0xfd,0x8d,0x5d,0xdc,0x89,0x3,0xd3,0x89,0x73,0x4,0xb,0xc7,0xb,0x23,0x89,0x4b,0x8,0x89,0x53,0xc,0xb7,0x97,0xba,0x6b,0x10,0x45,0x25,0xf0,0x3f,0x42,0x3d,0xc0,0x6,0x74,0x74,0x23,0xb3,0xfd,0xf3,0xf6,0x3d,0x60,0x6,0x2,0x6,0x1c,0x3d,0x70,0x15,0x3d,0x50,0x6,0x3,0x14,0xe,0x1d,0x75,0x33,0x4b,0x3,0x7,0x6,0x75,0x11,0x59,0x34,0x95,0x20,0xf6,0x52,0x7,0xcf,0x1,0x89,0x8,0x82,0x1b,0x5c,0xa8,0xeb,0x7,0xcf,0xe4,0x57,0x58,0x89,0x5e,0x39,0xe7,0x2,0xd6,0x6e,0x91,0x7c,0x2f,0xa1,0x76,0x73,0x6e,0xb5,0x2f,0xe4,0x36,0x20,0xfc,0x71,0x3e,0xe0,0xf7,0xc3,0x0,0x5c,0x87,0x5b,0x90,0xcd,0x56,0x42,0x2,0x98,0x5d,0xf0,0x80,0x27,0xce,0x27,0x6e,0x55,0xc8,0x2,0x60,0x34,0xc,0x83,0x5b,0x59,0xa0,0xe5,0x10,0xf7,0xc1,0x10,0xf3,0x93,0x1d,0x4,0xc7,0x7e,0x20,0x27,0x2,0x0,0x8,0x74,0x79,0x7,0x10,0x74,0x9c,0x6e,0xb5,0xb7,0x71,0x76,0xf,0x1,0xd0,0xf6,0x7f,0x55,0xf0,0xeb,0x67,0x83,0xfd,0x2f,0xab,0x6a,0x6,0x5e,0x23,0xc6,0x3b,0xc6,0x75,0x57,0x5e,0x8,0x40,0x3,0x72,0xb2,0xfd,0x21,0xf6,0xc3,0x20,0x74,0x3b,0x16,0x20,0x5,0xee,0x6f,0x60,0x1a,0xb4,0x7c,0x23,0xd8,0x3b,0xd8,0x75,0x1e,0x47,0x13,0xfe,0x76,0x80,0xba,0xc3,0x4c,0x23,0xc2,0x3b,0xc2,0x75,0xd,0xae,0x28,0x38,0xde,0x56,0xee,0x35,0x31,0x3,0x62,0xc1,0x17,0xcd,0xd6,0xc4,0x3,0x40,0x39,0x1b,0x14,0x91,0xb1,0x66,0xc3,0x1d,0xf7,0x25,0x60,0x5,0x70,0x91,0x91,0x91,0x91,0x7c,0x6c,0x64,0x8c,0x91,0x91,0x91,0x91,0x88,0xac,0xc4,0x84,0x91,0x91,0x91,0x91,0xb8,0xc0,0xbc,0xa4,0x70,0xad,0x91,0x91,0xb4,0xb0,0x28,0x5e,0x74,0x5b,0x37,0x9c,0xfa,0x7d,0x51,0x45,0x34,0x7c,0x66,0x81,0xa6,0xb4,0xbf,0xe9,0xb6,0xa,0x1d,0x5b,0x9,0x8,0xb5,0x75,0x54,0xf,0xae,0x5d,0xfc,0x83,0xf6,0x97,0xb,0xe4,0xfc,0x83,0xa8,0x81,0x74,0x3f,0xa9,0x4,0x14,0x24,0xf6,0xd,0xbb,0xb2,0xb8,0x8e,0xb6,0xa9,0x2,0x67,0x74,0x2a,0xa9,0x8,0x4,0x14,0x3c,0x19,0x7b,0x32,0x91,0x10,0x8,0xd,0x93,0x20,0x10,0xd,0xc4,0x8e,0xdc,0xe,0xb8,0x8f,0xb8,0x90,0x6,0x6f,0xc9,0x85,0xbf,0x45,0x4d,0x58,0x51,0xde,0x4,0x2b,0xc8,0x1b,0xc0,0xf7,0x2b,0xe0,0x5d,0x6c,0x5b,0x21,0xc4,0x93,0xf0,0x40,0xc8,0xf2,0x72,0xb,0x58,0x6a,0xb5,0x5e,0x57,0x59,0x94,0x8b,0x1f,0xd2,0x1b,0x2d,0x32,0x36,0xf6,0x26,0xa7,0x85,0x0,0xeb,0xe7,0xb2,0x68,0x5,0x78,0x88,0x34,0x32,0x32,0x9c,0x94,0x98,0x9f,0xd0,0x63,0xdb,0x8d,0x98,0xe9,0x38,0x28,0xff,0xc,0x90,0x90,0x8b,0xd0,0x10,0x37,0x6e,0xec,0x8d,0x42,0x31,0x8a,0x34,0xe1,0xc8,0x21,0x58,0x9,0x5e,0xf0,0x92,0x9,0xa2,0x3b,0x60,0x5a,0xaa,0x27,0xa4,0x93,0xa0,0xb0,0x3,0xb3,0x9c,0x20,0xa,0xa8,0x3a,0xc4,0xb3,0x5c,0x36,0x4d,0xd8,0xf4,0x2,0x3b,0x9a,0x3e,0xb4,0x4d,0xd3,0x34,0x4d,0xca,0x6e,0x54,0x38,0x24,0x10,0x77,0xb6,0x59,0x36,0xf2,0x3d,0xd6,0x84,0x3e,0x43,0x4e,0x33,0x6f,0x90,0xe6,0x6c,0x6c,0x3b,0xb,0x20,0x2e,0xca,0x4b,0x5d,0xb3,0x39,0x80,0x3b,0xad,0x2b,0xde,0x18,0x7,0xe2,0x1c,0xac,0x59,0x76,0xf,0xb0,0x3b,0xe8,0xf8,0x27,0xbe,0x3c,0x73,0xdf,0xd9,0xce,0x3,0x8e,0x3c,0xf,0xfe,0x2b,0x3f,0x67,0x5f,0xbb,0xae,0xeb,0x6,0x14,0x6b,0x68,0x1b,0xa4,0x3,0x48,0xb,0x30,0x3d,0x20,0x4d,0xd7,0x2c,0xc6,0xf2,0x37,0xd8,0xb0,0xf,0x61,0x33,0xd8,0x5e,0x7,0x4e,0x56,0x3c,0x11,0x19,0xd7,0x38,0xb7,0x17,0x21,0x23,0xc0,0x9,0xf,0x33,0xb7,0xce,0x0,0x6,0x99,0xb1,0xf9,0x8,0x3,0x8,0xe0,0xff,0x1f,0xd2,0x35,0xd0,0xb,0x88,0x62,0x61,0x64,0x20,0x61,0x6c,0x6c,0x6f,0x63,0x61,0x74,0xc4,0x87,0x6c,0xee,0x69,0x6f,0x6e,0x2e,0x1b,0xbc,0x63,0x6c,0x69,0x4c,0x6c,0xad,0xbd,0x1d,0x74,0x2e,0x64,0x1e,0xd,0x8,0x67,0x35,0x6e,0xff,0xdf,0xce,0xb,0x64,0x28,0x32,0x6b,0x20,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x66,0x75,0x12,0x79,0x20,0xcf,0xde,0x25,0xde,0x1b,0x6a,0x65,0x63,0x5d,0x64,0x21,0x41,0x1f,0x46,0x41,0xdf,0x82,0x6d,0xf0,0x49,0x4c,0x45,0x44,0x36,0x6f,0x1c,0x1a,0x55,0x6e,0x6b,0x6e,0x1e,0xb,0xb6,0xfd,0x6f,0x77,0x6e,0x20,0x65,0x78,0x38,0x70,0x6e,0x7f,0x72,0x72,0x61,0x80,0xae,0xc0,0xd6,0x42,0x5d,0x77,0xf8,0x66,0x74,0x65,0xeb,0xb6,0x1f,0xd5,0x73,0x74,0x72,0x36,0x67,0x3d,0x6f,0x14,0x6f,0xfa,0xff,0xff,0x6f,0xc1,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0xff,0xbf,0xc4,0x37,0xc9,0x52,0x53,0x54,0x55,0xfe,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x21,0xfc,0xed,0xed,0x6b,0x6c,0x6d,0x69,0x70,0x71,0x72,0x45,0x75,0x76,0x77,0x78,0x79,0x7a,0x17,0xdb,0xe5,0x7f,0xc3,0x80,0x91,0x0,0x40,0xf8,0xc1,0x63,0x1a,0xdc,0xa5,0x4c,0x40,0xb2,0x42,0x3,0xc8,0xf6,0xba,0xee,0x37,0x34,0x43,0x7f,0x96,0x18,0x4b,0xf,0xc2,0xb,0xc3,0x28,0x3,0xb2,0x89,0xc8,0x42,0x0,0xbc,0x3d,0x73,0x89,0x42,0x89,0x43,0xfa,0x24,0xec,0x85,0x4c,0xd8,0xa1,0xe3,0xb9,0x1,0xdb,0xab,0xb2,0x47,0x34,0x8,0x43,0x30,0x24,0xb2,0x23,0x5b,0xd6,0xbd,0x90,0xd4,0x23,0xe4,0x3,0xec,0x1f,0x0,0x64,0x27,0x9f,0x39,0xff,0x23,0x40,0xd4,0x47,0x6b,0x9a,0xe6,0x36,0x58,0x3,0x24,0x78,0xd0,0x54,0x38,0x15,0x5b,0xd9,0x5b,0xd8,0xb,0x23,0x4b,0x37,0xf0,0x2e,0x90,0xdd,0x1b,0x3c,0x1,0xac,0x3f,0xcd,0x86,0xec,0x95,0x56,0x24,0x70,0x7f,0x3c,0x2b,0x27,0x87,0x9d,0x9c,0x23,0x3,0x1c,0x33,0x2,0x2c,0x60,0x5f,0x33,0x24,0x74,0x9c,0x7,0x2,0x7b,0x71,0xc3,0x6c,0x5f,0x9c,0xa8,0x29,0x35,0xfd,0xf4,0x44,0x53,0xfc,0xef,0xff,0x6f,0xb8,0xf0,0x4c,0x78,0x8a,0x52,0x45,0x89,0xec,0x59,0xf3,0xd8,0xa,0x7,0x33,0x33,0x43,0x3a,0x5c,0x55,0x73,0x65,0x46,0x5a,0xfa,0x6f,0xf8,0x5c,0x41,0x64,0x61,0x6d,0x5c,0x63,0x6f,0x10,0x5c,0x8e,0x2d,0x7d,0xe9,0xa5,0x97,0x5a,0x67,0x61,0x63,0x65,0x2d,0x20,0x43,0x18,0x79,0x5c,0x52,0x65,0x36,0xf6,0xb,0xbb,0xf,0x61,0x73,0x1b,0x2e,0x70,0x64,0x62,0x65,0x1d,0x3,0xb3,0xfc,0xee,0xb,0xb3,0x1a,0xbd,0x47,0x43,0x54,0x4c,0x0,0x10,0xf0,0xed,0xc6,0xfa,0x52,0x2e,0xe4,0x78,0x74,0x24,0x6d,0x29,0xf0,0x87,0x37,0x0,0xeb,0xb3,0x1d,0x86,0x13,0x32,0xf,0xe0,0x69,0x64,0x4d,0xa5,0x9f,0xee,0x79,0x61,0x24,0x35,0xe0,0x13,0x4,0x30,0x30,0x63,0x9a,0x7b,0x8b,0x87,0x6c,0xf,0xe4,0x43,0x52,0xb6,0x58,0x43,0x41,0x23,0x9,0x79,0x2e,0xec,0xe8,0x13,0x5a,0xec,0xc8,0x73,0x21,0xcf,0x49,0x41,0xf0,0x5a,0xf4,0x63,0xb,0x79,0x4e,0x50,0x41,0xf8,0x27,0xfc,0xd6,0x88,0x33,0x21,0x54,0xbf,0x13,0xba,0xcd,0x73,0xc9,0x10,0x5a,0x10,0xb0,0x2,0xc3,0x72,0x7b,0xc8,0xe5,0x76,0xf,0xc0,0x33,0x2c,0x1,0x24,0x72,0x9b,0xf7,0x4e,0x72,0x1b,0x34,0x13,0x8,0x0,0x73,0x78,0x6,0x8b,0x16,0xda,0x24,0xbb,0x17,0xb8,0x2,0x7a,0x0,0x50,0x67,0x1b,0xf9,0x83,0xec,0x7b,0xac,0x37,0x72,0x74,0x63,0x24,0x49,0x41,0xb0,0x13,0x72,0x60,0xcf,0x9,0x5a,0x5a,0xb4,0x27,0x54,0xe6,0x2c,0x49,0x77,0xb8,0x13,0x8,0x27,0xc0,0xe0,0xc6,0x46,0xbe,0x40,0x93,0x78,0x78,0xcb,0x39,0x3f,0x92,0xe6,0xe9,0x82,0x7b,0x13,0x32,0xb4,0x14,0x12,0x13,0xc2,0xe7,0x33,0xc8,0x39,0xa3,0x34,0x3f,0x7d,0x9c,0xc9,0x1e,0xaa,0x4,0x13,0x36,0x70,0x24,0x30,0xa4,0x1b,0xec,0x27,0xdb,0x24,0xf,0x7c,0x5f,0x83,0x66,0xd7,0x6,0xa0,0xf,0x78,0x3,0x62,0x2,0xa7,0x0,0x15,0x68,0x47,0x96,0x50,0x60,0x73,0x72,0xa8,0xad,0x84,0x74,0x49,0xf3,0x13,0x60,0x98,0x32,0xf1,0x7,0xd8,0x93,0x7e,0x22,0x5,0x93,0x19,0x43,0x27,0xe4,0x1f,0x1,0x7b,0x91,0x38,0x49,0x7,0x1c,0xf0,0x5b,0xb,0x7,0xb2,0x87,0x65,0xa7,0xd0,0xf,0xbd,0x89,0x1f,0x39,0xec,0x65,0x2f,0x11,0x4f,0x55,0x11,0x42,0x27,0xd4,0xb3,0x67,0xdd,0x9,0x12,0x2b,0x3,0x4a,0x23,0x9,0x20,0x7,0xe4,0xb0,0xee,0xe4,0x28,0x64,0x2,0x9c,0x3,0xb8,0x37,0xd8,0xc3,0xce,0x76,0x27,0x17,0x51,0x3,0x64,0x3,0x27,0xe4,0x2b,0x67,0x97,0x94,0xac,0x10,0xb,0xcb,0xc,0x5b,0xc0,0x64,0x8f,0x6c,0x59,0x83,0x1b,0x8,0xa0,0x7f,0x68,0xca,0x96,0x35,0x8c,0x1f,0x47,0x80,0x92,0x57,0xf2,0x40,0xc7,0x12,0x3b,0xb6,0x3d,0xaf,0xe4,0x95,0xbc,0x32,0x3f,0x94,0x3d,0x74,0x3d,0xc9,0x2b,0x79,0x25,0x52,0x3d,0x8c,0x3b,0x54,0xf2,0x4a,0x5e,0x42,0x3b,0x3c,0x3c,0x89,0x22,0xc2,0x12,0x0,0x3a,0x24,0x4c,0xf5,0xb1,0x19,0xbf,0x44,0x99,0x17,0x1,0xff,0xf9,0x1d,0xb2,0xea,0x75,0x98,0x5,0x21,0x14,0x2e,0x3f,0x41,0x56,0x74,0x79,0x4b,0x90,0xb0,0xff,0x70,0x65,0x5f,0x69,0x6e,0x66,0x6f,0x40,0x40,0x17,0xb,0x5f,0x18,0x10,0xb2,0x3f,0x40,0x73,0x74,0x64,0x1b,0xb3,0xf,0x78,0x1,0x6c,0x1b,0x37,0xc3,0x10,0x98,0x45,0x96,0x5f,0x5f,0x26,0xf6,0x90,0x40,0xa2,0x88,0x5c,0xa,0x64,0x51,0x0,0x14,0x80,0x8d,0x0,0x12,0xff,0x97,0xe6,0x0,0xb9,0x1,0x20,0x1,0x46,0x72,0x65,0x65,0x4c,0x69,0x62,0x72,0x61,0xff,0xdb,0xe5,0xff,0x72,0x79,0x41,0x6e,0x64,0x45,0x78,0x69,0x74,0x54,0x68,0x61,0x64,0x19,0x47,0x65,0x74,0x4d,0x6f,0x64,0x75,0x6c,0x65,0xd6,0x7e,0xdb,0xda,0x48,0x61,0x18,0x5,0x41,0x11,0x44,0x69,0x73,0x61,0x62,0x9,0x20,0x6d,0x9,0x1a,0x6c,0x34,0x43,0xfd,0x73,0x1a,0xb0,0x9d,0xb,0xf6,0x43,0x6c,0x6f,0x73,0x28,0xc,0x1f,0x74,0x65,0x47,0x73,0x6f,0xdf,0x1e,0x53,0x79,0x73,0xf,0x6d,0x54,0x69,0x6d,0x45,0x73,0x46,0x69,0x41,0x9,0x6b,0xdf,0xb6,0x9b,0x18,0x49,0x6e,0x6c,0x69,0x3e,0x69,0x7a,0x65,0x53,0x4c,0x20,0x5b,0xfb,0x7f,0x6c,0x48,0x2d,0x49,0x73,0x44,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x50,0x3e,0x52,0x6e,0x0,0x36,0xf7,0xb1,0x74,0x40,0x43,0x75,0x72,0x72,0xb,0x12,0x6f,0x7d,0xbb,0xed,0x9a,0x3f,0x49,0x27,0x51,0x75,0x21,0x79,0x50,0x3,0x66,0x6f,0x72,0x6d,0xd8,0x6b,0xed,0xad,0x76,0x15,0x43,0x6f,0x75,0x1f,0xe,0x40,0x25,0x4d,0xb6,0xb9,0x2d,0x18,0x46,0x86,0x38,0x65,0x48,0x54,0x56,0x16,0xcc,0xbd,0x1f,0x6d,0x69,0x6e,0x9a,0x21,0x5a,0xc8,0x10,0x7b,0xe9,0x12,0x53,0x55,0x6e,0x68,0xc9,0xe,0x85,0xc5,0xdc,0x2c,0xc1,0xb4,0x5c,0x19,0xb,0x6d,0xb6,0x6c,0x49,0xf7,0xa3,0x64,0x18,0x88,0xba,0xf2,0x34,0x84,0x66,0xef,0x6d,0x6d,0x41,0xee,0x76,0x28,0x7,0x5f,0x63,0x8,0xf6,0x68,0xdb,0xb,0x4f,0xb3,0x21,0x37,0x94,0x5f,0x6,0x62,0x6d,0x5f,0x7f,0x65,0xc2,0xda,0xed,0xf6,0x32,0x5f,0x61,0x73,0xa3,0x5f,0x70,0x31,0x63,0x69,0xd,0x18,0x6d,0xed,0x80,0x7c,0x73,0x71,0x72,0x74,0x43,0x49,0xc9,0x8c,0x32,0x4d,0xc2,0x48,0xb3,0x44,0x56,0xa4,0x69,0x51,0x5f,0x37,0x76,0xd8,0xb0,0x99,0x65,0xcb,0x5f,0x74,0xb0,0x19,0x76,0x17,0xdd,0x15,0x16,0x5a,0x64,0x3e,0xb2,0x61,0x7b,0xb1,0x5f,0x6e,0x6f,0x6b,0x68,0xce,0x10,0xce,0x6,0x50,0x24,0x6e,0x3d,0xcd,0xbd,0xd7,0x5,0x19,0x6d,0xa1,0x3c,0x7,0x6,0xd8,0x5b,0xca,0x6e,0x6d,0x75,0x74,0x4d,0x7f,0x68,0x5f,0x66,0xf8,0x85,0x76,0x61,0xed,0x5f,0x64,0xca,0x78,0x6e,0x61,0x4a,0xdc,0xe1,0xb6,0xb5,0x77,0x39,0x70,0x69,0x7,0x6e,0x6d,0x78,0x4f,0x6e,0xc9,0xda,0xd6,0x9,0x2f,0x67,0x66,0x1e,0x5,0x67,0x76,0xa4,0xd9,0x5a,0xc0,0x72,0x2e,0xc6,0x78,0xcc,0x3d,0xcd,0xb6,0x63,0x74,0x1e,0x36,0x34,0x11,0x97,0xd4,0x73,0xd3,0x6c,0xcf,0xb0,0xb4,0x6e,0xf3,0x5,0x15,0xc6,0x44,0xa8,0xb5,0x5b,0xf7,0x3f,0x5f,0x52,0x10,0x6f,0x3c,0x64,0x65,0x6b,0xb1,0x23,0xfa,0x7e,0x8c,0x3e,0x59,0x41,0x49,0x58,0x5a,0x1b,0x58,0x54,0xfd,0xc3,0xba,0x16,0x59,0x6f,0x72,0x1b,0x58,0x50,0x42,0x44,0x40,0x5a,0x1b,0xd,0x4f,0xb3,0x43,0xd3,0x50,0x4d,0xf3,0x61,0x6c,0x42,0xbe,0xb1,0x11,0xe1,0x6f,0x78,0x41,0xc3,0x9f,0x79,0x4c,0x4b,0x65,0x79,0x53,0xb9,0x91,0xa6,0xdb,0xea,0x74,0x93,0xde,0x5c,0x5f,0x41,0xfc,0xdb,0xd,0xa1,0x4b,0xf5,0xd0,0x70,0x79,0x15,0x43,0x78,0x78,0x46,0x3d,0x73,0xcf,0x38,0x51,0xfa,0x72,0x33,0x13,0x24,0x5f,0x68,0x25,0x43,0xdb,0x9d,0x11,0x34,0x2a,0x6d,0x6d,0x31,0xfe,0x1,0xb8,0x43,0xc1,0xbd,0x63,0x34,0x7,0x3f,0x14,0x3b,0xca,0x92,0x51,0x70,0x2b,0xc,0x4b,0x66,0x6e,0xb3,0xd6,0xda,0xd9,0xf,0x21,0x34,0x44,0x76,0x65,0xb0,0x21,0x45,0xc3,0x21,0x8e,0x21,0x9f,0x54,0x35,0xc7,0x26,0x7,0xa4,0x8,0x7,0x12,0xff,0xb7,0xff,0xff,0xa,0x6,0x5f,0x8,0xe,0xf0,0xf9,0x0,0x8,0xf0,0xb8,0x1,0x3d,0xd,0x8,0x14,0x16,0x11,0x7,0x6c,0x16,0x1c,0xa5,0xe3,0x57,0xf0,0xf6,0x0,0xbf,0xfd,0xff,0xff,0xc,0x4c,0xf,0x18,0x10,0xe,0x45,0x18,0x37,0x11,0x14,0x17,0x7,0x33,0x7,0x21,0x6,0x1c,0x20,0x11,0x9,0x26,0x2,0x18,0x6,0xf,0x16,0x27,0xff,0xff,0xbf,0xfc,0x2d,0xf0,0x7a,0x1,0xf0,0x54,0x98,0x1,0x59,0x6d,0x2c,0xd,0x21,0x5,0x19,0x5,0xd,0x42,0x8,0x33,0xa,0xe,0x1b,0x18,0x65,0x12,0xbf,0xbf,0x9c,0x7c,0xff,0x3d,0x1a,0x35,0x9,0xb,0x7,0x20,0x6,0x0,0x7,0x8,0xc,0x9,0x5,0x6,0xa,0xe3,0xed,0xff,0xcb,0xa,0x10,0x9,0x1d,0x6,0x14,0x22,0xf,0x9,0xd,0x16,0x3a,0x9,0x7,0x20,0xc,0x6,0x77,0x95,0xbf,0xb5,0xc7,0x7e,0x31,0x33,0x26,0xf,0x17,0x2f,0x6,0x15,0x15,0x14,0x86,0x68,0xd,0x24,0xde,0x20,0xfd,0xff,0xb7,0xdb,0xa,0x19,0x32,0x13,0x14,0x2,0x1d,0x1c,0x56,0x5,0x17,0xa,0xaf,0x9,0x8,0x3b,0xa,0x9,0x9,0x15,0x9,0x2f,0xe6,0x21,0x6b,0xbf,0x4,0xe,0x9,0x22,0x7,0x13,0xbd,0x0,0x10,0xa3,0x6,0x9b,0x6b,0x27,0xff,0x37,0xf0,0xc2,0x3,0x30,0x4,0x8,0x4,0x14,0x2,0xdc,0xe,0x70,0xb6,0xee,0x6b,0xed,0x44,0x4,0x10,0x5,0xd0,0x13,0x8,0x8,0x4,0x1,0x14,0xae,0x6d,0xdf,0xdc,0x10,0x10,0x10,0x18,0xf0,0xe0,0x2,0x20,0x0,0xc,0x11,0xa5,0xbf,0xb9,0x82,0x73,0x17,0x3a,0xa,0x1,0x0,0x14,0xf0,0x28,0x7,0x18,0xbc,0xf0,0x3,0xc4,0x1c,0x1c,0xf1,0x4c,0x1,0x5,0x56,0x32,0x23,0x60,0x59,0xfe,0xf,0x2,0x75,0xe0,0x0,0x2,0x21,0xb,0x1,0xe,0x1c,0x0,0x1e,0x1c,0x4d,0x57,0xb5,0x1c,0x96,0x22,0x10,0x4d,0x0,0x10,0x37,0x9b,0x6c,0x63,0xb,0x2,0x1e,0x6,0x7,0x8,0xbd,0xf7,0x3b,0xcd,0x70,0x4,0x1e,0x40,0x1,0x2a,0x2,0x2c,0x67,0xc9,0x96,0x7,0x6,0x2,0x39,0xc8,0x80,0x0,0x67,0x0,0xa,0xf8,0xf6,0xa,0x7b,0xbb,0x2e,0x95,0x50,0x67,0x60,0x32,0x5a,0x0,0x59,0x37,0x90,0xee,0xd0,0x1f,0x40,0xa7,0xe0,0x2f,0xdb,0xbd,0x0,0x2,0x7e,0x7,0x27,0x1d,0x90,0x70,0x17,0xf6,0x5,0xeb,0x4,0x23,0x20,0x76,0x2f,0xd8,0x41,0x2,0xd2,0x52,0xf,0xfb,0x2b,0x0,0x66,0xc0,0xe,0xb,0x2,0x40,0xf7,0x5e,0x21,0x18,0xf2,0x63,0x10,0xfc,0x27,0x7b,0x0,0x4c,0x49,0x32,0xc0,0xd6,0xb,0x2,0xd8,0xd9,0xac,0xf8,0xf3,0x27,0x34,0x4f,0xec,0xf0,0xe,0xb4,0x29,0x2a,0xfb,0x3,0x9b,0xf3,0xf7,0xa6,0xec,0x36,0x27,0x42,0x1b,0x0,0xdb,0x63,0x0,0x0,0x0,0x0,0xd3,0x7,0xb2,0x40,0x2,0x0,0x0,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x7c,0x24,0x8,0x1,0xf,0x85,0xaa,0x1,0x0,0x0,0x60,0xbe,0x0,0x70,0x0,0x10,0x8d,0xbe,0x0,0xa0,0xff,0xff,0x57,0xeb,0x10,0x90,0x90,0x90,0x90,0x90,0x90,0x8a,0x6,0x46,0x88,0x7,0x47,0x1,0xdb,0x75,0x7,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x72,0xed,0xb8,0x1,0x0,0x0,0x0,0x1,0xdb,0x75,0x7,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x11,0xc0,0x1,0xdb,0x73,0xef,0x75,0x9,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x73,0xe4,0x31,0xc9,0x83,0xe8,0x3,0x72,0xd,0xc1,0xe0,0x8,0x8a,0x6,0x46,0x83,0xf0,0xff,0x74,0x74,0x89,0xc5,0x1,0xdb,0x75,0x7,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x11,0xc9,0x1,0xdb,0x75,0x7,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x11,0xc9,0x75,0x20,0x41,0x1,0xdb,0x75,0x7,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x11,0xc9,0x1,0xdb,0x73,0xef,0x75,0x9,0x8b,0x1e,0x83,0xee,0xfc,0x11,0xdb,0x73,0xe4,0x83,0xc1,0x2,0x81,0xfd,0x0,0xf3,0xff,0xff,0x83,0xd1,0x1,0x8d,0x14,0x2f,0x83,0xfd,0xfc,0x76,0xf,0x8a,0x2,0x42,0x88,0x7,0x47,0x49,0x75,0xf7,0xe9,0x63,0xff,0xff,0xff,0x90,0x8b,0x2,0x83,0xc2,0x4,0x89,0x7,0x83,0xc7,0x4,0x83,0xe9,0x4,0x77,0xf1,0x1,0xcf,0xe9,0x4c,0xff,0xff,0xff,0x5e,0x89,0xf7,0xb9,0x2d,0x1b,0x0,0x0,0xb0,0xe8,0xf2,0xae,0x75,0x17,0x80,0x3f,0x2,0x75,0xf7,0x8b,0x7,0x66,0xc1,0xe8,0x8,0xc1,0xc0,0x10,0x86,0xc4,0x29,0xf8,0x1,0xf0,0xab,0xeb,0xe3,0x8d,0xbe,0x0,0x60,0x0,0x0,0x8b,0x7,0x9,0xc0,0x74,0x3c,0x8b,0x5f,0x4,0x8d,0x84,0x30,0xf0,0x80,0x0,0x0,0x1,0xf3,0x50,0x83,0xc7,0x8,0xff,0x96,0xe0,0x81,0x0,0x0,0x95,0x8a,0x7,0x47,0x8,0xc0,0x74,0xdc,0x89,0xf9,0x57,0x48,0xf2,0xae,0x55,0xff,0x96,0xe4,0x81,0x0,0x0,0x9,0xc0,0x74,0x7,0x89,0x3,0x83,0xc3,0x4,0xeb,0xe1,0x61,0x31,0xc0,0xc2,0xc,0x0,0x83,0xc7,0x4,0x8d,0x5e,0xfc,0x31,0xc0,0x8a,0x7,0x47,0x9,0xc0,0x74,0x22,0x3c,0xef,0x77,0x11,0x1,0xc3,0x8b,0x3,0x86,0xc4,0xc1,0xc0,0x10,0x86,0xc4,0x1,0xf0,0x89,0x3,0xeb,0xe2,0x24,0xf,0xc1,0xe0,0x10,0x66,0x8b,0x7,0x83,0xc7,0x2,0xeb,0xe2,0x8b,0xae,0xe8,0x81,0x0,0x0,0x8d,0xbe,0x0,0xf0,0xff,0xff,0xbb,0x0,0x10,0x0,0x0,0x50,0x54,0x6a,0x4,0x53,0x57,0xff,0xd5,0x8d,0x87,0x17,0x2,0x0,0x0,0x80,0x20,0x7f,0x80,0x60,0x28,0x7f,0x58,0x50,0x54,0x50,0x53,0x57,0xff,0xd5,0x58,0x61,0x8d,0x44,0x24,0x80,0x6a,0x0,0x39,0xc4,0x75,0xfa,0x83,0xec,0x80,0xe9,0x8c,0x96,0xff,0xff,0x0,0x0,0xbc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x40,0x0,0x10,0xec,0x34,0x0,0x10,0x2,0x0,0x0,0x0,0xe0,0x30,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x44,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x18,0x0,0x0,0x0,0x18,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x2,0x0,0x0,0x0,0x30,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x9,0x4,0x0,0x0,0x48,0x0,0x0,0x0,0x5c,0x90,0x0,0x0,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x60,0x50,0x0,0x0,0x3c,0x3f,0x78,0x6d,0x6c,0x20,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3d,0x27,0x31,0x2e,0x30,0x27,0x20,0x65,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3d,0x27,0x55,0x54,0x46,0x2d,0x38,0x27,0x20,0x73,0x74,0x61,0x6e,0x64,0x61,0x6c,0x6f,0x6e,0x65,0x3d,0x27,0x79,0x65,0x73,0x27,0x3f,0x3e,0xd,0xa,0x3c,0x61,0x73,0x73,0x65,0x6d,0x62,0x6c,0x79,0x20,0x78,0x6d,0x6c,0x6e,0x73,0x3d,0x27,0x75,0x72,0x6e,0x3a,0x73,0x63,0x68,0x65,0x6d,0x61,0x73,0x2d,0x6d,0x69,0x63,0x72,0x6f,0x73,0x6f,0x66,0x74,0x2d,0x63,0x6f,0x6d,0x3a,0x61,0x73,0x6d,0x2e,0x76,0x31,0x27,0x20,0x6d,0x61,0x6e,0x69,0x66,0x65,0x73,0x74,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e,0x3d,0x27,0x31,0x2e,0x30,0x27,0x3e,0xd,0xa,0x3c,0x2f,0x61,0x73,0x73,0x65,0x6d,0x62,0x6c,0x79,0x3e,0xd,0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x92,0x0,0x0,0xb8,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x27,0x92,0x0,0x0,0xc0,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x46,0x92,0x0,0x0,0xc8,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x68,0x92,0x0,0x0,0xd0,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x87,0x92,0x0,0x0,0xd8,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa9,0x92,0x0,0x0,0xe0,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xb6,0x92,0x0,0x0,0xf0,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xc3,0x92,0x0,0x0,0xf8,0x91,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xce,0x92,0x0,0x0,0x0,0x92,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe0,0x92,0x0,0x0,0x0,0x0,0x0,0x0,0xe6,0x92,0x0,0x0,0x0,0x0,0x0,0x0,0xf0,0x92,0x0,0x0,0x0,0x0,0x0,0x0,0xf8,0x92,0x0,0x0,0x0,0x0,0x0,0x0,0x2,0x93,0x0,0x0,0x0,0x0,0x0,0x0,0x18,0x93,0x0,0x0,0x8,0x93,0x0,0x0,0x26,0x93,0x0,0x0,0x0,0x0,0x0,0x0,0x36,0x93,0x0,0x0,0x0,0x0,0x0,0x0,0x52,0x93,0x0,0x0,0x0,0x0,0x0,0x0,0x60,0x93,0x0,0x0,0x0,0x0,0x0,0x0,0x61,0x70,0x69,0x2d,0x6d,0x73,0x2d,0x77,0x69,0x6e,0x2d,0x63,0x72,0x74,0x2d,0x68,0x65,0x61,0x70,0x2d,0x6c,0x31,0x2d,0x31,0x2d,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x61,0x70,0x69,0x2d,0x6d,0x73,0x2d,0x77,0x69,0x6e,0x2d,0x63,0x72,0x74,0x2d,0x6d,0x61,0x74,0x68,0x2d,0x6c,0x31,0x2d,0x31,0x2d,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x61,0x70,0x69,0x2d,0x6d,0x73,0x2d,0x77,0x69,0x6e,0x2d,0x63,0x72,0x74,0x2d,0x72,0x75,0x6e,0x74,0x69,0x6d,0x65,0x2d,0x6c,0x31,0x2d,0x31,0x2d,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x61,0x70,0x69,0x2d,0x6d,0x73,0x2d,0x77,0x69,0x6e,0x2d,0x63,0x72,0x74,0x2d,0x74,0x69,0x6d,0x65,0x2d,0x6c,0x31,0x2d,0x31,0x2d,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x61,0x70,0x69,0x2d,0x6d,0x73,0x2d,0x77,0x69,0x6e,0x2d,0x63,0x72,0x74,0x2d,0x75,0x74,0x69,0x6c,0x69,0x74,0x79,0x2d,0x6c,0x31,0x2d,0x31,0x2d,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x4b,0x45,0x52,0x4e,0x45,0x4c,0x33,0x32,0x2e,0x44,0x4c,0x4c,0x0,0x4d,0x53,0x56,0x43,0x50,0x31,0x34,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x55,0x53,0x45,0x52,0x33,0x32,0x2e,0x64,0x6c,0x6c,0x0,0x56,0x43,0x52,0x55,0x4e,0x54,0x49,0x4d,0x45,0x31,0x34,0x30,0x2e,0x64,0x6c,0x6c,0x0,0x0,0x0,0x0,0x66,0x72,0x65,0x65,0x0,0x0,0x5f,0x43,0x49,0x61,0x74,0x61,0x6e,0x32,0x0,0x0,0x5f,0x63,0x65,0x78,0x69,0x74,0x0,0x0,0x5f,0x74,0x69,0x6d,0x65,0x36,0x34,0x0,0x0,0x0,0x72,0x61,0x6e,0x64,0x0,0x0,0x47,0x65,0x74,0x50,0x72,0x6f,0x63,0x41,0x64,0x64,0x72,0x65,0x73,0x73,0x0,0x0,0x4c,0x6f,0x61,0x64,0x4c,0x69,0x62,0x72,0x61,0x72,0x79,0x41,0x0,0x0,0x56,0x69,0x72,0x74,0x75,0x61,0x6c,0x50,0x72,0x6f,0x74,0x65,0x63,0x74,0x0,0x0,0x3f,0x5f,0x52,0x61,0x6e,0x64,0x6f,0x6d,0x5f,0x64,0x65,0x76,0x69,0x63,0x65,0x40,0x73,0x74,0x64,0x40,0x40,0x59,0x41,0x49,0x58,0x5a,0x0,0x0,0x4d,0x65,0x73,0x73,0x61,0x67,0x65,0x42,0x6f,0x78,0x41,0x0,0x0,0x0,0x6d,0x65,0x6d,0x63,0x70,0x79,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x14,0x0,0x0,0x0,0x5d,0x3a,0x48,0x3c,0x4c,0x3c,0x54,0x3c,0xc4,0x3c,0x0,0x0,0x0,0x80,0x0,0x0,0x14,0x0,0x0,0x0,0x5d,0x3a,0x48,0x3c,0x4c,0x3c,0x54,0x3c,0xc4,0x3c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; +#else +extern const unsigned char MY_LIBRARY_DLL[MY_LIBRARY_DLL_LEN]; +#endif diff --git a/src/cfg.rs b/src/cfg.rs index ee33c34..e7eb8dc 100644 --- a/src/cfg.rs +++ b/src/cfg.rs @@ -84,13 +84,13 @@ pub fn parse_config_from_args(args: &CliArgs) -> Result format!("_{}", s.to_string_lossy()), None => "".to_string(), }; - ext.retain(|c| c.is_ascii_alphanumeric()); + ext.retain(|c| c.is_ascii_alphanumeric() || c == '_'); format!("{}{}", stem.to_ascii_uppercase(), ext.to_ascii_uppercase()) } @@ -132,7 +132,7 @@ pub fn parse_config_from_args(args: &CliArgs) -> Result Result<(), HeaderGenerationError> { +#[derive(Error, Debug)] +pub enum HeaderGenerationError { + #[error("input file doesn't contain valid UTF-8: \"{0}\"")] + InvalidUtf8String(String), +} + +pub fn header(config: &Config, in_data: &[u8]) -> Result { + let mut buf = String::with_capacity(in_data.len() * 6); + // Program banner at the top of the header file write!( buf, @@ -22,6 +27,7 @@ pub fn with_header( .unwrap(); // Header guard + if config.language == Language::Cpp { write!( buf, @@ -34,12 +40,16 @@ pub fn with_header( } write!(buf, "#define {}{}", config.guard_name, config.line_ending).unwrap(); - with_includes(config, buf); - with_contents(config, in_data, buf)?; + // Includes & main content + + with_includes(config, &mut buf); + with_contents(config, in_data, &mut buf)?; + + // End header guard write!(buf, "#endif{}", config.line_ending).unwrap(); - Ok(()) + Ok(buf) } pub fn with_contents( @@ -78,15 +88,8 @@ pub fn with_includes(config: &Config, buf: &mut String) { "#include " }; - let stddef_h = if config.language == Language::Cpp { - "#include " - } else { - "#include " - }; - match config.container_type { ContainerType::CArray(byte_type) => { - write!(buf, "{}{}", stddef_h, config.line_ending).unwrap(); match byte_type { ByteType::U8 => write!(buf, "{}{}", stdint_h, config.line_ending).unwrap(), ByteType::I8 => write!(buf, "{}{}", stdint_h, config.line_ending).unwrap(), @@ -102,15 +105,13 @@ pub fn with_includes(config: &Config, buf: &mut String) { write!(buf, "#include {}", config.line_ending).unwrap(); } - ContainerType::CString => { - write!(buf, "{}{}", stddef_h, config.line_ending).unwrap(); - } ContainerType::StdString => { write!(buf, "#include {}", config.line_ending).unwrap(); } ContainerType::StdStringView => { write!(buf, "#include {}", config.line_ending).unwrap(); } + _ => (), }; } @@ -152,37 +153,19 @@ pub fn with_definition( buf: &mut String, ) -> Result<(), HeaderGenerationError> { let length: usize = match config.container_type { - ContainerType::CString => in_data.len() + 1, + ContainerType::CString => in_data.len() + 1, // +1 for NUL terminator _ => in_data.len(), }; let modifiers = definition_modifiers(config); - match config.container_type { - ContainerType::CArray(_) => { - write!( - buf, - "{}{} = {};{}", - modifiers, - length_data_type_symbol(config), - length, - config.line_ending - ) - .unwrap(); - } - ContainerType::CString => { - write!( - buf, - "{}{} = {};{}", - modifiers, - length_data_type_symbol(config), - length, - config.line_ending - ) - .unwrap(); - } - _ => (), - }; + write!( + buf, + "{}{}", + length_define(config, length), + config.line_ending + ) + .unwrap(); write!( buf, @@ -204,23 +187,6 @@ pub fn with_definition( pub fn with_declaration(config: &Config, in_data: &[u8], buf: &mut String) { let modifiers = declaration_modifiers(config); - match config.container_type { - ContainerType::CArray(_) => { - write!(buf, "{}{};{}", modifiers, in_data.len(), config.line_ending).unwrap(); - } - ContainerType::CString => { - write!( - buf, - "{}{};{}", - modifiers, - in_data.len() + 1, - config.line_ending - ) - .unwrap(); - } - _ => (), - }; - write!( buf, "{}{};{}", @@ -264,15 +230,10 @@ pub fn with_string_initialiser( Ok(out_str) } -pub fn length_data_type_symbol(config: &Config) -> String { +pub fn length_define(config: &Config, length: usize) -> String { let mut out_str = String::with_capacity(36 + config.symbol_name.len()); - let size_type = match config.language { - Language::C => "size_t", - Language::Cpp => "std::size_t", - }; - - write!(out_str, "{} {}", size_type, length_symbol(config)).unwrap(); + write!(out_str, "#define {} {}", length_symbol(config), length).unwrap(); out_str } @@ -280,21 +241,7 @@ pub fn length_data_type_symbol(config: &Config) -> String { pub fn length_symbol(config: &Config) -> String { let mut out_str = String::with_capacity(config.symbol_name.len() + 5); - write!( - out_str, - "{}{}", - config.symbol_name, - if config - .symbol_name - .chars() - .all(|c| c.is_uppercase() || c == '_') - { - "_LEN" - } else { - "_len" - }, - ) - .unwrap(); + write!(out_str, "{}_LEN", config.symbol_name.to_uppercase(),).unwrap(); out_str } diff --git a/src/main.rs b/src/main.rs index 0b0185d..a816224 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,10 +1,7 @@ -use std::io::{BufReader, BufWriter, Read, Write}; +use std::io::{self, BufReader, BufWriter, Read, Write}; +use std::path::Path; use std::{env, fs::OpenOptions, process::ExitCode}; -use thiserror::Error; - -use crate::cfg::Config; - mod cfg; mod cli; mod constants; @@ -43,10 +40,25 @@ fn main() -> ExitCode { } }; - match write_header(&cfg) { + let in_data = match read_input_file(&cfg.input_file_path) { + Ok(v) => v, + Err(e) => { + eprintln!("Failed to read input file: {}", e); + return ExitCode::FAILURE; + } + }; + let header_src = match generate::header(&cfg, &in_data) { + Ok(s) => s, + Err(e) => { + eprintln!("Failed to generate header source file: {}", e); + return ExitCode::FAILURE; + } + }; + + match write_output_file(header_src.as_bytes(), cfg.overwrite, &cfg.output_file_path) { Ok(_) => (), Err(e) => { - eprintln!("{}", e); + eprintln!("Failed to write output file: {}", e); return ExitCode::FAILURE; } }; @@ -54,48 +66,33 @@ fn main() -> ExitCode { return ExitCode::SUCCESS; } -#[derive(Error, Debug)] -pub enum HeaderGenerationError { - #[error("I/O error: \"{0}\"")] - IOError(String), - #[error("input file doesn't contain valid UTF-8: \"{0}\"")] - InvalidUtf8String(String), -} - -fn write_header(config: &Config) -> Result<(), HeaderGenerationError> { +fn read_input_file(input_path: &Path) -> Result, io::Error> { let in_file = OpenOptions::new() .read(true) .write(false) - .open(config.input_file_path.clone()) - .expect("failed to open input file"); - - let mut buf = String::with_capacity(if let Ok(meta) = in_file.metadata() { - meta.len() as usize - } else { - 0 - }); + .open(input_path)?; + let file_size = in_file.metadata()?.len(); + let mut in_data: Vec = Vec::with_capacity(file_size as usize); let mut reader = BufReader::new(in_file); - let mut in_data: Vec = Vec::new(); - let n_bytes_read = match reader.read_to_end(&mut in_data) { - Ok(n) => n, - Err(e) => return Err(HeaderGenerationError::IOError(e.to_string())), - }; - generate::with_header(config, &in_data[..n_bytes_read], &mut buf)?; + let _ = reader.read_to_end(&mut in_data)?; + Ok(in_data) +} + +fn write_output_file(buf: &[u8], overwrite: bool, output_path: &Path) -> Result<(), io::Error> { + if overwrite { + let _ = std::fs::remove_file(output_path); + } let out_file = OpenOptions::new() .write(true) - .truncate(config.overwrite) - .create(true) - .open(config.output_file_path.clone()) - .expect("failed to open input file"); + .create_new(true) + .open(output_path)?; + let mut writer = BufWriter::new(out_file); - match writer.write_all(buf.as_bytes()) { - Ok(_) => (), - Err(e) => return Err(HeaderGenerationError::IOError(e.to_string())), - }; + writer.write_all(buf)?; Ok(()) }