From 25a553cd82ccd082f105ae6d4f855f943d9267ff Mon Sep 17 00:00:00 2001 From: zogodo <742782908@qq.com> Date: Thu, 26 Dec 2019 23:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E7=BE=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/index.html | 41 +++++++++++++++++++++++++++++++++---- TC1/http_server/web_data.c | 2 +- TC1/timed_task/timed_task.c | 10 +++++++-- 3 files changed, 46 insertions(+), 7 deletions(-) diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index 3490aa5..03f8379 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -9,7 +9,9 @@ input,select,button{padding:5px;background:white;border:#777 solid 1px;} button{background:none;border:1px #777 solid;} button:disabled,select:disabled,input:disabled{background:#bfbfbf;} - td{padding:5px;} + td,th{padding:5px;} + .task table{width:100%;margin:10px 0;border-collapse:collapse;} + .task td,.task th{text-align:center;border:1px solid #000;} .socket input,.mode input{margin-right:-4px;} .submit{padding:5px;margin-top:5px;} .success{color:#58dc5c;} @@ -81,7 +83,18 @@ Timed Task - + + + + + + + + + + +
IndexTimeSocketOn
Plese Sync
+
@@ -446,7 +459,27 @@ function GetSysLog() { function GetTimedTask() { HttpGet("/task", function (re) { - alert(re); + var tb_html = "\ + \ + Index\ + Time\ + Socket\ + On\ + "; + var tasks = JSON.parse(re); + if (tasks.length == 0) { + tb_html += "No Timed Task"; + } + for (var i = 0; i < tasks.length; i++) { + tb_html += "\ + \ + " + (i+1) + "\ + " + tasks[i].prs_time + "\ + " + tasks[i].socket_idx + "\ + " + tasks[i].on + "\ + "; + } + document.getElementById("timed_task_tb").innerHTML = tb_html; }); } @@ -458,7 +491,7 @@ function AddTimedTask() { var cmd = prs_time + " 4 0" HttpPost("/task", function (re) { - alert(re); + //alert(re); }, cmd); } diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index ba45bc2..7204ee4 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0xe53] = {0x1f,0x8b,0x08,0x00,0x05,0xc3,0x04,0x5e,0x02,0xff,0xc5,0x1b,0x4b,0x6f,0xe3,0xc6,0xf9,0x1e,0x20,0xff,0x61,0xc2,0x45,0x63,0xb9,0x7a,0x50,0x92,0x5f,0x5b,0xcb,0x76,0xb1,0xf1,0x6e,0xb3,0x6e,0xd6,0x6b,0x67,0xed,0x62,0x5b,0x24,0x81,0x40,0x91,0x23,0x99,0x31,0x45,0x72,0xc9,0x91,0x65,0xc7,0x31,0xd0,0x5b,0x8b,0x1c,0xd2,0xf6,0x5e,0xa0,0xed,0x2d,0xb7,0xf6,0x50,0xa0,0x87,0xf6,0xd4,0xff,0xb2,0xc9,0xdf,0xe8,0xf7,0xcd,0x8b,0x33,0x14,0x25,0xcb,0xde,0xdd,0x46,0x0b,0xac,0xc4,0x99,0xef,0x35,0xdf,0x7c,0xcf,0x19,0x7a,0xe7,0x83,0xc7,0x47,0xfb,0xa7,0xbf,0x39,0x7e,0x42,0xce,0xd8,0x38,0xda,0x7b,0xff,0xbd,0x1d,0xfd,0x4d,0xbd,0x00,0xbe,0x09,0x7c,0x76,0xc6,0x94,0x79,0x00,0xc0,0xd2,0x26,0x7d,0x35,0x09,0x2f,0x76,0x1d,0x3f,0x89,0x19,0x8d,0x59,0x93,0x5d,0xa5,0xd4,0x21,0xf2,0x69,0xd7,0x61,0xf4,0x92,0xb9,0x48,0x00,0xc6,0xce,0xbc,0x2c,0xa7,0x30,0x36,0x61,0xc3,0xe6,0x43,0xc7,0xa2,0xa4,0xe1,0xa7,0x61,0xc0,0xce,0x76,0x03,0x7a,0x11,0xfa,0xb4,0xc9,0x1f,0x1a,0x61,0x1c,0xb2,0xd0,0x8b,0x9a,0xb9,0xef,0x45,0x74,0xb7,0xd3,0x6a,0x37,0xc6,0xde,0x65,0x38,0x9e,0x8c,0x8d,0x91,0x49,0x4e,0x33,0xfe,0xe8,0x0d,0x60,0xa4,0xed,0x90,0xd8,0x1b,0xd3,0x5d,0xe7,0x22,0xa4,0xd3,0x34,0xc9,0x98,0x66,0xc6,0x42,0x16,0xd1,0xbd,0x97,0x34,0xf2,0x93,0x31,0x39,0xdd,0xef,0xec,0xb8,0x62,0x44,0x4e,0xe7,0xec,0x2a,0xa2,0x04,0x97,0x20,0x25,0xf7,0xf3,0x5c,0xe1,0x0e,0x43,0x1a,0x05,0x20,0xff,0xf5,0xd8,0xcb,0x46,0x61,0xdc,0x1c,0x24,0x8c,0x25,0xe3,0xed,0x4e,0x3b,0xbd,0xec,0x0d,0x92,0x2c,0xa0,0xd9,0xf6,0x83,0x76,0xbb,0x4d,0xf2,0x24,0x0a,0x03,0xd2,0x81,0xd1,0x31,0x40,0x85,0x71,0x14,0xc6,0xb4,0x99,0x87,0x5f,0xd1,0x6d,0x6f,0xc2,0x92,0xde,0x8d,0xa0,0x16,0xc6,0xe9,0x84,0x35,0x72,0x1a,0x51,0x9f,0x35,0x06,0x13,0x20,0x15,0x5f,0xa7,0x5e,0x10,0x84,0xf1,0x68,0x7b,0x03,0x29,0x7a,0xfe,0xf9,0x28,0x4b,0x26,0x71,0xb0,0x3d,0x3d,0x0b,0x19,0xd5,0x2c,0xb6,0xb6,0xb6,0x0c,0x16,0x92,0x9a,0x24,0x60,0x20,0xc5,0x49,0xac,0x71,0x00,0x90,0x14,0x78,0x36,0xce,0x76,0x10,0xe6,0xa8,0xb3,0x40,0xca,0x52,0x3c,0x73,0x09,0xf5,0xa3,0x49,0xfb,0xc1,0x60,0x88,0xff,0x14,0x21,0x16,0x58,0x92,0xcb,0xd1,0x56,0x9e,0xf8,0xe7,0x94,0xc9,0x85,0xb6,0xc6,0x49,0x40,0xc5,0x6f,0xa5,0xbf,0x2c,0x1c,0x9d,0xb1,0xed,0xe6,0xba,0x89,0x32,0x19,0x8c,0x43,0x66,0x51,0x93,0xc0,0x2c,0x49,0x6d,0xe2,0x13,0xdf,0xa7,0x79,0x7e,0xed,0x27,0x51,0x02,0x4a,0xd9,0x78,0x18,0xf8,0x1b,0xbe,0x9e,0xa5,0x59,0x96,0x64,0x6a,0x6e,0x38,0xec,0x06,0x5d,0xbd,0xea,0x56,0x18,0x0f,0x13,0x35,0x45,0xb7,0xda,0x6d,0xea,0xe9,0xa9,0x98,0xb2,0x69,0x92,0x9d,0x93,0x20,0xbc,0xa8,0x5c,0x11,0x18,0x69,0x0c,0x2a,0x9a,0x3b,0xcf,0x57,0x74,0x8d,0x76,0xd3,0xf4,0xa2,0x70,0x14,0x6f,0xf3,0x01,0x3d,0x9d,0x4e,0xaf,0xb9,0x41,0x83,0xc9,0xb4,0x7f,0x52,0x0c,0xa2,0xfe,0xc4,0xf8,0x46,0x31,0x8c,0x46,0x73,0x2d,0xb6,0x8f,0xaf,0x1d,0xb7,0x50,0xec,0xfa,0x83,0x80,0xe2,0xbf,0x9e,0x09,0xd9,0xef,0x5c,0x9f,0x51,0xae,0xce,0x35,0x43,0x1c,0x3e,0xd3,0x55,0x33,0x1b,0xe5,0x99,0xb5,0xb9,0x33,0xeb,0x6a,0xa6,0x3b,0x33,0xb5,0xa1,0xa7,0xda,0xe5,0xa9,0x4d,0x35,0xd5,0xd9,0x2c,0x4f,0x6d,0xe9,0xa9,0x19,0x82,0x0f,0xf5,0x54,0xb7,0x3c,0xf5,0x33,0x3d,0x65,0xb8,0x18,0xb7,0x6b,0x09,0xf6,0x20,0x4d,0xa6,0x34,0xeb,0xe3,0x76,0x18,0x66,0x62,0x40,0x37,0x23,0x3a,0x64,0xa6,0xee,0xc0,0x3f,0xd5,0x94,0x72,0x5f,0x7b,0xd2,0xa6,0xcc,0x77,0x41,0xcb,0x87,0x74,0xd3,0x24,0x87,0x60,0x04,0x6e,0x93,0xd1,0xc8,0x63,0xe1,0x05,0xed,0x25,0x17,0x34,0x1b,0x46,0xc9,0x74,0x3b,0xf7,0xb3,0x24,0x8a,0x4c,0x83,0x6d,0x76,0x2c,0x2d,0x09,0x9a,0x69,0x46,0xaf,0x35,0x15,0x6f,0x00,0xbc,0x27,0xdc,0xbb,0xb9,0x34,0xed,0x1e,0x90,0xf2,0xd8,0x36,0xca,0xdd,0x93,0x8c,0xb7,0x50,0x9d,0xc2,0x40,0xda,0xf3,0xd7,0x35,0x84,0xcf,0xda,0xc3,0x5e,0xb5,0xc9,0x18,0x2b,0x93,0x52,0x0c,0xae,0x4c,0x3b,0xf5,0x21,0xf4,0xd2,0x6c,0x06,0x84,0x78,0x02,0x28,0xa0,0x7e,0x92,0x79,0x5c,0x60,0x53,0xfd,0xad,0x28,0x19,0x71,0xe5,0x2b,0xdb,0x6b,0xe3,0x6a,0xcb,0xfa,0x90,0xc0,0x3b,0x2e,0x8f,0xad,0x98,0x46,0x5c,0x99,0x47,0x76,0x06,0x49,0x70,0x85,0xdf,0x2a,0xb2,0x12,0x3f,0xf2,0xf2,0x7c,0xd7,0x11,0x91,0x43,0xc7,0xec,0x88,0x8e,0x68,0x1c,0xec,0x1d,0xa3,0x54,0x64,0x1f,0x12,0x05,0xd2,0xdd,0x71,0xe5,0xb0,0x0a,0xec,0x18,0xa5,0x48,0x18,0x28,0xec,0x3e,0x1b,0x28,0x02,0x62,0x3e,0x33,0x9e,0xc4,0x48,0x50,0x1a,0xe1,0xa3,0x3c,0x44,0xc9,0x0c,0xe0,0x9f,0x51,0xff,0x7c,0x90,0x5c,0x3a,0x06,0xdd,0x8e,0x4a,0x2d,0xb6,0x90,0x16,0x0d,0x48,0x42,0x34,0x22,0xc3,0x24,0x2b,0x90,0xf6,0x4e,0xf8,0x8f,0x26,0x24,0x1c,0x3e,0x5b,0x16,0xc6,0x9d,0x91,0xe6,0x9e,0xf2,0x75,0xef,0x23,0x5f,0x57,0xcb,0xd7,0x7d,0xd7,0xf2,0xad,0xdd,0x47,0xbe,0x35,0x2d,0xdf,0xda,0x52,0xf2,0xc1,0x63,0xf6,0x2e,0x36,0x7f,0xfd,0x3e,0xc2,0xaf,0x6b,0xe1,0xd7,0xdf,0xb5,0x72,0x37,0xee,0x23,0xdf,0x86,0x96,0x6f,0xe3,0x5d,0xcb,0xb7,0x79,0x1f,0xf9,0x36,0xb5,0x7c,0x9b,0x77,0xdd,0x7c,0xf8,0x89,0x61,0x41,0x3d,0x41,0xac,0xd2,0x21,0x86,0x57,0x1a,0x56,0x84,0x10,0xf5,0x90,0x0d,0xd0,0x1f,0x30,0x87,0x24,0xb1,0x1f,0x85,0xfe,0xf9,0xae,0x73,0x42,0x99,0x90,0xa4,0xb6,0x0a,0x32,0x71,0x80,0x1d,0x57,0xa0,0x99,0x84,0xf2,0xd4,0x2b,0xc8,0x30,0x8f,0x4d,0xf2,0x7e,0x9e,0x12,0x59,0xb1,0x38,0x7b,0x47,0x9f,0x40,0x2c,0x04,0x10,0x2d,0x23,0x88,0xc5,0xc3,0xa2,0x0a,0x83,0xf0,0x50,0x11,0x14,0x99,0x97,0x9f,0x97,0x43,0xe2,0x69,0x38,0xa6,0x01,0x39,0x85,0x99,0x72,0x38,0x34,0x77,0x22,0x9e,0x8c,0x07,0x34,0x13,0xfb,0x80,0x54,0xfa,0x0c,0xd0,0x1c,0x57,0x81,0xca,0x75,0xeb,0x55,0x3e,0x0a,0x02,0x4e,0x17,0xc9,0xe2,0x42,0xe1,0xb9,0xb4,0xca,0x19,0x94,0x8f,0x29,0xb3,0x50,0xe0,0xd9,0x40,0xb9,0x6d,0x65,0xd8,0x17,0xcc,0x89,0xf6,0x27,0x5c,0x7d,0xd5,0xb1,0x5e,0x62,0xa7,0xd3,0xdb,0xe3,0xfc,0xf1,0xb6,0xdc,0x15,0x54,0x41,0xea,0x14,0x7b,0x2c,0xb7,0xa4,0x2d,0x77,0x84,0xbc,0x9c,0x63,0xeb,0x2f,0x4d,0x02,0x53,0x4d,0x80,0xd7,0x99,0x06,0xfa,0xf9,0xcb,0xff,0xfe,0xeb,0xec,0x4e,0xe6,0xc8,0x05,0x52,0x55,0x8c,0xb5,0x10,0xc3,0x58,0xb1,0x0c,0x21,0xa2,0x24,0x72,0xf6,0x94,0xbd,0x2c,0x06,0x7c,0xb8,0x2c,0xe0,0xd6,0xb2,0x80,0x9b,0xcb,0x02,0x6e,0x2c,0x0b,0xb8,0xbe,0x2c,0xe0,0xda,0xb2,0x80,0xdd,0x65,0x01,0x3b,0x36,0xa0,0xf5,0xdb,0xde,0x16,0x04,0xb7,0xf6,0xe5,0x83,0x66,0xd3,0x22,0xaa,0xab,0x3a,0x87,0xf0,0x0a,0x67,0xd7,0x51,0x75,0x1b,0x56,0x43,0xbc,0x50,0xe3,0x55,0xa0,0xe2,0x48,0x9a,0xcd,0x3b,0x7a,0xbe,0x6c,0x4b,0xca,0x1e,0xf2,0x5c,0x76,0x2b,0x50,0x11,0x0d,0xc3,0x51,0xa5,0x8f,0xdc,0xe6,0x18,0x8a,0x03,0xef,0x53,0x20,0xa4,0x9d,0x1c,0x3c,0xde,0x5e,0x3e,0xda,0x8b,0x86,0x51,0xb8,0x44,0x38,0x0c,0x79,0xa0,0x3c,0xf3,0xe2,0x11,0xc5,0x48,0x89,0x53,0x2f,0x61,0x14,0xc3,0xc1,0x2c,0x2e,0xc7,0x4f,0x52,0x2c,0x29,0xc9,0x85,0x17,0x4d,0x00,0xa5,0xed,0xec,0x1d,0x7a,0xf1,0xc4,0x83,0xca,0x4e,0x4c,0x54,0xb1,0x74,0x05,0xcf,0xaa,0x29,0x19,0x93,0x50,0x9a,0x8c,0xe6,0xbe,0x17,0x1b,0x81,0xfb,0x05,0x1f,0x40,0x51,0xc4,0xaf,0x8a,0xa8,0x7d,0xcf,0x2a,0xe2,0xcd,0x34,0x28,0xa2,0x34,0xcf,0x8f,0x79,0x18,0x38,0xc6,0xc1,0x83,0xa9,0xcc,0x7d,0xfe,0x7d,0x80,0xb0,0xb5,0xce,0xaa,0x0e,0xdc,0x6f,0x4f,0xea,0xe3,0x93,0x97,0xf7,0x93,0x3a,0xcd,0xa7,0x5a,0xea,0x14,0x28,0x82,0x3d,0x06,0xf3,0x24,0xef,0xbe,0x0b,0xc9,0x0f,0x8f,0x1e,0x3f,0x99,0x23,0xb9,0x82,0xc4,0x83,0x07,0xe7,0xb6,0x62,0x25,0xf3,0x82,0x30,0x11,0x19,0x12,0xe1,0x75,0x91,0xcf,0x91,0x67,0x16,0x74,0x08,0xa3,0xb5,0xf6,0xea,0x6d,0xe5,0x8b,0xa0,0xb4,0xf7,0xe8,0xb8,0xba,0x6c,0xb9,0x4d,0x88,0xee,0x12,0x42,0x74,0x96,0x12,0x02,0xcb,0xfb,0xd3,0x47,0xa7,0x07,0x47,0xcf,0x7f,0xec,0x02,0x8a,0x8f,0xc9,0xc0,0xf5,0xff,0x2c,0xa2,0x4a,0xa1,0xf3,0xf0,0xd3,0xd3,0xd3,0xb7,0x18,0x37,0x91,0xdc,0xbd,0xfc,0x67,0xfc,0x8a,0xb1,0xbe,0x17,0x04,0xd9,0xbb,0x70,0xea,0xa3,0x17,0x6f,0x20,0x14,0x3f,0x34,0x75,0x7f,0x5c,0x3b,0x39,0x04,0x41,0x7e,0x8c,0x4a,0x5b,0x1e,0xf3,0x95,0xf3,0xed,0xc9,0x55,0xce,0xe8,0x78,0x51,0x49,0x7a,0xc7,0x1d,0x3a,0x38,0xbe,0x25,0x74,0xe1,0x51,0xa5,0x88,0x07,0x61,0x8a,0xe5,0xc3,0x1b,0x47,0x4b,0x28,0xcf,0x97,0x66,0x39,0xe6,0xfd,0xc6,0x9b,0x33,0xfd,0xd8,0x63,0x74,0xea,0x5d,0x2d,0xcd,0x77,0x24,0xe0,0xdf,0x06,0xeb,0x5f,0xa5,0xd8,0xe9,0xdc,0xc2,0x59,0x59,0x0b,0x67,0x3e,0xe1,0x18,0x8b,0x78,0x17,0x96,0xfe,0x66,0x66,0xf4,0x2c,0x99,0x09,0x3d,0x66,0xa5,0x2a,0x4e,0xd6,0x2c,0xb7,0x81,0x12,0x53,0x94,0x0a,0x57,0x79,0x1f,0xe6,0x51,0x48,0x18,0xaa,0xaa,0x60,0x6f,0x77,0x30,0x68,0xd0,0x40,0x0e,0x90,0x41,0xd4,0x44,0x43,0xa8,0x98,0xce,0x16,0x74,0x6c,0xa9,0x5d,0xec,0x0e,0x60,0x77,0xf8,0x2f,0x32,0xb8,0x22,0x3b,0x1e,0x97,0x0a,0xd6,0xe1,0x90,0xb3,0x8c,0x0e,0xa1,0xfe,0x65,0x2c,0xcd,0xb7,0x5d,0x77,0x14,0xb2,0xb3,0xc9,0xa0,0xe5,0x27,0x63,0xf7,0xab,0x64,0x94,0x04,0x89,0xfb,0xd5,0xe9,0x3e,0xa4,0x56,0xe6,0x65,0x23,0xbc,0x06,0xea,0x0f,0x22,0x2f,0x06,0x1b,0x13,0x70,0x7c,0x72,0xc7,0xf5,0x70,0x59,0x82,0x6b,0xee,0x67,0x61,0xca,0xcc,0xdb,0x98,0x2f,0xbd,0x0b,0x4f,0x8c,0x3a,0x1c,0x64,0x38,0x89,0x7d,0x5e,0x43,0x3e,0xfa,0xd2,0xbb,0xac,0x4d,0xb2,0xa8,0x01,0x4b,0x94,0x1b,0xda,0xe0,0x88,0x0d,0x12,0x78,0xcc,0x5b,0x25,0xd7,0x42,0x35,0x17,0x5e,0x46,0x2e,0xc7,0x51,0x1f,0x45,0x24,0xbb,0x24,0xa6,0x53,0xf2,0xeb,0xc3,0x67,0x4f,0xe1,0xe9,0x05,0x7d,0x35,0xa1,0x39,0xc4,0x9b,0x9e,0x80,0x54,0x50,0xad,0x24,0xa5,0x71,0x4d,0x90,0xe2,0x0c,0x58,0x36,0xa1,0x33,0x40,0xa0,0x29,0x49,0xe0,0x29,0xf5,0x02,0x9a,0xd5,0x9c,0x7d,0xf3,0x3a,0xac,0x41,0x1c,0x2f,0x4d,0x41,0xf5,0xfc,0x10,0xd5,0xbd,0x6c,0x4e,0xa7,0xd3,0x26,0xa4,0xe7,0x71,0x13,0x48,0xd2,0xd8,0x87,0x1c,0x1d,0x38,0xb3,0x9c,0xe3,0x0c,0x88,0x5d,0x61,0x60,0xa3,0x22,0xf7,0x83,0xc8,0x7a,0xc9,0x35,0xbd,0x28,0x7e,0x9d,0x34,0x24,0x35,0x8d,0xc8,0xd1,0x30,0x4e,0x01,0xc2,0x2e,0x59,0xb7,0x00,0x67,0x80,0x45,0xdc,0x44,0xc0,0x6e,0xbb,0x3d,0x03,0x8a,0x1f,0xad,0x52,0x93,0x43,0x9e,0xc2,0x30,0x3d,0x85,0x5d,0x81,0x87,0x34,0xf2,0x7c,0x5a,0x73,0x57,0xdc,0x51,0x83,0xac,0x38,0x2b,0xab,0x6a,0x29,0xea,0x73,0x63,0x3f,0xd2,0x28,0xa7,0x55,0x8c,0xbc,0x88,0x66,0xac,0xe6,0xe0,0x66,0x12,0xde,0x5a,0x6f,0x13,0x87,0xd4,0x49,0x49,0xd4,0x05,0xc4,0xe5,0xcf,0x1b,0x09,0x81,0xeb,0xc4,0xed,0x27,0x1f,0xc0,0x56,0x4f,0xa2,0x88,0x7c,0xf8,0x21,0x37,0x0a,0x5c,0xac,0x73,0x7c,0x74,0x72,0xea,0x58,0xeb,0x35,0x76,0x33,0x0e,0x38,0xa2,0x62,0x75,0x33,0x23,0xb2,0x0d,0xab,0xe1,0xde,0x7f,0xef,0xc6,0xb0,0x4a,0xb4,0x2b,0xf0,0xb4,0x92,0x61,0x6a,0x9e,0x95,0x46,0xeb,0x7c,0xfc,0xe4,0x14,0xec,0x05,0xc5,0x45,0xaa,0x65,0x72,0xc7,0x49,0xce,0x66,0x70,0x2c,0x13,0xaf,0xa6,0xca,0x57,0x2b,0x21,0x05,0xd9,0xf7,0xdf,0x43,0x67,0xd0,0xc1,0x01,0x2c,0x80,0x04,0x89,0x3f,0x19,0x83,0xd1,0xb6,0xc0,0x3d,0x9f,0x44,0x14,0x7f,0xe6,0x1f,0x5d,0xed,0xa3,0xeb,0x3f,0x87,0x4a,0xb4,0x66,0x84,0x12,0x24,0x82,0xf8,0x18,0xb7,0xfb,0x98,0x63,0x97,0xc3,0x57,0x39,0x9a,0xe3,0x4b,0x09,0xd4,0x71,0x7d,0x35,0x81,0x8f,0xae,0x0e,0x82,0x9a,0x71,0xa6,0xaf,0x18,0xab,0xe3,0x45,0xe4,0xab,0x67,0x6d,0xc6,0xa7,0xde,0x48,0xb0,0xe5,0xb5,0x8d,0xc1,0x32,0x5d,0xc4,0x2a,0xd5,0x2c,0xa6,0x8b,0xc0,0xa6,0x1a,0xac,0x38,0x27,0x58,0x48,0xb6,0x38,0x4d,0x28,0x04,0x11,0x8d,0x2a,0xe8,0x33,0x5e,0x84,0x2a,0xdb,0x59,0xc5,0x0f,0x5b,0xc5,0x7e,0x1e,0xb1,0x85,0xd2,0x61,0x3f,0x6e,0x21,0x60,0x24,0x5d,0xa4,0x60,0xec,0x3f,0xf5,0x8a,0xa0,0xad,0xbb,0x0d,0x81,0xb7,0x7e,0x0a,0x01,0x9b,0x8c,0x7e,0x16,0x74,0x16,0x21,0x88,0x6e,0xa8,0x84,0xd1,0xbd,0x0d,0xa3,0x6b,0x68,0x4b,0x57,0xcb,0xb7,0xc9,0x56,0x94,0xd5,0x9a,0x9d,0xaa,0x69,0x97,0x42,0xe5,0xc5,0x6f,0xc1,0x97,0xdb,0x78,0xb8,0xd0,0x68,0xc2,0xd4,0xf6,0x08,0x2c,0x9e,0x16,0xb2,0xc1,0xe2,0xca,0xc2,0x90,0x65,0xcf,0x22,0x24,0x55,0x19,0x29,0x3c,0x51,0xac,0x2c,0xc2,0x90,0xe5,0x8c,0xe1,0x6c,0xa2,0x76,0x58,0x68,0x09,0xb2,0xbc,0x50,0x5c,0x64,0x29,0xb2,0x8c,0x7b,0xab,0xaa,0x65,0xf5,0xb3,0xf6,0x17,0xc5,0xae,0xe1,0xc5,0xff,0x2e,0x69,0x76,0x24,0x3d,0x2f,0xed,0x63,0x5b,0x0b,0x43,0x8e,0x53,0x0c,0xa1,0x39,0x99,0x43,0x18,0x29,0x20,0xe6,0xcd,0x80,0xaa,0x71,0x13,0x5e,0x85,0x59,0xc7,0x15,0xf1,0x05,0xe2,0x5c,0x91,0x25,0x33,0x6a,0x25,0x7f,0x95,0xed,0xc8,0x2f,0x4f,0x8e,0x9e,0xb7,0x52,0x7c,0x21,0x05,0x41,0x7a,0x65,0x88,0xbe,0x97,0x65,0x18,0x59,0xf8,0x83,0x7c,0x95,0x01,0xbe,0x21,0x87,0x03,0x9f,0x86,0xce,0xd5,0x90,0xc3,0x49,0x8d,0xef,0x21,0x00,0xb7,0x7b,0xf0,0xb5,0x63,0x10,0x68,0x41,0x6e,0x1f,0xb1,0x33,0x18,0xae,0xd7,0xad,0x4c,0xa3,0x83,0xd7,0x67,0xe1,0x17,0x2d,0xfe,0x40,0x03,0xcd,0x0d,0x31,0x61,0x9c,0x27,0xa9,0x8e,0x63,0x24,0xbb,0x92,0x4e,0x94,0x6c,0x72,0x14,0x3d,0xb8,0x02,0x58,0x2a,0xaa,0x04,0x9c,0x4e,0x4d,0xd8,0x62,0x4b,0x24,0x18,0x0c,0x94,0xc8,0x15,0x5b,0x54,0x80,0xd8,0x44,0x5c,0x57,0xee,0xb4,0x04,0xc0,0x27,0x63,0xda,0x38,0xb4,0x30,0x00,0x84,0x65,0x2a,0x18,0xcb,0xc1,0x5b,0xfc,0x5c,0xd0,0xa0,0xa7,0x26,0x7b,0x25,0x04,0xe5,0xd6,0x95,0x08,0x38,0x69,0xf1,0x90,0xce,0xdc,0x0a,0xa1,0x38,0xcf,0x9e,0x9e,0x1e,0x3e,0x2b,0x10,0xc2,0xb4,0x57,0x82,0x43,0x37,0xad,0x82,0xc4,0xf1,0x32,0xac,0xf4,0xce,0x2a,0x70,0x39,0x65,0x60,0x08,0xc7,0xac,0x82,0x85,0x2f,0x58,0x0e,0xce,0x1a,0x35,0x85,0x91,0xba,0x78,0x1a,0x09,0x83,0x4b,0x6e,0x6f,0x6a,0x4c,0xbc,0x4d,0x20,0x87,0xb4,0xed,0x83,0x4f,0xf0,0x5b,0x94,0x17,0x78,0x7d,0x1f,0x14,0xf5,0xa2,0xae,0x23,0x1c,0x97,0x93,0x9b,0xe7,0x2f,0xca,0x23,0x44,0xa9,0x3f,0xc7,0x65,0xf0,0x63,0x0a,0xc5,0x7f,0xb7,0xf0,0x77,0x9d,0x74,0x7a,0x36,0x21,0x7c,0x0d,0x4c,0x39,0xad,0x1a,0xaf,0xf2,0x20,0x41,0x83,0xff,0x9f,0xcf,0xf5,0x21,0x45,0xd4,0x9f,0x64,0x59,0x3f,0xd5,0x9c,0x05,0x16,0xf8,0x8f,0xdb,0x69,0x97,0x0a,0x45,0x7b,0xd3,0x05,0x5e,0x8b,0x25,0xbf,0x08,0x2f,0x69,0x50,0xeb,0x96,0xcb,0x4a,0xa4,0x8d,0xe1,0xf8,0xd0,0x63,0x67,0x48,0xb5,0x26,0x10,0x1a,0xa4,0xdd,0xda,0x2c,0xc3,0xf2,0x85,0xd5,0x61,0x65,0x46,0x0f,0xb7,0xa2,0x2f,0x06,0x56,0xe4,0xc5,0xc0,0x8a,0xbc,0x18,0x70,0xea,0x57,0x75,0x47,0xdd,0x0d,0x38,0x75,0xb5,0x7d,0x7c,0x6c,0x45,0xde,0x12,0x38,0x65,0xd9,0xd5,0x1e,0x03,0x17,0x53,0xad,0x37,0x76,0x0b,0x50,0xa1,0x39,0x2c,0x7e,0xdb,0x58,0xf9,0x16,0x15,0x48,0x4b,0xbc,0x9a,0xf1,0x12,0xdf,0x29,0x21,0x4d,0x73,0x22,0x19,0x0e,0xa1,0x95,0xa9,0x98,0x10,0x18,0xcf,0x40,0x62,0xd8,0x9f,0xce,0x6c,0x9f,0x60,0x80,0x16,0x4a,0x06,0x59,0x51,0x33,0xbd,0xb9,0xa0,0x82,0xea,0x69,0x52,0xab,0x96,0x0d,0x74,0xbd,0xda,0x83,0xc0,0xf2,0xfd,0xbf,0xff,0xf4,0xfa,0x9b,0xef,0x5e,0xff,0xfe,0x1f,0xdf,0xff,0xf9,0xb7,0xaf,0xff,0xf8,0x6d,0xe5,0xea,0x79,0xc1,0xd6,0xc7,0x34,0x55,0xeb,0x6c,0xb5,0x3a,0xe4,0xa7,0xca,0x1e,0xfa,0x7e,0x32,0x89,0xd9,0x2a,0x71,0x41,0xec,0x76,0x1b,0xbe,0xd6,0x36,0xf1,0x75,0x98,0x02,0x73,0x6a,0x99,0x05,0xd0,0x30,0x6d,0x02,0xb8,0xff,0xf0,0xcf,0xbf,0xbf,0xfe,0xe6,0xaf,0xaf,0xbf,0xf9,0xcb,0x0f,0xdf,0xfe,0x6e,0xa1,0x07,0x0b,0x86,0x93,0xd4,0xf4,0x5e,0xce,0x20,0x8c,0x83,0x64,0x8a,0x3d,0x22,0x5e,0x92,0x26,0x13,0x56,0xb3,0x3d,0xb3,0x41,0xd6,0x40,0x22,0xdd,0x43,0x34,0x0a,0x7f,0x02,0x49,0x4e,0x58,0x16,0xc6,0xd0,0xa6,0xcb,0xaa,0xbd,0xec,0xd3,0x3d,0xab,0x0d,0x3e,0xa1,0xec,0xe8,0x93,0x5a,0xa8,0x77,0xa7,0xa8,0xee,0x31,0xd1,0xa8,0x57,0xf9,0xb0,0x8b,0xf4,0xa0,0x9f,0x51,0x5d,0x92,0x2e,0xe1,0x79,0x36,0x52,0xe9,0x1c,0x1d,0x75,0xf6,0x4c,0xad,0x12,0xc7,0x54,0x82,0x73,0xf4,0x89,0x53,0xea,0x5b,0x40,0xaa,0x03,0x58,0xc2,0x12,0x62,0x61,0x6f,0x7d,0x17,0xa9,0xf8,0xa9,0xd1,0xed,0x22,0x81,0x02,0x5b,0xad,0x96,0xa3,0xfa,0x1e,0x53,0x30,0x75,0x9f,0xaf,0x44,0x93,0xb2,0xb6,0xad,0x8a,0x40,0x64,0xff,0x7e,0xce,0xcc,0xe0,0x55,0x15,0xb8,0x74,0x5e,0x9f,0x1b,0xb5,0x0c,0x5a,0xe0,0x1d,0xb5,0xca,0x42,0xe0,0xe7,0x90,0xf7,0x1b,0x0e,0x81,0xe6,0xb7,0x5d,0x54,0x1a,0x37,0x33,0xb1,0x5b,0xbe,0x43,0xb1,0x20,0x78,0x0b,0x73,0x30,0x2d,0xab,0x60,0xbf,0x5a,0xa1,0x8d,0xe2,0xce,0x4e,0xef,0x94,0x6c,0x1d,0xcc,0x4d,0x52,0xfd,0x87,0xcc,0xb7,0x10,0x5e,0x9c,0xb6,0x63,0x74,0xdc,0xa5,0xf9,0x5d,0x3e,0x6f,0x2b,0x41,0x51,0x35,0x33,0xb6,0xaa,0x6c,0xe6,0xb6,0xdc,0xb3,0x58,0x8a,0x91,0xb8,0x2f,0xcc,0x3f,0xd3,0x03,0xe2,0x96,0x90,0x06,0x07,0x71,0x40,0x2f,0xbf,0x68,0xe1,0xd9,0x91,0xd5,0xa1,0x1b,0xab,0x36,0xea,0x92,0xb1,0x16,0x12,0x97,0x21,0xaa,0x99,0x5d,0x02,0xa3,0x19,0x65,0x93,0x2c,0x36,0x96,0x38,0xc6,0x55,0x77,0xac,0x35,0xb9,0xee,0xa3,0xe3,0xef,0xbf,0xfb,0xdb,0xeb,0xff,0xfc,0xc1,0x28,0x4f,0x64,0x5b,0x64,0x94,0x78,0x86,0x85,0xeb,0x35,0x19,0xba,0x32,0x54,0x69,0x4d,0x57,0xfb,0x08,0x7e,0x8a,0x16,0x72,0x01,0x50,0xd5,0x36,0x9a,0x21,0xa0,0x52,0xbd,0xb2,0x2a,0x34,0xf3,0xbc,0xec,0x0b,0x4d,0x10,0x1c,0x9b,0xbb,0x65,0xae,0x7b,0x22,0x76,0x76,0x8e,0x66,0xba,0x6f,0x55,0x33,0xe5,0x15,0x55,0xab,0x66,0xee,0xba,0xef,0xa2,0x9b,0x0a,0x83,0xad,0x54,0x90,0x59,0x85,0xdb,0x8e,0x2c,0x8b,0xe5,0x71,0xaf,0xda,0x20,0xc5,0x9d,0x29,0x1e,0x56,0x19,0x46,0x29,0x6c,0x72,0xc6,0xf4,0x8c,0xf2,0xdd,0x92,0xb3,0xb2,0x7c,0xb7,0x45,0x9c,0xef,0x6c,0xa5,0x5e,0x63,0x1e,0xe1,0x52,0x9b,0x51,0x4d,0x5d,0x2e,0xd1,0x75,0x3f,0x9d,0x24,0x02,0x1e,0xaa,0xaa,0xec,0x3c,0x37,0x57,0x9d,0xc4,0xcc,0x0b,0xe3,0x4f,0x0f,0xa1,0x3b,0xc8,0x2c,0x3f,0x84,0x67,0x88,0xe6,0xe0,0xc7,0x47,0xc3,0x9a,0xb3,0x02,0x81,0x64,0x0f,0xc2,0xad,0x14,0xe0,0xeb,0xaf,0x89,0x39,0x8d,0x47,0x8f,0x8b,0xa6,0x49,0xe5,0xb4,0x2c,0x93,0xf6,0xc8,0x5a,0xd7,0x52,0xab,0xf0,0x7a,0xd3,0x2e,0xe5,0xd6,0xc9,0x09,0x65,0x24,0x37,0xa2,0x0a,0x7f,0x35,0xee,0x8f,0x21,0x43,0xa2,0xa5,0x9e,0x24,0x59,0x76,0xd5,0x20,0x60,0x7c,0x2b,0x8c,0x4c,0x40,0xb1,0x2b,0x04,0x92,0xc5,0xe7,0x0e,0xfe,0x0f,0x19,0xca,0xa7,0xad,0xcf,0xe3,0xcf,0xe3,0x47,0x51,0x9e,0x34,0x88,0xe4,0xbe,0xb3,0x0b,0xec,0x5b,0x8e,0x1d,0x90,0xed,0xdb,0xd2,0x5b,0xed,0x00,0xb5,0x55,0xe8,0x51,0x5a,0xc5,0x2a,0x2e,0xd3,0x1a,0xc5,0x3d,0x5a,0x9d,0x29,0xe0,0xc4,0xd9,0xab,0x5c,0x44,0xb9,0xbe,0xb5,0x02,0xa0,0x79,0xd0,0x3a,0x63,0x37,0xb6,0x0c,0xa6,0x15,0x95,0x04,0x31,0x0d,0xe7,0x2d,0x49,0xa3,0xfb,0x15,0x2f,0xf3,0xc6,0x79,0xc9,0x4b,0xeb,0x0e,0x71,0xea,0x15,0xee,0x58,0x4a,0xaa,0x78,0x70,0xe6,0xfa,0xfc,0x66,0x78,0x51,0x66,0x2d,0x64,0xb4,0x3b,0x21,0x2c,0xde,0x38,0xf7,0xd5,0x79,0xf9,0x46,0xbd,0x8a,0x52,0xd1,0x8c,0x71,0xde,0xfc,0xa8,0x6f,0x01,0x67,0x54,0x70,0x26,0xb2,0x2a,0x54,0x5a,0x33,0x42,0x19,0x31,0xcf,0x2a,0x81,0x4e,0x60,0x34,0x2e,0xea,0xa0,0x39,0x28,0xf3,0x33,0xc8,0xdc,0x3a,0x16,0x09,0xc3,0x9a,0x26,0x11,0x6b,0xf0,0x02,0xdb,0xd2,0x46,0xe5,0x49,0x7f,0xa5,0xde,0xa4,0xb6,0x66,0xab,0x12,0x8b,0x85,0xad,0x36,0x71,0xe6,0x73,0x17,0xad,0x61,0xad,0xf2,0xfc,0xc8,0xa9,0xec,0x23,0xc1,0xaa,0x16,0xf5,0xb8,0xe5,0x1e,0xd6,0x7e,0x7b,0x69,0xa5,0xbd,0x52,0x7e,0x7b,0xa9,0xac,0xe6,0xaa,0x7a,0x11,0x78,0xb6,0x30,0xb4,0x2e,0xee,0x72,0xed,0x0e,0xd3,0xe6,0xeb,0xd4,0x6b,0x61,0xbd,0xb3,0x5a,0x77,0x56,0xf6,0x9c,0xba,0x26,0x07,0xd5,0x64,0xdd,0x99,0x2b,0x49,0xe9,0x36,0x46,0xa7,0x52,0xd3,0x60,0x64,0xdf,0xb6,0x9c,0x71,0x09,0x9b,0x5e,0xce,0xae,0xca,0xa9,0xf5,0x36,0x87,0xbe,0x93,0xd1,0xcd,0xb1,0x1f,0x79,0xd3,0x39,0x6b,0x3b,0x78,0xce,0xb9,0xc0,0x6a,0xe4,0x51,0xa8,0xb5,0xd8,0xcc,0x14,0x5e,0x1e,0x78,0x16,0x7d,0x6c,0xbb,0x51,0x1a,0x7b,0xca,0x5b,0xfe,0xc5,0xf2,0x19,0xaf,0xce,0xce,0x8a,0xc8,0x5f,0xfb,0x5d,0x20,0x63,0xd9,0x9b,0x2a,0x58,0xd8,0x2f,0xf4,0x22,0x72,0xd1,0xdb,0xa4,0x59,0xde,0x97,0xa7,0xc8,0xfc,0xa0,0x83,0xff,0x81,0x57,0x0d,0xef,0x45,0x1f,0x7b,0x8c,0xd6,0x54,0xdb,0x6c,0xb5,0x43,0xd4,0x5f,0x74,0x7e,0x5c,0xbc,0x61,0xbc,0x6a,0x55,0x01,0x06,0x27,0xfd,0xb3,0x4e,0xb8,0xab,0x1d,0xc4,0xac,0x06,0x54,0x4d,0x26,0xfe,0x38,0xb0,0x01,0x1d,0xb2,0x4e,0xda,0x8e,0x12,0xdd,0x88,0x9a,0x77,0x56,0x50,0x03,0x89,0x6b,0x2d,0xed,0xb8,0xe2,0x42,0x99,0xdf,0x7a,0xab,0x3f,0x48,0x71,0xe5,0x5f,0x3c,0xfe,0x0f,0x46,0x2c,0xf1,0xb7,0x0b,0x39,0x00,0x00}; +const unsigned char index_html[0xf41] = {0x1f,0x8b,0x08,0x00,0x25,0xd0,0x04,0x5e,0x02,0xff,0xc5,0x1b,0x4d,0x73,0xdb,0xc6,0xf5,0x9e,0x99,0xfc,0x87,0x0d,0x32,0x8d,0xa8,0x8a,0x24,0x48,0x4a,0xb2,0x5d,0x51,0x52,0xc7,0xb1,0xdd,0xd8,0x8d,0x65,0x29,0x96,0x3a,0x6e,0x27,0xca,0x70,0x40,0x60,0x29,0x22,0x06,0x01,0x18,0x58,0x8a,0x52,0x14,0xcd,0xf4,0xd6,0x4e,0x0e,0x69,0x7b,0xef,0x4c,0xdb,0x5b,0x6e,0xed,0xa1,0x33,0x3d,0xb4,0xa7,0xfe,0x17,0x27,0x7f,0xa3,0xef,0xed,0x17,0x76,0x41,0x10,0xa4,0x64,0xbb,0xa1,0x67,0x4c,0x62,0xf7,0x7d,0xed,0xdb,0xf7,0xb9,0x58,0xed,0x7e,0xf0,0xf0,0xf0,0xc1,0xc9,0x6f,0x8e,0x1e,0x91,0x31,0x9b,0x44,0xfb,0xef,0xbf,0xb7,0xab,0xbf,0xa9,0x17,0xc0,0x37,0x81,0xcf,0xee,0x84,0x32,0x0f,0x00,0x58,0xda,0xa2,0xaf,0xa6,0xe1,0xf9,0x9e,0xe3,0x27,0x31,0xa3,0x31,0x6b,0xb1,0xcb,0x94,0x3a,0x44,0x3e,0xed,0x39,0x8c,0x5e,0x30,0x17,0x09,0xc0,0xd8,0xd8,0xcb,0x72,0x0a,0x63,0x53,0x36,0x6a,0xdd,0x73,0x2c,0x4a,0x1a,0x7e,0x16,0x06,0x6c,0xbc,0x17,0xd0,0xf3,0xd0,0xa7,0x2d,0xfe,0xd0,0x0c,0xe3,0x90,0x85,0x5e,0xd4,0xca,0x7d,0x2f,0xa2,0x7b,0xdd,0x76,0xa7,0x39,0xf1,0x2e,0xc2,0xc9,0x74,0x62,0x8c,0x4c,0x73,0x9a,0xf1,0x47,0x6f,0x08,0x23,0x1d,0x87,0xc4,0xde,0x84,0xee,0x39,0xe7,0x21,0x9d,0xa5,0x49,0xc6,0x34,0x33,0x16,0xb2,0x88,0xee,0xbf,0xa0,0x91,0x9f,0x4c,0xc8,0xc9,0x83,0xee,0xae,0x2b,0x46,0xe4,0x74,0xce,0x2e,0x23,0x4a,0x70,0x09,0x52,0x72,0x3f,0xcf,0x15,0xee,0x28,0xa4,0x51,0x00,0xf2,0x5f,0x4d,0xbc,0xec,0x2c,0x8c,0x5b,0xc3,0x84,0xb1,0x64,0xb2,0xd3,0xed,0xa4,0x17,0xfd,0x61,0x92,0x05,0x34,0xdb,0xf9,0xb0,0xd3,0xe9,0x90,0x3c,0x89,0xc2,0x80,0x74,0x61,0x74,0x02,0x50,0x61,0x1c,0x85,0x31,0x6d,0xe5,0xe1,0x57,0x74,0xc7,0x9b,0xb2,0xa4,0x7f,0x2d,0xa8,0x85,0x71,0x3a,0x65,0xcd,0x9c,0x46,0xd4,0x67,0xcd,0xe1,0x14,0x48,0xc5,0x57,0xa9,0x17,0x04,0x61,0x7c,0xb6,0xb3,0x8d,0x14,0x3d,0xff,0xe5,0x59,0x96,0x4c,0xe3,0x60,0x67,0x36,0x0e,0x19,0xd5,0x2c,0xee,0xde,0xbd,0x6b,0xb0,0x90,0xd4,0x24,0x01,0x03,0x29,0x4e,0x62,0x8d,0x03,0x80,0xa4,0xc0,0xb3,0x71,0x76,0x82,0x30,0x47,0x9d,0x05,0x52,0x96,0xe2,0x99,0x4b,0xa8,0x1f,0x4d,0xda,0x1f,0x0e,0x47,0xf8,0x4f,0x11,0x62,0x41,0x93,0x8d,0x2d,0xe1,0xe5,0x44,0x9b,0x79,0xf9,0x4b,0xc2,0x10,0xff,0x8a,0x6f,0x25,0x28,0xab,0xf3,0x93,0xbe,0xd0,0x1f,0x57,0x1c,0xe9,0x48,0x19,0x5b,0x7e,0x12,0x45,0x5e,0x9a,0xd3,0x1d,0xf5,0xa3,0x44,0x24,0x68,0xca,0x1f,0xe3,0x2b,0xdc,0x98,0x96,0x17,0x85,0x67,0xf1,0x8e,0x0f,0x36,0x43,0x33,0x73,0x9d,0x42,0x35,0xb8,0x11,0x9a,0x40,0x9e,0xf8,0x2f,0x29,0x93,0x1a,0x6f,0x4f,0x92,0x80,0x8a,0xdf,0x6a,0x23,0xb3,0xf0,0x6c,0xcc,0x76,0x5a,0x5b,0x86,0xe0,0xf9,0x74,0x38,0x09,0x99,0xb5,0x26,0x09,0xcc,0x92,0xd4,0x5a,0x62,0x3e,0xf5,0x7d,0x9a,0xe7,0x57,0x20,0x76,0x02,0xbb,0xb3,0x7d,0x2f,0xf0,0xb7,0x7d,0x3d,0x4b,0xb3,0x2c,0xc9,0xd4,0xdc,0x68,0xd4,0x0b,0x7a,0x5a,0xfd,0xed,0x30,0x1e,0x25,0x6a,0x8a,0xde,0xed,0x74,0xa8,0xa7,0xa7,0x62,0xca,0x66,0x49,0xf6,0x92,0x04,0xe1,0x79,0xa5,0x5e,0xc1,0x5b,0x62,0xd8,0xab,0x85,0xf3,0x7c,0x45,0xa6,0x9e,0xf8,0x80,0x9e,0x4e,0x67,0xc6,0x76,0x14,0x83,0xa0,0x64,0x39,0xbe,0x5d,0x0c,0xa3,0xf5,0x5e,0xc9,0x3d,0xc2,0xb5,0x1b,0x3a,0x0e,0x28,0xfe,0xeb,0x9b,0x90,0x83,0xee,0xd5,0x98,0x72,0x75,0x6e,0x1a,0xe2,0xf0,0x99,0x9e,0x9a,0xd9,0x2e,0xcf,0x6c,0x2e,0x9c,0xd9,0x52,0x33,0xbd,0xb9,0xa9,0x6d,0x3d,0xd5,0x29,0x4f,0xdd,0x51,0x53,0xdd,0x3b,0xe5,0xa9,0xbb,0x7a,0x6a,0x8e,0xe0,0x3d,0x3d,0xd5,0x2b,0x4f,0xfd,0x4c,0x4f,0x19,0xbe,0xce,0x1d,0x4c,0x82,0x7d,0x98,0x26,0x33,0x9a,0x0d,0x70,0x3b,0x0c,0x33,0x31,0xa0,0x5b,0x11,0x1d,0xb1,0xb2,0x7d,0xca,0x29,0x15,0x47,0x2a,0x8d,0x57,0x52,0xe6,0xbb,0xa0,0xe5,0x43,0xba,0x69,0x92,0x43,0x54,0x04,0xff,0xcd,0x68,0xe4,0xb1,0xf0,0x9c,0xf6,0x93,0x73,0x9a,0x8d,0xa2,0x64,0xb6,0x93,0xfb,0x19,0xf8,0x90,0x69,0xb0,0xad,0xae,0xa5,0x25,0x41,0x33,0xcd,0xe8,0x95,0xa6,0xe2,0x0d,0x81,0xf7,0x94,0x87,0x19,0x2e,0x4d,0xa7,0x0f,0xa4,0x3c,0xb6,0x83,0x72,0xf7,0x25,0xe3,0xbb,0xa8,0x4e,0x61,0x20,0x9d,0xc5,0xeb,0x1a,0xc1,0x67,0xf3,0x5e,0xbf,0xda,0x64,0x4c,0xb7,0x14,0x52,0x0c,0x2f,0x2b,0xfc,0xb9,0x0c,0x42,0x3c,0x01,0x14,0x50,0x3f,0xc9,0x3c,0x2e,0xb0,0xa9,0xfe,0x76,0x94,0x9c,0x71,0xe5,0x2b,0xdb,0xeb,0xe0,0x6a,0xcb,0xfa,0x90,0xc0,0xbb,0x2e,0x0f,0xf2,0x98,0xcf,0x5c,0x99,0xd0,0x76,0x87,0x49,0x70,0x89,0xdf,0x2a,0xc4,0x13,0x3f,0xf2,0xf2,0x7c,0xcf,0x11,0x91,0x43,0x27,0x8f,0x88,0x9e,0xd1,0x38,0xd8,0x3f,0x42,0xa9,0xc8,0x03,0xc8,0x58,0x48,0x77,0xd7,0x95,0xc3,0x2a,0xc3,0x60,0xb8,0x23,0x61,0xa0,0xb0,0x07,0x6c,0xa8,0x08,0x88,0xf9,0xcc,0x78,0x12,0x23,0x41,0x69,0x84,0x8f,0xf2,0x10,0x25,0x53,0x91,0x3f,0xa6,0xfe,0xcb,0x61,0x72,0xe1,0x18,0x74,0xbb,0x2a,0xc7,0xd9,0x42,0x5a,0x34,0x20,0x1b,0xd2,0x88,0x8c,0x92,0xac,0x40,0xda,0x3f,0xe6,0x3f,0x5a,0x90,0xf9,0xf8,0x6c,0x59,0x18,0x77,0x4e,0x9a,0x5b,0xca,0xd7,0xbb,0x8d,0x7c,0x3d,0x2d,0x5f,0xef,0x5d,0xcb,0xb7,0x79,0x1b,0xf9,0x36,0xb5,0x7c,0x9b,0x2b,0xc9,0x07,0x8f,0xd9,0xbb,0xd8,0xfc,0xad,0xdb,0x08,0xbf,0xa5,0x85,0xdf,0x7a,0xd7,0xca,0xdd,0xbe,0x8d,0x7c,0xdb,0x5a,0xbe,0xed,0x77,0x2d,0xdf,0x9d,0xdb,0xc8,0x77,0x47,0xcb,0x77,0xe7,0xa6,0x9b,0x0f,0x3f,0x31,0x2c,0xa8,0x27,0x88,0x55,0x3a,0xc4,0xf0,0x4a,0xc3,0x8a,0x10,0xa2,0x30,0xb3,0x01,0x06,0x43,0xe6,0x90,0x24,0xf6,0xa3,0xd0,0x7f,0xb9,0xe7,0x1c,0x53,0x26,0x24,0x69,0xac,0x83,0x4c,0x1c,0x60,0xd7,0x15,0x68,0x26,0xa1,0x3c,0xf5,0x0a,0x32,0xcc,0x63,0xd3,0x7c,0x90,0xa7,0x44,0x56,0x2c,0xce,0xfe,0xe1,0xa7,0x10,0x0b,0x01,0x44,0xcb,0x08,0x62,0xf1,0xb0,0xa8,0xc2,0x20,0x3c,0x54,0x04,0x45,0x2c,0xc3,0xca,0x21,0xf1,0x24,0x9c,0xd0,0x80,0x9c,0xc0,0x4c,0x39,0x1c,0x9a,0x3b,0x11,0x4f,0x27,0x43,0x9a,0x89,0x7d,0x40,0x2a,0x03,0x06,0x68,0x8e,0xab,0x40,0xe5,0xba,0xf5,0x2a,0xef,0x07,0x01,0xa7,0x8b,0x64,0x71,0xa1,0xf0,0x5c,0x5a,0xa5,0x11,0x6c,0x91,0x54,0x30,0x10,0x54,0x97,0x06,0xdc,0xf1,0xfe,0x93,0x38,0xa0,0x17,0xb0,0x2b,0xe3,0x8a,0x39,0x64,0xba,0x60,0x4a,0x68,0x7d,0xc1,0xe4,0x61,0x5c,0x9a,0x58,0xc5,0xfb,0xa1,0xf3,0x89,0x70,0x13,0xf6,0x1c,0x70,0xcf,0xa3,0x88,0xe6,0x94,0x1c,0x5f,0xc6,0xfe,0xca,0xa6,0x54,0x56,0xda,0x27,0x94,0x59,0x4a,0x13,0xc4,0xb4,0xd6,0x96,0x6d,0x2e,0xf6,0x68,0x0b,0x12,0xde,0x31,0xb7,0xa0,0xea,0x74,0x27,0xb1,0xd3,0xd9,0xf2,0x54,0x77,0xb4,0x23,0x0d,0x13,0x77,0x2d,0x75,0x0a,0x33,0x97,0x56,0xd9,0x91,0x46,0x49,0x5e,0x2c,0x70,0xf7,0x17,0x26,0x81,0x99,0x26,0xc0,0x4b,0x6d,0x03,0xfd,0xe5,0x8b,0xff,0xfe,0x6b,0x7c,0x23,0x8f,0xe4,0x02,0xa9,0x42,0xce,0x5a,0x88,0xe1,0xaf,0x58,0x89,0x11,0x51,0x15,0x3a,0xfb,0xca,0x65,0xea,0x01,0xef,0xad,0x0a,0x78,0x77,0x55,0xc0,0x3b,0xab,0x02,0x6e,0xaf,0x0a,0xb8,0xb5,0x2a,0xe0,0xe6,0xaa,0x80,0xbd,0x55,0x01,0xbb,0x36,0xa0,0xf5,0xdb,0xde,0x16,0x04,0xb7,0xf6,0xe5,0x83,0x56,0xcb,0x22,0xaa,0x0b,0x5b,0x87,0xf0,0x22,0x6f,0xcf,0x51,0xa5,0x2b,0x16,0x84,0xbc,0x56,0xe5,0x85,0xb0,0xe2,0x48,0x5a,0xad,0x1b,0x06,0x3f,0xd9,0x99,0x95,0x3d,0xe4,0x99,0x6c,0xd8,0xa0,0x28,0x1c,0x85,0x67,0x95,0x3e,0xb2,0x3c,0x10,0x08,0x0e,0xbc,0x55,0x03,0xbf,0x3d,0x7e,0xf2,0x70,0x67,0xf5,0x84,0x27,0x9a,0x77,0xe1,0x12,0xe1,0x28,0xe4,0xb9,0x62,0xec,0xc5,0x67,0x14,0x93,0x05,0x4e,0xbd,0x80,0x51,0x8c,0x07,0xf3,0xb8,0x1c,0x3f,0x49,0xb1,0xaa,0x26,0xe7,0x5e,0x34,0x05,0x94,0x8e,0xb3,0x7f,0xe0,0xc5,0x53,0x0f,0x8a,0x5b,0x31,0x51,0xc5,0xd2,0x15,0x3c,0xab,0xa6,0x64,0x50,0x42,0x69,0x32,0x9a,0xfb,0x5e,0x6c,0xe4,0xae,0xe7,0x7c,0x00,0x45,0x11,0xbf,0x2a,0x12,0xd7,0x2d,0x0b,0xa9,0x37,0xd3,0xa0,0x48,0x54,0xbc,0x44,0xc8,0xc3,0xc0,0x31,0x0e,0x81,0x4c,0x65,0x3e,0xe0,0xdf,0x4f,0x10,0xb6,0xd1,0x5d,0xd7,0xb9,0xeb,0xed,0x49,0x7d,0x74,0xfc,0xe2,0x76,0x52,0xa7,0xf9,0x4c,0x4b,0x9d,0x02,0x45,0xb0,0xc7,0x60,0x91,0xe4,0xbd,0x77,0x21,0xf9,0xc1,0xe1,0xc3,0x47,0x0b,0x24,0x57,0x90,0x78,0xf6,0xe2,0x2c,0xab,0xd7,0x32,0x2f,0x08,0x13,0x51,0x24,0x20,0xbc,0xee,0x73,0x38,0xf2,0xdc,0x82,0x0e,0x60,0xb4,0xd1,0x59,0x5f,0x56,0xc1,0x09,0x4a,0xfb,0xf7,0x8f,0xaa,0x2b,0xb7,0x65,0x42,0xf4,0x56,0x10,0xa2,0xbb,0x92,0x10,0xd8,0xe1,0x9c,0xdc,0x3f,0x79,0x72,0xf8,0xec,0xc7,0xae,0x21,0xf9,0x98,0x0c,0x5c,0xff,0xcf,0x3a,0xb2,0x14,0x3a,0x0f,0x3e,0x3b,0x39,0x79,0x8b,0x71,0x13,0xc9,0xdd,0xca,0x7f,0x26,0xaf,0x18,0x1b,0x78,0x41,0x90,0xbd,0x0b,0xa7,0x3e,0x7c,0xfe,0x06,0x42,0xf1,0x03,0x6c,0xf7,0xc7,0xb5,0x93,0x03,0x10,0xe4,0xc7,0x68,0x36,0xe4,0x49,0x67,0x39,0xdf,0x1e,0x5f,0xe6,0x8c,0x4e,0xea,0x4a,0xd2,0x1b,0xee,0xd0,0x93,0xa3,0x25,0xa1,0x0b,0x4f,0x6b,0x45,0x3c,0x08,0x53,0x2c,0x1f,0xde,0x38,0x5a,0x42,0x7d,0xbe,0x32,0xcb,0x09,0x6f,0xb9,0xde,0x9c,0xe9,0x27,0x1e,0xa3,0x33,0xef,0x72,0x65,0xbe,0x67,0x02,0xfe,0x6d,0xb0,0xfe,0x55,0x8a,0x1d,0xda,0x12,0xce,0xca,0x5a,0x38,0xf3,0x29,0xc7,0xa8,0xe3,0x5d,0x58,0xfa,0x9b,0x99,0xd1,0xd3,0x64,0x2e,0xf4,0x98,0x95,0xaa,0x38,0x5c,0xb4,0xdc,0x06,0x4a,0x4c,0x51,0x2a,0x5c,0xe6,0x03,0x98,0x47,0x21,0x61,0xa8,0xaa,0x82,0x5d,0xee,0x60,0xd0,0xb1,0x81,0x1c,0x20,0x83,0xa8,0x89,0x46,0x50,0x31,0x8d,0x6b,0x3a,0xb6,0xd4,0x2e,0x76,0x87,0xb0,0x3b,0xfc,0x17,0x19,0x5e,0x92,0x5d,0x8f,0x4b,0x05,0xeb,0x70,0xc8,0x38,0xa3,0x23,0xa8,0x7f,0x19,0x4b,0xf3,0x1d,0xd7,0x3d,0x0b,0xd9,0x78,0x3a,0x6c,0xfb,0xc9,0xc4,0xfd,0x2a,0x39,0x4b,0x82,0xc4,0xfd,0xea,0xe4,0x01,0xa4,0x56,0xe6,0x65,0x67,0xf8,0x4a,0x6e,0x30,0x8c,0xbc,0x18,0x6c,0x4c,0xc0,0xf1,0xc9,0x5d,0xd7,0xc3,0x65,0x09,0xae,0xb9,0x9f,0x85,0x29,0x33,0xdf,0x8c,0x7d,0xe9,0x9d,0x7b,0x62,0xd4,0xe1,0x20,0xa3,0x69,0xec,0xf3,0x1a,0xf2,0xfe,0x97,0xde,0x45,0x63,0x9a,0x45,0x4d,0x58,0xa2,0xdc,0xd0,0x26,0x47,0x6c,0x92,0xc0,0x63,0xde,0x3a,0xb9,0x12,0xaa,0x39,0xf7,0x32,0x72,0x31,0x89,0x06,0x28,0x22,0xd9,0x23,0x31,0x9d,0x91,0x5f,0x1f,0x3c,0x7d,0x0c,0x4f,0xcf,0xe9,0xab,0x29,0xcd,0x21,0xde,0xf4,0x05,0xa4,0x82,0x6a,0x27,0x29,0x8d,0x1b,0x82,0x14,0x67,0xc0,0xb2,0x29,0x9d,0x03,0x02,0x4d,0x49,0x02,0x8f,0xa9,0x17,0xd0,0xac,0xe1,0x3c,0x30,0x5f,0x4d,0x36,0x89,0xe3,0xa5,0x29,0xa8,0x9e,0x9f,0x23,0xbb,0x17,0xad,0xd9,0x6c,0xd6,0x82,0xf4,0x3c,0x69,0x01,0x49,0x1a,0xfb,0x90,0xa3,0x03,0x67,0x9e,0x73,0x9c,0x01,0xb1,0x4b,0x0c,0x6c,0x54,0xe4,0x7e,0x10,0x59,0x2f,0xb9,0xa1,0x17,0xc5,0x5f,0xed,0x8d,0x48,0x43,0x23,0x72,0x34,0x8c,0x53,0x80,0xb0,0x47,0xb6,0x2c,0xc0,0x39,0x60,0x11,0x37,0x11,0xb0,0xd7,0xe9,0xcc,0x81,0xe2,0x47,0xab,0xd4,0xe4,0x90,0xa7,0x30,0x4c,0x4f,0x60,0x57,0xe0,0x21,0x8d,0x3c,0x9f,0x36,0xdc,0x35,0xf7,0xac,0x49,0xd6,0x9c,0xb5,0x75,0xb5,0x14,0xf5,0xb9,0xb6,0x1f,0x69,0x94,0xd3,0x2a,0x46,0x5e,0x44,0x33,0xd6,0x70,0x70,0x33,0x09,0x6f,0xad,0x77,0x88,0x43,0x36,0x48,0x49,0xd4,0x1a,0xe2,0xf2,0xe7,0xb5,0x84,0xc0,0x75,0xe2,0xf6,0x93,0x0f,0x60,0xab,0xa7,0x51,0x44,0x3e,0xfa,0x88,0x1b,0x05,0x2e,0xd6,0x39,0x3a,0x3c,0x3e,0x71,0xac,0xf5,0x1a,0xbb,0x19,0x07,0x1c,0x51,0xb1,0xba,0x9e,0x13,0xd9,0x86,0xd5,0x70,0xef,0xbf,0x77,0x6d,0x58,0x25,0xda,0x15,0x78,0x5a,0xc9,0x30,0x35,0xcf,0x4a,0xa3,0x75,0x3e,0x79,0x74,0x02,0xf6,0x82,0xe2,0x22,0xd5,0x32,0xb9,0xa3,0x24,0x67,0x73,0x38,0x96,0x89,0x57,0x53,0xe5,0xab,0x95,0x90,0x82,0xec,0xfb,0xef,0xa1,0x33,0xe8,0xe0,0x00,0x16,0x40,0x82,0xc4,0x9f,0x4e,0xc0,0x68,0xdb,0xe0,0x9e,0x8f,0x22,0x8a,0x3f,0xf3,0x8f,0x2f,0x1f,0xa0,0xeb,0x3f,0x83,0x4a,0xb4,0x61,0x84,0x12,0x24,0x82,0xf8,0x18,0xb7,0x07,0x98,0x63,0x57,0xc3,0x57,0x39,0x9a,0xe3,0x4b,0x09,0xd4,0x1b,0x8b,0x6a,0x02,0x1f,0x5f,0x3e,0x09,0x1a,0xc6,0x6b,0x0d,0xc5,0x58,0x9d,0xb0,0x22,0x5f,0x3d,0x6b,0x33,0x3e,0xf1,0xce,0x04,0x5b,0x5e,0xdb,0x18,0x2c,0xd3,0x3a,0x56,0xa9,0x66,0x31,0xab,0x03,0x9b,0x69,0xb0,0xe2,0x9c,0xa0,0x96,0x6c,0x71,0x9a,0x50,0x08,0x22,0x1a,0x55,0xd0,0x67,0x5c,0x87,0x2a,0xdb,0x59,0xc5,0x0f,0x5b,0xc5,0x41,0x1e,0xb1,0x5a,0xe9,0xb0,0x1f,0xb7,0x10,0x30,0x92,0xd6,0x29,0x18,0xfb,0x4f,0xbd,0x22,0x68,0xeb,0x96,0x21,0xf0,0xd6,0x4f,0x21,0x60,0x93,0x31,0xc8,0x82,0x6e,0x1d,0x82,0xe8,0x86,0x4a,0x18,0xbd,0x65,0x18,0x3d,0x43,0x5b,0xba,0x5a,0x5e,0x26,0x5b,0x51,0x56,0x6b,0x76,0xaa,0xa6,0x5d,0x09,0x95,0x17,0xbf,0x05,0x5f,0x6e,0xe3,0x61,0xad,0xd1,0x84,0xa9,0xed,0x11,0x58,0x3c,0xd5,0xb2,0xc1,0xe2,0xca,0xc2,0x90,0x65,0x4f,0x1d,0x92,0xaa,0x8c,0x14,0x9e,0x28,0x56,0xea,0x30,0x64,0x39,0x63,0x38,0x9b,0xa8,0x1d,0x6a,0x2d,0x41,0x96,0x17,0x8a,0x8b,0x2c,0x45,0x56,0x71,0x6f,0x55,0xb5,0xac,0x7f,0xde,0xf9,0xa2,0xd8,0x35,0xbc,0xfb,0xb0,0x47,0x5a,0x5d,0x49,0xcf,0x4b,0x07,0xd8,0xd6,0xc2,0x90,0xe3,0x14,0x43,0x68,0x4e,0xe6,0x10,0x46,0x0a,0x88,0x79,0x73,0xa0,0x6a,0xdc,0x84,0x57,0x61,0xd6,0x71,0x45,0x7c,0x81,0x38,0x57,0x64,0xc9,0x8c,0x5a,0xc9,0x5f,0x65,0x3b,0xf2,0xcb,0xe3,0xc3,0x67,0xed,0x14,0x2f,0x07,0x21,0x48,0xbf,0x0c,0x31,0xf0,0xb2,0x0c,0x23,0x0b,0x7f,0x90,0xb7,0x39,0xe0,0x1b,0x72,0x38,0xf0,0x69,0xea,0x5c,0x0d,0x39,0x9c,0x34,0xf8,0x1e,0x02,0x70,0xa7,0x0f,0x5f,0xbb,0x06,0x81,0x36,0xe4,0xf6,0x33,0x36,0x86,0xe1,0x8d,0x0d,0x2b,0xd3,0xe8,0xe0,0xf5,0x79,0xf8,0x45,0x9b,0x3f,0xd0,0x40,0x73,0x43,0x4c,0x18,0xe7,0x49,0xaa,0xeb,0x18,0xc9,0xae,0xa4,0x13,0x25,0x9b,0x1c,0x45,0x0f,0xae,0x00,0x96,0x8a,0x2a,0x01,0xa7,0x33,0x13,0xb6,0xd8,0x12,0x09,0x06,0x03,0x25,0x72,0xc5,0x16,0x15,0x20,0x36,0x11,0xd7,0x95,0x3b,0x2d,0x01,0xf0,0xc9,0x98,0x36,0x0e,0x2d,0x0c,0x00,0x61,0x99,0x0a,0xc6,0x72,0xf0,0x36,0x3f,0x17,0x34,0xe8,0xa9,0xc9,0x7e,0x09,0x41,0xb9,0x75,0x25,0x02,0x4e,0x5a,0x3c,0xa4,0x33,0xb7,0x43,0x28,0xce,0xb3,0xc7,0x27,0x07,0x4f,0x0b,0x84,0x30,0xed,0x97,0xe0,0xd0,0x4d,0xab,0x20,0x71,0xbc,0x0c,0x2b,0xbd,0xb3,0x0a,0x5c,0x4e,0x19,0x18,0xc2,0x31,0xab,0x60,0xe1,0x0b,0x96,0x83,0xb3,0x46,0x4d,0x61,0xa4,0x2e,0x9e,0x46,0xc2,0xe0,0x82,0xdb,0x9b,0x1a,0x13,0x17,0x2a,0xe4,0x90,0xb6,0x7d,0xf0,0x09,0xfe,0x16,0xe5,0x39,0xde,0x60,0x08,0x8a,0x7a,0x51,0xd7,0x11,0x8e,0xcb,0xc9,0x2d,0xf2,0x17,0xe5,0x11,0xa2,0xd4,0x5f,0xe0,0x32,0xf8,0x31,0x85,0xe2,0xbf,0xdb,0xf8,0x7b,0x83,0x74,0xfb,0x36,0x21,0xbc,0x92,0xa7,0x9c,0x56,0x8d,0x57,0x79,0x90,0xa0,0xc1,0xff,0xcf,0x17,0xfa,0x90,0x22,0xea,0x4f,0xb3,0x6c,0x90,0x6a,0xce,0x02,0x0b,0xfc,0xc7,0xed,0x76,0x4a,0x85,0xa2,0xbd,0xe9,0x02,0xaf,0xcd,0x92,0x5f,0x84,0x17,0x34,0x68,0xf4,0xca,0x65,0x25,0xd2,0xc6,0x70,0x7c,0xe0,0xb1,0x31,0x52,0x6d,0x08,0x84,0x26,0xe9,0xb4,0xef,0x94,0x61,0xf9,0xc2,0x36,0x60,0x65,0x46,0x0f,0xb7,0xa6,0x5f,0x0c,0xac,0xc9,0x17,0x03,0x6b,0xf2,0xc5,0x80,0xb3,0x71,0xb9,0xe1,0xa8,0x77,0x03,0xce,0x86,0xda,0x3e,0x3e,0xb6,0x26,0xdf,0x12,0x38,0x65,0xd9,0xd5,0x1e,0x03,0x17,0x53,0xad,0xd7,0x76,0x0b,0x50,0xa1,0x39,0x2c,0x7e,0x3b,0x58,0xf9,0x16,0x15,0x48,0x5b,0xdc,0x4e,0x79,0x81,0xd7,0x6a,0x48,0xcb,0x9c,0x48,0x46,0x23,0x68,0x65,0x2a,0x26,0x04,0xc6,0x53,0x90,0x18,0xf6,0xa7,0x3b,0xdf,0x27,0x18,0xa0,0x85,0x92,0x41,0x56,0xd4,0x4c,0x7f,0x21,0xa8,0xa0,0x7a,0x92,0x34,0xaa,0x65,0x03,0x5d,0xaf,0xf7,0x21,0xb0,0x7c,0xff,0xef,0x3f,0xbd,0xfe,0xe6,0xbb,0xd7,0xbf,0xff,0xc7,0xf7,0x7f,0xfe,0xed,0xeb,0x3f,0x7e,0x5b,0xb9,0x7a,0x5e,0xb0,0x0d,0x30,0x4d,0x35,0xba,0x77,0xdb,0x5d,0xf2,0x53,0x65,0x0f,0x03,0x3f,0x99,0xc6,0x6c,0x9d,0xb8,0x20,0x76,0xa7,0x03,0x5f,0x9b,0x77,0xf0,0x46,0x50,0x81,0x39,0xb3,0xcc,0x02,0x68,0x98,0x36,0x01,0xdc,0x7f,0xf8,0xe7,0xdf,0x5f,0x7f,0xf3,0xd7,0xd7,0xdf,0xfc,0xe5,0x87,0x6f,0x7f,0x57,0xeb,0xc1,0x82,0xe1,0x34,0x35,0xbd,0x97,0x33,0x08,0xe3,0x20,0x99,0x61,0x8f,0x88,0x6f,0x49,0x93,0x29,0x6b,0xd8,0x9e,0xd9,0x24,0x9b,0x20,0x91,0xee,0x21,0x9a,0x85,0x3f,0x81,0x24,0xc7,0x2c,0x0b,0x63,0x68,0xd3,0x65,0xd5,0x5e,0xf6,0xe9,0xbe,0xd5,0x06,0x1f,0x53,0x76,0xf8,0x69,0x23,0xd4,0xbb,0x53,0x54,0xf7,0x98,0x68,0xd4,0xb5,0x4a,0xec,0x22,0x3d,0xe8,0x67,0x54,0x97,0xa4,0x4b,0x78,0x9e,0x8d,0x54,0x3a,0x47,0x47,0x9d,0x3f,0x53,0xab,0xc4,0x31,0x95,0xe0,0x1c,0x7e,0xea,0x94,0xfa,0x16,0x90,0xea,0x09,0x2c,0x61,0x05,0xb1,0xb0,0xb7,0xbe,0x89,0x54,0xfc,0xd4,0x68,0xb9,0x48,0xa0,0xc0,0x76,0xbb,0xed,0xa8,0xbe,0xc7,0x14,0x4c,0x5d,0x69,0x50,0xa2,0x49,0x59,0x3b,0x56,0x45,0x20,0xb2,0xff,0x20,0x67,0x66,0xf0,0xaa,0x0a,0x5c,0x3a,0xaf,0x2f,0x8c,0x5a,0x06,0x2d,0xf0,0x8e,0x46,0x65,0x21,0xf0,0x73,0xc8,0xfb,0x4d,0x87,0x40,0xf3,0xdb,0x29,0x2a,0x8d,0xeb,0xb9,0xd8,0x2d,0xaf,0x91,0xd4,0x04,0x6f,0x61,0x0e,0xa6,0x65,0x15,0xec,0xd7,0x2b,0xb4,0x51,0xbc,0xb3,0xd3,0x3b,0x25,0x5b,0x07,0x73,0x93,0x54,0xff,0x21,0xf3,0x2d,0x84,0x17,0xa7,0xe3,0x18,0x1d,0x77,0x69,0x7e,0x8f,0xcf,0xdb,0x4a,0x50,0x54,0xcd,0x8c,0xad,0x2a,0x9b,0x85,0x2d,0xf7,0x3c,0x96,0x62,0x24,0xde,0x17,0xe6,0x9f,0xeb,0x01,0xf1,0x96,0x90,0x06,0xfc,0xc6,0xc5,0x17,0x6d,0x3c,0x3b,0xb2,0x3a,0x74,0x63,0xd5,0x46,0x5d,0x32,0xd1,0x42,0xe2,0x32,0x44,0x35,0xb3,0x47,0x60,0x34,0xa3,0x6c,0x9a,0xc5,0xc6,0x12,0x27,0xb8,0xea,0xae,0xb5,0x26,0xd7,0xbd,0x7f,0xf4,0xfd,0x77,0x7f,0x7b,0xfd,0x9f,0x3f,0x18,0xe5,0x89,0x6c,0x8b,0x8c,0x12,0xcf,0xb0,0x70,0xbd,0x26,0x43,0x57,0x86,0x2a,0xad,0xe9,0x6a,0x1f,0xc1,0x4f,0xd1,0x42,0xd6,0x00,0x55,0x6d,0xa3,0x19,0x02,0x2a,0xd5,0x2b,0xab,0x42,0x33,0xcf,0xcb,0xbe,0xd0,0x04,0xc1,0xb1,0x85,0x5b,0xe6,0xba,0xc7,0x62,0x67,0x17,0x68,0xa6,0xf7,0x56,0x35,0x53,0x5e,0x51,0xb5,0x6a,0x16,0xae,0xfb,0x26,0xba,0xa9,0x30,0xd8,0x4a,0x05,0x99,0x55,0xb8,0xed,0xc8,0xb2,0x58,0x9e,0xf4,0xab,0x0d,0x52,0xbc,0x33,0xc5,0xc3,0x2a,0xc3,0x28,0x85,0x4d,0xce,0x99,0x9e,0x51,0xbe,0x5b,0x72,0x56,0x96,0xef,0xb6,0x88,0x8b,0x9d,0xad,0xd4,0x6b,0x2c,0x22,0x5c,0x6a,0x33,0xaa,0xa9,0xcb,0x25,0xba,0xee,0x67,0xd3,0x44,0xc0,0x43,0x55,0x95,0xbd,0xcc,0xcd,0x55,0x27,0x31,0xf3,0xc2,0xf8,0xb3,0x03,0xe8,0x0e,0x32,0xcb,0x0f,0xe1,0x19,0xa2,0x39,0xf8,0xf1,0xe1,0xa8,0xe1,0xac,0x41,0x20,0xd9,0x87,0x70,0x2b,0x05,0xf8,0xfa,0x6b,0x62,0x4e,0xe3,0xd1,0x63,0xdd,0x34,0xa9,0x9c,0x96,0x65,0xd2,0x3e,0xd9,0xec,0x59,0x6a,0x15,0x5e,0x6f,0xda,0xa5,0xdc,0x3a,0x39,0xa1,0x8c,0xe4,0x5a,0x54,0xe1,0xaf,0x26,0x83,0x09,0x64,0x48,0xb4,0xd4,0xe3,0x24,0xcb,0x2e,0x9b,0x04,0x8c,0x6f,0x8d,0x91,0x29,0x28,0x76,0x8d,0x40,0xb2,0x38,0x75,0xf0,0x7f,0xc8,0x50,0x3e,0x6d,0x9f,0xc6,0xa7,0xf1,0xfd,0x28,0x4f,0x9a,0x44,0x72,0xdf,0xdd,0x03,0xf6,0x6d,0xc7,0x0e,0xc8,0xf6,0xdb,0xd2,0xa5,0x76,0x80,0xda,0x2a,0xf4,0x28,0xad,0x62,0x1d,0x97,0x69,0x8d,0xe2,0x1e,0xad,0xcf,0x15,0x70,0xe2,0xec,0x55,0x2e,0xa2,0x5c,0xdf,0x5a,0x01,0xd0,0x3c,0x68,0x9d,0xb3,0x1b,0x5b,0x06,0xd3,0x8a,0x4a,0x82,0x98,0x86,0xf3,0x96,0xa4,0xd1,0xfd,0x8a,0x97,0x79,0x93,0xbc,0xe4,0xa5,0x1b,0x0e,0x71,0x36,0x2a,0xdc,0xb1,0x94,0x54,0xf1,0xe0,0xcc,0xf5,0xf9,0x9b,0xe1,0xba,0xcc,0x5a,0xc8,0x68,0x77,0x42,0x58,0xbc,0x71,0xee,0xeb,0x8b,0xf2,0x8d,0xba,0x8a,0x52,0xd1,0x8c,0x71,0xde,0xfc,0xa8,0xaf,0x86,0x33,0x2a,0x38,0x13,0x59,0x15,0x2a,0xad,0x39,0xa1,0x8c,0x98,0x67,0x95,0x40,0xc7,0x30,0x1a,0x17,0x75,0xd0,0x02,0x94,0xc5,0x19,0x64,0x61,0x1d,0x8b,0x84,0x61,0x4d,0xd3,0x88,0x35,0x79,0x81,0x6d,0x69,0xa3,0xf2,0xa4,0xbf,0x52,0x6f,0x52,0x5b,0xf3,0x55,0x89,0xc5,0xc2,0x56,0x9b,0x38,0xf3,0xb9,0x89,0xd6,0xb0,0x56,0x79,0x76,0xe8,0x54,0xf6,0x91,0x60,0x55,0x75,0x3d,0x6e,0xb9,0x87,0xb5,0x6f,0x2f,0xad,0x75,0xd6,0xca,0xb7,0x97,0xca,0x6a,0xae,0xaa,0x17,0x81,0x67,0x1b,0x43,0x6b,0x7d,0x97,0x6b,0x77,0x98,0x36,0x5f,0x67,0xa3,0x11,0x6e,0x74,0xd7,0x37,0x9c,0xb5,0x7d,0x67,0x43,0x93,0x83,0x6a,0x72,0xc3,0x59,0x28,0x49,0xe9,0x6d,0x8c,0x4e,0xa5,0xa6,0xc1,0xc8,0xbe,0x6d,0x35,0xe3,0x12,0x36,0xbd,0x9a,0x5d,0x95,0x53,0xeb,0x32,0x87,0xbe,0x91,0xd1,0x2d,0xb0,0x1f,0xf9,0xa6,0x73,0xde,0x76,0xf0,0x9c,0xb3,0xc6,0x6a,0xe4,0x51,0xa8,0xb5,0xd8,0xcc,0x14,0x5e,0x1e,0x78,0x16,0x7d,0x6c,0xa7,0x59,0x1a,0x7b,0xcc,0x5b,0xfe,0x7a,0xf9,0x8c,0xbb,0xb3,0xf3,0x22,0xf2,0x9b,0xcf,0x4b,0x0e,0x68,0xd8,0x70,0xa0,0xcc,0xf2,0xd4,0x7e,0x43,0x7e,0x5a,0x77,0x0b,0xf9,0xb4,0xe6,0x1a,0xf2,0x69,0xed,0x3d,0xe4,0xd3,0x85,0x17,0x91,0x4f,0x4b,0x2f,0xcd,0x9d,0xd2,0x11,0x10,0x2e,0x27,0xaf,0xf3,0x33,0xf4,0x54,0x0e,0xa4,0xf2,0x32,0x44,0xba,0xf9,0xe3,0x06,0xb5,0x62,0xee,0x11,0xc0,0xc6,0xbc,0xd4,0xbc,0xb6,0xb5,0xb6,0xff,0x2c,0x21,0xe6,0xf5,0x70,0x16,0xec,0xcf,0x49,0x73,0x5d,0x7f,0x06,0x65,0xca,0x50,0xed,0x96,0xa6,0x0c,0x73,0x0a,0x99,0x53,0xbd,0xba,0x7a,0x83,0x2f,0x34,0xb9,0xcb,0xc2,0xb7,0xc3,0x25,0xab,0x01,0xe4,0x42,0x60,0x6b,0x98,0x66,0x39,0x3f,0x55,0xb8,0x11,0x92,0x7c,0x2d,0x26,0xce,0xe2,0x56,0x47,0xc3,0x43,0xa6,0x6a,0xf0,0x3a,0x1d,0x2e,0x7c,0x9f,0x60,0x5f,0x92,0x5f,0xb7,0x9c,0x49,0xaa,0x70,0xb1,0x77,0xd8,0xd7,0xf1,0x71,0x07,0x8a,0xb6,0x5c,0xeb,0x44,0x9e,0xd1,0xf1,0xbf,0x13,0x6d,0xe0,0x2b,0xfd,0x87,0x1e,0xa3,0x0d,0x75,0xe2,0x63,0x75,0xf2,0xd4,0xaf,0x7b,0xf5,0x51,0xfc,0x7d,0xc0,0xba,0x55,0xc0,0x1a,0x9c,0x8c,0x8d,0xe0,0xd6,0xfb,0x24,0x66,0x0d,0xa0,0x6a,0x32,0xf1,0x27,0x81,0x0d,0xe8,0x90,0x2d,0xd2,0x71,0x94,0xe8,0x46,0xc2,0x5f,0xe6,0xdb,0xae,0x5b,0xce,0x95,0x50,0x5f,0x00,0x79,0xad,0xa7,0x5d,0x57,0xdc,0x86,0xe0,0x57,0x36,0xd4,0x1f,0x94,0xb9,0xf2,0x4f,0xa7,0xff,0x07,0x50,0x0e,0xa4,0xc9,0x54,0x3d,0x00,0x00}; diff --git a/TC1/timed_task/timed_task.c b/TC1/timed_task/timed_task.c index d1697ca..dba6c67 100644 --- a/TC1/timed_task/timed_task.c +++ b/TC1/timed_task/timed_task.c @@ -93,7 +93,13 @@ bool DelTask(int time) char* GetTaskStr() { - char* str = (char*)malloc(sizeof(char)*task_count * 52); + if (task_top == NULL) + { + char* str = (char*)malloc(sizeof(char)*3); + sprintf(str, "%s", "[]"); + return str; + } + char* str = (char*)malloc(sizeof(char)*task_count * 60); pTimedTask tmp_tsk = task_top; char* tmp_str = str; tmp_str[0] = '['; @@ -105,7 +111,7 @@ char* GetTaskStr() tm_info = localtime(&tmp_tsk->prs_time); strftime(buffer, 26, "%Y-%m-%d %H:%M:%S", tm_info); - sprintf(tmp_str, "{time:'%s',socket_index:%d,on:%d},", + sprintf(tmp_str, "{'prs_time':'%s','socket_idx':%d,'on':%d},", buffer, tmp_tsk->socket_idx, tmp_tsk->on); tmp_str += strlen(tmp_str); tmp_tsk = tmp_tsk->next;