├── aa.jpg ├── ariang.h ├── main.cpp ├── ariang.rc ├── resource.h ├── Resources ├── tileicon.ico └── tileicon.png ├── ariang.qrc ├── README.md ├── ariang.ui ├── ariang.sln ├── GeneratedFiles ├── ui_ariang.h └── qrc_ariang.cpp ├── ariang.vcxproj.filters ├── ariang.cpp ├── .gitignore ├── ariang.vcxproj └── LICENSE /aa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/aa.jpg -------------------------------------------------------------------------------- /ariang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/ariang.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/main.cpp -------------------------------------------------------------------------------- /ariang.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/ariang.rc -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/resource.h -------------------------------------------------------------------------------- /Resources/tileicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/Resources/tileicon.ico -------------------------------------------------------------------------------- /Resources/tileicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imazes/aria2_ctl/HEAD/Resources/tileicon.png -------------------------------------------------------------------------------- /ariang.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | Resources/tileicon.png 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # aria ctl 3 | 1. 完整的 `ariang`支持 4 | 1. 自带`aria2c`客户端 5 | 1. 关闭界面的话`aria2c` 也会关闭 6 | 1. 可缩小到托盘 7 | 1. 提升单服务器连接数 8 | 1. 默认下载目录是 `安装目录/dow` 9 | 1. 默认配置在`安装目录/aria2c_line/aria2.conf` 10 | 11 | ![界面图](https://raw.githubusercontent.com/imazes/aria2_ctl/master/aa.jpg) 12 | -------------------------------------------------------------------------------- /ariang.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | ariangClass 4 | 5 | 6 | 7 | 0 8 | 0 9 | 1024 10 | 600 11 | 12 | 13 | 14 | ariang_ctl 15 | 16 | 17 | 18 | :/ariang/Resources/tileicon.png:/ariang/Resources/tileicon.png 19 | 20 | 21 | 22 | 23 | 24 | 0 25 | 0 26 | 501 27 | 311 28 | 29 | 30 | 31 | 32 | qrc:/ariang/GeneratedFiles/AriaNg-0.5.0/index.html 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | QWebEngineView 42 | QWidget 43 |
QtWebEngineWidgets/QWebEngineView
44 |
45 |
46 | 47 | 48 | 49 | 50 |
51 | -------------------------------------------------------------------------------- /ariang.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.28010.2019 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ariang_ctl", "ariang.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|x64 = Debug|x64 11 | Debug|x86 = Debug|x86 12 | Release|x64 = Release|x64 13 | Release|x86 = Release|x86 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.ActiveCfg = Debug|x64 17 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.Build.0 = Debug|x64 18 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.ActiveCfg = Debug|Win32 19 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.Build.0 = Debug|Win32 20 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.ActiveCfg = Release|x64 21 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.Build.0 = Release|x64 22 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.ActiveCfg = Release|Win32 23 | {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.Build.0 = Release|Win32 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | GlobalSection(ExtensibilityGlobals) = postSolution 29 | SolutionGuid = {DD7AF55C-4B3A-4E46-BECB-E2EEE7263721} 30 | EndGlobalSection 31 | EndGlobal 32 | -------------------------------------------------------------------------------- /GeneratedFiles/ui_ariang.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************** 2 | ** Form generated from reading UI file 'ariang.ui' 3 | ** 4 | ** Created by: Qt User Interface Compiler version 5.11.2 5 | ** 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! 7 | ********************************************************************************/ 8 | 9 | #ifndef UI_ARIANG_H 10 | #define UI_ARIANG_H 11 | 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | #include 18 | 19 | QT_BEGIN_NAMESPACE 20 | 21 | class Ui_ariangClass 22 | { 23 | public: 24 | QWidget *centralWidget; 25 | QWebEngineView *webEngineView; 26 | 27 | void setupUi(QMainWindow *ariangClass) 28 | { 29 | if (ariangClass->objectName().isEmpty()) 30 | ariangClass->setObjectName(QStringLiteral("ariangClass")); 31 | ariangClass->resize(1024, 600); 32 | QIcon icon; 33 | icon.addFile(QStringLiteral(":/ariang/Resources/tileicon.png"), QSize(), QIcon::Normal, QIcon::Off); 34 | ariangClass->setWindowIcon(icon); 35 | centralWidget = new QWidget(ariangClass); 36 | centralWidget->setObjectName(QStringLiteral("centralWidget")); 37 | webEngineView = new QWebEngineView(centralWidget); 38 | webEngineView->setObjectName(QStringLiteral("webEngineView")); 39 | webEngineView->setGeometry(QRect(0, 0, 501, 311)); 40 | webEngineView->setUrl(QUrl(QStringLiteral("qrc:/ariang/GeneratedFiles/AriaNg-0.5.0/index.html"))); 41 | ariangClass->setCentralWidget(centralWidget); 42 | 43 | retranslateUi(ariangClass); 44 | 45 | QMetaObject::connectSlotsByName(ariangClass); 46 | } // setupUi 47 | 48 | void retranslateUi(QMainWindow *ariangClass) 49 | { 50 | ariangClass->setWindowTitle(QApplication::translate("ariangClass", "ariang_ctl", nullptr)); 51 | } // retranslateUi 52 | 53 | }; 54 | 55 | namespace Ui { 56 | class ariangClass: public Ui_ariangClass {}; 57 | } // namespace Ui 58 | 59 | QT_END_NAMESPACE 60 | 61 | #endif // UI_ARIANG_H 62 | -------------------------------------------------------------------------------- /ariang.vcxproj.filters: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hh;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} 14 | qrc;* 15 | false 16 | 17 | 18 | {99349809-55BA-4b9d-BF79-8FDBB0286EB3} 19 | ui 20 | 21 | 22 | {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} 23 | qrc;* 24 | false 25 | 26 | 27 | {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} 28 | moc;h;cpp 29 | False 30 | 31 | 32 | 33 | 34 | Source Files 35 | 36 | 37 | Source Files 38 | 39 | 40 | 41 | 42 | Header Files 43 | 44 | 45 | 46 | 47 | Form Files 48 | 49 | 50 | 51 | 52 | Resource Files 53 | 54 | 55 | 56 | 57 | Header Files 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /ariang.cpp: -------------------------------------------------------------------------------- 1 | #include "ariang.h" 2 | #include "QHideEvent" 3 | #include 4 | #include 5 | 6 | 7 | 8 | ariang::ariang(QWidget *parent) 9 | : QMainWindow(parent) 10 | { 11 | ui.setupUi(this); 12 | 13 | QUrl url = QUrl(QFileInfo("./AriaNg/index.html").absoluteFilePath()); 14 | //QUrl url = QUrl("C:/Users/cr/source/repos/ariang/x64/Release/AriaNg/index.html"); 15 | 16 | ui.webEngineView->load(url); 17 | 18 | 19 | //设置托盘图标 20 | { 21 | //设置托盘图标 22 | QIcon icon = QIcon(":/ariang/Resources/tileicon.png"); //png,ico,svg,bmp各种格式,尺寸无限制(推荐60x60),加载图标可以用相对、绝对、资源路径 23 | trayIcon = new QSystemTrayIcon(this); 24 | trayIcon->setIcon(icon); 25 | trayIcon->show(); 26 | 27 | //绑定托盘点击事件 28 | QObject::connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(iconActivated(QSystemTrayIcon::ActivationReason))); 29 | } 30 | 31 | 32 | //启动aria cmd 33 | start_aria_cmd(); 34 | 35 | } 36 | 37 | void ariang::resizeEvent(QResizeEvent *) 38 | { 39 | ui.webEngineView->resize(this->size()); 40 | } 41 | 42 | 43 | void ariang::hideEvent(QHideEvent *event) 44 | { 45 | if (trayIcon->isVisible()) 46 | { 47 | hide(); //隐藏窗口 48 | //trayIcon->showMessage("title", "隐藏到托盘图标了"); //提示用户隐藏到了托盘 49 | event->ignore(); //忽略事件 50 | } 51 | } 52 | 53 | void ariang::start_aria_cmd() 54 | { 55 | STARTUPINFOA si = { 0 }; 56 | 57 | si.cb = sizeof(STARTUPINFOA); 58 | 59 | 60 | //设置aria 命令 字符串 61 | 62 | 63 | //QString cmd_start = "\"";//命令路径套上引号防止空格 64 | ////exe 文件具体路径 65 | //QString cmd_exe_path = QFileInfo("./aria2c_line/aria2c.exe").absoluteFilePath().append("\""); 66 | ////conf 文件具体路径 67 | //QString cmd_conf_path = QFileInfo("./aria2c_line/aria2.conf").absoluteFilePath().append("\""); 68 | 69 | ////合成启动命令 70 | //cmd_start = cmd_start.append(cmd_exe_path).append(" --conf-path \"").append(cmd_conf_path); 71 | 72 | ////qstring to char * 73 | ////QByteArray ba_cmd_start_aria = cmd_start.toLatin1(); 74 | ////char *p_str_cmd_start_aria = ba_cmd_start_aria.data(); 75 | 76 | 77 | //std::string str_cmd_start = cmd_start.toStdString(); 78 | ////准备载体 79 | //char *p_str_cmd_start_aria = new char[str_cmd_start.length() + 1]; 80 | ////复制出来 81 | //strcpy(p_str_cmd_start_aria, str_cmd_start.c_str()); 82 | 83 | 84 | //我们直接设置成相对路径启动 85 | QString cmd_start = "\"";//命令路径套上引号防止空格 86 | //exe 文件具体路径 87 | QString cmd_exe_path = QString("aria2c_line/aria2c.exe").append("\" "); 88 | //conf 文件具体路径 89 | QString cmd_conf_path = QString("aria2c_line/aria2.conf").append("\" "); 90 | 91 | //合成启动命令 92 | cmd_start = cmd_start.append(cmd_exe_path).append(" --conf-path \"").append(cmd_conf_path); 93 | 94 | //qstring to char * 95 | //QByteArray ba_cmd_start_aria = cmd_start.toLatin1(); 96 | //char *p_str_cmd_start_aria = ba_cmd_start_aria.data(); 97 | 98 | 99 | std::string str_cmd_start = cmd_start.toStdString(); 100 | //准备载体 101 | char *p_str_cmd_start_aria = new char[str_cmd_start.length() + 1]; 102 | //复制出来 103 | strcpy(p_str_cmd_start_aria, str_cmd_start.c_str()); 104 | 105 | OutputDebugStringA(p_str_cmd_start_aria); 106 | CreateProcessA(NULL, p_str_cmd_start_aria, NULL, NULL, 0, CREATE_NO_WINDOW, NULL, NULL, &si, &pi); 107 | 108 | 109 | } 110 | 111 | void ariang::closeEvent(QCloseEvent * event) 112 | { 113 | //trayIcon->showMessage("title", "close "); 114 | 115 | TerminateProcess( 116 | pi.hProcess, 117 | 0 118 | ); 119 | 120 | } 121 | 122 | void ariang::iconActivated(QSystemTrayIcon::ActivationReason reason) 123 | { 124 | switch (reason) 125 | { 126 | //单机 127 | case QSystemTrayIcon::Trigger: 128 | { 129 | 130 | if (this->isHidden()) { 131 | 132 | //this->setWindowFlags(Qt::WindowStaysOnTopHint);//设置在z轴的最顶端(这里是区z的极限) 133 | 134 | this->activateWindow();//将窗口设置在当前所有z轴截面的上一层 135 | 136 | this->showNormal();//一定要用showNormal否则 无法设置 z轴 137 | 138 | } 139 | else { 140 | 141 | 142 | this->hide(); 143 | 144 | } 145 | 146 | } 147 | break; 148 | 149 | //双击 150 | //case QSystemTrayIcon::DoubleClick: 151 | 152 | 153 | //中键 154 | //case QSystemTrayIcon::MiddleClick: 155 | 156 | default: 157 | break; 158 | } 159 | } 160 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | ## 4 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 5 | 6 | # User-specific files 7 | *.suo 8 | *.user 9 | *.userosscache 10 | *.sln.docstates 11 | 12 | # User-specific files (MonoDevelop/Xamarin Studio) 13 | *.userprefs 14 | 15 | # Build results 16 | [Dd]ebug/ 17 | [Dd]ebugPublic/ 18 | [Rr]elease/ 19 | [Rr]eleases/ 20 | x64/ 21 | x86/ 22 | bld/ 23 | [Bb]in/ 24 | [Oo]bj/ 25 | [Ll]og/ 26 | 27 | # Visual Studio 2015/2017 cache/options directory 28 | .vs/ 29 | # Uncomment if you have tasks that create the project's static files in wwwroot 30 | #wwwroot/ 31 | 32 | # Visual Studio 2017 auto generated files 33 | Generated\ Files/ 34 | 35 | # MSTest test Results 36 | [Tt]est[Rr]esult*/ 37 | [Bb]uild[Ll]og.* 38 | 39 | # NUNIT 40 | *.VisualState.xml 41 | TestResult.xml 42 | 43 | # Build Results of an ATL Project 44 | [Dd]ebugPS/ 45 | [Rr]eleasePS/ 46 | dlldata.c 47 | 48 | # Benchmark Results 49 | BenchmarkDotNet.Artifacts/ 50 | 51 | # .NET Core 52 | project.lock.json 53 | project.fragment.lock.json 54 | artifacts/ 55 | **/Properties/launchSettings.json 56 | 57 | # StyleCop 58 | StyleCopReport.xml 59 | 60 | # Files built by Visual Studio 61 | *_i.c 62 | *_p.c 63 | *_i.h 64 | *.ilk 65 | *.meta 66 | *.obj 67 | *.iobj 68 | *.pch 69 | *.pdb 70 | *.ipdb 71 | *.pgc 72 | *.pgd 73 | *.rsp 74 | *.sbr 75 | *.tlb 76 | *.tli 77 | *.tlh 78 | *.tmp 79 | *.tmp_proj 80 | *.log 81 | *.vspscc 82 | *.vssscc 83 | .builds 84 | *.pidb 85 | *.svclog 86 | *.scc 87 | 88 | # Chutzpah Test files 89 | _Chutzpah* 90 | 91 | # Visual C++ cache files 92 | ipch/ 93 | *.aps 94 | *.ncb 95 | *.opendb 96 | *.opensdf 97 | *.sdf 98 | *.cachefile 99 | *.VC.db 100 | *.VC.VC.opendb 101 | 102 | # Visual Studio profiler 103 | *.psess 104 | *.vsp 105 | *.vspx 106 | *.sap 107 | 108 | # Visual Studio Trace Files 109 | *.e2e 110 | 111 | # TFS 2012 Local Workspace 112 | $tf/ 113 | 114 | # Guidance Automation Toolkit 115 | *.gpState 116 | 117 | # ReSharper is a .NET coding add-in 118 | _ReSharper*/ 119 | *.[Rr]e[Ss]harper 120 | *.DotSettings.user 121 | 122 | # JustCode is a .NET coding add-in 123 | .JustCode 124 | 125 | # TeamCity is a build add-in 126 | _TeamCity* 127 | 128 | # DotCover is a Code Coverage Tool 129 | *.dotCover 130 | 131 | # AxoCover is a Code Coverage Tool 132 | .axoCover/* 133 | !.axoCover/settings.json 134 | 135 | # Visual Studio code coverage results 136 | *.coverage 137 | *.coveragexml 138 | 139 | # NCrunch 140 | _NCrunch_* 141 | .*crunch*.local.xml 142 | nCrunchTemp_* 143 | 144 | # MightyMoose 145 | *.mm.* 146 | AutoTest.Net/ 147 | 148 | # Web workbench (sass) 149 | .sass-cache/ 150 | 151 | # Installshield output folder 152 | [Ee]xpress/ 153 | 154 | # DocProject is a documentation generator add-in 155 | DocProject/buildhelp/ 156 | DocProject/Help/*.HxT 157 | DocProject/Help/*.HxC 158 | DocProject/Help/*.hhc 159 | DocProject/Help/*.hhk 160 | DocProject/Help/*.hhp 161 | DocProject/Help/Html2 162 | DocProject/Help/html 163 | 164 | # Click-Once directory 165 | publish/ 166 | 167 | # Publish Web Output 168 | *.[Pp]ublish.xml 169 | *.azurePubxml 170 | # Note: Comment the next line if you want to checkin your web deploy settings, 171 | # but database connection strings (with potential passwords) will be unencrypted 172 | *.pubxml 173 | *.publishproj 174 | 175 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 176 | # checkin your Azure Web App publish settings, but sensitive information contained 177 | # in these scripts will be unencrypted 178 | PublishScripts/ 179 | 180 | # NuGet Packages 181 | *.nupkg 182 | # The packages folder can be ignored because of Package Restore 183 | **/[Pp]ackages/* 184 | # except build/, which is used as an MSBuild target. 185 | !**/[Pp]ackages/build/ 186 | # Uncomment if necessary however generally it will be regenerated when needed 187 | #!**/[Pp]ackages/repositories.config 188 | # NuGet v3's project.json files produces more ignorable files 189 | *.nuget.props 190 | *.nuget.targets 191 | 192 | # Microsoft Azure Build Output 193 | csx/ 194 | *.build.csdef 195 | 196 | # Microsoft Azure Emulator 197 | ecf/ 198 | rcf/ 199 | 200 | # Windows Store app package directories and files 201 | AppPackages/ 202 | BundleArtifacts/ 203 | Package.StoreAssociation.xml 204 | _pkginfo.txt 205 | *.appx 206 | 207 | # Visual Studio cache files 208 | # files ending in .cache can be ignored 209 | *.[Cc]ache 210 | # but keep track of directories ending in .cache 211 | !*.[Cc]ache/ 212 | 213 | # Others 214 | ClientBin/ 215 | ~$* 216 | *~ 217 | *.dbmdl 218 | *.dbproj.schemaview 219 | *.jfm 220 | *.pfx 221 | *.publishsettings 222 | orleans.codegen.cs 223 | 224 | # Including strong name files can present a security risk 225 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) 226 | #*.snk 227 | 228 | # Since there are multiple workflows, uncomment next line to ignore bower_components 229 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 230 | #bower_components/ 231 | 232 | # RIA/Silverlight projects 233 | Generated_Code/ 234 | 235 | # Backup & report files from converting an old project file 236 | # to a newer Visual Studio version. Backup files are not needed, 237 | # because we have git ;-) 238 | _UpgradeReport_Files/ 239 | Backup*/ 240 | UpgradeLog*.XML 241 | UpgradeLog*.htm 242 | ServiceFabricBackup/ 243 | *.rptproj.bak 244 | 245 | # SQL Server files 246 | *.mdf 247 | *.ldf 248 | *.ndf 249 | 250 | # Business Intelligence projects 251 | *.rdl.data 252 | *.bim.layout 253 | *.bim_*.settings 254 | *.rptproj.rsuser 255 | 256 | # Microsoft Fakes 257 | FakesAssemblies/ 258 | 259 | # GhostDoc plugin setting file 260 | *.GhostDoc.xml 261 | 262 | # Node.js Tools for Visual Studio 263 | .ntvs_analysis.dat 264 | node_modules/ 265 | 266 | # Visual Studio 6 build log 267 | *.plg 268 | 269 | # Visual Studio 6 workspace options file 270 | *.opt 271 | 272 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 273 | *.vbw 274 | 275 | # Visual Studio LightSwitch build output 276 | **/*.HTMLClient/GeneratedArtifacts 277 | **/*.DesktopClient/GeneratedArtifacts 278 | **/*.DesktopClient/ModelManifest.xml 279 | **/*.Server/GeneratedArtifacts 280 | **/*.Server/ModelManifest.xml 281 | _Pvt_Extensions 282 | 283 | # Paket dependency manager 284 | .paket/paket.exe 285 | paket-files/ 286 | 287 | # FAKE - F# Make 288 | .fake/ 289 | 290 | # JetBrains Rider 291 | .idea/ 292 | *.sln.iml 293 | 294 | # CodeRush 295 | .cr/ 296 | 297 | # Python Tools for Visual Studio (PTVS) 298 | __pycache__/ 299 | *.pyc 300 | 301 | # Cake - Uncomment if you are using it 302 | # tools/** 303 | # !tools/packages.config 304 | 305 | # Tabs Studio 306 | *.tss 307 | 308 | # Telerik's JustMock configuration file 309 | *.jmconfig 310 | 311 | # BizTalk build output 312 | *.btp.cs 313 | *.btm.cs 314 | *.odx.cs 315 | *.xsd.cs 316 | 317 | # OpenCover UI analysis results 318 | OpenCover/ 319 | 320 | # Azure Stream Analytics local run output 321 | ASALocalRun/ 322 | 323 | # MSBuild Binary and Structured Log 324 | *.binlog 325 | 326 | # NVidia Nsight GPU debugger configuration file 327 | *.nvuser 328 | 329 | # MFractors (Xamarin productivity tool) working folder 330 | .mfractor/ 331 | -------------------------------------------------------------------------------- /ariang.vcxproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | Win32 7 | 8 | 9 | Debug 10 | x64 11 | 12 | 13 | Release 14 | Win32 15 | 16 | 17 | Release 18 | x64 19 | 20 | 21 | 22 | {B12702AD-ABFB-343A-A199-8E24837244A3} 23 | Qt4VSv1.0 24 | 10.0.17134.0 25 | ariang_ctl 26 | 27 | 28 | 29 | Application 30 | v141 31 | 32 | 33 | Application 34 | v141 35 | 36 | 37 | Application 38 | v141 39 | Unicode 40 | 41 | 42 | Application 43 | v141 44 | Unicode 45 | 46 | 47 | 48 | $(MSBuildProjectDirectory)\QtMsBuild 49 | 50 | 51 | $(SolutionDir)$(Platform)\$(Configuration)\ 52 | 53 | 54 | $(SolutionDir)$(Platform)\$(Configuration)\ 55 | 56 | 57 | ..\..\..\..\..\Program Files\中文\ariang_ctl\ariang_ctl\ 58 | 59 | 60 | $(SolutionDir)$(Platform)\$(Configuration)\ 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | true 86 | UNICODE;_UNICODE;WIN32;WIN64;QT_CORE_LIB;QT_GUI_LIB;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 87 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 88 | Disabled 89 | ProgramDatabase 90 | MultiThreadedDebugDLL 91 | true 92 | 93 | 94 | Windows 95 | $(OutDir)\$(ProjectName).exe 96 | $(QTDIR)\lib;%(AdditionalLibraryDirectories) 97 | true 98 | qtmaind.lib;Qt5WebEngine.lib;Qt5WebEngineCore.lib;Qt5WebEngineWidgets.lib;Qt5Cored.lib;Qt5Guid.lib;Qt5WebEngined.lib;Qt5WebEngineCored.lib;Qt5WebEngineWidgetsd.lib;Qt5Widgetsd.lib;%(AdditionalDependencies) 99 | 100 | 101 | .\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp 102 | Moc'ing %(Identity)... 103 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 104 | UNICODE;_UNICODE;WIN32;WIN64;QT_CORE_LIB;QT_GUI_LIB;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 105 | $(QTDIR) 106 | 107 | 108 | Uic'ing %(Identity)... 109 | .\GeneratedFiles\ui_%(Filename).h 110 | $(QTDIR) 111 | 112 | 113 | Rcc'ing %(Identity)... 114 | .\GeneratedFiles\qrc_%(Filename).cpp 115 | $(QTDIR) 116 | 117 | 118 | 119 | 120 | true 121 | QT_CORE_LIB;QT_GUI_LIB;UNICODE;_UNICODE;WIN32;WIN64;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 122 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 123 | Disabled 124 | ProgramDatabase 125 | MultiThreadedDebugDLL 126 | true 127 | 128 | 129 | Windows 130 | $(OutDir)\$(ProjectName).exe 131 | $(QTDIR)\lib;%(AdditionalLibraryDirectories) 132 | true 133 | qtmaind.lib;Qt5WebEngine.lib;Qt5WebEngineCore.lib;Qt5WebEngineWidgets.lib;Qt5Cored.lib;Qt5Guid.lib;Qt5WebEngined.lib;Qt5WebEngineCored.lib;Qt5WebEngineWidgetsd.lib;Qt5Widgetsd.lib;%(AdditionalDependencies) 134 | MachineX86 135 | /SUBSYSTEM:WINDOWS 136 | 137 | 138 | .\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp 139 | Moc'ing %(Identity)... 140 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 141 | QT_CORE_LIB;QT_GUI_LIB;UNICODE;_UNICODE;WIN32;WIN64;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 142 | $(QTDIR) 143 | 144 | 145 | Uic'ing %(Identity)... 146 | .\GeneratedFiles\ui_%(Filename).h 147 | $(QTDIR) 148 | 149 | 150 | Rcc'ing %(Identity)... 151 | .\GeneratedFiles\qrc_%(Filename).cpp 152 | $(QTDIR) 153 | 154 | 155 | 156 | 157 | true 158 | UNICODE;_UNICODE;WIN32;WIN64;QT_NO_DEBUG;NDEBUG;QT_CORE_LIB;QT_GUI_LIB;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 159 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 160 | 161 | MultiThreadedDLL 162 | true 163 | 164 | 165 | Windows 166 | $(OutDir)\$(ProjectName).exe 167 | $(QTDIR)\lib;%(AdditionalLibraryDirectories) 168 | false 169 | qtmain.lib;Qt5Core.lib;Qt5Gui.lib;Qt5WebEngine.lib;Qt5WebEngineCore.lib;Qt5WebEngineWidgets.lib;Qt5Widgets.lib;%(AdditionalDependencies) 170 | 171 | 172 | .\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp 173 | Moc'ing %(Identity)... 174 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 175 | UNICODE;_UNICODE;WIN32;WIN64;QT_NO_DEBUG;NDEBUG;QT_CORE_LIB;QT_GUI_LIB;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 176 | $(QTDIR) 177 | 178 | 179 | Uic'ing %(Identity)... 180 | .\GeneratedFiles\ui_%(Filename).h 181 | $(QTDIR) 182 | 183 | 184 | Rcc'ing %(Identity)... 185 | .\GeneratedFiles\qrc_%(Filename).cpp 186 | $(QTDIR) 187 | 188 | 189 | 190 | 191 | true 192 | QT_NO_DEBUG;NDEBUG;QT_CORE_LIB;QT_GUI_LIB;UNICODE;_UNICODE;WIN32;WIN64;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 193 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 194 | 195 | 196 | MultiThreadedDLL 197 | true 198 | 199 | 200 | Windows 201 | $(OutDir)\$(ProjectName).exe 202 | $(QTDIR)\lib;%(AdditionalLibraryDirectories) 203 | false 204 | qtmain.lib;Qt5Core.lib;Qt5Gui.lib;Qt5WebEngine.lib;Qt5WebEngineCore.lib;Qt5WebEngineWidgets.lib;Qt5Widgets.lib;%(AdditionalDependencies) 205 | MachineX86 206 | /SUBSYSTEM:WINDOWS 207 | 208 | 209 | .\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp 210 | Moc'ing %(Identity)... 211 | .\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtWebEngine;$(QTDIR)\include\QtWebEngineCore;$(QTDIR)\include\QtWebEngineWidgets;$(QTDIR)\include\QtWidgets;%(AdditionalIncludeDirectories) 212 | QT_NO_DEBUG;NDEBUG;QT_CORE_LIB;QT_GUI_LIB;UNICODE;_UNICODE;WIN32;WIN64;QT_WEBENGINE_LIB;QT_WEBENGINECORE_LIB;QT_WEBENGINEWIDGETS_LIB;QT_WIDGETS_LIB;%(PreprocessorDefinitions) 213 | $(QTDIR) 214 | 215 | 216 | Uic'ing %(Identity)... 217 | .\GeneratedFiles\ui_%(Filename).h 218 | $(QTDIR) 219 | 220 | 221 | Rcc'ing %(Identity)... 222 | .\GeneratedFiles\qrc_%(Filename).cpp 223 | $(QTDIR) 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /GeneratedFiles/qrc_ariang.cpp: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** Resource object code 3 | ** 4 | ** Created by: The Resource Compiler for Qt version 5.11.2 5 | ** 6 | ** WARNING! All changes made in this file will be lost! 7 | *****************************************************************************/ 8 | 9 | static const unsigned char qt_resource_data[] = { 10 | // C:/Users/cr/Desktop/ariang_ctl_vs_v2/ariang_ctl_vs/Resources/tileicon.png 11 | 0x0,0x0,0x2e,0x53, 12 | 0x89, 13 | 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, 14 | 0x0,0x0,0x90,0x0,0x0,0x0,0x90,0x8,0x6,0x0,0x0,0x0,0xe7,0x46,0xe2,0xb8, 15 | 0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,0xbd,0x69,0x90,0x64,0xd9, 16 | 0x75,0xdf,0xf7,0xbb,0xf7,0x6d,0xb9,0x54,0x66,0xd6,0xbe,0x74,0xd5,0xf4,0x36,0x33, 17 | 0x3d,0x8d,0x1,0x7,0x98,0x5,0xc0,0x10,0x3,0x10,0xc0,0x0,0x20,0x9,0x48,0xa4, 18 | 0x1d,0x96,0x2d,0x6,0x2d,0x41,0xe,0x91,0x36,0x24,0x6f,0xc1,0x70,0x84,0x2d,0xcb, 19 | 0xe6,0x17,0xfb,0x8b,0xa8,0xb0,0x16,0x47,0x48,0x21,0x5,0x29,0xd9,0x14,0x22,0x68, 20 | 0x59,0x76,0x50,0xb2,0x23,0x4c,0xca,0xa1,0xe1,0x80,0x23,0xa,0xa4,0x43,0xc3,0xc1, 21 | 0xd2,0x98,0xc1,0x60,0xf6,0xad,0xab,0xbb,0xba,0xbb,0xba,0xaa,0x6b,0xcf,0xcc,0xb7, 22 | 0xde,0x7b,0xfd,0xe1,0xbe,0xcc,0xaa,0xea,0xae,0xea,0xce,0xcc,0xca,0xcc,0xea,0x46, 23 | 0xd4,0x3f,0xe2,0x45,0x55,0xbd,0xca,0x77,0xdf,0xcb,0x7b,0xff,0xef,0xdc,0x73,0xce, 24 | 0x3d,0xf7,0x1c,0x38,0xc1,0x9,0x4e,0x70,0x82,0x13,0x9c,0xe0,0x4,0x27,0x38,0xc1, 25 | 0x9,0x4e,0x70,0x82,0x13,0x9c,0xe0,0x4,0x27,0x38,0xc1,0x9,0x4e,0x70,0x82,0x13, 26 | 0x9c,0xe0,0x4,0x27,0xb8,0x6f,0x21,0xba,0xf9,0xf0,0x8f,0xfe,0x83,0xff,0x68,0x50, 27 | 0xcf,0x31,0xc,0x8,0xa0,0x0,0x94,0x80,0x22,0x30,0xa,0x3c,0x2,0x9c,0x7,0x4e, 28 | 0x3,0xb,0xc0,0x38,0x30,0x1,0x8c,0x1,0x7e,0x7e,0x4,0x40,0xc,0x24,0xf9,0xb1, 29 | 0x1,0xac,0x1,0xeb,0xc0,0x12,0x70,0x5,0xf8,0x10,0x78,0x1f,0xd8,0x4,0x42,0xa0, 30 | 0x9,0x44,0x80,0x19,0xca,0x37,0x1b,0x0,0x3e,0xf1,0x2f,0x7e,0xa7,0xa3,0xcf,0xb9, 31 | 0x3,0x7e,0x8e,0xe3,0x84,0xc0,0x12,0x60,0x36,0x3f,0xce,0x0,0x9f,0x1,0x9e,0x1, 32 | 0x7e,0xa,0x98,0xec,0xa2,0xad,0xd2,0x9e,0xdf,0x1f,0xba,0xcb,0xe7,0x6e,0x1,0x3f, 33 | 0x6,0x7e,0x0,0x7c,0x17,0x58,0x4,0x96,0xf3,0x23,0xe1,0x1,0x26,0xd4,0x61,0xf8, 34 | 0x49,0x23,0x90,0xc0,0xe,0xf6,0x39,0xe0,0x71,0xe0,0x93,0xc0,0x17,0x81,0x4f,0x63, 35 | 0xc9,0x74,0xe0,0x5,0xf6,0xa7,0xb1,0xbf,0x9b,0xfd,0xe7,0x6f,0x47,0x9b,0x1,0xc2, 36 | 0xfe,0x9e,0x5f,0xd5,0x3a,0x3f,0x9,0x7c,0x29,0x3f,0xc0,0x92,0xe6,0x7b,0xc0,0x77, 37 | 0x80,0xd7,0x80,0x37,0x81,0x8f,0xb0,0x12,0xea,0x27,0x82,0x4c,0x3f,0x29,0x4,0x2a, 38 | 0x2,0xf3,0xc0,0x67,0x81,0xa7,0xb1,0x3,0xf8,0xe4,0x41,0x1f,0x94,0x18,0xa4,0xd9, 39 | 0x25,0x8c,0x1,0x74,0x8b,0x2e,0x22,0x27,0x84,0x30,0x39,0x39,0xf2,0x93,0xc0,0x2e, 40 | 0x55,0x0,0x23,0xec,0xf5,0x79,0x3b,0x4e,0xfe,0xc9,0x16,0xa1,0xb4,0x68,0xb7,0xe9, 41 | 0x3,0x9f,0xcb,0xf,0x80,0x57,0xb1,0x64,0xfa,0x1,0xf0,0x32,0x70,0xd,0x3b,0xe5, 42 | 0x3d,0xb0,0x78,0xd0,0x9,0x34,0x1,0x7c,0xc,0xf8,0x3a,0xf0,0x33,0xf9,0xd1,0x86, 43 | 0x1,0x24,0xe0,0x98,0xdd,0x41,0xce,0x10,0x64,0x52,0xa0,0x91,0x44,0x42,0xb2,0xed, 44 | 0x78,0x84,0x52,0xd2,0xc8,0x7f,0x26,0x8,0x12,0xe9,0x90,0xe5,0x44,0x50,0x8,0x4, 45 | 0xe0,0xe4,0x84,0x71,0xd1,0x14,0xb4,0xc6,0x33,0x9a,0xa2,0xd1,0x94,0x55,0x46,0x59, 46 | 0x2b,0x46,0x54,0x46,0xc1,0x68,0xa4,0x31,0x38,0xc6,0xe0,0xa1,0x1,0x7b,0xbd,0x12, 47 | 0x2,0xd,0x8,0x4b,0xea,0x16,0xb1,0xff,0x24,0x3f,0xfe,0x15,0xf0,0x16,0x56,0xaf, 48 | 0x7a,0xe0,0xf0,0xa0,0x12,0x68,0x1e,0x2b,0x69,0x7e,0x9,0x3b,0x45,0xb5,0xf5,0x12, 49 | 0x83,0x95,0x19,0xae,0xd1,0x78,0xc6,0xa0,0x84,0x20,0x92,0x92,0x48,0xb8,0xec,0x38, 50 | 0x1e,0xab,0xae,0xc7,0x9a,0x17,0xb0,0xe9,0x78,0xd4,0x1d,0x87,0x58,0x38,0x64,0x42, 51 | 0x90,0x8,0x49,0x26,0xec,0x60,0x2b,0xa4,0x1d,0x7e,0x41,0x4e,0x3,0x4b,0x44,0x8c, 52 | 0x95,0x60,0x2e,0x96,0x24,0xae,0xd1,0xf8,0xc6,0xe0,0x19,0x8d,0xaf,0x35,0x55,0xad, 53 | 0xa8,0x65,0x29,0x93,0x59,0xcc,0x54,0x1a,0x33,0xa2,0x32,0x2,0xa3,0x29,0x1a,0x85, 54 | 0x30,0x90,0xe6,0xf7,0xc8,0xd1,0x22,0xfc,0x5f,0xc2,0x4a,0xa5,0xdf,0x5,0x2e,0x61, 55 | 0xa5,0xd2,0x3,0x83,0x7,0x8d,0x40,0x53,0xc0,0x17,0xb0,0x9d,0xfe,0x3c,0x50,0xdd, 56 | 0xfb,0x4f,0x69,0x20,0x30,0xa,0x80,0x1d,0xe9,0xb2,0xe2,0x79,0xac,0x78,0x1,0xcb, 57 | 0x6e,0xc0,0xd,0xaf,0xc0,0x8e,0xe3,0x92,0x48,0x3b,0x88,0x29,0x2,0x2d,0x4,0x4e, 58 | 0x3e,0xa5,0xc9,0x7c,0x8a,0xf2,0xb4,0x21,0x20,0x3,0xf6,0xeb,0x41,0x7b,0x15,0x16, 59 | 0x8d,0xc0,0x8,0x4b,0x88,0x58,0xd8,0x76,0x72,0x9,0x83,0x8b,0xc1,0x57,0x1a,0xdf, 60 | 0x28,0xc6,0xb2,0x94,0xb9,0x2c,0x62,0x36,0x89,0x98,0x54,0x9,0xd5,0xcc,0x4a,0x2b, 61 | 0x95,0x13,0x36,0x6f,0xf3,0x21,0xe0,0x1b,0xc0,0xbf,0x3,0xfc,0x11,0xf0,0x4f,0xb1, 62 | 0x84,0x5a,0xed,0x73,0xdf,0xd,0x4,0xf,0x12,0x81,0x7e,0x11,0xf8,0xb,0xc0,0x2f, 63 | 0x0,0x23,0x7b,0xff,0xe1,0x60,0x8,0xb4,0x26,0x16,0x92,0xeb,0x7e,0x81,0x65,0xaf, 64 | 0xc0,0x92,0x57,0xe4,0x5a,0x50,0xa4,0x2e,0x1d,0x94,0x10,0x64,0x8,0xc,0xe0,0xe4, 65 | 0x9f,0x2f,0x1a,0x8d,0xd8,0xc3,0x8a,0x83,0x34,0xda,0xc3,0xb4,0x5c,0x89,0xd9,0xa3, 66 | 0x6c,0xef,0xfe,0x6e,0xc0,0x92,0x43,0x4a,0x42,0xec,0xf4,0x78,0x2d,0x28,0xe2,0x96, 67 | 0x34,0x35,0x95,0xb1,0x90,0x84,0xcc,0xa7,0x11,0xb3,0x49,0xcc,0x64,0x9a,0x20,0x31, 68 | 0x44,0xb2,0x4d,0xa4,0x2a,0xf0,0xef,0x2,0x5f,0x5,0x7e,0x1f,0xf8,0x67,0xf9,0xcf, 69 | 0xfb,0x1a,0xf,0x2,0x81,0x9e,0x1,0x7e,0x5,0x3b,0x5d,0x4d,0xed,0xfd,0x87,0x93, 70 | 0x4f,0x1f,0x4d,0xe9,0xf0,0x41,0xa1,0xc2,0x62,0x50,0x62,0xc9,0x2f,0x70,0xcb,0xb, 71 | 0xf2,0xa9,0xc7,0x2a,0xbb,0x12,0x8,0x8c,0x6e,0x2b,0xcd,0x2d,0xdc,0xcb,0xc,0x6a, 72 | 0xfd,0xff,0x6e,0xce,0xb2,0xdb,0xdb,0x68,0xe9,0x5b,0x3e,0xbb,0x84,0x4a,0x85,0x64, 73 | 0xd5,0xd,0x58,0x71,0x7d,0x5e,0xa7,0xca,0x74,0x92,0x70,0x3a,0x9,0x39,0x9d,0x34, 74 | 0x78,0x28,0x9,0x9,0xb4,0x21,0x91,0xb2,0x35,0x5d,0x96,0x81,0x5f,0x6,0xbe,0x82, 75 | 0x9d,0xd6,0xbe,0x85,0x55,0xba,0xef,0x4b,0xdc,0xcf,0x4,0xf2,0x80,0xbf,0xa,0xfc, 76 | 0x15,0xe0,0x89,0xd6,0x49,0x81,0x95,0x0,0x8e,0x31,0x34,0xa5,0xcb,0x1b,0x85,0x2a, 77 | 0x1f,0x6,0x25,0xae,0x7b,0x5,0xb6,0x1d,0xaf,0x3d,0x15,0xb9,0xc6,0xe4,0x32,0x67, 78 | 0x17,0x9d,0xda,0xcd,0x2,0x50,0xd8,0xc1,0xc7,0xd8,0x69,0xa9,0x2b,0x8f,0xeb,0x9e, 79 | 0x7b,0x39,0xc6,0xb4,0xcf,0x68,0x40,0xb,0xc1,0x75,0xbf,0xc0,0x75,0x3f,0xe0,0xad, 80 | 0x6c,0x84,0x85,0x34,0xe4,0xd1,0xa8,0xc1,0xf9,0xb8,0x8e,0x9f,0xeb,0x6c,0xca,0xde, 81 | 0x6d,0xa,0xf8,0x2f,0xb0,0x53,0xf6,0x3f,0x6,0xfe,0x11,0x90,0x76,0xf9,0x18,0x3, 82 | 0xc7,0xfd,0x4a,0xa0,0xa7,0x81,0x5f,0xc7,0x5a,0x57,0x6d,0x27,0x9e,0x7d,0xbb,0x21, 83 | 0x14,0x82,0xf7,0x4a,0x55,0xde,0x28,0x56,0x58,0x75,0x3,0x42,0xe9,0x20,0xb1,0xd2, 84 | 0xa8,0xdb,0x81,0x3e,0x8,0x89,0x36,0x14,0xb,0x3e,0xcf,0x95,0x5d,0x6e,0x45,0x29, 85 | 0x3f,0x8,0x35,0x1,0xda,0x2a,0xd2,0x47,0x80,0x55,0xc4,0xad,0x84,0x32,0xc0,0xb6, 86 | 0xeb,0xf2,0x86,0x5b,0xe5,0xb2,0x5f,0xe2,0x54,0x52,0xe1,0x89,0x68,0x8b,0xb3,0x71, 87 | 0x13,0xdf,0xe8,0xb6,0xf5,0x86,0x7d,0x79,0xfe,0x27,0xac,0x6b,0xe2,0x37,0xb0,0x8a, 88 | 0xf6,0x7d,0x83,0xfb,0x91,0x40,0xbf,0xa,0xfc,0x37,0x58,0xf3,0x1c,0xc8,0x5d,0xca, 89 | 0x46,0x93,0x8,0xc9,0x7,0x7e,0x91,0x4b,0xe5,0x51,0x6e,0x78,0x45,0x62,0x29,0xdb, 90 | 0xd3,0x58,0xbf,0x90,0x6a,0x83,0x5f,0xc,0x78,0x56,0x47,0x3c,0xf3,0xfe,0x7,0xa8, 91 | 0x91,0x11,0xb2,0xf2,0x38,0x3f,0x54,0x92,0x52,0x9f,0x8,0xa,0xb4,0xa5,0x24,0x18, 92 | 0x9a,0x8e,0xc3,0x7b,0xc5,0x32,0x4b,0x41,0x81,0xd3,0x69,0xc4,0xd3,0x8d,0x4d,0xe6, 93 | 0xa3,0x10,0x1f,0xfb,0x9d,0xb1,0x2f,0xd1,0xbf,0x8f,0x75,0x8e,0xfe,0x1d,0xe0,0x9f, 94 | 0xf4,0xe9,0x31,0x8e,0x8c,0xfb,0x89,0x40,0x53,0xc0,0xff,0x8,0xfc,0x45,0xa0,0xd6, 95 | 0x3a,0xe9,0xe6,0x7e,0x95,0xeb,0x41,0x91,0x57,0x4b,0x55,0xde,0x9,0x2a,0xc4,0x8e, 96 | 0x83,0x34,0x1a,0xbf,0x8f,0xc4,0x81,0x9c,0x3c,0x85,0x80,0xe7,0x4c,0xc2,0x33,0xd7, 97 | 0xaf,0xa0,0xd2,0x14,0x99,0x24,0x7c,0x4d,0x29,0x4c,0x75,0x82,0x57,0x95,0xdb,0x57, 98 | 0x12,0xb5,0xe0,0xe6,0xd3,0x5c,0x24,0x1d,0xde,0x9,0x46,0x58,0x72,0xb,0xfc,0x94, 99 | 0xbf,0xcd,0x13,0xe1,0x36,0x93,0x59,0xd2,0xb6,0x18,0xb1,0x2f,0xd5,0xff,0x8c,0xd5, 100 | 0xb,0xff,0x7,0xec,0xd2,0xc9,0xb1,0xe2,0x7e,0x21,0xd0,0x53,0xc0,0xdf,0xc5,0xfa, 101 | 0x45,0xda,0xcf,0xe4,0x1b,0x4d,0xd3,0x71,0x79,0x2b,0x18,0xe1,0x52,0xb9,0xc6,0xba, 102 | 0x17,0x20,0x8d,0xc1,0xd5,0xaa,0xef,0x83,0x98,0x2a,0x8d,0x5f,0x2e,0xf0,0x79,0x13, 103 | 0xf3,0xd4,0xd2,0x15,0x64,0x9a,0x92,0x39,0xe,0xda,0x18,0xdc,0xed,0x2d,0xbe,0x8e, 104 | 0x86,0x91,0x29,0x7e,0x88,0xc3,0x88,0xe9,0x54,0x9b,0xea,0xe,0xae,0x31,0x18,0xc, 105 | 0x4d,0xe9,0xf0,0xca,0xc8,0x38,0x57,0x82,0x12,0xcf,0xd4,0x37,0xb9,0x10,0xd5,0xf1, 106 | 0x8c,0x26,0xb5,0xd2,0xa8,0x86,0xd5,0xb,0x2f,0x2,0x7f,0x8d,0x63,0x9e,0xd2,0x8e, 107 | 0x3a,0xad,0xf7,0x3,0x7f,0x16,0xf8,0x3f,0xb1,0x7e,0x9d,0x36,0x79,0x2,0xa3,0xb9, 108 | 0xe6,0x5,0x7c,0xbb,0x32,0xc5,0x1f,0x55,0xa7,0xd8,0x70,0x7c,0x5c,0xad,0x71,0x4c, 109 | 0xf7,0xa,0xed,0xbd,0x90,0x29,0x8d,0x57,0x2e,0xf2,0x59,0x9d,0xf2,0xe4,0xf5,0x2b, 110 | 0x88,0xcc,0x92,0x7,0x0,0x21,0xc8,0x84,0x44,0x6e,0x6f,0xf3,0xb5,0xfa,0x2d,0x9e, 111 | 0xf6,0xc,0xf5,0x3e,0xdf,0x7f,0x2f,0x5a,0xbe,0x24,0xd7,0x68,0x96,0xbd,0x80,0x6f, 112 | 0xd7,0xa6,0xf8,0x37,0xd5,0x49,0xd6,0x5d,0x9f,0x82,0x6e,0x4b,0x5c,0x17,0xf8,0x32, 113 | 0xf0,0x7f,0x60,0xfb,0xef,0xd8,0x70,0x9c,0x4,0x72,0x80,0xbf,0x8c,0x35,0x53,0x2f, 114 | 0xec,0x9e,0xb4,0x53,0xd6,0x6b,0xa5,0x2a,0x2f,0x8e,0xce,0xf2,0x76,0xb1,0x82,0xc8, 115 | 0xbd,0xbf,0xfd,0x26,0xe,0x80,0xd2,0x1a,0x53,0x2c,0xf0,0x8c,0x8a,0x78,0xea,0xc6, 116 | 0x22,0x32,0x49,0x51,0xf2,0xce,0x6e,0xc9,0x90,0x38,0xdb,0x3b,0x7c,0x75,0x67,0x8d, 117 | 0x27,0x3,0x49,0x63,0xc0,0x4b,0xa1,0x2d,0x1d,0x29,0x13,0x82,0x1f,0x96,0x47,0xf9, 118 | 0x83,0xda,0x34,0xef,0x14,0x46,0xf0,0x73,0x43,0x22,0xc7,0x5,0x6c,0xff,0xfd,0x65, 119 | 0xd8,0x7b,0x7a,0x78,0x38,0xae,0x29,0x2c,0x0,0xfe,0x63,0xe0,0x6f,0xb3,0xc7,0xca, 120 | 0xf2,0x8d,0x26,0x94,0xe,0xdf,0x1d,0x19,0xe3,0xb5,0x52,0x95,0x48,0x3a,0x7d,0x55, 121 | 0x90,0x6f,0x87,0x31,0x86,0xd4,0xf,0x78,0xda,0x24,0x3c,0xbb,0x72,0xd,0x3f,0x8e, 122 | 0x49,0x9d,0x43,0xc6,0x41,0x8,0x32,0x63,0xf0,0x37,0x36,0xf9,0x8a,0x74,0xd0,0x95, 123 | 0x49,0x7e,0x1c,0x66,0xf6,0xe1,0x7,0xc1,0xec,0x1c,0x12,0x10,0x46,0x73,0xd5,0x2f, 124 | 0xb1,0x39,0xea,0xb3,0xb9,0xb3,0xc1,0x53,0xe1,0x16,0x9e,0x31,0xa4,0xa2,0x6d,0xee, 125 | 0xff,0x43,0x6c,0x3f,0xfe,0x36,0x36,0x76,0x69,0x68,0x38,0xe,0x9,0x54,0x2,0x7e, 126 | 0xd,0xf8,0x7b,0xec,0x21,0x4f,0x60,0x34,0x6b,0xae,0xcf,0xb,0xd5,0x69,0x5e,0x19, 127 | 0x19,0x23,0x16,0x4e,0x5b,0xb9,0x1c,0x4,0xc,0x10,0x4a,0xc9,0x5,0x91,0xf2,0xc5, 128 | 0xad,0x15,0xa,0x51,0x44,0x7a,0x80,0xe4,0xd9,0x7,0x21,0xc8,0x80,0xd2,0xda,0x1a, 129 | 0xcf,0x37,0x37,0x79,0xac,0x12,0xd8,0xa5,0xf4,0x21,0x48,0x23,0xcf,0x68,0xea,0x8e, 130 | 0xcb,0x77,0x6a,0x13,0xbc,0x54,0x99,0xa4,0xe1,0xc8,0xbd,0x6e,0x8b,0x12,0xb6,0x3f, 131 | 0x7f,0x8d,0xfd,0xb1,0x4b,0x3,0xc7,0xb0,0x25,0x50,0x80,0x75,0x8e,0xfd,0xad,0xd6, 132 | 0x89,0x96,0x53,0xf0,0xaa,0x5f,0xe4,0x3b,0x95,0x49,0xae,0x4,0x45,0x6b,0x79,0xd, 133 | 0x70,0x54,0xc,0x10,0x21,0x79,0xc4,0x17,0x7c,0xbd,0xb9,0x46,0x79,0x7b,0x9b,0x8, 134 | 0x40,0x74,0x20,0x4a,0x84,0x20,0xd3,0x9a,0xda,0xca,0x32,0x9f,0x97,0x82,0xb0,0x32, 135 | 0xc9,0xb5,0x7a,0x84,0x6f,0x4c,0x47,0x97,0x1f,0x5,0xae,0xd6,0x64,0x42,0xf0,0xea, 136 | 0x48,0x8d,0x86,0xeb,0xf2,0xc5,0xed,0x35,0x26,0xb2,0x84,0x54,0x8,0xeb,0xef,0xdc, 137 | 0xed,0xd7,0xbf,0xcf,0x90,0x24,0xd1,0x30,0x25,0x90,0x3,0xfc,0x27,0xc0,0xdf,0x68, 138 | 0x9f,0x30,0x6,0xcf,0x18,0x3e,0xa,0x4a,0xbc,0x50,0x9b,0x61,0x31,0x28,0x11,0xe4, 139 | 0x8a,0xf2,0xa0,0x60,0x80,0x4,0xc1,0x99,0xa2,0xcb,0xcf,0xeb,0x26,0xb5,0xf5,0x75, 140 | 0x22,0xd,0xdc,0x4b,0xfa,0xec,0x6d,0x43,0x4a,0x52,0x63,0x38,0xb5,0xbc,0xcc,0x73, 141 | 0xcd,0x2d,0x46,0x8b,0x3e,0xc9,0xc0,0x9e,0x78,0x3f,0xac,0x5b,0x3,0xde,0x2a,0x54, 142 | 0x78,0xa1,0x36,0xc3,0x75,0xaf,0x80,0x6b,0xcc,0xde,0x81,0xfc,0x1b,0xd8,0x7e,0x1e, 143 | 0x8a,0x4e,0x34,0x4c,0x2,0xfd,0x25,0xac,0xce,0xe3,0x1,0xc8,0xfc,0x4b,0xbf,0x5d, 144 | 0xa8,0xf0,0x62,0x75,0x86,0x15,0x37,0xa0,0xa0,0xd5,0xc0,0x1f,0x22,0x43,0x30,0x5e, 145 | 0xf0,0xf8,0x62,0xda,0x60,0x6a,0xe9,0x1a,0xcd,0x54,0x81,0xd3,0x7d,0x37,0x68,0xe9, 146 | 0x90,0x19,0xc3,0x85,0xe5,0x6b,0x7c,0x2a,0xdc,0xc6,0x71,0x1d,0x92,0x21,0xc5,0x18, 147 | 0x4a,0x63,0x28,0x6a,0xcd,0xe5,0xa0,0xc8,0x8b,0xb5,0x69,0x96,0x72,0x12,0xe5,0x2, 148 | 0xd0,0xc3,0x4a,0xa2,0x6f,0xc,0xe5,0x59,0x86,0x71,0x13,0xe0,0x6b,0x58,0x77,0x7c, 149 | 0xb1,0x75,0x53,0x17,0xc3,0x7b,0xc5,0x11,0x5e,0xaa,0x4d,0x71,0xcb,0xf5,0x29,0x98, 150 | 0x61,0x90,0x7,0xa4,0x23,0x79,0x3a,0x6d,0x72,0xee,0xc6,0x55,0xa2,0x34,0x5,0xb7, 151 | 0xb7,0x59,0x5c,0x0,0x99,0x10,0x98,0x2c,0xe5,0xd3,0x5b,0xb7,0x78,0x5a,0x2a,0x8c, 152 | 0xeb,0x92,0xd,0x50,0x7a,0xee,0x87,0xa1,0xa8,0x15,0x4b,0x7e,0x81,0x6f,0xd7,0xa6, 153 | 0xb8,0xea,0x15,0x6f,0xd7,0x89,0xfe,0x16,0xb6,0xdf,0x7,0x8a,0x61,0x10,0xe8,0x19, 154 | 0xec,0x9c,0x3c,0xd,0xbb,0xa,0xe1,0x87,0x85,0x32,0x2f,0x55,0x26,0xd8,0x70,0x3c, 155 | 0xca,0x43,0x20,0x4f,0x6b,0x21,0xf3,0xe3,0x8e,0xe6,0xd3,0xeb,0x2b,0x64,0x71,0x8a, 156 | 0xf2,0x7d,0x38,0xc2,0x80,0xb,0x21,0x8,0xa5,0xc4,0x69,0x34,0xf9,0x62,0x73,0x83, 157 | 0x47,0x3,0x81,0x76,0xdd,0xa3,0x34,0xd9,0x35,0x4a,0x5a,0x71,0xc3,0x2f,0xf2,0x47, 158 | 0xb5,0x49,0x96,0xbd,0xc2,0x5e,0xef,0xfc,0x34,0xb6,0xdf,0x9f,0x19,0xe4,0xfd,0x7, 159 | 0x4d,0xa0,0x59,0xac,0xe4,0x79,0xb4,0x75,0xc2,0x37,0x9a,0x2b,0x7e,0x91,0x97,0x2a, 160 | 0x53,0xac,0x3b,0x3e,0x45,0xad,0x86,0x13,0x5d,0x2e,0x25,0xf,0x15,0x3d,0x9e,0x6f, 161 | 0x6e,0xe2,0xd6,0xeb,0x44,0xae,0x87,0xb8,0xdb,0x48,0xb,0x81,0xc9,0xf,0x84,0x38, 162 | 0xd4,0x54,0x97,0x52,0xd2,0x14,0x82,0xd2,0xca,0x4d,0x3e,0xdf,0xdc,0xa4,0x2a,0xc5, 163 | 0xd0,0x97,0xcc,0xb,0x5a,0xb1,0xe4,0x17,0xf9,0xa3,0xea,0x24,0x6b,0x4e,0x40,0x60, 164 | 0x4c,0xab,0x4f,0x1f,0xc5,0x4a,0xa2,0xd9,0x41,0xdd,0x7b,0x90,0x4,0x12,0xc0,0x7f, 165 | 0x8f,0x8d,0x6b,0x1,0xc0,0x33,0x86,0x35,0xd7,0xe7,0x3b,0xd5,0x49,0x56,0xdc,0x80, 166 | 0xe2,0x0,0x7d,0x3c,0x7b,0x61,0x0,0x29,0xe0,0xb,0x71,0x83,0xca,0xca,0xa,0xd, 167 | 0x21,0x90,0x7,0x11,0x42,0x80,0x30,0x6,0x37,0x49,0xf0,0x9b,0x21,0x85,0x7a,0x93, 168 | 0x42,0xbd,0x89,0xdf,0x6c,0xe2,0x46,0x9,0x52,0x1f,0xf0,0xbc,0x6,0x70,0x1c,0x1a, 169 | 0x46,0x72,0x7a,0xe5,0x26,0x9f,0x31,0x31,0x9e,0x23,0x18,0xbc,0x4c,0xdd,0xf7,0xd8, 170 | 0x4,0x5a,0x71,0x39,0x28,0xf1,0xc7,0x95,0x49,0x9a,0x52,0xee,0xf5,0x9f,0x7d,0x19, 171 | 0x1b,0xd9,0x30,0x10,0x1b,0x71,0x90,0x66,0xfc,0xaf,0x60,0x57,0xd6,0x1,0x6b,0x71, 172 | 0xc5,0x42,0xf2,0x27,0x95,0x9,0xae,0x7a,0xc5,0xa1,0xe8,0x3c,0x2d,0xa4,0xda,0xf0, 173 | 0x5c,0x49,0x70,0x7a,0xf1,0x3a,0x4d,0x40,0x1c,0xe4,0x2c,0x34,0x6,0x3f,0x4a,0x48, 174 | 0x7d,0x9f,0x9d,0xc9,0x71,0xa2,0x72,0x9,0xe5,0xd9,0xee,0x71,0xb2,0x8c,0xa0,0x11, 175 | 0x51,0xda,0xda,0xc1,0x8f,0x22,0x32,0xcf,0x43,0xef,0x51,0xbc,0x85,0x31,0x18,0xcf, 176 | 0x23,0x4c,0x53,0x3e,0xb5,0xb5,0xc2,0xf2,0xf4,0x19,0xde,0x8d,0x14,0x46,0xf5,0x7f, 177 | 0xcd,0xee,0x30,0x8,0xac,0x99,0xff,0x6e,0xb1,0x44,0x55,0x8f,0xf3,0x85,0xed,0x5b, 178 | 0xf6,0xb9,0xac,0x6f,0xe1,0x57,0xb0,0x3b,0x42,0xfa,0xbe,0x8a,0x3f,0x28,0x2,0x3d, 179 | 0x89,0x5d,0xe8,0xcb,0x43,0x4f,0xd,0x8,0xf8,0xee,0xc8,0x18,0xef,0x16,0x46,0x70, 180 | 0x7,0xb0,0xa2,0x7d,0x18,0x94,0x31,0x3c,0x5c,0x1b,0xe1,0xd3,0xb7,0xae,0x92,0x66, 181 | 0x29,0x1c,0x40,0x1e,0x27,0xc9,0x50,0x9e,0xcb,0xf2,0x23,0x67,0xd8,0x9a,0x99,0xa4, 182 | 0x39,0x52,0x26,0x2d,0x15,0xd0,0xb9,0x82,0x2d,0xb3,0xc,0x2f,0x8c,0x29,0xd4,0x1b, 183 | 0x54,0xd6,0x37,0x99,0xb8,0xba,0x4c,0xd0,0xc,0xc9,0xbc,0xdd,0xee,0x13,0x18,0x32, 184 | 0xd7,0x45,0x6e,0x6e,0xf3,0xb9,0x60,0x95,0xf,0xdd,0x51,0x12,0x6,0xea,0xa4,0xbe, 185 | 0xf3,0x7b,0x60,0x3,0xe1,0x5e,0x2b,0xd5,0x18,0xcd,0x32,0x9e,0x69,0x6c,0x10,0x5b, 186 | 0x2,0x8d,0xb0,0xbb,0xf0,0xfa,0x6a,0x3f,0xef,0x39,0x8,0x2,0xf9,0x58,0x91,0xf9, 187 | 0x58,0xeb,0x44,0x60,0x34,0xaf,0x15,0x6b,0xbc,0x5a,0xaa,0x61,0x8c,0x19,0xaa,0xf7, 188 | 0x52,0xbb,0x2e,0x3f,0xbd,0xb3,0x4a,0xb0,0xb9,0x49,0x76,0x9b,0xaf,0x47,0x18,0x83, 189 | 0xcc,0x14,0xdb,0x53,0xe3,0x2c,0x5f,0x38,0x4b,0x7d,0x72,0x8c,0xcc,0x75,0xdb,0x7b, 190 | 0xbe,0x5a,0x41,0xa6,0xc6,0x95,0xc4,0xd5,0x32,0x61,0xb5,0xcc,0xf6,0xf4,0x24,0x9b, 191 | 0xb3,0x53,0xcc,0xbc,0x7f,0x85,0xf1,0x1b,0x37,0xd1,0x52,0xb6,0xde,0x72,0x4,0x90, 192 | 0x3a,0x2e,0x63,0xb7,0x6e,0xf1,0xfc,0xb9,0x1a,0xdf,0x3e,0x86,0x1d,0x5f,0x4e,0xbe, 193 | 0xc4,0xf1,0xdd,0x91,0x51,0x46,0xb3,0x84,0x47,0x92,0x6,0x91,0x5d,0xc5,0x7f,0xc, 194 | 0x3b,0x2e,0xdf,0x80,0xfe,0xb9,0xad,0x6,0x31,0x96,0xdf,0xc4,0xee,0x30,0xb0,0x3b, 195 | 0xeb,0x8c,0xe6,0x9a,0x57,0xe4,0xfb,0x23,0x63,0x44,0x52,0xe,0x74,0x79,0xe2,0x76, 196 | 0xc4,0xc0,0xf3,0x25,0xc1,0xec,0x95,0x75,0x6b,0x5e,0xef,0x71,0x15,0xb,0x63,0x90, 197 | 0x4a,0xb3,0x71,0x6a,0x86,0xab,0x4f,0x5c,0x20,0xaa,0x94,0x91,0x5a,0x93,0xb8,0x1, 198 | 0xdb,0x41,0x95,0xba,0x5f,0x6e,0xc7,0x20,0x16,0xd3,0x90,0x5a,0xbc,0x4d,0x29,0x6d, 199 | 0x60,0x1c,0xc9,0xce,0xd4,0x38,0xe1,0x48,0x89,0xd4,0xf7,0x98,0xbe,0x7c,0xd,0x24, 200 | 0x98,0x96,0x52,0x25,0x4,0xa9,0x31,0x3c,0x7a,0xe3,0x1a,0xef,0xcf,0x9f,0xe7,0xbd, 201 | 0x7a,0x84,0x3b,0x68,0x17,0xf5,0x6d,0x70,0x8d,0x61,0xcb,0x71,0xf9,0xde,0xc8,0x28, 202 | 0x63,0xdb,0x9,0xa3,0x59,0x4a,0x2a,0xa4,0xc0,0x8e,0xcb,0x37,0xb1,0x6b,0x67,0x7d, 203 | 0x41,0xbf,0x95,0xe8,0x67,0x80,0xff,0x14,0xbb,0x64,0x81,0x6b,0x6c,0x6c,0xcb,0xf7, 204 | 0xca,0x63,0xac,0xba,0xc1,0xd0,0xc8,0x23,0x80,0x38,0xd3,0x3c,0x54,0x2d,0x73,0xe1, 205 | 0xe6,0x32,0x22,0x8e,0xee,0x24,0x4f,0xa6,0xd8,0x9a,0x99,0x64,0xf1,0x93,0x17,0x89, 206 | 0x2a,0x23,0x28,0x2d,0xb8,0x51,0x9e,0xe6,0x83,0xda,0x19,0x96,0x4b,0x93,0x34,0xfc, 207 | 0x32,0x4d,0xbf,0x44,0xd3,0x2f,0xb1,0x51,0x1e,0x63,0x71,0xfc,0x34,0x8b,0xa3,0x67, 208 | 0x88,0x9c,0x0,0x99,0x29,0xd2,0x52,0x91,0x6b,0x4f,0x3c,0xca,0xda,0xe9,0x59,0xa4, 209 | 0xd2,0x8,0xbd,0xfb,0xdd,0x8c,0x10,0xb8,0x71,0xcc,0xe7,0x36,0x57,0x8,0x5c,0xf, 210 | 0x33,0x4c,0xbb,0x3e,0x87,0x6b,0xc,0x97,0x83,0x12,0x3f,0x2c,0x8e,0x92,0x9,0xd9, 211 | 0x5a,0x1a,0xa,0xb0,0xe3,0xd3,0x37,0xd3,0xbe,0x9f,0x4,0x12,0x58,0x65,0xed,0xe3, 212 | 0xad,0x3f,0x24,0x86,0xb7,0x8a,0x55,0xde,0x2b,0x56,0x70,0x87,0x64,0x71,0x81,0xd5, 213 | 0x7b,0x44,0xb1,0xc0,0x33,0xf5,0x4d,0x46,0xc3,0x6,0xb7,0x6b,0x5c,0x42,0x69,0xa2, 214 | 0x4a,0x89,0x6b,0x8f,0x9d,0x27,0xae,0x94,0x50,0x8,0x96,0x6a,0xf3,0xac,0x8d,0x3d, 215 | 0x84,0x57,0x1b,0xc7,0x2b,0x96,0xf3,0xd,0x8a,0x36,0x30,0xdf,0x60,0x77,0xb2,0xee, 216 | 0x14,0x2a,0x5c,0x19,0x3d,0x43,0x23,0x28,0xe3,0xa6,0x29,0x69,0xa1,0xc0,0x8d,0xc7, 217 | 0xce,0x53,0x1f,0xaf,0x22,0xb3,0x6c,0xdf,0x3d,0xb4,0x31,0x8c,0xed,0x6c,0xf3,0xf9, 218 | 0xb2,0x20,0x14,0x72,0xa8,0xba,0x10,0xd8,0xfe,0x77,0xc,0xbc,0x5e,0xaa,0xf2,0x81, 219 | 0x5f,0xc2,0xd1,0x6d,0x7d,0xec,0xe3,0xd8,0x48,0x88,0xbe,0x3c,0x52,0x3f,0x9,0xf4, 220 | 0x67,0xb1,0x5b,0x6f,0x4,0x58,0x67,0xe1,0xd,0xaf,0xc8,0xa5,0x52,0x15,0x3d,0xa0, 221 | 0x58,0x9e,0x83,0x20,0x80,0xa6,0x81,0x9f,0x72,0x15,0x67,0x77,0x36,0xd0,0x71,0xb2, 222 | 0x5f,0xfa,0x68,0xd,0x42,0x70,0x6b,0xe1,0x14,0x8d,0x89,0x1a,0x28,0xc3,0x72,0x71, 223 | 0x92,0x66,0x6d,0x9a,0x89,0x87,0xce,0x30,0x77,0xf1,0x2,0xd3,0xe7,0x1f,0xa6,0x58, 224 | 0xa9,0x62,0x6e,0x33,0xdb,0x85,0x31,0x44,0x5e,0xc0,0xf5,0xca,0x1c,0xb1,0x1b,0xe0, 225 | 0x64,0x29,0x8d,0x5a,0x95,0xd5,0xb3,0xb,0x28,0xdf,0x45,0xaa,0x3d,0x96,0xa5,0x10, 226 | 0xc8,0x38,0xe6,0xcc,0x95,0x2b,0x9c,0x2a,0x17,0x88,0xd5,0xf0,0x5e,0xa0,0x16,0x24, 227 | 0x86,0x58,0x4a,0xbe,0x37,0x32,0xc6,0xa6,0xeb,0xb6,0xd6,0x18,0x5,0xf0,0xe7,0xb1, 228 | 0xfb,0xec,0xfa,0x70,0x8f,0xfe,0x60,0x14,0xbb,0xd6,0x35,0x5,0x56,0x91,0x4b,0x90, 229 | 0xfc,0xb0,0x54,0x65,0xdd,0xd,0x6,0xba,0x38,0x7a,0x3b,0x62,0x6d,0x18,0xb,0x7c, 230 | 0x2e,0xae,0xaf,0x52,0x58,0x5f,0x43,0x2b,0x8d,0xc9,0x32,0xd0,0x1a,0xf2,0xf5,0xa2, 231 | 0xa4,0x5c,0x64,0x7b,0x66,0x12,0xed,0x39,0x34,0xbc,0x32,0xeb,0x5e,0x85,0xd2,0xd8, 232 | 0x4,0xe5,0x5a,0x5,0xa5,0xc0,0x2b,0x4,0x54,0x27,0x67,0xf6,0xa4,0x4c,0xd8,0x85, 233 | 0x30,0x86,0xa6,0x57,0x66,0xad,0x34,0x81,0xcc,0x34,0xc6,0x11,0x6c,0x4f,0x4f,0x10, 234 | 0x55,0x46,0xac,0x57,0xdb,0x18,0x7b,0xaf,0x2c,0x43,0x65,0x8a,0xf1,0xb8,0xc9,0xe7, 235 | 0xb7,0x56,0xf1,0x1c,0x39,0x54,0xdf,0x50,0xb,0x12,0xb8,0xe1,0x17,0x78,0xbd,0x54, 236 | 0xcb,0xf7,0xc8,0x19,0xb0,0x59,0x44,0xbe,0x81,0x1d,0xb7,0x23,0xb7,0x7f,0x54,0x8, 237 | 0xec,0x6e,0xca,0xaf,0xb7,0x4e,0x38,0x18,0x2e,0x17,0x4a,0xbc,0x5b,0x18,0x69,0xef, 238 | 0xd3,0x1a,0x6,0x84,0x10,0x44,0x71,0xcc,0xa3,0xa7,0x26,0x79,0xf2,0x17,0x7f,0x8e, 239 | 0xe0,0xb3,0xcf,0x22,0x27,0xc6,0x10,0x8e,0x83,0x51,0xa,0x13,0xa7,0xe8,0x28,0xa6, 240 | 0x5e,0x29,0x93,0x54,0x4b,0x68,0x23,0xd9,0x9,0x2a,0x28,0xc7,0xc1,0x64,0x19,0x46, 241 | 0x99,0xb6,0x83,0x51,0xa9,0xec,0xe0,0x7b,0x60,0x7d,0x2b,0xd,0xbf,0x4c,0xe8,0x17, 242 | 0xf1,0xd2,0x84,0xa4,0x54,0x64,0x67,0xb4,0x8a,0x4e,0x33,0x44,0x9c,0x60,0x8c,0x6, 243 | 0xc7,0x41,0x4e,0x8d,0xe3,0x3e,0xf9,0x4,0xf,0x3d,0xf9,0x31,0x4e,0x4f,0xd6,0x8, 244 | 0xe3,0x64,0xe8,0x53,0x99,0xcc,0x5f,0xde,0x37,0xa,0x15,0x96,0xbd,0x7d,0x7a,0xe8, 245 | 0xd7,0x80,0x9f,0xe5,0x88,0x53,0x59,0x3f,0xac,0xb0,0x49,0xec,0x4e,0x8a,0xa,0x58, 246 | 0xf2,0x44,0x52,0x72,0xa9,0x54,0x23,0x1e,0xb6,0xd5,0x95,0x24,0x54,0x8a,0x5,0x1e, 247 | 0x7f,0xe6,0xa7,0x18,0xfd,0xdc,0x53,0x24,0x9f,0xfd,0x34,0xa5,0xd5,0x5b,0x64,0x8b, 248 | 0x57,0x89,0xdf,0xfb,0x80,0x6c,0xe9,0x6,0xea,0xd6,0x1a,0xf1,0x68,0x8d,0xd4,0x73, 249 | 0x31,0x46,0xd0,0xf4,0x4b,0x8,0xcf,0xa7,0xb9,0x71,0xb,0xdf,0xf3,0x29,0x8d,0x55, 250 | 0x49,0xc2,0x84,0xad,0x95,0xe5,0x7c,0xe6,0xbb,0xb3,0x7f,0x25,0x9a,0xd8,0xd,0x88, 251 | 0xdd,0x80,0x72,0xd8,0x20,0xc,0x8a,0x44,0xa3,0x55,0xe4,0xe4,0x4,0xce,0xf8,0x18, 252 | 0x62,0x7e,0x16,0xef,0xd1,0xf3,0xc8,0x53,0x73,0x38,0x13,0x63,0x94,0x8b,0x5,0xce, 253 | 0x7f,0xe7,0x7b,0xbc,0x7b,0x75,0x5,0x65,0xc,0x72,0xc8,0x56,0x99,0x63,0xec,0x1e, 254 | 0xb4,0x57,0x4b,0x35,0x66,0xb7,0x56,0x91,0x80,0xb6,0xe3,0xf5,0x17,0xb1,0xfb,0xf1, 255 | 0x7b,0xde,0xdd,0xd1,0xf,0x2,0xfd,0x34,0xd6,0x5d,0xe,0xd8,0xe9,0xeb,0x8d,0x62, 256 | 0x85,0x1b,0x7e,0xd1,0x86,0x63,0xf6,0xe1,0x6,0x1d,0x41,0x8,0xd2,0x34,0xe3,0xd1, 257 | 0x87,0x4f,0xf3,0xc4,0xc7,0x1f,0x1,0x6d,0x10,0x95,0x11,0xa,0xe3,0x63,0x98,0xf3, 258 | 0xe7,0x28,0x3d,0xfb,0x29,0x48,0x53,0x74,0xbd,0xc1,0xca,0x3b,0x6f,0x93,0x2c,0x5d, 259 | 0x81,0x11,0x9f,0x4c,0xb8,0x8,0x21,0x30,0x69,0xc6,0xe6,0x8d,0x25,0xb6,0x57,0x5d, 260 | 0xb4,0x51,0xe8,0x4c,0x21,0xc4,0xe1,0x2,0x5a,0x9,0x7,0x25,0x1c,0x84,0x1,0xd5, 261 | 0xc,0x31,0x1f,0x7b,0x8c,0x91,0x5f,0xfc,0x5,0xdc,0xea,0x8,0xda,0x73,0x11,0x85, 262 | 0x22,0xb8,0x12,0xd2,0xc,0x29,0xe0,0xe2,0x63,0xe7,0x78,0xfd,0xc7,0x1f,0xb0,0x74, 263 | 0x6d,0x85,0x72,0xb9,0x38,0x54,0xcb,0x4c,0xe4,0x89,0x6e,0x3e,0xa,0xca,0x2c,0x6, 264 | 0x75,0xce,0x45,0x4d,0x62,0xeb,0x13,0x7b,0x1e,0x78,0xe,0xf8,0xbd,0x5e,0xdb,0x3e, 265 | 0xea,0x14,0x56,0xc5,0x2a,0xce,0x55,0xb0,0xd2,0xa7,0x29,0x1d,0xde,0x28,0x54,0x48, 266 | 0x84,0x18,0x9a,0xee,0x23,0x84,0x20,0x4d,0x52,0xa,0x41,0xc0,0x53,0x4f,0x5e,0xa4, 267 | 0x32,0x52,0x42,0xa5,0x9,0x26,0x8a,0xd0,0x3b,0x3b,0x98,0x34,0x41,0x14,0x2,0x9c, 268 | 0xf1,0x31,0xfc,0xb3,0xf,0x21,0x27,0x26,0xd0,0x69,0x82,0x10,0xa2,0xed,0x2c,0x44, 269 | 0xa,0xb4,0xd1,0xa4,0x71,0x68,0xa7,0xa2,0x7b,0x48,0x89,0x96,0x85,0x86,0x0,0x9d, 270 | 0x65,0x98,0x91,0x12,0xce,0xc2,0x1c,0x72,0xac,0x6,0xbe,0x8f,0x49,0x62,0x4c,0xbd, 271 | 0x81,0x89,0x63,0x74,0x9a,0x32,0x37,0x3d,0xc9,0x85,0x47,0xcf,0x20,0xa5,0x44,0xa9, 272 | 0xe1,0x6b,0x43,0xae,0xd1,0xd4,0x5d,0x8f,0x37,0x8b,0x15,0x52,0x21,0x5a,0xba,0xd0, 273 | 0xbe,0xf1,0xeb,0x5,0x47,0x25,0xd0,0x27,0xb1,0xfa,0xf,0x0,0x9e,0xd6,0xbc,0x5f, 274 | 0x18,0x61,0xc5,0x2b,0xc,0x35,0x52,0xcd,0x18,0x83,0x52,0x8a,0xf9,0x53,0x53,0x7c, 275 | 0xfc,0xe2,0x79,0xa4,0x4,0xa5,0x72,0xc7,0xa1,0x10,0xa0,0x35,0x26,0x4d,0xd1,0x61, 276 | 0x88,0x6e,0x34,0x71,0x8d,0xc6,0x71,0x5d,0x84,0x56,0xb8,0x2a,0xdb,0xcd,0xb4,0x21, 277 | 0x4,0xd2,0x71,0x11,0x1d,0x44,0x27,0x3a,0x5a,0xe1,0x18,0x85,0x46,0xe0,0x38,0xe, 278 | 0x9e,0x10,0x98,0x30,0xc4,0x84,0x11,0xa4,0xa9,0x55,0xa6,0xf3,0xfb,0x6b,0x63,0x10, 279 | 0x12,0x3e,0xfe,0xb1,0x73,0x4c,0x4d,0x8e,0x12,0xc7,0x29,0xf2,0xc0,0xd5,0xdc,0x1, 280 | 0xc3,0x18,0xae,0xf8,0x25,0x16,0x7d,0x1b,0xf9,0x99,0xe3,0x2b,0xd8,0x71,0xec,0x9, 281 | 0x47,0x19,0xe7,0x0,0xab,0x88,0xcd,0x82,0x5d,0x87,0x69,0x4a,0x97,0xf7,0x83,0x32, 282 | 0xa1,0xe3,0xc,0xd5,0xf2,0xca,0x32,0x85,0xe3,0x38,0x7c,0xf2,0x89,0xb,0x8c,0x8d, 283 | 0xd5,0x48,0xd3,0xc3,0xdf,0x70,0x21,0x25,0x41,0xb1,0x88,0x1b,0x14,0x90,0x59,0x42, 284 | 0x29,0x6d,0xe6,0x8a,0x71,0x67,0x5d,0x61,0x72,0xd9,0x53,0xc8,0x22,0xa,0x69,0x84, 285 | 0xca,0x9,0x14,0x14,0xa,0x88,0xdd,0x54,0x2d,0xfb,0xaf,0x31,0x96,0xe4,0x73,0xb3, 286 | 0x93,0x9c,0x39,0x3d,0x8b,0x90,0xa0,0x8e,0xc1,0xac,0x77,0x72,0xf,0xf5,0x47,0x85, 287 | 0x32,0xa9,0x90,0x2d,0x29,0x34,0x8b,0x1d,0xc7,0xa0,0x97,0x36,0x8f,0x42,0xa0,0x5, 288 | 0xf6,0xe8,0x3e,0xbe,0x56,0x2c,0xe6,0x59,0x32,0xe,0xc,0x7b,0x18,0x20,0x8c,0x31, 289 | 0x8c,0x8e,0x56,0xb9,0x70,0xe1,0x2c,0xbe,0xef,0x92,0x65,0x7,0xdf,0xbf,0xa5,0x77, 290 | 0xd4,0xaa,0x55,0x8a,0xe5,0x11,0x4c,0x12,0x51,0x8b,0xb7,0xf1,0x55,0x7a,0x87,0xb3, 291 | 0xf1,0x50,0xe4,0x21,0x1f,0xd5,0x78,0x9b,0x42,0x16,0x93,0x6a,0x83,0xe7,0x79,0x54, 292 | 0xab,0x55,0xa4,0x94,0xe8,0x43,0xbe,0xbb,0x52,0x1a,0xd7,0x75,0xb8,0xf8,0xd8,0x59, 293 | 0x4a,0xa5,0x22,0x49,0x72,0xef,0x69,0xb2,0xdf,0x10,0xf9,0xb1,0x18,0x14,0xb9,0xe9, 294 | 0x5,0x7b,0xa5,0xd0,0x97,0xb9,0x7b,0xf6,0xd9,0x43,0xd1,0x2b,0x81,0x4,0xf0,0x2c, 295 | 0x79,0xbe,0x3f,0x99,0xa7,0x6f,0xbb,0x1a,0x14,0xa9,0x3b,0xee,0x50,0x77,0xb8,0x19, 296 | 0x63,0xd0,0x5a,0xf3,0xe8,0xc3,0xf,0x31,0x33,0x3d,0x46,0x96,0xdd,0x5d,0xbf,0xb0, 297 | 0x64,0x1b,0x65,0x7c,0x7c,0x9c,0xcc,0x40,0x39,0x6e,0x30,0xd9,0x58,0x45,0xa2,0x51, 298 | 0xe2,0xee,0x4f,0x6e,0x84,0x40,0xb,0x49,0x2d,0xda,0x64,0xac,0xb9,0x81,0x16,0x2, 299 | 0xa5,0x35,0xe5,0x72,0x99,0x5a,0xad,0x76,0xf7,0x6b,0x8d,0x41,0x4a,0xc9,0x99,0xd3, 300 | 0x73,0xcc,0x4c,0x8d,0x3,0xe6,0x58,0x96,0x38,0x24,0xb0,0xe6,0xfa,0x2c,0xf9,0x5, 301 | 0xb4,0x10,0xad,0xd7,0xe6,0x49,0xec,0x78,0x76,0xcd,0x87,0x5e,0x9,0x54,0xc2,0xe6, 302 | 0x5c,0x2e,0x18,0x6c,0x5a,0xb9,0x15,0x2f,0xe0,0xaa,0x5f,0x1c,0xaa,0xdf,0x7,0x40, 303 | 0x6b,0x8d,0x94,0x92,0x87,0xcf,0x2f,0x50,0x19,0x29,0xe7,0x6f,0xf6,0xe1,0x9f,0x37, 304 | 0xc6,0xe0,0xfb,0x3e,0xb,0xb,0xb,0x14,0xcb,0x15,0xd2,0x24,0x61,0xaa,0x71,0x8b, 305 | 0xe9,0x9d,0x15,0x1c,0xa3,0xc8,0xa4,0x8b,0xbe,0x6d,0x3a,0x33,0x42,0x90,0x49,0x17, 306 | 0x23,0x4,0xa3,0xe1,0x26,0x73,0xf5,0x65,0x3c,0x9d,0x59,0xe9,0xe3,0xba,0xcc,0xcd, 307 | 0xcd,0x51,0x2c,0xde,0xdb,0xb2,0x52,0x4a,0x53,0x2a,0x6,0x9c,0x3b,0x73,0xa,0x29, 308 | 0xe,0x97,0x56,0x83,0x84,0x30,0x76,0x69,0xe6,0x72,0x30,0xc2,0x96,0xe3,0x12,0x18, 309 | 0x85,0xb1,0x9,0xd8,0x3f,0x4b,0xf,0x7b,0xca,0x7a,0x25,0xd0,0x39,0xf2,0xe9,0x4b, 310 | 0x0,0x46,0xc0,0xb2,0x17,0x70,0xcb,0xf1,0x91,0x43,0x7c,0xa9,0xac,0xd3,0xd7,0x30, 311 | 0x37,0x3b,0xc5,0xc2,0xc2,0x4c,0xeb,0x69,0xee,0x71,0x8d,0xfd,0xff,0xdc,0xdc,0x1c, 312 | 0x67,0xce,0x9c,0x26,0xc3,0x5a,0x51,0x33,0xf5,0x9b,0x2c,0x6c,0x2d,0x51,0x8b,0xb7, 313 | 0x70,0x55,0x46,0x26,0x5d,0x12,0xc7,0x27,0x93,0x2e,0xd2,0x18,0x46,0xe2,0x3a,0x33, 314 | 0xdb,0x37,0x99,0xdf,0x5a,0x22,0x48,0x63,0x32,0x40,0x29,0xc5,0xf4,0xf4,0x34,0xf3, 315 | 0xf3,0xf3,0x8,0x21,0xee,0x49,0x8,0xa5,0x14,0xbe,0xef,0x73,0xfe,0xfc,0x2,0xc5, 316 | 0x52,0x70,0x2c,0x7a,0x50,0x2b,0xab,0xf5,0x75,0x2f,0xe0,0x96,0x1b,0xb0,0xc7,0xd1, 317 | 0xf2,0x25,0x6c,0xd6,0xfe,0xae,0xd0,0x8b,0x1f,0x48,0x60,0xd3,0x8c,0x3c,0xe,0xd6, 318 | 0xf2,0xaa,0x4b,0x97,0x25,0xbf,0x88,0x16,0xc,0xd5,0x71,0x8,0x86,0x4c,0x29,0x16, 319 | 0x16,0xa6,0x98,0x9c,0x18,0x25,0x4d,0xf,0xf6,0x1e,0xdf,0x8e,0x2c,0xcb,0x70,0x5d, 320 | 0x97,0x8b,0x17,0x2f,0x12,0x45,0x11,0x8b,0x8b,0x8b,0x78,0x3a,0x63,0x3c,0x5c,0xa7, 321 | 0x9c,0x34,0x8,0xdd,0x22,0xb1,0x17,0xa0,0x84,0x83,0x63,0xac,0xa5,0x56,0x4a,0x9a, 322 | 0x14,0x54,0x64,0xfd,0x3e,0x8,0xb2,0x2c,0x63,0x72,0x72,0x92,0xb,0x17,0x2e,0xe0, 323 | 0x79,0x1e,0x59,0xd6,0xd9,0xbd,0x85,0x10,0x4c,0x8c,0x57,0x99,0x9e,0x1a,0x63,0xf1, 324 | 0xca,0x32,0xc6,0x98,0xa1,0xeb,0x42,0xd2,0x40,0x2c,0xa4,0xcd,0x47,0x94,0x84,0xb8, 325 | 0x36,0x33,0xda,0x45,0x6c,0xcc,0xd0,0xeb,0x74,0xb1,0xd7,0xb6,0x17,0x2,0x15,0xb0, 326 | 0x73,0xa6,0x63,0x0,0xf,0xc3,0x4d,0xd7,0x12,0xa8,0x95,0x93,0x70,0x58,0x30,0xc6, 327 | 0xe0,0x48,0xc9,0xa9,0xd9,0x69,0x6a,0x95,0x32,0x61,0xd8,0xf9,0x66,0xcc,0x2c,0xcb, 328 | 0x28,0x95,0x4a,0x3c,0xf5,0xd4,0x53,0x78,0x9e,0xc7,0x87,0x1f,0x7e,0x88,0x31,0x9a, 329 | 0xc0,0x24,0x4,0x59,0x2,0xd1,0x9e,0xf0,0x8c,0x3d,0x89,0xc8,0x15,0x76,0xda,0x9c, 330 | 0x9b,0x9b,0xe3,0xc2,0x85,0xb,0x94,0xcb,0xe5,0x8e,0xc9,0xd3,0xba,0x6f,0xb9,0x54, 331 | 0x60,0x61,0x7e,0x9a,0xcb,0x57,0x96,0xdb,0xd6,0xfe,0x30,0xe1,0xe4,0x8b,0xac,0x57, 332 | 0xfc,0x12,0x9f,0x94,0xdb,0x8c,0x66,0x29,0x99,0x10,0x4e,0x9e,0xc7,0xfa,0x5f,0xd2, 333 | 0x45,0xf2,0xf3,0x5e,0x8,0xd4,0x4a,0xb5,0x8b,0xc4,0x90,0x21,0x58,0x75,0xb,0x34, 334 | 0xa4,0x33,0x54,0xf2,0x80,0x1d,0xc8,0xc9,0x89,0x51,0xe6,0xe7,0xa6,0xf7,0x64,0x96, 335 | 0xef,0x1c,0x69,0x9a,0xe2,0xfb,0x3e,0x9f,0xf8,0xc4,0x27,0x98,0x9a,0x9a,0xe2,0xbd, 336 | 0xf7,0xde,0x63,0x73,0x73,0xd3,0x5a,0x2b,0x52,0xec,0xc9,0xb2,0x29,0x30,0xc6,0x60, 337 | 0xb4,0xa1,0x58,0x2c,0x72,0xe6,0xcc,0x19,0x66,0x67,0x67,0x9,0x82,0xa0,0x6b,0xa7, 338 | 0x60,0x96,0x29,0x4a,0xa5,0x22,0xb,0xf3,0x33,0x78,0xae,0x9b,0x4f,0x7b,0xc3,0xb7, 339 | 0xc6,0x30,0xb0,0xe1,0x78,0xac,0xbb,0x3e,0xb5,0x2c,0x45,0xda,0x53,0x5f,0xc0,0x8e, 340 | 0xef,0x95,0x4e,0xdb,0xea,0x85,0x40,0xb3,0x58,0x5,0x1a,0xc7,0x40,0xe4,0x48,0xae, 341 | 0xfb,0x1,0x1a,0x31,0x54,0xfd,0x7,0xac,0x52,0x3a,0x36,0x56,0x63,0x62,0xa2,0x76, 342 | 0x4f,0xeb,0xeb,0x30,0x68,0xad,0x71,0x1c,0x87,0x85,0x85,0x5,0xa6,0xa6,0xa6,0x58, 343 | 0x5d,0x5d,0xe5,0xe6,0xcd,0x9b,0x6c,0x6d,0x6d,0x11,0x45,0x11,0xc6,0x18,0x82,0x20, 344 | 0xa0,0x5c,0x2e,0x33,0x31,0x31,0xc1,0xf8,0xf8,0x38,0x41,0x10,0x20,0x84,0xe8,0xd9, 345 | 0xa3,0x2c,0x4,0x8c,0xd6,0x46,0xa8,0x55,0xcb,0xac,0x6f,0x6c,0xf7,0xd4,0xc6,0x51, 346 | 0x60,0xb0,0x1b,0x3b,0x13,0xe1,0x70,0xdd,0xb,0x78,0x28,0x69,0x22,0xed,0x34,0xf6, 347 | 0x2c,0x30,0xc7,0x0,0x9,0x24,0xb1,0x55,0x6f,0x7c,0xc8,0x17,0x4e,0x85,0xcb,0xb2, 348 | 0x1b,0x90,0x9,0x41,0x30,0xc4,0xa0,0x31,0xb0,0xa,0x74,0xad,0x5a,0xa2,0x56,0x1b, 349 | 0x41,0xeb,0xde,0xd9,0xdb,0x52,0xac,0x83,0x20,0x60,0x7e,0x7e,0x9e,0x53,0xa7,0x4e, 350 | 0x1,0x56,0xe9,0x6d,0x36,0x9b,0x6d,0x13,0x5c,0x8,0x61,0xd7,0xcd,0xcc,0xd1,0x4c, 351 | 0x70,0xa5,0x34,0xa5,0x52,0x91,0xd1,0xd1,0xa,0x6b,0xeb,0x5b,0x3d,0xb7,0x73,0x14, 352 | 0xc8,0x7c,0x97,0xcc,0xb2,0x57,0x24,0x65,0x8b,0x2,0xa,0x85,0xf0,0xb0,0xe3,0xfb, 353 | 0x3d,0x76,0x93,0xf4,0xdf,0xbd,0x9d,0x2e,0xef,0x1b,0x60,0x17,0x4f,0xdb,0xd8,0x71, 354 | 0x6c,0x9,0x81,0x56,0x89,0x81,0x61,0xc1,0x18,0x83,0xe7,0xb9,0x4c,0x4e,0x8e,0x53, 355 | 0x2a,0x16,0xfa,0x62,0x12,0xb7,0x48,0x21,0x84,0x40,0x4a,0x89,0xe3,0x38,0x48,0x29, 356 | 0xdb,0xe4,0xd9,0xfb,0x99,0xa3,0x40,0x29,0x4d,0xad,0x52,0x66,0x72,0xa2,0x86,0xd6, 357 | 0x66,0xa8,0x3b,0x59,0x5b,0x90,0x80,0x16,0x92,0x2d,0xd7,0xa5,0xe1,0x38,0x7b,0xc7, 358 | 0xee,0x59,0xba,0xf0,0x4a,0x77,0x4b,0xa0,0x12,0x36,0x5,0x2f,0x4e,0xae,0xff,0xac, 359 | 0x78,0x1,0xa9,0x94,0xb8,0xc,0xb7,0x7e,0x91,0x56,0x86,0xf2,0x48,0x81,0xa9,0xc9, 360 | 0x51,0xcc,0x31,0x39,0xe5,0x7a,0x85,0xd6,0x9a,0x52,0xa9,0xc0,0xe4,0x44,0xd,0xc7, 361 | 0xb9,0xb7,0xeb,0x61,0x50,0x70,0x8d,0x26,0x14,0xe,0xeb,0xae,0x8f,0xa6,0xed,0x54, 362 | 0x7c,0x9a,0x2e,0xfc,0x41,0xdd,0x12,0xa8,0x80,0x2d,0xd6,0x66,0xcd,0x59,0x21,0x58, 363 | 0x73,0x7d,0x92,0xdd,0x75,0x95,0xa1,0x41,0x8,0x18,0xab,0x55,0x19,0x1d,0xad,0x1c, 364 | 0x69,0xfa,0x3a,0xe,0xb4,0x4c,0xf7,0x4a,0x65,0x84,0x42,0xa1,0x70,0x2c,0xcf,0x6f, 365 | 0xcb,0x3e,0xd8,0x14,0xc3,0xeb,0xae,0xdf,0x8e,0x1,0xc7,0x8e,0x6f,0xa1,0xd3,0x76, 366 | 0xba,0x25,0xd0,0x38,0x79,0xa5,0x3f,0x89,0x41,0x21,0xd8,0x74,0x3c,0x52,0xe4,0x90, 367 | 0x1d,0x88,0x6,0xe9,0x48,0xc6,0xc7,0x6b,0x94,0x4a,0xc3,0x8d,0xad,0xe9,0x17,0xb4, 368 | 0xd6,0x4,0x81,0x4f,0xa1,0xd8,0x2a,0x8a,0x30,0x7c,0x38,0xd8,0xd4,0xc2,0x5b,0x8e, 369 | 0x87,0x11,0xa2,0x55,0x3b,0x64,0x12,0x3b,0xce,0x1d,0xa1,0x5b,0x2,0x3d,0xdc,0xfe, 370 | 0xcd,0x40,0x2c,0x5d,0x1a,0x8e,0x8b,0x11,0xc,0xd9,0xff,0xa3,0x91,0x52,0x50,0xad, 371 | 0x8c,0x50,0x2c,0x4,0xf,0x24,0x81,0xac,0x75,0xe7,0xe1,0x7b,0xc7,0xb3,0xed,0x7, 372 | 0xec,0xb2,0x86,0x6,0x76,0x1c,0x87,0x44,0xec,0x9b,0x4a,0x1f,0x3d,0xfc,0xaa,0xfd, 373 | 0xe8,0x96,0x40,0x6d,0x57,0xb7,0x46,0xb0,0xed,0x38,0xc4,0x88,0x81,0xa6,0xa3,0x3b, 374 | 0x8,0xc6,0xd8,0xac,0x18,0x95,0x4a,0x89,0xc0,0xf7,0x8f,0x45,0x9,0x3d,0x2a,0x34, 375 | 0xe0,0x7b,0x2e,0xbe,0xeb,0x72,0xc,0x4b,0x62,0x6d,0x48,0x20,0x94,0x2e,0x4d,0xe9, 376 | 0xee,0x55,0xa4,0x1f,0xe9,0xe6,0xfa,0x6e,0x70,0xd6,0x5e,0x64,0x40,0x18,0x1a,0x52, 377 | 0xda,0xb8,0x12,0xa3,0x87,0xab,0x40,0x6b,0x83,0xe3,0x38,0x8c,0xd6,0x2a,0x14,0xb, 378 | 0xc1,0xb1,0x2c,0x4a,0x1e,0x19,0xc6,0x86,0x81,0xb8,0x9e,0xc3,0x71,0x96,0x4f,0x75, 379 | 0xb4,0x26,0x46,0x12,0x4a,0x7,0x76,0x15,0xe9,0xd3,0x9d,0x5e,0xdf,0x2d,0x81,0x4e, 380 | 0xb5,0x7e,0x31,0x42,0xd0,0x74,0x3c,0x32,0x29,0x87,0x9e,0xea,0xd5,0x60,0x25,0x50, 381 | 0xb9,0x5c,0xcc,0x7,0xe0,0xc1,0x44,0xcb,0xaf,0x74,0x5c,0xb0,0x91,0xd2,0x76,0x59, 382 | 0x23,0xdc,0x1f,0xc,0xd7,0x71,0x3e,0xa1,0x6e,0xc7,0x7e,0x2,0x76,0xfd,0x3d,0x91, 383 | 0x94,0x79,0x7c,0xed,0xf0,0x21,0x4,0xc7,0x13,0x16,0xda,0x4f,0x1c,0xd1,0x21,0xd9, 384 | 0xf,0x48,0x20,0x91,0x92,0x58,0xc8,0xbd,0x7a,0xec,0x44,0x37,0xd7,0x77,0x3,0xdb, 385 | 0xb0,0x1,0x63,0x4,0x9,0x2,0x25,0xe4,0xbe,0xca,0x7f,0xc3,0x42,0x6b,0xf,0xdf, 386 | 0x3,0x8d,0x63,0x96,0x40,0x60,0x57,0xe6,0x13,0x21,0x49,0xf2,0x29,0x2c,0xc7,0xc0, 387 | 0x8,0xd4,0xe,0xbb,0x33,0xc2,0x10,0x4b,0x7,0xc5,0x70,0x2d,0x30,0xc8,0xa3,0x7e, 388 | 0x8c,0x46,0x65,0xea,0xc1,0x27,0xd1,0x31,0x43,0x60,0xc8,0x80,0x54,0x90,0x5b,0xd3, 389 | 0xc0,0x9e,0x71,0xbe,0x17,0x7a,0x59,0xca,0x68,0xf3,0x34,0x13,0xed,0x32,0x44,0xc3, 390 | 0x85,0xb0,0xc9,0xb,0xa2,0x38,0x41,0x2b,0x7d,0xec,0x6f,0x71,0xaf,0x30,0x5a,0x1f, 391 | 0xbb,0x1,0x20,0xb0,0x4b,0x1a,0x29,0xfb,0x12,0x40,0xc,0x6c,0x29,0xc3,0xdf,0xfb, 392 | 0x87,0x86,0xa1,0xaf,0x81,0x41,0x1e,0x75,0xa4,0xc,0xcd,0x46,0x48,0x9c,0xc,0xb5, 393 | 0x34,0x44,0xdf,0x20,0x84,0x20,0x53,0xca,0x46,0x25,0x1e,0x33,0xff,0xb5,0x60,0x4f, 394 | 0x50,0x52,0x3b,0xd,0x4c,0x47,0xe8,0x65,0x29,0x23,0x87,0xb0,0xe5,0xaf,0xbb,0x6c, 395 | 0xa0,0x1f,0x10,0x2,0xb4,0xd1,0x34,0xc2,0x88,0x34,0x55,0x43,0xf,0xc8,0xea,0xb, 396 | 0x8c,0x8d,0xa6,0xd4,0x7a,0xcf,0x2a,0xd4,0x31,0xa0,0xe5,0x3e,0x54,0x42,0xec,0x55, 397 | 0x7,0x6,0x46,0xa0,0xa8,0xcb,0xcf,0xf,0x8,0xf6,0xcb,0x86,0x61,0x44,0x9a,0x65, 398 | 0x1c,0xfb,0x2b,0xdc,0x3,0x84,0x14,0xa8,0xcc,0x1c,0xba,0x5,0x69,0x58,0x68,0xc7, 399 | 0xcc,0xed,0xaf,0xf5,0xd1,0xb1,0x58,0xef,0x96,0x40,0x7b,0x72,0xeb,0x99,0xa1,0xef, 400 | 0xc0,0x68,0x41,0x8,0xab,0x44,0x37,0xc3,0x88,0x38,0x4e,0x1e,0x4c,0x9,0x84,0x20, 401 | 0x4d,0x53,0x32,0x35,0xfc,0xfd,0x61,0x77,0x3e,0xc9,0x1d,0x44,0x18,0x18,0x81,0xf6, 402 | 0x35,0xdc,0x4a,0x9e,0x30,0xec,0x69,0x4c,0x8,0x81,0x56,0x86,0x46,0x23,0x24,0x4d, 403 | 0xd2,0x63,0x1f,0x80,0x5e,0x20,0x84,0xd,0xcc,0x4f,0xd3,0xec,0xd8,0x5,0xa8,0x63, 404 | 0x76,0xd3,0xc0,0xe4,0xf,0x33,0x30,0x2,0x6d,0xc1,0x2e,0x61,0x5a,0x5,0x71,0x8f, 405 | 0x3,0xda,0x18,0x76,0x76,0x9a,0x84,0x51,0x7c,0xac,0x3a,0x44,0xaf,0x90,0x2,0xe2, 406 | 0x24,0x23,0x89,0xb3,0x63,0x7d,0x7e,0x3,0x38,0x46,0xe3,0xb2,0x6f,0x39,0xaa,0xe3, 407 | 0x30,0xc9,0x6e,0x9,0xb4,0xd6,0xfa,0x45,0x18,0x41,0x60,0x54,0x5e,0x3,0x7d,0xc8, 408 | 0x41,0xe1,0x79,0x58,0xe9,0x4e,0xbd,0x49,0x23,0x8c,0xb8,0xc7,0x86,0xd2,0x9e,0xe1, 409 | 0x38,0xe,0xae,0xeb,0xe,0x44,0xc2,0x69,0x63,0x8,0xc3,0x88,0x24,0x4d,0x8f,0x75, 410 | 0xa,0x36,0x8,0x1c,0xc0,0xb3,0xcb,0x9b,0x2d,0x12,0xad,0xdd,0xf5,0xa2,0x3d,0xe8, 411 | 0x8d,0x40,0x2,0x84,0x30,0x4,0x46,0x23,0x8d,0xc1,0x1c,0x43,0x7,0x48,0x29,0x8, 412 | 0xc3,0x90,0xed,0xad,0x3a,0x83,0x58,0x8d,0x93,0x52,0xb6,0xc9,0xd3,0x6f,0x12,0x89, 413 | 0x3c,0x97,0xd1,0x4e,0xbd,0x41,0xa6,0xd4,0xb1,0x4e,0xc1,0x5a,0x80,0x67,0x14,0x9e, 414 | 0x56,0xec,0x51,0x46,0xd6,0x3b,0xbd,0xbe,0xdb,0x9e,0xbf,0x41,0xfb,0x36,0x86,0x82, 415 | 0xd6,0x78,0x79,0x4c,0xc9,0xb0,0x21,0xa5,0x24,0x8a,0x13,0xd6,0x37,0xb6,0xf3,0x8, 416 | 0xbf,0xfe,0xb5,0xed,0x38,0xe,0x5a,0x6b,0x5e,0x7c,0xf1,0x45,0xbe,0xf5,0xad,0x6f, 417 | 0x71,0xed,0xda,0x35,0x3c,0xcf,0xeb,0x5b,0xfb,0x52,0xa,0xa2,0x28,0x61,0x7b,0x3b, 418 | 0x3c,0xf6,0xf5,0x18,0xd,0x4,0x5a,0x53,0xd0,0xfb,0x52,0xa1,0x2e,0x77,0x7a,0x7d, 419 | 0xb7,0xbb,0x32,0x2e,0xdb,0x1f,0x36,0x7a,0xad,0xa4,0x32,0x5c,0xad,0x89,0xf3,0xa0, 420 | 0xec,0x61,0x77,0x85,0x36,0x56,0x91,0x8e,0xe3,0xd4,0xa6,0x56,0xe9,0xc3,0xae,0x90, 421 | 0x96,0xc4,0x79,0xf5,0xd5,0x57,0xf9,0xcd,0xdf,0xfc,0x4d,0x96,0x97,0x97,0xd9,0xda, 422 | 0xda,0xe2,0x9b,0xdf,0xfc,0x26,0xe5,0x72,0x99,0x24,0x49,0x8e,0x2c,0x31,0x1c,0x47, 423 | 0xd2,0x68,0x34,0xd9,0xd9,0x69,0xe0,0x78,0xfe,0xb1,0x29,0xd1,0x2,0xd0,0x48,0x2, 424 | 0x6d,0x6b,0x8f,0xed,0x79,0x8c,0xcb,0x9d,0xb6,0xd1,0xad,0x4,0xfa,0x0,0xf2,0xfd, 425 | 0x1e,0x6,0x46,0xb4,0xc2,0x47,0xa3,0x8e,0xa9,0x7a,0xb8,0x23,0x5c,0xc2,0x30,0xa6, 426 | 0x5e,0x6f,0xe0,0x74,0x51,0xb2,0xf2,0xae,0x6d,0x3a,0xe,0x51,0x14,0xf1,0xc2,0xb, 427 | 0x2f,0xb0,0xbd,0xbd,0xcd,0xd8,0xd8,0x18,0x2f,0xbf,0xfc,0x32,0x6f,0xbe,0xf9,0xe6, 428 | 0xbe,0xdd,0x19,0xbd,0xc2,0x18,0x83,0xeb,0xfa,0xec,0xd4,0xb7,0x59,0xba,0xfa,0x2e, 429 | 0x2a,0x89,0x70,0x1c,0xf7,0xd8,0xf4,0x20,0x25,0x5,0x1,0x8a,0xa2,0x51,0x79,0x4e, 430 | 0x6c,0x20,0x1f,0xe7,0x4e,0xd0,0x6d,0xaf,0x7f,0xd8,0xbe,0x50,0x18,0x2a,0x4a,0x11, 431 | 0x68,0x83,0x3e,0x86,0xb0,0xa,0x21,0x1d,0xb4,0xc9,0xb8,0x7e,0xfd,0x43,0x36,0x36, 432 | 0xd7,0x70,0xe,0x2b,0xd7,0xdd,0x25,0x1c,0xc7,0x61,0x7d,0x7d,0x9d,0xd7,0x5e,0x7b, 433 | 0x8d,0x42,0xa1,0x80,0xe7,0x79,0x28,0xa5,0xb8,0x74,0xe9,0x12,0xcd,0x66,0x13,0xb7, 434 | 0xc7,0xa,0x87,0x7b,0xe1,0xba,0x2e,0x8d,0x46,0x9d,0xcb,0x1f,0xbd,0xc1,0xca,0x8d, 435 | 0x77,0x88,0xa3,0x6,0x42,0x38,0xc7,0x42,0x22,0xd,0x14,0x95,0xa2,0xa4,0xb3,0xbd, 436 | 0x53,0xd8,0x7b,0x9d,0x5e,0xdf,0x8b,0x12,0xdd,0xce,0xe8,0x19,0x68,0x45,0x59,0x67, 437 | 0x48,0xc3,0x50,0x2d,0x31,0x29,0x25,0x46,0x6b,0x36,0xd7,0x16,0xf9,0xe0,0xbd,0x1f, 438 | 0xb1,0xba,0x7a,0xb,0xb7,0xf,0x3a,0x4a,0xcb,0xba,0x5b,0x5a,0x5a,0xa2,0xd1,0x68, 439 | 0xb4,0xa5,0x8d,0xeb,0xba,0xbc,0xf1,0xc6,0x1b,0x34,0x9b,0xcd,0x23,0x13,0xb5,0xb5, 440 | 0xa3,0x75,0x63,0x7d,0x83,0xfa,0x4e,0x9d,0xfa,0xf6,0x4d,0x56,0x6e,0xbc,0x47,0x92, 441 | 0x84,0x8,0xb1,0x2f,0xa4,0x62,0xe0,0xd0,0x42,0xe0,0x1a,0x43,0x45,0x67,0xf8,0xbb, 442 | 0x16,0xd8,0x2d,0x6,0xa8,0x44,0x47,0xc0,0x8f,0xc1,0x66,0xa8,0x70,0x30,0x8c,0xab, 443 | 0x4,0xcf,0x68,0xd4,0x90,0xbe,0xb7,0x10,0x36,0x72,0x6e,0x73,0x7d,0x89,0xc6,0xd6, 444 | 0x32,0xb7,0x56,0x57,0xb8,0x7e,0xfd,0x7a,0x5f,0xa2,0xfb,0x5a,0x29,0x5a,0x16,0x17, 445 | 0x17,0xf7,0x65,0xcd,0x10,0x42,0xb0,0xb1,0xb1,0xc1,0xca,0xca,0xca,0x91,0xb3,0x69, 446 | 0xb8,0xae,0x4b,0xbd,0x5e,0xe7,0xea,0xd5,0xab,0x36,0x34,0xd7,0xf5,0x68,0xd6,0x57, 447 | 0x59,0xbb,0xf9,0x1,0x99,0x4a,0x91,0x7d,0x9a,0x8a,0x3b,0x81,0x6,0xa,0x46,0x33, 448 | 0xaa,0x6c,0x4e,0xc7,0xdc,0x9a,0xfe,0x31,0x5d,0x2c,0x59,0x75,0xfb,0xb4,0x4d,0x6c, 449 | 0xcd,0x29,0x8c,0xb0,0xde,0xcb,0xf1,0x34,0xc5,0xd3,0xaa,0xf3,0x14,0x71,0x47,0x81, 450 | 0x10,0x8,0x1,0xcd,0x9d,0x75,0x36,0xd7,0xae,0x62,0x8c,0x46,0x2b,0xc3,0xf2,0xf2, 451 | 0x32,0x8d,0x46,0xe3,0xc8,0x9d,0xdf,0x22,0xd0,0xed,0x44,0x69,0x49,0xa6,0x6b,0xd7, 452 | 0xae,0x1d,0x39,0xfc,0xa2,0x45,0xa0,0x6b,0xd7,0xae,0x1,0x20,0xa5,0x83,0x10,0x92, 453 | 0x9d,0xed,0x9b,0x6c,0xac,0x5d,0xb1,0x5e,0xb5,0x21,0xcc,0x65,0x2,0x5b,0xc1,0xba, 454 | 0x98,0x65,0x4c,0x64,0x49,0xbb,0x26,0x8,0x76,0x7c,0x9b,0x9d,0xb6,0xd3,0xcb,0x52, 455 | 0xc6,0x2b,0x60,0x77,0x65,0xb8,0x18,0xa6,0xd2,0xd8,0x4a,0x20,0x6,0x2f,0x7c,0xad, 456 | 0xff,0x24,0x66,0xfd,0xd6,0x15,0x2b,0xf2,0xa5,0x8b,0x74,0x1c,0x56,0x57,0x57,0xd9, 457 | 0xdc,0xdc,0xec,0x8b,0xa9,0x6d,0x8c,0x61,0x63,0x63,0xe3,0xe,0xa2,0xb4,0x88,0xa5, 458 | 0x75,0xef,0xf1,0x47,0xc6,0xd8,0xcd,0x0,0x61,0x18,0x72,0xf3,0xe6,0xcd,0xf6,0x77, 459 | 0x6a,0xe5,0xa3,0xde,0x59,0xbf,0x41,0x7d,0x7b,0x85,0x61,0x4d,0x63,0x4a,0x48,0x4a, 460 | 0x68,0x26,0xd2,0xa4,0x95,0x9d,0x3,0xec,0xf8,0xe,0x6c,0x29,0x43,0x3,0x8b,0x90, 461 | 0xd7,0x95,0x35,0x50,0xd1,0x29,0x63,0xda,0xa6,0x95,0x1b,0xac,0x19,0x6f,0x3b,0x75, 462 | 0x7b,0x73,0x99,0xb0,0xb1,0x91,0xbf,0xb9,0x56,0x1f,0xba,0x7c,0xf9,0x32,0x2b,0x2b, 463 | 0x2b,0x7d,0x51,0x70,0x1,0xea,0xf5,0xfa,0xbe,0x58,0xe5,0x96,0x4,0xda,0xd8,0xd8, 464 | 0x68,0xff,0xdd,0xb,0x5a,0x12,0xee,0xe6,0xcd,0x9b,0xac,0xac,0xac,0xec,0x6b,0x4b, 465 | 0x8,0x87,0x24,0x9,0xd9,0xde,0xb8,0x89,0x52,0x29,0x83,0xae,0x87,0xac,0xb1,0x4b, 466 | 0x18,0x63,0x59,0xb2,0xb7,0xf0,0x71,0x8a,0x1d,0xdf,0x8e,0xc5,0x6c,0x2f,0x4f,0x79, 467 | 0x83,0x5c,0xa,0xa9,0x3c,0x23,0xc7,0x6c,0x1a,0xe1,0x6a,0x33,0xd8,0x69,0x4c,0x40, 468 | 0x1a,0x87,0x34,0x76,0x6e,0xa1,0xf5,0xae,0xf7,0x56,0x4a,0xc9,0xf2,0xf2,0x32,0x4b, 469 | 0x4b,0x4b,0x47,0xd6,0x4f,0x5a,0x44,0x69,0xa5,0x75,0xd9,0xdb,0xd6,0xde,0xf3,0xbd, 470 | 0xc2,0x75,0x5d,0xc2,0x30,0xe4,0xdd,0x77,0xdf,0x25,0x4d,0x53,0x1c,0xc7,0xd9,0xd7, 471 | 0x9e,0x94,0xe,0x61,0x73,0x93,0xb0,0xb1,0x3e,0xf0,0xd,0x3,0x5a,0x8,0x7c,0xa3, 472 | 0x99,0x4d,0x22,0x1c,0x63,0x5a,0x91,0xa5,0xdf,0x25,0x77,0x16,0x77,0x8a,0x5e,0x8, 473 | 0xb4,0xa,0xfc,0x31,0x58,0x2,0x15,0xb5,0xe6,0x54,0x12,0xe3,0x60,0x6,0xaa,0x48, 474 | 0x4b,0x24,0x61,0x63,0x83,0x28,0xdc,0x41,0x3a,0x7b,0x6a,0x95,0xe6,0x56,0xcd,0xe2, 475 | 0xe2,0x22,0xf5,0x7a,0xbd,0x2f,0x52,0x28,0x49,0xe,0xae,0x8,0x19,0x86,0x61,0xcf, 476 | 0x4,0xb2,0xfe,0x1f,0x97,0x24,0x49,0x58,0x5c,0x5c,0x24,0xcb,0xb2,0x3b,0x74,0x36, 477 | 0x21,0x25,0x69,0x12,0xd1,0xa8,0x6f,0xa0,0xf,0x29,0xf6,0xd2,0xf,0xb4,0xf4,0x9f, 478 | 0x82,0xd1,0xcc,0xa5,0x51,0xbe,0x9a,0x20,0x0,0xbe,0x3,0xac,0x74,0xd3,0x56,0x2f, 479 | 0x4,0x8a,0xb0,0x85,0x5b,0xb5,0x15,0x83,0x86,0x89,0x34,0xa6,0xaa,0x6,0x5b,0x2d, 480 | 0x5d,0xe9,0x8c,0xb0,0xb9,0x85,0xca,0xf6,0x87,0x6f,0xb4,0x6,0xe1,0xad,0xb7,0xde, 481 | 0x62,0x63,0x63,0x3,0xdf,0xf7,0x8f,0x24,0x25,0xe,0xca,0xfd,0xd3,0x92,0x4c,0x87, 482 | 0x11,0xab,0x13,0xb4,0x9e,0xf9,0xd6,0xad,0x5b,0x2c,0x2d,0x2d,0xb5,0xb3,0xcb,0xde, 483 | 0xe,0xe9,0x3a,0x84,0xcd,0x2d,0x92,0xb8,0x99,0x9b,0xf5,0xfd,0x87,0x6,0x10,0x30, 484 | 0x91,0xc5,0x8c,0x65,0xa9,0x8d,0x31,0xb7,0xd9,0xfb,0x5e,0xa5,0xcb,0xa0,0xc1,0x5e, 485 | 0x8,0x64,0x80,0xb7,0x80,0xb7,0x4,0x90,0x20,0xa9,0xaa,0x8c,0x85,0x34,0x6a,0xff, 486 | 0xb3,0xdf,0xb0,0x6f,0x66,0x93,0x28,0xdc,0xbe,0xc3,0xf,0xd3,0x32,0xdf,0x3f,0xfa, 487 | 0xe8,0x23,0x96,0x96,0x96,0xda,0xe7,0x8e,0x82,0xc3,0x8,0x78,0x94,0xc4,0x52,0x8e, 488 | 0xe3,0x90,0x65,0x19,0x6f,0xbc,0xf1,0x6,0x6b,0x6b,0x6b,0x87,0x2e,0xd0,0x4a,0x21, 489 | 0x89,0xe3,0x3a,0x71,0xd2,0x18,0x98,0x35,0xa6,0xb1,0x75,0x4c,0x4e,0xc7,0x21,0x25, 490 | 0xad,0xc8,0x3,0x4a,0xde,0x6,0xde,0xe9,0xb6,0xad,0x5e,0x35,0xb5,0xcb,0xc0,0x4b, 491 | 0x0,0x99,0x14,0x8c,0xe8,0x8c,0x85,0xd8,0x66,0xfb,0x1c,0x84,0x1e,0x24,0x10,0x24, 492 | 0x49,0x48,0x1c,0x37,0xe,0x7c,0x2b,0x5b,0xcb,0xf,0x6f,0xbe,0xf9,0x26,0x51,0x14, 493 | 0x1d,0xd9,0x1a,0x4b,0xd3,0xfe,0x4b,0x53,0xc7,0x71,0x48,0xd3,0x94,0x77,0xdf,0x7d, 494 | 0x97,0x30,0xc,0xf1,0xe,0x4d,0xaa,0x20,0x30,0x5a,0x91,0x44,0xd,0xb4,0x4e,0x19, 495 | 0x84,0x45,0x66,0x4,0x94,0xb4,0x62,0x3e,0x89,0xf0,0xd1,0x64,0x96,0xa8,0x7f,0xcc, 496 | 0x9e,0x95,0x86,0x4e,0xd1,0x2b,0x81,0x9a,0x58,0x85,0x2b,0x32,0x58,0x85,0x6c,0x26, 497 | 0x8d,0x98,0x52,0x9,0x6a,0x0,0xc6,0x83,0x31,0x8a,0x34,0x6e,0x62,0x8c,0x3a,0xb0, 498 | 0x3f,0x5d,0xd7,0x25,0xcb,0x32,0x2e,0x5d,0xba,0xc4,0xd6,0xd6,0xd6,0x5d,0x6,0xa7, 499 | 0x33,0x68,0xad,0xf,0x9c,0xc6,0xb2,0x2c,0xeb,0xc9,0x61,0xd9,0xfa,0xfc,0xd2,0xd2, 500 | 0x12,0x1f,0x7c,0xf0,0x41,0x3b,0x65,0xde,0x61,0x70,0x1c,0x97,0x24,0xae,0xa3,0x54, 501 | 0xff,0x63,0x85,0x5a,0xe3,0x35,0x9f,0x46,0x4c,0xa8,0x98,0x7c,0x9,0x35,0x2,0xfe, 502 | 0x2d,0x5d,0xf8,0x7f,0x5a,0xe8,0x75,0xb8,0x35,0xd6,0x12,0x7b,0x55,0x60,0x77,0x36, 503 | 0x4e,0x65,0x9,0xa7,0xe3,0xb0,0xef,0xab,0xf2,0x56,0x49,0x4e,0x49,0xe2,0x46,0x1e, 504 | 0xfa,0x74,0xf0,0x67,0xa4,0x94,0x2c,0x2e,0x2e,0xf2,0xfa,0xeb,0xaf,0xa3,0x94,0x3a, 505 | 0xd2,0x92,0xc3,0x41,0x24,0xd1,0x5a,0xf7,0x2c,0x99,0x5a,0x64,0xf9,0xd1,0x8f,0x7e, 506 | 0xc4,0xcd,0x9b,0x37,0x29,0x14,0xee,0x95,0xbf,0x49,0x92,0xc4,0x61,0x5e,0x35,0xb1, 507 | 0xbf,0xc,0x32,0xf9,0xf2,0xc5,0xd9,0xa8,0x41,0x55,0x65,0xa4,0xb6,0x20,0xf0,0xab, 508 | 0xc0,0x9f,0xd2,0x85,0xf9,0xbe,0xfb,0xa4,0xbd,0xe3,0x2a,0xf0,0xaf,0xa1,0xe5,0x53, 509 | 0x80,0x87,0xe2,0x26,0xb5,0x2c,0x43,0x75,0x58,0xf9,0xa6,0x53,0x68,0x95,0x91,0xa6, 510 | 0xe1,0x5d,0xfb,0xd2,0xf7,0x7d,0x76,0x76,0x76,0xf8,0xd3,0x3f,0xfd,0x53,0xe2,0x38, 511 | 0xee,0x9b,0x4f,0xe8,0xa8,0x68,0x91,0x7b,0x63,0x63,0x83,0x1f,0xff,0xf8,0xc7,0xf7, 512 | 0x98,0xbe,0xda,0x57,0x91,0x26,0xe1,0x40,0x2c,0x31,0x5,0x4c,0xa6,0x31,0xa7,0x92, 513 | 0x8,0x4c,0x7b,0x5b,0xd6,0xbf,0xc6,0x8e,0x67,0xd7,0x38,0xca,0x48,0xc7,0xc0,0xb, 514 | 0xe4,0xc1,0x47,0xb1,0x94,0x3c,0x94,0x84,0xcc,0xa7,0xe1,0x6e,0x50,0x40,0x5f,0x60, 515 | 0x9d,0x6f,0x49,0x1c,0x1e,0x2a,0xf6,0x5b,0x1e,0x5e,0xad,0x35,0x6f,0xbf,0xfd,0x36, 516 | 0x97,0x2f,0x5f,0x3e,0x52,0xe8,0x45,0xbf,0x95,0x57,0x29,0x25,0xef,0xbe,0xfb,0x2e, 517 | 0xef,0xbf,0xff,0x7e,0x7,0xd2,0x67,0x77,0xdf,0x5b,0x96,0xc6,0xf4,0x53,0x9e,0x1b, 518 | 0x6c,0xd8,0xea,0xd9,0xa8,0xc9,0x74,0x16,0xb7,0xaa,0x16,0x2e,0x63,0xc7,0xb1,0xa7, 519 | 0x1d,0x9a,0x47,0x15,0x15,0xaf,0x91,0x2b,0xd3,0xad,0x85,0xb9,0x87,0xa3,0x6,0x65, 520 | 0xad,0x50,0x7d,0x1c,0x4,0x95,0xa5,0x64,0x59,0xc2,0xdd,0x44,0x90,0x31,0x86,0x52, 521 | 0xa9,0xc4,0xd2,0xd2,0x12,0xdf,0xfd,0xee,0x77,0xef,0xa9,0x67,0xdc,0xd,0x7,0x29, 522 | 0xe1,0x2d,0x49,0xd2,0xad,0x6e,0x25,0xa5,0xa4,0x5e,0xaf,0x73,0xe9,0xd2,0x25,0xd6, 523 | 0xd6,0xd6,0x8,0x82,0xce,0x32,0xaa,0x9,0x1,0x69,0x1a,0xf5,0x75,0xeb,0xb3,0x12, 524 | 0x92,0x31,0x95,0xf2,0x70,0xdc,0xc0,0x31,0xed,0xd7,0xfc,0x25,0xec,0x38,0xf6,0x84, 525 | 0xa3,0x12,0x68,0x1b,0xf8,0xdd,0xfc,0x27,0x89,0x90,0x3c,0x1c,0x35,0x98,0x4d,0x62, 526 | 0xfa,0x95,0x37,0xd2,0x18,0x43,0x9a,0xc6,0x74,0xa2,0xb,0xb4,0x94,0xe9,0x57,0x5e, 527 | 0x79,0x85,0xab,0x57,0xaf,0xf6,0x1c,0xcb,0x7e,0xee,0x4c,0x2e,0x0,0x0,0xe,0xe, 528 | 0x49,0x44,0x41,0x54,0x7c,0x18,0xf1,0x7c,0xdf,0x6f,0x3f,0x53,0xa7,0x70,0x1c,0x87, 529 | 0x8f,0x3e,0xfa,0x88,0x4b,0x97,0x2e,0xb5,0x13,0x94,0x77,0x6,0x81,0xca,0xe2,0xfc, 530 | 0x5e,0x47,0x7f,0x19,0x5b,0xe1,0x36,0x67,0x93,0x26,0xb,0x69,0xd8,0x92,0x3e,0xfb, 531 | 0xc6,0xaf,0x17,0xf4,0x43,0x59,0x79,0x19,0xf8,0x37,0x90,0xc7,0xd7,0x1a,0xcd,0x13, 532 | 0xe1,0x36,0x5,0x74,0x5f,0xa4,0x90,0x31,0x9a,0x2c,0x8b,0x11,0x1d,0xe4,0x90,0x31, 533 | 0xc6,0x50,0x2e,0x97,0x79,0xfb,0xed,0xb7,0x79,0xe5,0x95,0x57,0x7a,0xca,0x24,0x2f, 534 | 0x84,0xc0,0xf7,0xfd,0x3b,0x6,0x5a,0x8,0x81,0xe7,0x79,0x5d,0x11,0x52,0x8,0x41, 535 | 0xb3,0xd9,0xe4,0xe5,0x97,0x5f,0xe6,0xc6,0x8d,0x1b,0x1d,0x95,0x84,0x6a,0x5f,0x8b, 536 | 0x40,0x65,0x9,0xfd,0x9a,0xc2,0x32,0x21,0x18,0x55,0x9,0x1f,0xf,0x77,0xf2,0xdd, 537 | 0x17,0x2,0x6c,0xc5,0xe6,0x97,0x8f,0xd2,0x6e,0x3f,0x8,0x74,0xb,0xf8,0xdf,0x80, 538 | 0x1d,0xb0,0xf,0x7a,0x2e,0xa9,0xf3,0x50,0x12,0xb6,0x93,0x2f,0xf4,0xe,0x6b,0xd3, 539 | 0x65,0xea,0xee,0xd3,0xd7,0x5e,0xb8,0xae,0x8b,0x52,0x8a,0x97,0x5e,0x7a,0x89,0xeb, 540 | 0xd7,0xaf,0x53,0x2a,0x15,0xf1,0x3d,0x17,0xd7,0x75,0x71,0x1c,0xa7,0xa3,0xa3,0x5c, 541 | 0x2e,0xb7,0xbd,0xcf,0xb0,0x2b,0x71,0x8a,0xc5,0x62,0x47,0xed,0x78,0x9e,0x9b,0x1f, 542 | 0x1e,0x57,0xae,0x5c,0xe1,0xe5,0x97,0x5f,0xa6,0x54,0x2a,0x75,0x37,0xfd,0x9,0x9b, 543 | 0x29,0x1f,0x73,0xf4,0xe4,0xb,0x6,0x81,0x30,0x86,0x87,0xa3,0x6,0xa7,0xe2,0x88, 544 | 0xd4,0x4a,0x9f,0x3a,0xf0,0xbf,0x73,0x84,0x92,0xdf,0xd0,0x9f,0xb2,0xdf,0x6,0xf8, 545 | 0x43,0xac,0x22,0xf6,0xe7,0x35,0x2,0x5f,0x6b,0x9e,0xa9,0x6f,0x72,0xcd,0x2b,0x12, 546 | 0x1e,0xa5,0x76,0xbc,0x0,0xa3,0x4d,0xbb,0xc2,0x72,0x47,0xf,0x63,0xc,0x95,0x4a, 547 | 0x85,0x77,0xde,0x79,0x9b,0x6f,0x7f,0xfb,0xdb,0xfc,0x7b,0x7f,0xee,0xcf,0xa1,0x14, 548 | 0x48,0x71,0xef,0x30,0x8c,0x96,0x22,0xde,0x22,0xd0,0x5e,0x48,0x29,0x29,0x14,0xa, 549 | 0xed,0x48,0xc5,0xbb,0xe9,0x26,0x69,0xa6,0x90,0x8,0xd2,0x2c,0xe5,0xc5,0x17,0x5f, 550 | 0x64,0x63,0x63,0x9d,0x72,0xb9,0xd2,0x65,0xd0,0xbf,0x95,0x40,0xad,0x9,0xec,0x28, 551 | 0x2f,0x62,0x26,0x60,0x22,0x4b,0x78,0xb2,0xb9,0x83,0xd9,0x8d,0x9a,0xf8,0x57,0xd8, 552 | 0x71,0x3b,0xd2,0x3b,0xde,0x2f,0x5b,0x77,0x13,0xf8,0x1d,0x6c,0xd1,0xb2,0x29,0x25, 553 | 0x24,0xf3,0x49,0xc8,0xe3,0xe1,0x36,0xdf,0x2b,0x8f,0xf5,0xbc,0xf5,0x50,0x0,0x18, 554 | 0x83,0xd6,0xdd,0x99,0xb3,0x46,0x2b,0xa,0x85,0x12,0xdf,0xbb,0xf4,0xe,0x5b,0x8d, 555 | 0xdf,0x47,0x3a,0x92,0x73,0xb,0x95,0x7b,0x97,0xf2,0xce,0xfd,0x3f,0xf5,0x7a,0xfd, 556 | 0xe,0x3d,0x48,0x4a,0x49,0xa3,0xd1,0xe0,0xfb,0xdf,0xff,0xfe,0x5d,0x97,0x34,0x3c, 557 | 0x57,0xb2,0x78,0x6d,0x87,0x46,0x33,0x5,0xc,0x97,0xaf,0xac,0x51,0x28,0x94,0xd0, 558 | 0x3a,0xe3,0x6e,0x75,0xe8,0xef,0x78,0x16,0x40,0x6b,0x75,0xe4,0x6d,0x3f,0x4a,0x58, 559 | 0xef,0xd9,0x27,0xc3,0x6d,0x26,0xb2,0x88,0xcc,0x3e,0xc3,0x2a,0x76,0xd6,0xd8,0x38, 560 | 0x52,0xe3,0xf4,0x8f,0x40,0x0,0xff,0x2f,0xf0,0xcf,0x81,0xff,0x4c,0x81,0xf0,0x30, 561 | 0x7c,0x22,0xdc,0x66,0xc9,0x2f,0xb2,0xe2,0x5,0x3d,0x6f,0x81,0x36,0x98,0xae,0x1c, 562 | 0x6a,0x5a,0x2b,0x1c,0xd7,0x65,0x6a,0xfa,0x3c,0x7e,0x61,0x9c,0xf,0x3e,0x5c,0xc2, 563 | 0x91,0x82,0x72,0x30,0x89,0x6c,0xd5,0xbb,0xc8,0xd3,0xd2,0xdc,0xd1,0xa2,0x10,0x48, 564 | 0x61,0xcb,0x74,0x1f,0x4,0x21,0x25,0x6b,0xad,0x60,0xb3,0x3d,0x9f,0x69,0xb5,0x25, 565 | 0xb0,0x4,0xba,0x76,0x6d,0x9d,0xcd,0xed,0x18,0x29,0x5,0xe5,0xca,0xc,0x53,0xa7, 566 | 0xc,0xeb,0x2b,0x1f,0xa1,0x55,0x17,0x24,0x12,0xa0,0xcd,0xd1,0xea,0xcb,0xb7,0x9e, 567 | 0xf0,0x74,0xdc,0xe4,0x62,0x73,0x7,0x8d,0x40,0xdb,0xd3,0xff,0x1c,0x5b,0x17,0xec, 568 | 0xc8,0xe8,0xa7,0xc7,0xcf,0x0,0xdf,0x2,0xde,0x4,0x5b,0x84,0x77,0x3a,0x89,0xf9, 569 | 0x54,0x63,0xb,0x57,0x1b,0x7a,0xef,0xa,0xd3,0xb1,0x43,0xcd,0x68,0x85,0xeb,0xfa, 570 | 0x4c,0xcd,0x3e,0xca,0xe8,0xd8,0x3c,0x8e,0x63,0x75,0x11,0xc7,0x75,0xd9,0xde,0xc9, 571 | 0x30,0x46,0xa0,0x8d,0xc0,0xd1,0x50,0x54,0x9a,0xe0,0xf6,0x23,0x53,0x14,0xb5,0xa1, 572 | 0x76,0x90,0xb5,0x24,0x4,0x55,0x3f,0xa0,0x90,0x29,0x82,0x4c,0xed,0xbb,0xae,0xa8, 573 | 0x34,0x9e,0x36,0x48,0x21,0xd9,0x69,0x66,0x28,0x5,0x9e,0xef,0xe2,0xba,0xe,0x42, 574 | 0x3a,0x8c,0x8e,0x2d,0x30,0x33,0xfb,0x18,0x9e,0x1b,0x58,0xa9,0xd2,0x11,0xec,0x34, 575 | 0x79,0x14,0x9f,0x9a,0x6,0xca,0x99,0xe2,0x33,0x3b,0x1b,0x54,0x54,0xd6,0x5a,0xf3, 576 | 0x7a,0x13,0x3b,0x4e,0x7d,0xd1,0xce,0xfb,0xed,0xae,0xfd,0x3e,0xf0,0x5b,0xc0,0xdf, 577 | 0x1,0x82,0x4c,0x8,0x1e,0x9,0x77,0xb8,0xe6,0xf9,0xfc,0xb0,0x3c,0x86,0x34,0x3d, 578 | 0x2c,0xb5,0x1a,0xeb,0x54,0xbb,0x97,0xa,0x64,0xb4,0xc2,0xf5,0x8b,0x4c,0xce,0x3c, 579 | 0x4c,0xb5,0x36,0x9d,0x4f,0x33,0x56,0xe7,0x30,0xc6,0x70,0xe5,0xfa,0xe,0x46,0xa, 580 | 0x84,0x86,0xcf,0xd5,0xd7,0xf8,0xdc,0xce,0x3a,0x4d,0x79,0xe7,0x72,0x87,0x2f,0x4, 581 | 0xd3,0x69,0xc2,0x2b,0x42,0x90,0x62,0x70,0xb0,0xdb,0x7f,0x7d,0xe0,0xf3,0xef,0x5d, 582 | 0xe1,0xf4,0x87,0xcb,0xc4,0xb7,0x49,0x9f,0x92,0x51,0xdc,0xf0,0xb,0xfc,0x41,0x6d, 583 | 0x86,0x65,0x37,0xc0,0xd9,0xf7,0x3d,0xd,0x18,0xc1,0xc8,0xd8,0x34,0x8e,0xeb,0xb2, 584 | 0xb2,0xfc,0x3e,0x71,0x54,0x47,0x88,0xa3,0xef,0x31,0xbb,0x1b,0x34,0xd6,0x97,0xf4, 585 | 0x54,0x73,0x93,0x87,0xb2,0x26,0x99,0x6c,0x67,0xdd,0xf8,0x2d,0xec,0x38,0xf5,0x5, 586 | 0x83,0x88,0x9b,0xfc,0xc7,0xc0,0xef,0x81,0x9d,0x7f,0x7d,0x34,0x4f,0x37,0xb7,0x38, 587 | 0x95,0x84,0xa4,0x3d,0x75,0x98,0xe1,0xee,0x9b,0xa7,0xd,0x5a,0x2b,0xfc,0xa0,0xc4, 588 | 0xcc,0xec,0x5,0xaa,0xb5,0x99,0x83,0x63,0x7a,0xb0,0x1,0x4c,0xb5,0x2c,0x61,0x3e, 589 | 0x6e,0x22,0x8c,0x9d,0x86,0xc4,0x6d,0x87,0xc4,0x30,0x2e,0x5,0x41,0x7b,0x52,0xb2, 590 | 0xa8,0x20,0xa9,0xa,0x79,0xc7,0x35,0xd2,0x18,0x52,0x4,0x53,0x49,0xcc,0x5c,0xdc, 591 | 0xcc,0x9f,0xf7,0x76,0x68,0x8c,0x32,0x94,0x46,0x26,0x98,0x99,0xff,0x18,0xa5,0xf2, 592 | 0x18,0xc6,0xa8,0x7b,0x5b,0x65,0x46,0xf7,0x24,0x27,0xc,0xd6,0x1a,0x7e,0x24,0x6a, 593 | 0xf0,0x89,0x70,0x1b,0x69,0x40,0xdb,0x5c,0xba,0xbf,0x87,0x1d,0x9f,0xbe,0x61,0x10, 594 | 0x4,0x4a,0x80,0xbf,0x49,0x1e,0x5b,0x92,0x8,0xc9,0x74,0x16,0xf3,0x6c,0x63,0x83, 595 | 0x11,0xa5,0x5a,0x62,0xb4,0x63,0x18,0xac,0x25,0x76,0xb0,0xe,0x64,0xc9,0x13,0x14, 596 | 0x46,0x98,0x3e,0xf5,0x18,0xe5,0xda,0x24,0xc6,0xdc,0xb9,0x92,0xde,0x6a,0x47,0x8, 597 | 0x98,0xce,0x22,0xe6,0xd3,0x88,0x48,0xe6,0xbb,0x41,0x6f,0x3b,0x34,0xe0,0x9,0xc1, 598 | 0xb4,0xe3,0xee,0x1b,0xbb,0x19,0xd7,0xa5,0x9d,0x53,0xfe,0xb6,0x6b,0x32,0x21,0x28, 599 | 0x6b,0xc5,0x5c,0x12,0x53,0xd0,0x9a,0x83,0xc5,0xa5,0xc9,0xcb,0x3c,0xd5,0x98,0x99, 600 | 0xbf,0xc8,0x48,0x75,0x3a,0x7f,0xd6,0xbb,0xbf,0x1c,0xbd,0x20,0x13,0x82,0xa9,0x2c, 601 | 0xe1,0x33,0xf5,0xd,0x2a,0x3a,0x23,0xb1,0x7a,0xd7,0x3b,0xc0,0x6f,0xb0,0x2f,0x49, 602 | 0xd8,0xd1,0x31,0xa8,0xc8,0xed,0x1f,0x2,0x7f,0x1b,0xa8,0xb,0x20,0x12,0x92,0xb, 603 | 0x51,0x9d,0x67,0x9b,0xeb,0xb6,0xb4,0x62,0xd7,0xcd,0x1d,0xd0,0xc9,0xc6,0x92,0xa7, 604 | 0x50,0xac,0x5a,0xf2,0x54,0x26,0x30,0x7,0x84,0x61,0xec,0x85,0x6f,0x34,0x33,0x59, 605 | 0x42,0xc9,0x68,0xb2,0x43,0x78,0xac,0xd,0x78,0x8,0xe6,0x1c,0xbb,0xe0,0x69,0x0, 606 | 0x65,0x60,0xc1,0xf1,0xf1,0x71,0xe,0x95,0x85,0xb1,0x90,0xcc,0xa5,0x11,0xe3,0x59, 607 | 0x72,0xa8,0x12,0x4e,0x6e,0x10,0xf8,0x41,0x99,0x99,0xb9,0xc7,0xa8,0x8d,0xce,0xe5, 608 | 0x5f,0xe5,0xb0,0x56,0xbb,0x97,0xd8,0xa9,0x10,0x94,0xb4,0xe6,0xb9,0x9d,0x75,0x16, 609 | 0x92,0x90,0xc8,0xae,0xb6,0xd7,0xb1,0x6a,0xc5,0xab,0x5d,0x37,0x78,0xf,0xc,0x32, 610 | 0xf4,0xff,0x9f,0xe4,0x7,0x20,0x48,0x11,0x3c,0xd9,0xd8,0xe2,0x89,0x70,0x7,0x25, 611 | 0x64,0xe7,0x71,0x3,0x86,0x3,0x4c,0x59,0x83,0x56,0x8a,0x62,0x71,0x94,0xe9,0x53, 612 | 0x17,0x29,0x97,0xc7,0xd1,0x59,0x76,0x57,0xf2,0xb4,0x14,0xca,0xb3,0x71,0x48,0xb4, 613 | 0x3f,0xa5,0xed,0x6d,0x9f,0x33,0x14,0xa4,0x64,0xc1,0xf1,0xda,0x8e,0x50,0x23,0x60, 614 | 0xc1,0xf1,0x8,0x24,0x1c,0x54,0x15,0x44,0x60,0x17,0x93,0x67,0xb2,0x98,0xa9,0x34, 615 | 0xb6,0x4e,0xc8,0xbb,0x7c,0x25,0xad,0x32,0x5c,0xaf,0xc0,0xd4,0xec,0x5,0x46,0xc7, 616 | 0x17,0x6c,0xd6,0xd9,0x3,0x5d,0x15,0xdd,0xd,0x4f,0x96,0x5f,0xf1,0xa9,0xc6,0x6, 617 | 0x17,0xa3,0x3a,0xf1,0x6e,0xf0,0xdd,0x9e,0xb1,0xe8,0x2f,0x6,0x49,0x20,0x83,0x9d, 618 | 0xca,0xfe,0x10,0x5a,0x71,0x28,0xf0,0xdc,0xce,0x1a,0xf,0xc7,0xd,0x62,0xd9,0x4d, 619 | 0x8d,0x9f,0xbd,0xbb,0x23,0x34,0x4a,0x65,0x94,0xaa,0xe3,0xcc,0xcc,0x5f,0xa4,0x54, 620 | 0x1a,0x43,0xeb,0xec,0x9e,0x6d,0x9,0x4,0x63,0x3a,0x65,0x36,0xb1,0x9e,0xd8,0xc3, 621 | 0x9,0x4,0xe,0x82,0x39,0xc7,0xc5,0x11,0x96,0x30,0x65,0x21,0x98,0x72,0x5c,0x5b, 622 | 0x26,0xf2,0x90,0xeb,0x14,0xb6,0xee,0xc4,0x7c,0x12,0x51,0xea,0xc0,0x6f,0xa5,0x75, 623 | 0x86,0xe3,0x7a,0x4c,0xcd,0x3e,0xc2,0xc4,0xd4,0x59,0xa4,0xf0,0xee,0xb4,0x36,0xf7, 624 | 0xab,0x61,0x77,0x6f,0x4f,0x8,0x94,0x74,0x78,0xa2,0xb9,0xc3,0x33,0x8d,0xcd,0x36, 625 | 0xf1,0xb1,0xfd,0xff,0x37,0x19,0xd0,0xae,0xab,0x41,0xef,0xa3,0x5d,0x6,0xfe,0x3a, 626 | 0xf9,0x66,0xfd,0x54,0x8,0x2a,0x3a,0xe3,0x4b,0xdb,0xb7,0x38,0x9d,0x84,0x44,0x9d, 627 | 0x4,0x8d,0xb,0x20,0xf7,0x9d,0x18,0x63,0x25,0xcf,0x48,0x65,0x8a,0x99,0x53,0x8f, 628 | 0x51,0x28,0x55,0x51,0x2a,0xed,0x68,0x89,0xc0,0x33,0x9a,0x85,0xa4,0x89,0xec,0xc0, 629 | 0x30,0x36,0xc6,0x30,0x2a,0x1c,0xe6,0x1c,0x97,0xd4,0x18,0x16,0x5c,0x8f,0x8a,0x74, 630 | 0xd0,0xe6,0xf0,0xf1,0x94,0xd8,0xe2,0x6d,0x67,0x93,0x26,0x15,0x95,0x75,0x14,0xda, 631 | 0xdb,0x72,0x2e,0x8e,0x4f,0x9f,0x65,0x72,0xf6,0x11,0x1c,0xcf,0x27,0xcb,0x5a,0x41, 632 | 0x6b,0x6,0x21,0x45,0x47,0xe9,0xef,0xc,0x90,0x8,0xc1,0xc5,0xb0,0xce,0x73,0x3b, 633 | 0x6b,0x78,0xa6,0x1d,0xa6,0xfa,0x1e,0xb6,0xff,0x3b,0xce,0xf7,0xd3,0x2d,0x86,0xb1, 634 | 0x11,0xfb,0x12,0xf0,0x6b,0x58,0xef,0x27,0x69,0x1e,0xbd,0xf8,0xe5,0xad,0x5b,0x9c, 635 | 0xca,0xc2,0x3,0x4d,0xe9,0x83,0x60,0x2d,0x2b,0x45,0xa5,0x36,0xcd,0xf4,0xdc,0x63, 636 | 0x4,0x41,0x25,0x77,0x30,0xde,0x9b,0x3c,0x1a,0xf0,0xb5,0xe2,0x5c,0xdc,0x6c,0x29, 637 | 0x94,0x87,0x42,0x0,0xa,0x43,0x55,0x3a,0x9c,0x73,0x3,0x9a,0x46,0x73,0xde,0x9, 638 | 0xa8,0x9,0xc9,0xbd,0xe4,0x5c,0x86,0x60,0x54,0xa5,0x4c,0xa5,0x69,0xc7,0x25,0x40, 639 | 0xad,0x5f,0x48,0x30,0x3a,0x31,0xcf,0xf4,0xdc,0x63,0xf8,0x85,0x52,0xfb,0xa5,0x90, 640 | 0xc8,0x8e,0x24,0x50,0x24,0x25,0x8f,0x46,0xd,0xbe,0xb4,0xbd,0x4a,0x55,0xa7,0xa4, 641 | 0xbb,0xde,0xe6,0x5f,0x23,0xdf,0x8a,0x3e,0x28,0xc,0x6b,0x27,0xff,0xb,0xc0,0x7f, 642 | 0x7,0x84,0x6,0x2b,0x89,0xe6,0xd3,0x90,0xaf,0x6c,0xdf,0x62,0x2e,0x89,0x9,0xef, 643 | 0x92,0x95,0xc2,0x4a,0x71,0x4b,0x9e,0x6a,0x6d,0x86,0x99,0x53,0xad,0x4e,0xce,0x3a, 644 | 0x76,0xf3,0x4b,0x60,0x42,0xa5,0x4c,0x66,0x49,0x47,0x11,0x2,0x19,0x30,0x22,0x1d, 645 | 0x4e,0xbb,0x1e,0x81,0x90,0x2c,0x38,0x1,0x45,0x21,0x3b,0x52,0xfe,0x15,0x30,0x9f, 646 | 0x86,0x4,0x5d,0xd4,0x50,0xd3,0xda,0xd6,0xfc,0xa8,0x56,0x67,0x99,0x9d,0xbf,0x48, 647 | 0x50,0xa8,0xa0,0xb5,0x42,0x4a,0x97,0xbb,0xc6,0x40,0x1,0xa1,0x74,0x78,0x38,0x6a, 648 | 0xf0,0xa5,0xed,0x5b,0x8c,0xaa,0x36,0x79,0x42,0xac,0xe4,0x79,0xa1,0xc3,0x47,0xe8, 649 | 0x19,0xc3,0xcc,0xc,0xf5,0x3b,0xc0,0x5f,0x3,0xb2,0x96,0x9f,0xe2,0x74,0x1c,0xf2, 650 | 0xb3,0xdb,0x37,0xad,0x59,0x2d,0xe,0xce,0x3a,0x6d,0xd,0x78,0x49,0xa5,0x3a,0xcb, 651 | 0xd4,0xdc,0x5,0x5c,0xaf,0x90,0xeb,0xa,0x9d,0x4f,0xe9,0xd2,0x18,0x4e,0x25,0x51, 652 | 0x57,0x55,0x85,0x24,0x86,0x69,0xe9,0xf1,0xb4,0x57,0x64,0x46,0x3a,0xa8,0xe,0xd7, 653 | 0xf3,0x32,0xe1,0x70,0x2a,0x9,0xf1,0xba,0x2c,0xc2,0x67,0x8c,0xc2,0xa0,0x28,0x97, 654 | 0x27,0x98,0x5b,0x78,0x9c,0x62,0x79,0xd4,0x26,0x93,0x38,0xe4,0xae,0x6,0x41,0x24, 655 | 0x1d,0x1e,0x8d,0x1b,0x7c,0x65,0xfb,0x16,0x93,0x2a,0x26,0xb3,0xca,0x7b,0x86,0xed, 656 | 0xe7,0xdf,0xe9,0xe2,0xf6,0x3d,0x63,0x98,0x4,0xca,0x80,0xff,0x15,0xf8,0x75,0xb0, 657 | 0xd3,0x4a,0x26,0x4,0xa7,0x93,0x88,0x9f,0xdb,0xbe,0xc9,0x99,0xb4,0x41,0x22,0xc4, 658 | 0x3e,0xdd,0xc1,0x18,0x4b,0x9e,0xd1,0xf1,0x79,0xa6,0x4f,0x3d,0x8a,0xe3,0xf8,0x5d, 659 | 0x2c,0x5,0xec,0x42,0x0,0xb,0x69,0xd8,0x55,0x7c,0x52,0x62,0xc,0x93,0xd2,0xe1, 660 | 0xab,0x85,0xa,0x13,0x8e,0x43,0xda,0xa1,0xb4,0x53,0x2,0xc6,0xb3,0x94,0xa9,0x3c, 661 | 0x61,0x41,0x37,0x30,0xc6,0xfa,0x8a,0x82,0x62,0x85,0x99,0x53,0x17,0xad,0x47,0x9d, 662 | 0x3b,0x5,0x6d,0x26,0x4,0x89,0x14,0x3c,0x1e,0xee,0xf0,0xd5,0xcd,0x15,0x26,0xb3, 663 | 0x84,0x6c,0x77,0xd2,0xfc,0x75,0x6c,0x3f,0x1f,0x6d,0x21,0xad,0x43,0xc,0x3b,0x37, 664 | 0x5d,0xc,0xfc,0x43,0xe0,0xbf,0x5,0x32,0x8d,0x55,0xfe,0x4e,0x25,0x11,0x5f,0xdb, 665 | 0x5c,0xe5,0x62,0x54,0x47,0x21,0xf6,0x38,0x1b,0xd,0x8e,0xe3,0x31,0x36,0x79,0x1a, 666 | 0xc7,0xf1,0x7a,0xca,0x81,0x68,0x80,0xaa,0xca,0x98,0x49,0xe3,0xae,0xb6,0x1c,0x64, 667 | 0xc0,0x98,0x74,0x79,0xc4,0xb,0x8,0xba,0x71,0x3b,0x60,0x9,0x3b,0x9b,0xc5,0x3d, 668 | 0x96,0x42,0x37,0x18,0xad,0xf1,0x83,0x32,0xa3,0xe3,0xb,0xf9,0xee,0x92,0xdd,0x76, 669 | 0xd2,0xbc,0xc4,0xfa,0xd3,0xf5,0x4d,0x7e,0x76,0x7b,0x85,0x31,0x95,0xee,0x95,0x3c, 670 | 0x7f,0x1d,0xdb,0xbf,0x43,0xab,0x40,0x73,0x1c,0xc9,0xd,0x9b,0xc0,0xdf,0x7,0xfe, 671 | 0xab,0xfc,0x77,0x12,0x21,0x99,0xcc,0x62,0x7e,0x6e,0xfb,0x26,0x4f,0x37,0x37,0x71, 672 | 0x8c,0x69,0x85,0x1d,0xb4,0xad,0xb0,0x9e,0xf7,0xa4,0x23,0x98,0x4b,0xa3,0x9e,0x63, 673 | 0xb2,0x7a,0xe9,0x20,0x25,0x4,0x67,0xa2,0xe6,0xd1,0x4a,0xa1,0x1b,0x93,0x5b,0x9f, 674 | 0xad,0x8,0x2,0x5b,0x59,0xb0,0xa8,0x15,0xcf,0xed,0xac,0xf3,0xfc,0xce,0x2a,0x65, 675 | 0xa5,0x48,0x2d,0x79,0x9a,0xd8,0xfe,0xfc,0x7b,0xf4,0xb0,0xb7,0xeb,0x28,0x38,0x9e, 676 | 0xec,0x98,0xbb,0x8b,0x7a,0xff,0x25,0xb9,0x75,0x16,0x9,0x49,0x51,0x29,0x9e,0xdf, 677 | 0xb9,0xc5,0xcf,0xec,0xac,0x31,0xa2,0xed,0x9e,0xa5,0x3c,0x26,0xb0,0xe7,0x1b,0x69, 678 | 0x1,0xa7,0x93,0xe6,0x11,0xc2,0x49,0x7a,0xb8,0x27,0x30,0xa1,0x62,0x2a,0x47,0xde, 679 | 0x96,0x63,0xda,0xed,0x29,0x21,0x98,0xcc,0x12,0x7e,0x76,0x7b,0x85,0xcf,0xd6,0x37, 680 | 0x70,0xd,0xad,0xb5,0xc5,0x55,0x6c,0x3f,0xfe,0x16,0x43,0x94,0x3c,0x2d,0x1c,0x17, 681 | 0x81,0xc0,0xce,0xd1,0xdf,0x2,0x7e,0x15,0x78,0x4f,0x80,0x95,0x3a,0xc6,0xf0,0x99, 682 | 0xc6,0x6,0x3f,0xbf,0x79,0x93,0xd3,0x49,0x13,0x25,0x4,0xaa,0x67,0xf9,0x1,0x3e, 683 | 0x86,0xa9,0xb4,0xaf,0xcb,0x3f,0x1d,0x41,0x18,0x3b,0xe0,0x47,0x12,0x42,0xe4,0x8a, 684 | 0x8c,0x80,0xb,0x51,0x9d,0x3f,0xb3,0xb1,0xcc,0xe3,0xcd,0x1d,0x54,0xbe,0xfe,0x86, 685 | 0xf5,0xf3,0xfc,0x2a,0xb6,0x1f,0x87,0xa2,0xf3,0xdc,0x8e,0xe3,0x24,0x50,0xb,0xff, 686 | 0x12,0xf8,0x65,0xec,0xe6,0xb6,0x4c,0xb,0x41,0x22,0x24,0x8f,0xc4,0xd,0x7e,0x7e, 687 | 0xeb,0x26,0xcf,0x34,0x36,0x71,0x31,0x3d,0x55,0x47,0xd4,0x2,0x26,0xd2,0x84,0x42, 688 | 0xf,0x8a,0xf7,0x51,0x21,0x30,0xcc,0xa6,0x71,0xcf,0x15,0x1d,0x95,0x10,0x28,0x21, 689 | 0x28,0x69,0xc5,0xe7,0x76,0xd6,0xf8,0xea,0xd6,0x2a,0xb,0x49,0x44,0x2c,0x25,0x1a, 690 | 0x91,0x61,0x3,0xe2,0x7f,0x99,0x3e,0x5,0x86,0xf5,0x8a,0xfb,0x81,0x40,0x60,0x9d, 691 | 0x5d,0xbf,0xc,0xfc,0x2f,0xe4,0x85,0x3e,0x62,0x21,0x19,0xcf,0x52,0xbe,0x58,0x5f, 692 | 0xe3,0xcf,0x6c,0xde,0x64,0x2e,0x89,0xda,0x96,0x5b,0xa7,0x6f,0x75,0x86,0x64,0x26, 693 | 0x89,0xe8,0x66,0xd1,0xa4,0x5f,0x10,0xc0,0x5c,0x12,0x76,0x7d,0x9d,0x41,0x90,0xa, 694 | 0x6b,0xbc,0x9f,0x8b,0x9b,0xfc,0xc2,0xc6,0x4d,0x3e,0x53,0xdf,0xa4,0xac,0x15,0x91, 695 | 0xd,0xb3,0xdd,0xc2,0xf6,0xd3,0x2f,0x31,0x60,0x27,0x61,0x27,0xb8,0x3f,0xf6,0xff, 696 | 0x5a,0xac,0x2,0xff,0x39,0xf0,0x3,0xe0,0xbf,0x6,0x3e,0x96,0x8,0x89,0xa3,0xd, 697 | 0x17,0xc3,0x1d,0xa6,0xb3,0x98,0x1f,0x15,0xab,0xbc,0x59,0xac,0xb0,0x9d,0x87,0x62, 698 | 0xdc,0x2b,0x58,0x5f,0x1,0xd3,0x2a,0xc1,0x35,0xfd,0xdd,0x2b,0xdb,0x29,0x46,0x74, 699 | 0xca,0x88,0xce,0x68,0xa,0xe7,0x9e,0x93,0x70,0xcb,0x37,0x26,0x11,0x79,0x0,0xfc, 700 | 0x16,0x17,0xc3,0x6d,0x2a,0xda,0x2a,0xca,0xa9,0x6d,0xe1,0x2d,0xe0,0xef,0x2,0xbf, 701 | 0x3d,0xe8,0x67,0xef,0x14,0xf7,0x13,0x81,0x5a,0xf8,0x6d,0x6c,0x38,0xc8,0xaf,0x3, 702 | 0x5f,0x57,0x42,0x94,0x94,0x10,0x8c,0x66,0x9,0x5f,0xd8,0x5e,0xe3,0x91,0xa8,0xce, 703 | 0xf,0x4b,0x35,0xae,0x4,0x65,0x76,0x1c,0x17,0x81,0x2d,0x39,0x75,0xd0,0x0,0x49, 704 | 0xc,0xd5,0x2c,0xc3,0x31,0xa6,0xaf,0x3b,0x65,0x3b,0x85,0x3,0x4c,0xa6,0x9,0x1f, 705 | 0x6,0x65,0xbc,0x43,0x5c,0x10,0x6,0xf2,0x5c,0x2,0x86,0xd1,0x2c,0xe5,0x7c,0xd2, 706 | 0xe4,0xc9,0xe6,0x26,0x93,0x69,0x82,0x41,0x10,0x5b,0x6b,0xb4,0x89,0xdd,0x45,0xf1, 707 | 0x1b,0xdc,0x7,0x52,0x67,0x2f,0xee,0x47,0x2,0x81,0xed,0xa4,0xff,0x10,0xf8,0xab, 708 | 0xc0,0x5f,0x1,0x9e,0x48,0x85,0x44,0xa,0x98,0x4f,0x63,0x66,0xb7,0x56,0xb8,0x1c, 709 | 0x94,0x79,0xb3,0x58,0xe1,0xaa,0x5f,0x6c,0x13,0x49,0x1a,0xab,0x7b,0x48,0xf2,0x75, 710 | 0x29,0x9d,0x51,0x1a,0x60,0xaa,0xb8,0x7b,0xc1,0x35,0x86,0x99,0x34,0xe6,0xc3,0xa0, 711 | 0xbc,0xef,0xbc,0xc1,0x4e,0x55,0x4a,0xd8,0xbd,0xea,0xa3,0x2a,0xe1,0x6c,0xdc,0xe4, 712 | 0xf1,0x70,0x9b,0x85,0x24,0xc2,0x20,0xc8,0xda,0x16,0x28,0xaf,0x63,0xa3,0x8,0xff, 713 | 0x11,0xad,0xe4,0xa6,0xf7,0x11,0xee,0x57,0x2,0x81,0xed,0xac,0x7f,0x80,0xdd,0x39, 714 | 0xf9,0x2b,0xc0,0x2f,0x69,0x98,0x4a,0x84,0x40,0x2,0x8f,0x44,0x3b,0x9c,0x8e,0x9b, 715 | 0x5c,0x9,0x8a,0x7c,0x18,0x94,0x59,0xc,0x4a,0x6c,0x38,0xbe,0x2d,0x1e,0x8b,0xd, 716 | 0x2c,0x9d,0x48,0x13,0x2,0xd4,0xb1,0x94,0xa3,0x32,0xd8,0x25,0x94,0x51,0x95,0x52, 717 | 0x34,0x8a,0x4,0x81,0x11,0xa2,0x1d,0x63,0xe4,0x1a,0x98,0x49,0x23,0xce,0x46,0x11, 718 | 0xe7,0x92,0x6,0xf,0x25,0x21,0x12,0xb3,0xc7,0x75,0xc1,0x2a,0x76,0xdb,0xf1,0xb7, 719 | 0xb0,0xd3,0xfa,0x7d,0x89,0xfb,0x99,0x40,0x2d,0xfc,0x20,0x3f,0xfe,0x0,0xf8,0xb, 720 | 0xc0,0x2f,0x6a,0x28,0xc7,0xd2,0x41,0x62,0x78,0x2c,0xaa,0x73,0x36,0x6e,0x72,0xd3, 721 | 0x2b,0x70,0x35,0x28,0x70,0x39,0x28,0x71,0xcd,0x2b,0xa2,0x85,0xa0,0x9a,0xa5,0xb8, 722 | 0x3d,0xef,0x4a,0x3b,0x3a,0x24,0x50,0x55,0x29,0xae,0x81,0x6d,0xc7,0x21,0x30,0x9a, 723 | 0x92,0xd6,0xcc,0xa7,0x21,0xe7,0xe2,0x6,0xf3,0x71,0xc4,0x54,0x96,0xe0,0x18,0x43, 724 | 0x2c,0x25,0x99,0x7d,0xce,0x6,0xf0,0xfb,0xc0,0x3f,0xcb,0x7f,0xde,0xd7,0x78,0x10, 725 | 0x8,0xd4,0xc2,0xef,0x63,0x93,0x20,0xfd,0x5f,0xc0,0x37,0x80,0x2f,0x6b,0x44,0xa5, 726 | 0x29,0x1d,0xa4,0x31,0x9c,0x4e,0x9a,0xcc,0x25,0x21,0x1f,0xb,0x77,0x58,0xf6,0x2, 727 | 0x6e,0x7a,0x45,0x46,0xb3,0x14,0xd9,0xaf,0x2c,0xf,0x3d,0xc1,0x30,0xa2,0x32,0xc6, 728 | 0xb2,0x98,0x11,0x95,0xf2,0x48,0x54,0x67,0x3e,0x89,0x98,0xc8,0x12,0x2a,0x79,0x8d, 729 | 0x91,0x48,0xca,0x96,0x43,0x70,0x7,0xeb,0xca,0xf8,0xa7,0xd8,0x6c,0xa9,0xab,0xc7, 730 | 0xf8,0xe0,0x1d,0xe3,0x41,0x22,0x10,0xd8,0x4e,0xfd,0x17,0xd8,0x69,0xed,0x19,0xac, 731 | 0x29,0xfb,0x25,0x2d,0xc4,0x7c,0x43,0x38,0x48,0x3,0xa3,0x59,0xc6,0xa8,0x4a,0x39, 732 | 0x17,0x87,0x64,0x88,0x8e,0x2,0xc8,0x6,0x5,0x83,0xf5,0xe3,0x3c,0xbf,0x7d,0x8b, 733 | 0xa2,0x56,0x94,0x55,0x46,0x60,0x34,0xa,0x41,0x22,0x25,0x5a,0x80,0x80,0x6b,0xd8, 734 | 0xe4,0x14,0xbf,0x8b,0x95,0xb4,0xd7,0x8e,0xe9,0x71,0x7b,0xc2,0x83,0x46,0xa0,0x16, 735 | 0xae,0xe5,0xc7,0xbf,0x5,0x1e,0x7,0xbe,0x26,0xe0,0x67,0x8c,0xe0,0xf3,0xa1,0xd, 736 | 0x22,0xc7,0x31,0x6,0x9f,0xe3,0xb1,0xbe,0xf6,0xa2,0xa5,0x48,0x4b,0xc,0x19,0x82, 737 | 0x70,0x37,0x80,0xee,0xff,0x13,0xf0,0x27,0xd8,0x98,0x9d,0x37,0x39,0x62,0x92,0x83, 738 | 0xe3,0xc2,0x83,0x4a,0xa0,0x16,0x6e,0x61,0xb3,0x8b,0x7e,0x1f,0x38,0x5,0x7c,0x56, 739 | 0x58,0xc9,0xf4,0x45,0x25,0xc4,0x93,0xc7,0xfa,0x64,0x7b,0x90,0xb6,0xf7,0xf,0xf1, 740 | 0x2a,0x76,0x7a,0xfa,0x1,0x56,0x8a,0x5e,0x67,0xc8,0x8b,0x9f,0xfd,0xc6,0x83,0x4e, 741 | 0xa0,0x16,0x9a,0xc0,0xfb,0xd8,0x4a,0x7b,0xff,0x37,0x70,0x1e,0xf8,0x18,0xf0,0x49, 742 | 0xe0,0x8b,0xc0,0x4f,0xc3,0x21,0x19,0x3a,0x7,0xb,0x85,0xd5,0xdb,0xbe,0x83,0xcd, 743 | 0x2,0xf6,0x16,0x36,0x95,0xae,0xdd,0x81,0xf8,0x13,0x80,0x9f,0x14,0x2,0xb5,0x60, 744 | 0xb0,0x56,0xcc,0xeb,0xd8,0xba,0x57,0xff,0xf,0x30,0x9b,0x1f,0x67,0x80,0xcf,0x60, 745 | 0x25,0xd4,0x13,0xc0,0xc4,0x0,0xee,0xbf,0x96,0xdf,0xf7,0x7,0xd8,0x2c,0xb6,0x8b, 746 | 0xd8,0x80,0xf6,0x65,0xec,0x86,0xbe,0x9f,0x8,0xd2,0xec,0xc5,0x4f,0x1a,0x81,0xf6, 747 | 0xa2,0xa5,0xfc,0x5c,0x7,0x96,0xb0,0xd3,0xc7,0x1f,0x2,0x25,0xa0,0x0,0x8c,0x3, 748 | 0xe7,0xf2,0xe3,0xc,0x76,0xa,0x1c,0xcb,0xcf,0xd7,0xb0,0xdb,0xe1,0x5b,0x47,0xb2, 749 | 0xe7,0xd8,0xc2,0x56,0xf4,0xdb,0xc8,0xdb,0x5e,0x4,0x3e,0xca,0x8f,0x75,0x6c,0x48, 750 | 0x45,0x13,0x4b,0xe4,0x14,0xf0,0xf2,0x9f,0x3f,0x71,0xe4,0x39,0xc1,0x9,0x4e,0x70, 751 | 0x82,0x13,0x9c,0xe0,0x4,0x27,0x38,0xc1,0x9,0x4e,0x70,0x82,0x13,0x9c,0xe0,0x4, 752 | 0x27,0x38,0xc1,0x9,0x4e,0x70,0x82,0x13,0x9c,0x60,0xf0,0xf8,0xff,0x1,0x4c,0x48, 753 | 0xe4,0x58,0xaa,0x93,0x5b,0xf5,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42, 754 | 0x60,0x82, 755 | 756 | }; 757 | 758 | static const unsigned char qt_resource_name[] = { 759 | // ariang 760 | 0x0,0x6, 761 | 0x6,0x88,0xf8,0x47, 762 | 0x0,0x61, 763 | 0x0,0x72,0x0,0x69,0x0,0x61,0x0,0x6e,0x0,0x67, 764 | // Resources 765 | 0x0,0x9, 766 | 0xa,0x6c,0x38,0x43, 767 | 0x0,0x52, 768 | 0x0,0x65,0x0,0x73,0x0,0x6f,0x0,0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,0x73, 769 | // tileicon.png 770 | 0x0,0xc, 771 | 0x9,0x41,0x0,0xa7, 772 | 0x0,0x74, 773 | 0x0,0x69,0x0,0x6c,0x0,0x65,0x0,0x69,0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, 774 | 775 | }; 776 | 777 | static const unsigned char qt_resource_struct[] = { 778 | // : 779 | 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, 780 | 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 781 | // :/ariang 782 | 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2, 783 | 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 784 | // :/ariang/Resources 785 | 0x0,0x0,0x0,0x12,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3, 786 | 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 787 | // :/ariang/Resources/tileicon.png 788 | 0x0,0x0,0x0,0x2a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, 789 | 0x0,0x0,0x1,0x66,0x6b,0x9b,0x93,0xc3, 790 | 791 | }; 792 | 793 | #ifdef QT_NAMESPACE 794 | # define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name 795 | # define QT_RCC_MANGLE_NAMESPACE0(x) x 796 | # define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b 797 | # define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) 798 | # define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ 799 | QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) 800 | #else 801 | # define QT_RCC_PREPEND_NAMESPACE(name) name 802 | # define QT_RCC_MANGLE_NAMESPACE(name) name 803 | #endif 804 | 805 | #ifdef QT_NAMESPACE 806 | namespace QT_NAMESPACE { 807 | #endif 808 | 809 | bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); 810 | 811 | bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); 812 | 813 | #ifdef QT_NAMESPACE 814 | } 815 | #endif 816 | 817 | int QT_RCC_MANGLE_NAMESPACE(qInitResources_ariang)(); 818 | int QT_RCC_MANGLE_NAMESPACE(qInitResources_ariang)() 819 | { 820 | QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) 821 | (0x2, qt_resource_struct, qt_resource_name, qt_resource_data); 822 | return 1; 823 | } 824 | 825 | int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_ariang)(); 826 | int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_ariang)() 827 | { 828 | QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) 829 | (0x2, qt_resource_struct, qt_resource_name, qt_resource_data); 830 | return 1; 831 | } 832 | 833 | namespace { 834 | struct initializer { 835 | initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_ariang)(); } 836 | ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_ariang)(); } 837 | } dummy; 838 | } 839 | --------------------------------------------------------------------------------