diff options
author | scuri <scuri> | 2010-06-11 17:43:51 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-11 17:43:51 +0000 |
commit | db238a0807718576ecc0667acafea825537cc425 (patch) | |
tree | 6bfb316ff6d8309042e525845c274d648b0c8c3d | |
parent | 4fc1d102d5e300e811260a485defe5b64468d46a (diff) |
*** empty log message ***
-rw-r--r-- | html/en/history.html | 5 | ||||
-rw-r--r-- | mak.vc9/im.sln | 60 | ||||
-rw-r--r-- | mak.vc9/imlua51.vcproj (renamed from mak.vc9/imlua5.vcproj) | 5 | ||||
-rw-r--r-- | mak.vc9/imlua52.vcproj | 163 | ||||
-rw-r--r-- | mak.vc9/imlua_capture51.vcproj (renamed from mak.vc9/imlua_capture5.vcproj) | 5 | ||||
-rw-r--r-- | mak.vc9/imlua_capture52.vcproj | 110 | ||||
-rw-r--r-- | mak.vc9/imlua_fftw51.vcproj (renamed from mak.vc9/imlua_fftw5.vcproj) | 5 | ||||
-rw-r--r-- | mak.vc9/imlua_fftw52.vcproj | 114 | ||||
-rw-r--r-- | mak.vc9/imlua_process51.vcproj (renamed from mak.vc9/imlua_process5.vcproj) | 5 | ||||
-rw-r--r-- | mak.vc9/imlua_process52.vcproj | 118 | ||||
-rw-r--r-- | src/lua5/imlua_aux.h | 7 | ||||
-rw-r--r-- | src/lua5/imlua_palette.c | 4 | ||||
-rw-r--r-- | src/lua5/loh52/le32/im_convert.loh | 88 | ||||
-rw-r--r-- | src/lua5/loh52/le32/im_fftw.loh | 103 | ||||
-rw-r--r-- | src/lua5/loh52/le32/im_image.loh | 64 | ||||
-rw-r--r-- | src/lua5/loh52/le32/im_process.loh | 807 |
16 files changed, 1642 insertions, 21 deletions
diff --git a/html/en/history.html b/html/en/history.html index 14716d8..326c8dc 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -1,5 +1,5 @@ <!doctype HTML PUBLIC "-//IETF//DTD HTML//EN"> -<html> +<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <title>History</title> @@ -46,6 +46,9 @@ removed compatibility with require"imlua51", now LuaBinaries must be used or LUA_CPATH must be set.</li> <li dir="ltr"> + <span class="hist_changed">Changed:</span> added compatibility with Lua + 5.2.</li> + <li dir="ltr"> <span class="hist_fixed">Fixed:</span><span style="color: #008000"><span style="color: #000000"> image:<strong>HasAlpha</strong>() method in Lua was returning a number instead of a boolean, so <strong>im</strong>.<strong>ImageCreateBased</strong> diff --git a/mak.vc9/im.sln b/mak.vc9/im.sln index 06da12a..b0d85e0 100644 --- a/mak.vc9/im.sln +++ b/mak.vc9/im.sln @@ -16,13 +16,13 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_fftw", "im_fftw.vcproj", EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua3", "imlua3.vcproj", "{43564684-75A9-41FE-847B-BF8514C14571}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua5", "imlua5.vcproj", "{CB863607-6B6C-0000-0000-000000001234}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua51", "imlua51.vcproj", "{CB863607-6B6C-0000-0000-000000001234}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_capture5", "imlua_capture5.vcproj", "{CB863607-6B6C-0000-0000-678900001234}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_capture51", "imlua_capture51.vcproj", "{CB863607-6B6C-0000-0000-678900001234}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_fftw5", "imlua_fftw5.vcproj", "{CB863607-6B6C-0000-1234-000000001234}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_fftw51", "imlua_fftw51.vcproj", "{CB863607-6B6C-0000-1234-000000001234}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_process5", "imlua_process5.vcproj", "{CB863607-6B6C-0000-7689-000000001234}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_process51", "imlua_process51.vcproj", "{CB863607-6B6C-0000-7689-000000001234}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_ecw", "im_ecw.vcproj", "{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}" EndProject @@ -30,7 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua3", "Lua3", "{0AB99E2F-D EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{F36FF650-2081-42D4-82C2-645324897900}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua5", "Lua5", "{45695057-0514-4294-AE1D-15D4017F0389}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua51", "Lua51", "{45695057-0514-4294-AE1D-15D4017F0389}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Formats", "Formats", "{E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD}" EndProject @@ -57,6 +57,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_view", "im_view.vcproj", {5A761929-07C3-48BD-8E4A-B37EC5C72C42} = {5A761929-07C3-48BD-8E4A-B37EC5C72C42} EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua52", "Lua52", "{B706125E-0A8E-4D64-A719-D40D3D7803A7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_capture52", "imlua_capture52.vcproj", "{CB863607-6B6C-0000-AB17-671560001234}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_fftw52", "imlua_fftw52.vcproj", "{CB863607-6B6C-0000-ADFF-FF6700001234}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_process52", "imlua_process52.vcproj", "{CB863607-6B6C-AB14-7689-569300001234}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua52", "imlua52.vcproj", "{CB863607-6B6C-0000-6B6C-048A00001234}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -199,6 +209,42 @@ Global {99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|Win32.ActiveCfg = Debug|Win32 {99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|Win32.Build.0 = Debug|Win32 {99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Debug|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Debug|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.DebugGTK|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.DebugGTK|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.DebugGTK|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Release|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Release|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-AB17-671560001234}.Release|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Debug|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Debug|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.DebugGTK|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.DebugGTK|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.DebugGTK|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Release|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Release|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-ADFF-FF6700001234}.Release|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Debug|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Debug|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.DebugGTK|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.DebugGTK|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.DebugGTK|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Release|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Release|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-AB14-7689-569300001234}.Release|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Debug|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Debug|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.DebugGTK|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.DebugGTK|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.DebugGTK|x64.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Release|Win32.ActiveCfg = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Release|Win32.Build.0 = Debug|Win32 + {CB863607-6B6C-0000-6B6C-048A00001234}.Release|x64.ActiveCfg = Debug|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -216,6 +262,10 @@ Global {909637FA-8229-45A9-9F42-53D8ED5F91C5} = {F36FF650-2081-42D4-82C2-645324897900} {328002C9-0726-4BB5-AD09-1BA1DC96F912} = {F36FF650-2081-42D4-82C2-645324897900} {99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B} = {F36FF650-2081-42D4-82C2-645324897900} + {CB863607-6B6C-0000-AB17-671560001234} = {B706125E-0A8E-4D64-A719-D40D3D7803A7} + {CB863607-6B6C-0000-ADFF-FF6700001234} = {B706125E-0A8E-4D64-A719-D40D3D7803A7} + {CB863607-6B6C-AB14-7689-569300001234} = {B706125E-0A8E-4D64-A719-D40D3D7803A7} + {CB863607-6B6C-0000-6B6C-048A00001234} = {B706125E-0A8E-4D64-A719-D40D3D7803A7} EndGlobalSection GlobalSection(DevPartner Solution Properties) = postSolution EndGlobalSection diff --git a/mak.vc9/imlua5.vcproj b/mak.vc9/imlua51.vcproj index a750c8c..5284089 100644 --- a/mak.vc9/imlua5.vcproj +++ b/mak.vc9/imlua51.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="imlua5" + Name="imlua51" ProjectGUID="{CB863607-6B6C-0000-0000-000000001234}" TargetFrameworkVersion="131072" > @@ -47,7 +47,6 @@ ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile="..\lib/imlua5.pch" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" @@ -69,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/$(ProjectName)1.lib" + OutputFile="$(OutDir)/$(ProjectName).lib" SuppressStartupBanner="true" /> <Tool diff --git a/mak.vc9/imlua52.vcproj b/mak.vc9/imlua52.vcproj new file mode 100644 index 0000000..0ea2fb4 --- /dev/null +++ b/mak.vc9/imlua52.vcproj @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="imlua52" + ProjectGUID="{CB863607-6B6C-0000-6B6C-048A00001234}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../include;../src;..\src\lua5\loh52\le32;../../lua52/include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;IMLUA_USELOH" + ExceptionHandling="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\src\lua5\im_convert.lua" + > + </File> + <File + RelativePath="..\src\lua5\im_image.lua" + > + </File> + <File + RelativePath="..\src\lua5\imlua.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua.def" + > + </File> + <File + RelativePath="..\src\lua5\imlua_aux.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_convert.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_file.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_image.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_palette.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_util.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="..\include\imlua.h" + > + </File> + <File + RelativePath="..\src\lua5\imlua_aux.h" + > + </File> + <File + RelativePath="..\src\lua5\imlua_image.h" + > + </File> + <File + RelativePath="..\src\lua5\imlua_palette.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/mak.vc9/imlua_capture5.vcproj b/mak.vc9/imlua_capture51.vcproj index 4d3064f..fd3ae29 100644 --- a/mak.vc9/imlua_capture5.vcproj +++ b/mak.vc9/imlua_capture51.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="imlua_capture5" + Name="imlua_capture51" ProjectGUID="{CB863607-6B6C-0000-0000-678900001234}" TargetFrameworkVersion="131072" > @@ -47,7 +47,6 @@ ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile="..\lib/imlua_capture5.pch" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" @@ -69,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/$(ProjectName)1.lib" + OutputFile="$(OutDir)/$(ProjectName).lib" SuppressStartupBanner="true" /> <Tool diff --git a/mak.vc9/imlua_capture52.vcproj b/mak.vc9/imlua_capture52.vcproj new file mode 100644 index 0000000..fdf810f --- /dev/null +++ b/mak.vc9/imlua_capture52.vcproj @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="imlua_capture52" + ProjectGUID="{CB863607-6B6C-0000-AB17-671560001234}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../include;../src;../../lua52/include" + PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" + ExceptionHandling="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\src\lua5\imlua_capture.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_capture.def" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/mak.vc9/imlua_fftw5.vcproj b/mak.vc9/imlua_fftw51.vcproj index ab843e1..6208e78 100644 --- a/mak.vc9/imlua_fftw5.vcproj +++ b/mak.vc9/imlua_fftw51.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="imlua_fftw5" + Name="imlua_fftw51" ProjectGUID="{CB863607-6B6C-0000-1234-000000001234}" TargetFrameworkVersion="131072" > @@ -47,7 +47,6 @@ ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile="..\lib/imlua_fftw5.pch" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" @@ -69,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/$(ProjectName)1.lib" + OutputFile="$(OutDir)/$(ProjectName).lib" SuppressStartupBanner="true" /> <Tool diff --git a/mak.vc9/imlua_fftw52.vcproj b/mak.vc9/imlua_fftw52.vcproj new file mode 100644 index 0000000..eea86dd --- /dev/null +++ b/mak.vc9/imlua_fftw52.vcproj @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="imlua_fftw52" + ProjectGUID="{CB863607-6B6C-0000-ADFF-FF6700001234}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../include;../src;..\src\lua5\loh52\le32;../../lua52/include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;IMLUA_USELOH" + ExceptionHandling="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\src\lua5\im_fftw.lua" + > + </File> + <File + RelativePath="..\src\lua5\imlua_fftw.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_fftw.def" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/mak.vc9/imlua_process5.vcproj b/mak.vc9/imlua_process51.vcproj index e7a1f8b..1a6328c 100644 --- a/mak.vc9/imlua_process5.vcproj +++ b/mak.vc9/imlua_process51.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="imlua_process5" + Name="imlua_process51" ProjectGUID="{CB863607-6B6C-0000-7689-000000001234}" TargetFrameworkVersion="131072" > @@ -47,7 +47,6 @@ ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile="..\lib/imlua_process5.pch" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc90.pdb" WarningLevel="4" @@ -69,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/$(ProjectName)1.lib" + OutputFile="$(OutDir)/$(ProjectName).lib" SuppressStartupBanner="true" /> <Tool diff --git a/mak.vc9/imlua_process52.vcproj b/mak.vc9/imlua_process52.vcproj new file mode 100644 index 0000000..faaee8e --- /dev/null +++ b/mak.vc9/imlua_process52.vcproj @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="imlua_process52" + ProjectGUID="{CB863607-6B6C-AB14-7689-569300001234}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../include;../src;..\src\lua5\loh52\le32;../../lua52/include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;IMLUA_USELOH" + ExceptionHandling="0" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\src\lua5\im_process.lua" + > + </File> + <File + RelativePath="..\src\lua5\imlua_kernel.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_process.c" + > + </File> + <File + RelativePath="..\src\lua5\imlua_process.def" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/src/lua5/imlua_aux.h b/src/lua5/imlua_aux.h index 2dc4466..c1cbdb5 100644 --- a/src/lua5/imlua_aux.h +++ b/src/lua5/imlua_aux.h @@ -2,7 +2,7 @@ * \brief IM Lua 5 Binding * * See Copyright Notice in im_lib.h - * $Id: imlua_aux.h,v 1.1 2008/10/17 06:16:32 scuri Exp $ + * $Id: imlua_aux.h,v 1.2 2010/06/11 17:43:52 scuri Exp $ */ #ifndef __IMLUA_AUX_H @@ -75,6 +75,11 @@ void imlua_open_convert(lua_State *L); /* imlua_convert.c */ void imlua_open_util(lua_State *L); /* imlua_util.c */ void imlua_open_file(lua_State *L); /* imlua_file.c */ +#if LUA_VERSION_NUM < 502 +#define luaL_typeerror luaL_typerror +#endif + + #ifdef __cplusplus } #endif diff --git a/src/lua5/imlua_palette.c b/src/lua5/imlua_palette.c index 80d23eb..135fe9a 100644 --- a/src/lua5/imlua_palette.c +++ b/src/lua5/imlua_palette.c @@ -2,7 +2,7 @@ * \brief IM Lua 5 Binding * * See Copyright Notice in im_lib.h - * $Id: imlua_palette.c,v 1.1 2008/10/17 06:16:32 scuri Exp $ + * $Id: imlua_palette.c,v 1.2 2010/06/11 17:43:52 scuri Exp $ */ #include <string.h> @@ -42,7 +42,7 @@ static imluaPalette* imlua_rawcheckpalette(lua_State *L, int param) } } } - luaL_typerror(L, param, "imPalette"); /* else error */ + luaL_typeerror(L, param, "imPalette"); /* else error */ return NULL; /* to avoid warnings */ } diff --git a/src/lua5/loh52/le32/im_convert.loh b/src/lua5/loh52/le32/im_convert.loh new file mode 100644 index 0000000..a5db7fe --- /dev/null +++ b/src/lua5/loh52/le32/im_convert.loh @@ -0,0 +1,88 @@ +/* code automatically generated by bin2c -- DO NOT EDIT */ +{ +/* #include'ing this file in a C program is equivalent to calling + if (luaL_loadfile(L,"../obj/imlua52/im_convert.lo")==0) lua_call(L, 0, 0); +*/ +/* ../obj/imlua52/im_convert.lo */ +static const unsigned char B1[]={ + 27, 76,117, 97, 81, 0, 1, 4, 4, 4, 8, 0, 21, 0, 0, 0, 64,108,117, 97, + 53, 47,105,109, 95, 99,111,110,118,101,114,116, 46,108,117, 97, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 2,255, 10, 0, 0, 0, 5, 64, 0, 0,100, 0, 0, + 0, 9, 64,128,128, 5, 64, 0, 0,100, 64, 0, 0, 9, 64, 0,129, 5, 64, 0, + 0,100,128, 0, 0, 9, 64,128,129, 30, 0,128, 0, 4, 0, 0, 0, 4, 3, 0, + 0, 0,105,109, 0, 4, 19, 0, 0, 0, 67,111,110,118,101,114,116, 68, 97,116, + 97, 84,121,112,101, 78,101,119, 0, 4, 21, 0, 0, 0, 67,111,110,118,101,114, +116, 67,111,108,111,114, 83,112, 97, 99,101, 78,101,119, 0, 4, 19, 0, 0, 0, + 67,111,110,118,101,114,116, 84,111, 66,105,116,109, 97,112, 78,101,119, 0, 3, + 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 6, 0, 14,255, 18, + 0, 0, 0,133, 65, 0, 0,134, 65, 64, 3,192, 1, 0, 0, 3, 2, 0, 5,192, + 2,128, 0,156,129, 0, 3,197, 65, 0, 0,198,129,192, 3, 0, 2, 0, 0, 64, + 2, 0, 3,128, 2, 0, 1,192, 2,128, 1, 0, 3, 0, 2, 64, 3,128, 2,220, +129,128, 3, 0, 2, 0, 3,222, 1,128, 1, 30, 0,128, 0, 3, 0, 0, 0, 4, + 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, + 97,116,101, 66, 97,115,101,100, 0, 4, 16, 0, 0, 0, 67,111,110,118,101,114, +116, 68, 97,116, 97, 84,121,112,101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, + 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, + 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 4, 0, + 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 4, 0, + 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 5, 0, 0, 0, 7, 0, 0, 0, 10, 0, + 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 17, 0, 0, 0, + 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 17, 0, + 0, 0, 9, 0, 0, 0, 99,112,120, 50,114,101, 97,108, 0, 0, 0, 0, 0, 17, + 0, 0, 0, 6, 0, 0, 0,103, 97,109,109, 97, 0, 0, 0, 0, 0, 17, 0, 0, + 0, 10, 0, 0, 0, 97, 98,115,115,111,108,117,116,101, 0, 0, 0, 0, 0, 17, + 0, 0, 0, 10, 0, 0, 0, 99, 97,115,116, 95,109,111,100,101, 0, 0, 0, 0, + 0, 17, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 6, + 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 11, + 0, 0, 0, 3, 0, 8,255, 18, 0, 0, 0,197, 64, 0, 0,198, 64,192, 1, 0, + 1, 0, 0, 67, 1, 0, 3,192, 1,128, 0,220,128,128, 2,154, 0, 0, 0, 22, + 64, 0,128, 11,129,192, 1, 28, 65, 0, 1, 5, 65, 0, 0, 6,193, 64, 2, 64, + 1, 0, 0,128, 1,128, 1, 28,129,128, 1, 64, 1,128, 1, 30, 1,128, 1, 30, + 0,128, 0, 4, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, + 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 9, 0, + 0, 0, 65,100,100, 65,108,112,104, 97, 0, 4, 18, 0, 0, 0, 67,111,110,118, +101,114,116, 67,111,108,111,114, 83,112, 97, 99,101, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 18, 0, 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 8, 0, + 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, 0, 9, 0, + 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, + 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 4, 0, + 0, 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, + 17, 0, 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, + 0, 0, 0, 0, 17, 0, 0, 0, 10, 0, 0, 0,104, 97,115, 95, 97,108,112,104, + 97, 0, 0, 0, 0, 0, 17, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, + 97,103,101, 0, 6, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 13, 0, 0, 0, 18, 0, 0, 0, 7, 0, 15,255, 30, 0, 0, 0, 90, 64, 0, 0, + 22, 64, 1,128,197, 65, 0, 0,198, 65,192, 3, 11,130, 64, 0, 28, 2, 0, 1, +220,129, 0, 0, 64, 0,128, 3,197, 65, 0, 0,198,193,192, 3, 0, 2, 0, 0, + 67, 2, 0, 5,192, 2,128, 0,220,129,128, 2,154, 0, 0, 0, 22, 64, 0,128, + 11, 2,193, 3, 28, 66, 0, 1, 5, 66, 0, 0, 6, 66, 65, 4, 64, 2, 0, 0, +128, 2,128, 3,192, 2,128, 1, 0, 3, 0, 2, 64, 3,128, 2,128, 3, 0, 3, + 28,130,128, 3, 64, 2,128, 3, 30, 2,128, 1, 30, 0,128, 0, 6, 0, 0, 0, + 4, 3, 0, 0, 0,105,109, 0, 4, 18, 0, 0, 0, 67,111,108,111,114, 77,111, +100,101, 84,111, 66,105,116,109, 97,112, 0, 4, 11, 0, 0, 0, 67,111,108,111, +114, 83,112, 97, 99,101, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, + 97,116,101, 66, 97,115,101,100, 0, 4, 9, 0, 0, 0, 65,100,100, 65,108,112, +104, 97, 0, 4, 16, 0, 0, 0, 67,111,110,118,101,114,116, 84,111, 66,105,116, +109, 97,112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 14, 0, 0, 0, + 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, + 14, 0, 0, 0, 14, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, + 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, + 16, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, + 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, + 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 18, 0, 0, 0, 8, 0, 0, 0, + 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 29, 0, + 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, + 0, 0, 29, 0, 0, 0, 10, 0, 0, 0,104, 97,115, 95, 97,108,112,104, 97, 0, + 0, 0, 0, 0, 29, 0, 0, 0, 9, 0, 0, 0, 99,112,120, 50,114,101, 97,108, + 0, 0, 0, 0, 0, 29, 0, 0, 0, 6, 0, 0, 0,103, 97,109,109, 97, 0, 0, + 0, 0, 0, 29, 0, 0, 0, 10, 0, 0, 0, 97, 98,115,115,111,108,117,116,101, + 0, 0, 0, 0, 0, 29, 0, 0, 0, 10, 0, 0, 0, 99, 97,115,116, 95,109,111, +100,101, 0, 0, 0, 0, 0, 29, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105, +109, 97,103,101, 0, 14, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 10, 0, 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, + 0, 11, 0, 0, 0, 7, 0, 0, 0, 13, 0, 0, 0, 18, 0, 0, 0, 13, 0, 0, + 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +}; + + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua52/im_convert.lo")==0) lua_call(L, 0, 0); +} diff --git a/src/lua5/loh52/le32/im_fftw.loh b/src/lua5/loh52/le32/im_fftw.loh new file mode 100644 index 0000000..dd5b594 --- /dev/null +++ b/src/lua5/loh52/le32/im_fftw.loh @@ -0,0 +1,103 @@ +/* code automatically generated by bin2c -- DO NOT EDIT */ +{ +/* #include'ing this file in a C program is equivalent to calling + if (luaL_loadfile(L,"../obj/imlua_fftw52/im_fftw.lo")==0) lua_call(L, 0, 0); +*/ +/* ../obj/imlua_fftw52/im_fftw.lo */ +static const unsigned char B1[]={ + 27, 76,117, 97, 81, 0, 1, 4, 4, 4, 8, 0, 18, 0, 0, 0, 64,108,117, 97, + 53, 47,105,109, 95,102,102,116,119, 46,108,117, 97, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1, 8,255, 18, 0, 0, 0, 36, 0, 0, 0,100, 64, 0, 0,128, 0, +128, 0,193, 64, 0, 0,156, 64, 0, 1,128, 0, 0, 0,193,128, 0, 0, 3, 1, + 0, 3,197,193, 0, 0,198,193,192, 3,156, 64, 0, 3,128, 0, 0, 0,193, 64, + 1, 0,156, 64, 0, 1,128, 0, 0, 0,193,128, 1, 0,156, 64, 0, 1, 30, 0, +128, 0, 6, 0, 0, 0, 4, 24, 0, 0, 0, 80,114,111, 99,101,115,115, 67,114, +111,115,115, 67,111,114,114,101,108, 97,116,105,111,110, 0, 4, 23, 0, 0, 0, + 80,114,111, 99,101,115,115, 65,117,116,111, 67,111,114,114,101,108, 97,116,105, +111,110, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 7, 0, 0, 0, 67, 70, 76, 79, + 65, 84, 0, 4, 11, 0, 0, 0, 80,114,111, 99,101,115,115, 70, 70, 84, 0, 4, + 12, 0, 0, 0, 80,114,111, 99,101,115,115, 73, 70, 70, 84, 0, 2, 0, 0, 0, + 0, 0, 0, 0, 8, 0, 0, 0, 25, 0, 0, 0, 5, 0, 9,255, 12, 0, 0, 0, + 69, 65, 0, 0, 70, 1,128, 2,133,129, 0, 0,192, 1,128, 2,156, 65, 0, 1, +133, 65, 0, 0,192, 1, 0, 0, 1,194, 0, 0,213, 1,130, 3, 36, 2, 0, 0, +137, 1,130, 3, 30, 0,128, 0, 3, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, + 4, 7, 0, 0, 0, 97,115,115,101,114,116, 0, 4, 4, 0, 0, 0, 78,101,119, + 0, 1, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 24, 0, 0, 0, 1, 1, 7, +255, 21, 0, 0, 0, 69, 64, 0, 0, 70, 64,192, 0,128, 0, 0, 0,196, 0, 0, + 0, 4, 1,128, 0, 68, 1, 0, 1,132, 1,128, 1, 92,128, 0, 3,132, 0, 0, + 2,192, 0, 0, 0, 0, 1,128, 0,101, 1, 0, 0,156,128, 0, 0,154, 0, 0, + 0, 22,192, 0,128,192, 0, 0, 1, 0, 1,128, 0,222, 0,128, 1, 22, 0, 0, +128, 94, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 3, 0, 0, 0,105,109, + 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115, +101,100, 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, + 5, 21, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, + 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 18, 0, 0, + 0, 18, 0, 0, 0, 18, 0, 0, 0, 18, 0, 0, 0, 18, 0, 0, 0, 19, 0, 0, + 0, 19, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, + 0, 22, 0, 0, 0, 24, 0, 0, 0, 3, 0, 0, 0, 10, 0, 0, 0,115,114, 99, + 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 20, 0, 0, 0, 10, 0, 0, 0,100, +115,116, 95,105,109, 97,103,101, 0, 8, 0, 0, 0, 20, 0, 0, 0, 4, 0, 0, + 0,114,101,116, 0, 13, 0, 0, 0, 20, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, + 0,119,105,100,116,104, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 12, 0, + 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 10, 0, 0, 0,100, 97, +116, 97, 95,116,121,112,101, 0, 5, 0, 0, 0,102,117,110, 99, 0, 0, 0, 0, + 0, 12, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, + 0, 10, 0, 0, 0, 13, 0, 0, 0, 13, 0, 0, 0, 13, 0, 0, 0, 13, 0, 0, + 0, 24, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, 0, 6, 0, 0, 0, 9, 0, 0, + 0,102,117,110, 99,110, 97,109,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 6, 0, + 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 11, 0, 0, 0, 7, 0, 0, 0, +104,101,105,103,104,116, 0, 0, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 99, +111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 10, + 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 11, 0, 0, + 0, 5, 0, 0, 0,102,117,110, 99, 0, 2, 0, 0, 0, 11, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 50, 0, 0, 0, 5, 0, 11,255, 17, 0, + 0, 0, 69, 65, 0, 0, 70, 1,128, 2,133,129, 0, 0,192, 1,128, 2, 5,194, + 0, 0, 6,194, 64, 4, 65, 66, 1, 0,128, 2, 0, 0, 28, 2,128, 1,156, 65, + 0, 0,133, 65, 0, 0,192, 1, 0, 0, 1,130, 1, 0,213, 1,130, 3, 36, 2, + 0, 0,137, 1,130, 3, 30, 0,128, 0, 6, 0, 0, 0, 4, 3, 0, 0, 0,105, +109, 0, 4, 7, 0, 0, 0, 97,115,115,101,114,116, 0, 4, 7, 0, 0, 0,115, +116,114,105,110,103, 0, 4, 7, 0, 0, 0,102,111,114,109, 97,116, 0, 4, 24, + 0, 0, 0,117,110,100,101,102,105,110,101,100, 32,102,117,110, 99,116,105,111, +110, 32, 96, 37,115, 39, 0, 4, 4, 0, 0, 0, 78,101,119, 0, 1, 0, 0, 0, + 0, 0, 0, 0, 38, 0, 0, 0, 49, 0, 0, 0, 2, 1, 8,255, 22, 0, 0, 0, +133, 64, 0, 0,134, 64, 64, 1,192, 0, 0, 0, 4, 1, 0, 0, 68, 1,128, 0, +132, 1, 0, 1,196, 1,128, 1,156,128, 0, 3,196, 0, 0, 2, 0, 1, 0, 0, + 64, 1,128, 0,128, 1, 0, 1,229, 1, 0, 0,220,128, 0, 0,218, 0, 0, 0, + 22,192, 0,128, 0, 1,128, 1, 64, 1, 0, 1, 30, 1,128, 1, 22, 0, 0,128, +158, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, + 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101, +100, 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, + 22, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, + 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 43, 0, 0, 0, + 43, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, + 44, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, 45, 0, 0, 0, 45, 0, 0, 0, + 45, 0, 0, 0, 47, 0, 0, 0, 49, 0, 0, 0, 4, 0, 0, 0, 11, 0, 0, 0, +115,114, 99, 95,105,109, 97,103,101, 49, 0, 0, 0, 0, 0, 21, 0, 0, 0, 11, + 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 50, 0, 0, 0, 0, 0, 21, 0, + 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 8, 0, 0, 0, + 21, 0, 0, 0, 4, 0, 0, 0,114,101,116, 0, 14, 0, 0, 0, 21, 0, 0, 0, + 5, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 7, 0, 0, 0,104,101, +105,103,104,116, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, + 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 5, 0, 0, 0,102, +117,110, 99, 0, 0, 0, 0, 0, 17, 0, 0, 0, 32, 0, 0, 0, 32, 0, 0, 0, + 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, + 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 38, 0, 0, 0, 38, 0, 0, 0, + 38, 0, 0, 0, 38, 0, 0, 0, 49, 0, 0, 0, 49, 0, 0, 0, 50, 0, 0, 0, + 6, 0, 0, 0, 9, 0, 0, 0,102,117,110, 99,110, 97,109,101, 0, 0, 0, 0, + 0, 16, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 16, + 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, 0, 16, 0, + 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, + 0, 0, 16, 0, 0, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, + 0, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0,102,117,110, 99, 0, 2, 0, 0, + 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 25, 0, 0, + 0, 50, 0, 0, 0, 54, 0, 0, 0, 54, 0, 0, 0, 54, 0, 0, 0, 55, 0, 0, + 0, 55, 0, 0, 0, 55, 0, 0, 0, 55, 0, 0, 0, 55, 0, 0, 0, 55, 0, 0, + 0, 56, 0, 0, 0, 56, 0, 0, 0, 56, 0, 0, 0, 57, 0, 0, 0, 57, 0, 0, + 0, 57, 0, 0, 0, 57, 0, 0, 0, 2, 0, 0, 0, 17, 0, 0, 0, 79,110,101, + 83,111,117,114, 99,101, 79,110,101, 68,101,115,116, 0, 0, 0, 0, 0, 17, 0, + 0, 0, 18, 0, 0, 0, 84,119,111, 83,111,117,114, 99,101,115, 79,110,101, 68, +101,115,116, 0, 1, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, +}; + + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_fftw52/im_fftw.lo")==0) lua_call(L, 0, 0); +} diff --git a/src/lua5/loh52/le32/im_image.loh b/src/lua5/loh52/le32/im_image.loh new file mode 100644 index 0000000..858b09f --- /dev/null +++ b/src/lua5/loh52/le32/im_image.loh @@ -0,0 +1,64 @@ +/* code automatically generated by bin2c -- DO NOT EDIT */ +{ +/* #include'ing this file in a C program is equivalent to calling + if (luaL_loadfile(L,"../obj/imlua52/im_image.lo")==0) lua_call(L, 0, 0); +*/ +/* ../obj/imlua52/im_image.lo */ +static const unsigned char B1[]={ + 27, 76,117, 97, 81, 0, 1, 4, 4, 4, 8, 0, 19, 0, 0, 0, 64,108,117, 97, + 53, 47,105,109, 95,105,109, 97,103,101, 46,108,117, 97, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 2,255, 4, 0, 0, 0, 5, 64, 0, 0,100, 0, 0, 0, 9, + 64,128,128, 30, 0,128, 0, 2, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, + 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, + 0, 1, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 24, 0, 0, 0, 5, 0, 10, +255, 74, 0, 0, 0, 90, 64, 0, 0, 22,128, 0,128, 75, 1, 64, 0, 92,129, 0, + 1, 64, 0,128, 2,154, 64, 0, 0, 22,128, 0,128, 75, 65, 64, 0, 92,129, 0, + 1,128, 0,128, 2,218, 64, 0, 0, 22,128, 0,128, 75,129, 64, 0, 92,129, 0, + 1,192, 0,128, 2, 26, 65, 0, 0, 22,128, 0,128, 75,193, 64, 0, 92,129, 0, + 1, 0, 1,128, 2, 69, 65, 1, 0,128, 1,128, 0, 92,129, 0, 1, 23, 64,193, + 2, 22,192, 0,128, 64, 1,128, 0,128, 1, 0, 0, 92,129, 0, 1, 64, 0,128, + 2, 69, 65, 1, 0,128, 1, 0, 1, 92,129, 0, 1, 23, 64,193, 2, 22,192, 0, +128, 64, 1, 0, 1,128, 1, 0, 0, 92,129, 0, 1,128, 0,128, 2, 69, 65, 1, + 0,128, 1,128, 1, 92,129, 0, 1, 23, 64,193, 2, 22,192, 0,128, 64, 1,128, + 1,128, 1, 0, 0, 92,129, 0, 1,192, 0,128, 2, 69, 65, 1, 0,128, 1, 0, + 2, 92,129, 0, 1, 23, 64,193, 2, 22,192, 0,128, 64, 1, 0, 2,128, 1, 0, + 0, 92,129, 0, 1, 0, 1,128, 2, 69,193, 1, 0, 70,193,193, 2,128, 1,128, + 0,192, 1, 0, 1, 0, 2,128, 1, 64, 2, 0, 2, 92,129,128, 2,139, 1, 66, + 0, 0, 2,128, 2,156, 65,128, 1,139, 65, 66, 0,156,129, 0, 1,154, 1, 0, + 0, 22, 64, 0,128,139,129,194, 2,156, 65, 0, 1, 94, 1, 0, 1, 30, 0,128, + 0, 11, 0, 0, 0, 4, 6, 0, 0, 0, 87,105,100,116,104, 0, 4, 7, 0, 0, + 0, 72,101,105,103,104,116, 0, 4, 11, 0, 0, 0, 67,111,108,111,114, 83,112, + 97, 99,101, 0, 4, 9, 0, 0, 0, 68, 97,116, 97, 84,121,112,101, 0, 4, 5, + 0, 0, 0,116,121,112,101, 0, 4, 9, 0, 0, 0,102,117,110, 99,116,105,111, +110, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 12, 0, 0, 0, 73,109, 97,103,101, + 67,114,101, 97,116,101, 0, 4, 15, 0, 0, 0, 67,111,112,121, 65,116,116,114, +105, 98,117,116,101,115, 0, 4, 9, 0, 0, 0, 72, 97,115, 65,108,112,104, 97, + 0, 4, 9, 0, 0, 0, 65,100,100, 65,108,112,104, 97, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 74, 0, 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 8, 0, 0, 0, 8, + 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, 0, 9, + 0, 0, 0, 9, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, + 0, 0, 0, 10, 0, 0, 0, 11, 0, 0, 0, 11, 0, 0, 0, 11, 0, 0, 0, 11, + 0, 0, 0, 11, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, + 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, 0, 0, 0, 14, + 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, + 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 16, + 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, 16, + 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, 16, 0, 0, 0, 17, 0, 0, 0, 17, + 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 17, + 0, 0, 0, 17, 0, 0, 0, 17, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, + 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, 0, 21, + 0, 0, 0, 21, 0, 0, 0, 21, 0, 0, 0, 22, 0, 0, 0, 22, 0, 0, 0, 22, + 0, 0, 0, 22, 0, 0, 0, 22, 0, 0, 0, 22, 0, 0, 0, 23, 0, 0, 0, 24, + 0, 0, 0, 6, 0, 0, 0, 6, 0, 0, 0,105,109, 97,103,101, 0, 0, 0, 0, + 0, 73, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 73, + 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, 0, 73, 0, + 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, + 0, 0, 73, 0, 0, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, + 0, 0, 0, 0, 73, 0, 0, 0, 10, 0, 0, 0,110,101,119, 95,105,109, 97,103, +101, 0, 63, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, + 0, 0, 6, 0, 0, 0, 24, 0, 0, 0, 6, 0, 0, 0, 24, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, +}; + + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua52/im_image.lo")==0) lua_call(L, 0, 0); +} diff --git a/src/lua5/loh52/le32/im_process.loh b/src/lua5/loh52/le32/im_process.loh new file mode 100644 index 0000000..f46d7c0 --- /dev/null +++ b/src/lua5/loh52/le32/im_process.loh @@ -0,0 +1,807 @@ +/* code automatically generated by bin2c -- DO NOT EDIT */ +{ +/* #include'ing this file in a C program is equivalent to calling + if (luaL_loadfile(L,"../obj/imlua_process52/im_process.lo")==0) lua_call(L, 0, 0); +*/ +/* ../obj/imlua_process52/im_process.lo */ +static const unsigned char B1[]={ + 27, 76,117, 97, 81, 0, 1, 4, 4, 4, 8, 0, 21, 0, 0, 0, 64,108,117, 97, + 53, 47,105,109, 95,112,114,111, 99,101,115,115, 46,108,117, 97, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 13,255,147, 1, 0, 0, 36, 0, 0, 0,100, 64, 0, + 0,164,128, 0, 0,228,192, 0, 0, 36, 1, 1, 0,100, 65, 1, 0,128, 1, 0, + 0,193, 65, 0, 0, 3, 2, 0, 5,197,130, 0, 0,198,130,192, 5,156, 65, 0, + 3,128, 1, 0, 0,193, 1, 1, 0,156, 65, 0, 1,128, 1, 0, 0,193, 65, 1, + 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 1, 0,156, 65, 0, 1,128, 1, 0, + 0,193,193, 1, 0, 1, 2, 2, 0, 64, 2,128, 2,133,130, 0, 0,134, 2, 66, + 5,197,130, 0, 0,198, 66,194, 5,156, 65, 0, 3,128, 1, 0, 0,193,193, 2, + 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 3, 0, 3, 2, 0, 5,197,130, 0, + 0,198, 2,195, 5,156, 65, 0, 3,128, 1, 0, 0,193,129, 3, 0, 3, 2,128, + 4,133,130, 0, 0,134,130, 67, 5,195, 2,128, 5,156, 65, 0, 3,133,129, 0, + 0,228,129, 1, 0,137,193,129,135,133,129, 0, 0,228,193, 1, 0,137,193, 1, +136,128, 1, 0, 0,193,129, 4, 0, 36, 2, 2, 0,100, 66, 2, 0,156, 65, 0, + 2,133,129, 0, 0,228,129, 2, 0,137,193, 1,137,128, 1,128, 0,193, 1, 5, + 0,156, 65, 0, 1,133,129, 0, 0,228,193, 2, 0,137,193, 1,138,133,129, 0, + 0,228, 1, 3, 0,137,193,129,138,128, 1, 0, 0,193,193, 5, 0,156, 65, 0, + 1,128, 1, 0, 0,193, 1, 6, 0, 36, 66, 3, 0,100,130, 3, 0,156, 65, 0, + 2,128, 1, 0, 0,193, 65, 6, 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 6, + 0,156, 65, 0, 1,128, 1, 0, 0,193,193, 6, 0,156, 65, 0, 1,128, 1, 0, + 0,193, 1, 7, 0,156, 65, 0, 1,128, 1, 0, 0,193, 65, 7, 0,156, 65, 0, + 1,128, 1, 0, 0,193,129, 7, 0,156, 65, 0, 1,128, 1, 0, 0,193,193, 7, + 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 8, 0,156, 65, 0, 1,128, 1, 0, + 0,193, 65, 8, 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 8, 0,156, 65, 0, + 1,128, 1, 0, 0,193,193, 8, 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 9, + 0,156, 65, 0, 1,128, 1, 0, 0,193, 65, 9, 0,156, 65, 0, 1,128, 1, 0, + 0,193,129, 9, 0,156, 65, 0, 1,128, 1, 0, 0,193,193, 9, 0,156, 65, 0, + 1,128, 1, 0, 0,193, 1, 10, 0,156, 65, 0, 1,128, 1, 0, 0,193, 65, 10, + 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 10, 0,156, 65, 0, 1,128, 1, 0, + 0,193,193, 10, 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 11, 0,156, 65, 0, + 1,128, 1, 0, 0,193, 65, 11, 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 11, + 0,156, 65, 0, 1,128, 1, 0, 0,193,193, 11, 0,156, 65, 0, 1,128, 1, 0, + 0,193, 1, 12, 0,156, 65, 0, 1,128, 1, 0, 0,193, 65, 12, 0,156, 65, 0, + 1,128, 1, 0, 0,193,129, 12, 0,156, 65, 0, 1,128, 1, 0, 0,193,193, 12, + 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 13, 0,156, 65, 0, 1,128, 1, 0, + 0,193, 65, 13, 0,156, 65, 0, 1,128, 1, 0, 0,193,129, 13, 0,156, 65, 0, + 1,128, 1, 0, 0,193,193, 13, 0,156, 65, 0, 1,128, 1, 0, 0,193, 1, 14, + 0,156, 65, 0, 1,128, 1,128, 1,193, 65, 14, 0, 3, 2, 0, 4,100,194, 3, + 0,156, 65, 0, 2,133,129, 0, 0,228, 1, 4, 0,137,193,129,156,164, 65, 4, + 0,192, 1, 0, 0, 1,194, 14, 0, 67, 2,128, 5, 0, 3, 0, 3,220, 65, 0, + 3,192, 1, 0, 0, 1, 2, 15, 0, 67, 2,128, 5, 0, 3, 0, 3,220, 65, 0, + 3,192, 1, 0, 0, 1, 66, 15, 0,220, 65, 0, 1,192, 1, 0, 0, 1,130, 15, + 0,220, 65, 0, 1,192, 1, 0, 0, 1,194, 15, 0,220, 65, 0, 1,192, 1, 0, + 0, 1, 2, 16, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 66, 16, 0,220, 65, 0, + 1,192, 1, 0, 0, 1,130, 16, 0,220, 65, 0, 1,192, 1,128, 0, 1,194, 16, + 0,220, 65, 0, 1,192, 1, 0, 0, 1, 2, 17, 0,220, 65, 0, 1,192, 1, 0, + 0, 1, 66, 17, 0,220, 65, 0, 1,192, 1,128, 0, 1,130, 17, 0,220, 65, 0, + 1,197,129, 0, 0, 36,130, 4, 0,201, 1, 2,163,192, 1,128, 0, 1, 2, 18, + 0,220, 65, 0, 1,192, 1, 0, 1, 1, 66, 18, 0,220, 65, 0, 1,192, 1,128, + 0, 1,130, 18, 0,220, 65, 0, 1,192, 1,128, 1, 1,194, 18, 0,220, 65, 0, + 1,192, 1,128, 0, 1, 2, 19, 0, 67, 2,128, 5, 5,131, 0, 0, 6, 3, 83, + 6,220, 65, 0, 3,197,129, 0, 0, 36,194, 4, 0,201, 1,130,166,197,129, 0, + 0, 36, 2, 5, 0,201, 1, 2,167,192, 1,128, 0, 1, 2, 20, 0,220, 65, 0, + 1,192, 1, 0, 0, 1, 66, 20, 0,220, 65, 0, 1,192, 1, 0, 0, 1,130, 20, + 0, 67, 2, 0, 5,197,130, 0, 0,198,130,212, 5, 3, 3, 0, 6,220, 65, 0, + 3,192, 1, 0, 0, 1, 2, 21, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 66, 21, + 0,220, 65, 0, 1,192, 1, 0, 0, 1,130, 21, 0,220, 65, 0, 1,197,129, 0, + 0, 36, 66, 5, 0,201, 1, 2,171,192, 1, 0, 2, 1, 2, 22, 0, 67, 2, 0, + 5,197,130, 0, 0,198, 2,194, 5, 5,131, 0, 0, 6, 3, 67, 6,220, 65, 0, + 3,192, 1, 0, 1, 1, 66, 22, 0, 67, 2, 0, 5,197,130, 0, 0,198, 66,214, + 5, 5,131, 0, 0, 6,131, 86, 6,220, 65, 0, 3,197,129, 0, 0, 36,130, 5, + 0,201, 1,130,173,197,129, 0, 0, 36,194, 5, 0,201, 1, 2,174,192, 1, 0, + 0, 1,130, 23, 0, 67, 2,128, 5, 5,131, 0, 0, 6, 3, 67, 6,220, 65, 0, + 3,192, 1, 0, 0, 1,194, 23, 0,220, 65, 0, 1,192, 1,128, 0, 1, 2, 24, + 0,220, 65, 0, 1,192, 1, 0, 0, 1, 66, 24, 0,220, 65, 0, 1,192, 1, 0, + 0, 1,130, 24, 0,220, 65, 0, 1,192, 1, 0, 0, 1,194, 24, 0,220, 65, 0, + 1,192, 1, 0, 0, 1, 2, 25, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 66, 25, + 0, 67, 2,128, 5, 5,131, 0, 0, 6,131, 86, 6,220, 65, 0, 3,192, 1, 0, + 0, 1,130, 25, 0, 67, 2,128, 5, 5,131, 0, 0, 6,131, 86, 6,220, 65, 0, + 3,192, 1, 0, 0, 1,194, 25, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 2, 26, + 0, 67, 2, 0, 5,197,130, 0, 0,198,130,195, 5, 3, 3, 0, 6,220, 65, 0, + 3,192, 1, 0, 0, 1, 66, 26, 0, 67, 2, 0, 5,197,130, 0, 0,198,130,195, + 5, 3, 3, 0, 6,220, 65, 0, 3,192, 1, 0, 0, 1,130, 26, 0, 67, 2, 0, + 5,197,130, 0, 0,198,130,195, 5, 3, 3, 0, 6,220, 65, 0, 3,192, 1,128, + 0, 1,194, 26, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 2, 27, 0, 67, 2, 0, + 5,197,130, 0, 0,198,130,195, 5, 3, 3, 0, 6,220, 65, 0, 3,192, 1, 0, + 0, 1, 66, 27, 0, 67, 2, 0, 5,197,130, 0, 0,198,130,195, 5, 3, 3, 0, + 6,220, 65, 0, 3,192, 1, 0, 0, 1,130, 27, 0,220, 65, 0, 1,192, 1, 0, + 0, 1,194, 27, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 2, 28, 0,220, 65, 0, + 1,192, 1, 0, 0, 1, 66, 28, 0, 67, 2, 0, 5,197,130, 0, 0,198,130,195, + 5, 3, 3, 0, 6,220, 65, 0, 3,192, 1, 0, 0, 1,130, 28, 0, 67, 2, 0, + 5,197,130, 0, 0,198,130,195, 5, 3, 3, 0, 6,220, 65, 0, 3,192, 1, 0, + 0, 1,194, 28, 0,220, 65, 0, 1,192, 1, 0, 0, 1, 2, 29, 0,220, 65, 0, + 1, 30, 0,128, 0,116, 0, 0, 0, 4, 19, 0, 0, 0, 65,110, 97,108,121,122, +101, 70,105,110,100, 82,101,103,105,111,110,115, 0, 4, 3, 0, 0, 0,105,109, + 0, 4, 7, 0, 0, 0, 85, 83, 72, 79, 82, 84, 0, 4, 21, 0, 0, 0, 80,114, +111, 99,101,115,115, 80,101,114,105,109,101,116,101,114, 76,105,110,101, 0, 4, + 20, 0, 0, 0, 80,114,111, 99,101,115,115, 82,101,109,111,118,101, 66,121, 65, +114,101, 97, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 70,105,108,108, + 72,111,108,101,115, 0, 4, 18, 0, 0, 0, 80,114,111, 99,101,115,115, 72,111, +117,103,104, 76,105,110,101,115, 0, 3, 0, 0, 0, 0, 0,128,102, 64, 4, 5, + 0, 0, 0, 71, 82, 65, 89, 0, 4, 4, 0, 0, 0, 73, 78, 84, 0, 4, 22, 0, + 0, 0, 80,114,111, 99,101,115,115, 72,111,117,103,104, 76,105,110,101,115, 68, +114, 97,119, 0, 4, 25, 0, 0, 0, 80,114,111, 99,101,115,115, 68,105,115,116, + 97,110, 99,101, 84,114, 97,110,115,102,111,114,109, 0, 4, 6, 0, 0, 0, 70, + 76, 79, 65, 84, 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 82,101,103, +105,111,110, 97,108, 77, 97,120,105,109,117,109, 0, 4, 7, 0, 0, 0, 66, 73, + 78, 65, 82, 89, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 82,101,100, +117, 99,101, 78,101,119, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 82, +101,115,105,122,101, 78,101,119, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115, +115, 82,101,100,117, 99,101, 66,121, 52, 0, 4, 15, 0, 0, 0, 80,114,111, 99, +101,115,115, 67,114,111,112, 78,101,119, 0, 4, 14, 0, 0, 0, 80,114,111, 99, +101,115,115, 73,110,115,101,114,116, 0, 4, 21, 0, 0, 0, 80,114,111, 99,101, +115,115, 65,100,100, 77, 97,114,103,105,110,115, 78,101,119, 0, 4, 17, 0, 0, + 0, 80,114,111, 99,101,115,115, 82,111,116, 97,116,101, 78,101,119, 0, 4, 17, + 0, 0, 0, 80,114,111, 99,101,115,115, 82,111,116, 97,116,101, 82,101,102, 0, + 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, 82,111,116, 97,116,101, 57, 48, + 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 82,111,116, 97,116,101, 49, + 56, 48, 0, 4, 14, 0, 0, 0, 80,114,111, 99,101,115,115, 77,105,114,114,111, +114, 0, 4, 12, 0, 0, 0, 80,114,111, 99,101,115,115, 70,108,105,112, 0, 4, + 14, 0, 0, 0, 80,114,111, 99,101,115,115, 82, 97,100,105, 97,108, 0, 4, 25, + 0, 0, 0, 80,114,111, 99,101,115,115, 71,114, 97,121, 77,111,114,112,104, 67, +111,110,118,111,108,118,101, 0, 4, 22, 0, 0, 0, 80,114,111, 99,101,115,115, + 71,114, 97,121, 77,111,114,112,104, 69,114,111,100,101, 0, 4, 23, 0, 0, 0, + 80,114,111, 99,101,115,115, 71,114, 97,121, 77,111,114,112,104, 68,105,108, 97, +116,101, 0, 4, 21, 0, 0, 0, 80,114,111, 99,101,115,115, 71,114, 97,121, 77, +111,114,112,104, 79,112,101,110, 0, 4, 22, 0, 0, 0, 80,114,111, 99,101,115, +115, 71,114, 97,121, 77,111,114,112,104, 67,108,111,115,101, 0, 4, 23, 0, 0, + 0, 80,114,111, 99,101,115,115, 71,114, 97,121, 77,111,114,112,104, 84,111,112, + 72, 97,116, 0, 4, 21, 0, 0, 0, 80,114,111, 99,101,115,115, 71,114, 97,121, + 77,111,114,112,104, 87,101,108,108, 0, 4, 25, 0, 0, 0, 80,114,111, 99,101, +115,115, 71,114, 97,121, 77,111,114,112,104, 71,114, 97,100,105,101,110,116, 0, + 4, 24, 0, 0, 0, 80,114,111, 99,101,115,115, 66,105,110, 77,111,114,112,104, + 67,111,110,118,111,108,118,101, 0, 4, 21, 0, 0, 0, 80,114,111, 99,101,115, +115, 66,105,110, 77,111,114,112,104, 69,114,111,100,101, 0, 4, 22, 0, 0, 0, + 80,114,111, 99,101,115,115, 66,105,110, 77,111,114,112,104, 68,105,108, 97,116, +101, 0, 4, 20, 0, 0, 0, 80,114,111, 99,101,115,115, 66,105,110, 77,111,114, +112,104, 79,112,101,110, 0, 4, 21, 0, 0, 0, 80,114,111, 99,101,115,115, 66, +105,110, 77,111,114,112,104, 67,108,111,115,101, 0, 4, 23, 0, 0, 0, 80,114, +111, 99,101,115,115, 66,105,110, 77,111,114,112,104, 79,117,116,108,105,110,101, + 0, 4, 20, 0, 0, 0, 80,114,111, 99,101,115,115, 66,105,110, 77,111,114,112, +104, 84,104,105,110, 0, 4, 22, 0, 0, 0, 80,114,111, 99,101,115,115, 77,101, +100,105, 97,110, 67,111,110,118,111,108,118,101, 0, 4, 21, 0, 0, 0, 80,114, +111, 99,101,115,115, 82, 97,110,103,101, 67,111,110,118,111,108,118,101, 0, 4, + 27, 0, 0, 0, 80,114,111, 99,101,115,115, 82, 97,110,107, 67,108,111,115,101, +115,116, 67,111,110,118,111,108,118,101, 0, 4, 23, 0, 0, 0, 80,114,111, 99, +101,115,115, 82, 97,110,107, 77, 97,120, 67,111,110,118,111,108,118,101, 0, 4, + 23, 0, 0, 0, 80,114,111, 99,101,115,115, 82, 97,110,107, 77,105,110, 67,111, +110,118,111,108,118,101, 0, 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, 67, +111,110,118,111,108,118,101, 0, 4, 19, 0, 0, 0, 80,114,111, 99,101,115,115, + 67,111,110,118,111,108,118,101, 83,101,112, 0, 4, 19, 0, 0, 0, 80,114,111, + 99,101,115,115, 67,111,110,118,111,108,118,101, 82,101,112, 0, 4, 20, 0, 0, + 0, 80,114,111, 99,101,115,115, 67,111,110,118,111,108,118,101, 68,117, 97,108, + 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 67,111,109,112, 97,115,115, + 67,111,110,118,111,108,118,101, 0, 4, 20, 0, 0, 0, 80,114,111, 99,101,115, +115, 77,101, 97,110, 67,111,110,118,111,108,118,101, 0, 4, 24, 0, 0, 0, 80, +114,111, 99,101,115,115, 71, 97,117,115,115,105, 97,110, 67,111,110,118,111,108, +118,101, 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 66, 97,114,108,101, +116,116, 67,111,110,118,111,108,118,101, 0, 4, 22, 0, 0, 0, 80,114,111, 99, +101,115,115, 73,110,116,101,114,108, 97, 99,101, 83,112,108,105,116, 0, 4, 25, + 0, 0, 0, 80,114,111, 99,101,115,115, 73,110,116,101,114,108, 97, 99,101, 83, +112,108,105,116, 78,101,119, 0, 4, 30, 0, 0, 0, 80,114,111, 99,101,115,115, + 68,105,102,102, 79,102, 71, 97,117,115,115,105, 97,110, 67,111,110,118,111,108, +118,101, 0, 4, 29, 0, 0, 0, 80,114,111, 99,101,115,115, 76, 97,112, 79,102, + 71, 97,117,115,115,105, 97,110, 67,111,110,118,111,108,118,101, 0, 4, 21, 0, + 0, 0, 80,114,111, 99,101,115,115, 83,111, 98,101,108, 67,111,110,118,111,108, +118,101, 0, 4, 26, 0, 0, 0, 80,114,111, 99,101,115,115, 83,112,108,105,110, +101, 69,100,103,101, 67,111,110,118,111,108,118,101, 0, 4, 23, 0, 0, 0, 80, +114,111, 99,101,115,115, 80,114,101,119,105,116,116, 67,111,110,118,111,108,118, +101, 0, 4, 20, 0, 0, 0, 80,114,111, 99,101,115,115, 90,101,114,111, 67,114, +111,115,115,105,110,103, 0, 4, 13, 0, 0, 0, 80,114,111, 99,101,115,115, 67, + 97,110,110,121, 0, 4, 22, 0, 0, 0, 80,114,111, 99,101,115,115, 85,110, 65, +114,105,116,104,109,101,116,105, 99, 79,112, 0, 4, 20, 0, 0, 0, 80,114,111, + 99,101,115,115, 65,114,105,116,104,109,101,116,105, 99, 79,112, 0, 4, 15, 0, + 0, 0, 80,114,111, 99,101,115,115, 85,110,115,104, 97,114,112, 0, 4, 13, 0, + 0, 0, 80,114,111, 99,101,115,115, 83,104, 97,114,112, 0, 4, 19, 0, 0, 0, + 80,114,111, 99,101,115,115, 83,104, 97,114,112, 75,101,114,110,101,108, 0, 4, + 28, 0, 0, 0, 80,114,111, 99,101,115,115, 65,114,105,116,104,109,101,116,105, + 99, 67,111,110,115,116, 79,112, 78,101,119, 0, 4, 18, 0, 0, 0, 80,114,111, + 99,101,115,115, 66,108,101,110,100, 67,111,110,115,116, 0, 4, 13, 0, 0, 0, + 80,114,111, 99,101,115,115, 66,108,101,110,100, 0, 4, 15, 0, 0, 0, 80,114, +111, 99,101,115,115, 67,111,109,112,111,115,101, 0, 4, 20, 0, 0, 0, 80,114, +111, 99,101,115,115, 83,112,108,105,116, 67,111,109,112,108,101,120, 0, 4, 20, + 0, 0, 0, 80,114,111, 99,101,115,115, 77,101,114,103,101, 67,111,109,112,108, +101,120, 0, 4, 7, 0, 0, 0, 67, 70, 76, 79, 65, 84, 0, 4, 23, 0, 0, 0, + 80,114,111, 99,101,115,115, 77,117,108,116,105,112,108,101, 77,101, 97,110, 78, +101,119, 0, 4, 25, 0, 0, 0, 80,114,111, 99,101,115,115, 77,117,108,116,105, +112,108,101, 83,116,100, 68,101,118, 78,101,119, 0, 4, 22, 0, 0, 0, 80,114, +111, 99,101,115,115, 65,117,116,111, 67,111,118, 97,114,105, 97,110, 99,101, 0, + 4, 20, 0, 0, 0, 80,114,111, 99,101,115,115, 77,117,108,116,105,112,108,121, + 67,111,110,106, 0, 4, 26, 0, 0, 0, 80,114,111, 99,101,115,115, 81,117, 97, +110,116,105,122,101, 82, 71, 66, 85,110,105,102,111,114,109, 0, 4, 4, 0, 0, + 0, 77, 65, 80, 0, 4, 27, 0, 0, 0, 80,114,111, 99,101,115,115, 81,117, 97, +110,116,105,122,101, 71,114, 97,121, 85,110,105,102,111,114,109, 0, 4, 23, 0, + 0, 0, 80,114,111, 99,101,115,115, 69,120,112, 97,110,100, 72,105,115,116,111, +103,114, 97,109, 0, 4, 25, 0, 0, 0, 80,114,111, 99,101,115,115, 69,113,117, + 97,108,105,122,101, 72,105,115,116,111,103,114, 97,109, 0, 4, 23, 0, 0, 0, + 80,114,111, 99,101,115,115, 83,112,108,105,116, 89, 67,104,114,111,109, 97, 78, +101,119, 0, 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, 83,112,108,105,116, + 72, 83, 73, 0, 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, 77,101,114,103, +101, 72, 83, 73, 0, 4, 4, 0, 0, 0, 82, 71, 66, 0, 4, 5, 0, 0, 0, 66, + 89, 84, 69, 0, 4, 26, 0, 0, 0, 80,114,111, 99,101,115,115, 83,112,108,105, +116, 67,111,109,112,111,110,101,110,116,115, 78,101,119, 0, 4, 26, 0, 0, 0, + 80,114,111, 99,101,115,115, 77,101,114,103,101, 67,111,109,112,111,110,101,110, +116,115, 78,101,119, 0, 4, 27, 0, 0, 0, 80,114,111, 99,101,115,115, 78,111, +114,109, 97,108,105,122,101, 67,111,109,112,111,110,101,110,116,115, 0, 4, 20, + 0, 0, 0, 80,114,111, 99,101,115,115, 82,101,112,108, 97, 99,101, 67,111,108, +111,114, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 66,105,116,119,105, +115,101, 79,112, 0, 4, 18, 0, 0, 0, 80,114,111, 99,101,115,115, 66,105,116, +119,105,115,101, 78,111,116, 0, 4, 15, 0, 0, 0, 80,114,111, 99,101,115,115, + 66,105,116, 77, 97,115,107, 0, 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, + 66,105,116, 80,108, 97,110,101, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115, +115, 84,111,110,101, 71, 97,109,117,116, 0, 4, 19, 0, 0, 0, 80,114,111, 99, +101,115,115, 85,110, 78,111,114,109, 97,108,105,122,101, 0, 4, 18, 0, 0, 0, + 80,114,111, 99,101,115,115, 68,105,114,101, 99,116, 67,111,110,118, 0, 4, 16, + 0, 0, 0, 80,114,111, 99,101,115,115, 78,101,103, 97,116,105,118,101, 0, 4, + 30, 0, 0, 0, 80,114,111, 99,101,115,115, 82, 97,110,103,101, 67,111,110,116, +114, 97,115,116, 84,104,114,101,115,104,111,108,100, 0, 4, 25, 0, 0, 0, 80, +114,111, 99,101,115,115, 76,111, 99, 97,108, 77, 97,120, 84,104,114,101,115,104, +111,108,100, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 84,104,114,101, +115,104,111,108,100, 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 84,104, +114,101,115,104,111,108,100, 66,121, 68,105,102,102, 0, 4, 27, 0, 0, 0, 80, +114,111, 99,101,115,115, 72,121,115,116,101,114,101,115,105,115, 84,104,114,101, +115,104,111,108,100, 0, 4, 27, 0, 0, 0, 80,114,111, 99,101,115,115, 85,110, +105,102,111,114,109, 69,114,114, 84,104,114,101,115,104,111,108,100, 0, 4, 28, + 0, 0, 0, 80,114,111, 99,101,115,115, 68,105,102,117,115,105,111,110, 69,114, +114, 84,104,114,101,115,104,111,108,100, 0, 4, 24, 0, 0, 0, 80,114,111, 99, +101,115,115, 80,101,114, 99,101,110,116, 84,104,114,101,115,104,111,108,100, 0, + 4, 21, 0, 0, 0, 80,114,111, 99,101,115,115, 79,116,115,117, 84,104,114,101, +115,104,111,108,100, 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 77,105, +110, 77, 97,120, 84,104,114,101,115,104,111,108,100, 0, 4, 22, 0, 0, 0, 80, +114,111, 99,101,115,115, 83,108,105, 99,101, 84,104,114,101,115,104,111,108,100, + 0, 4, 16, 0, 0, 0, 80,114,111, 99,101,115,115, 80,105,120,101,108, 97,116, +101, 0, 4, 17, 0, 0, 0, 80,114,111, 99,101,115,115, 80,111,115,116,101,114, +105,122,101, 0, 24, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 25, 0, 0, 0, + 5, 0, 9,255, 12, 0, 0, 0, 69, 65, 0, 0, 70, 1,128, 2,133,129, 0, 0, +192, 1,128, 2,156, 65, 0, 1,133, 65, 0, 0,192, 1, 0, 0, 1,194, 0, 0, +213, 1,130, 3, 36, 2, 0, 0,137, 1,130, 3, 30, 0,128, 0, 3, 0, 0, 0, + 4, 3, 0, 0, 0,105,109, 0, 4, 7, 0, 0, 0, 97,115,115,101,114,116, 0, + 4, 4, 0, 0, 0, 78,101,119, 0, 1, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, + 0, 24, 0, 0, 0, 1, 1, 7,255, 21, 0, 0, 0, 69, 64, 0, 0, 70, 64,192, + 0,128, 0, 0, 0,196, 0, 0, 0, 4, 1,128, 0, 68, 1, 0, 1,132, 1,128, + 1, 92,128, 0, 3,132, 0, 0, 2,192, 0, 0, 0, 0, 1,128, 0,101, 1, 0, + 0,156,128, 0, 0,154, 0, 0, 0, 22,192, 0,128,192, 0, 0, 1, 0, 1,128, + 0,222, 0,128, 1, 22, 0, 0,128, 94, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, + 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67, +114,101, 97,116,101, 66, 97,115,101,100, 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, + 1, 1, 2, 1, 3, 1, 4, 1, 5, 21, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, + 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, + 0, 15, 0, 0, 0, 18, 0, 0, 0, 18, 0, 0, 0, 18, 0, 0, 0, 18, 0, 0, + 0, 18, 0, 0, 0, 19, 0, 0, 0, 19, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0, + 0, 20, 0, 0, 0, 20, 0, 0, 0, 22, 0, 0, 0, 24, 0, 0, 0, 3, 0, 0, + 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 20, + 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 8, 0, 0, + 0, 20, 0, 0, 0, 4, 0, 0, 0,114,101,116, 0, 13, 0, 0, 0, 20, 0, 0, + 0, 5, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 7, 0, 0, 0,104, +101,105,103,104,116, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99, +101, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 5, 0, 0, 0, +102,117,110, 99, 0, 0, 0, 0, 0, 12, 0, 0, 0, 9, 0, 0, 0, 9, 0, 0, + 0, 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0, 13, 0, 0, 0, 13, 0, 0, + 0, 13, 0, 0, 0, 13, 0, 0, 0, 24, 0, 0, 0, 24, 0, 0, 0, 25, 0, 0, + 0, 6, 0, 0, 0, 9, 0, 0, 0,102,117,110, 99,110, 97,109,101, 0, 0, 0, + 0, 0, 11, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, + 11, 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, 0, 11, + 0, 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 0, + 0, 0, 0, 11, 0, 0, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, + 0, 0, 0, 0, 0, 11, 0, 0, 0, 5, 0, 0, 0,102,117,110, 99, 0, 2, 0, + 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 50, 0, + 0, 0, 5, 0, 11,255, 17, 0, 0, 0, 69, 65, 0, 0, 70, 1,128, 2,133,129, + 0, 0,192, 1,128, 2, 5,194, 0, 0, 6,194, 64, 4, 65, 66, 1, 0,128, 2, + 0, 0, 28, 2,128, 1,156, 65, 0, 0,133, 65, 0, 0,192, 1, 0, 0, 1,130, + 1, 0,213, 1,130, 3, 36, 2, 0, 0,137, 1,130, 3, 30, 0,128, 0, 6, 0, + 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 7, 0, 0, 0, 97,115,115,101,114, +116, 0, 4, 7, 0, 0, 0,115,116,114,105,110,103, 0, 4, 7, 0, 0, 0,102, +111,114,109, 97,116, 0, 4, 24, 0, 0, 0,117,110,100,101,102,105,110,101,100, + 32,102,117,110, 99,116,105,111,110, 32, 96, 37,115, 39, 0, 4, 4, 0, 0, 0, + 78,101,119, 0, 1, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 49, 0, 0, 0, + 2, 1, 8,255, 22, 0, 0, 0,133, 64, 0, 0,134, 64, 64, 1,192, 0, 0, 0, + 4, 1, 0, 0, 68, 1,128, 0,132, 1, 0, 1,196, 1,128, 1,156,128, 0, 3, +196, 0, 0, 2, 0, 1, 0, 0, 64, 1,128, 0,128, 1, 0, 1,229, 1, 0, 0, +220,128, 0, 0,218, 0, 0, 0, 22,192, 0,128, 0, 1,128, 1, 64, 1, 0, 1, + 30, 1,128, 1, 22, 0, 0,128,158, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, + 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114, +101, 97,116,101, 66, 97,115,101,100, 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 1, + 1, 2, 1, 3, 1, 4, 1, 5, 22, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, + 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, 40, 0, 0, 0, + 40, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, 43, 0, 0, 0, + 43, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 44, 0, 0, 0, 45, 0, 0, 0, + 45, 0, 0, 0, 45, 0, 0, 0, 45, 0, 0, 0, 47, 0, 0, 0, 49, 0, 0, 0, + 4, 0, 0, 0, 11, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 49, 0, 0, + 0, 0, 0, 21, 0, 0, 0, 11, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, + 50, 0, 0, 0, 0, 0, 21, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, + 97,103,101, 0, 8, 0, 0, 0, 21, 0, 0, 0, 4, 0, 0, 0,114,101,116, 0, + 14, 0, 0, 0, 21, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0,119,105,100,116, +104, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 12, 0, 0, 0, 99,111,108, +111,114, 95,115,112, 97, 99,101, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121, +112,101, 0, 5, 0, 0, 0,102,117,110, 99, 0, 0, 0, 0, 0, 17, 0, 0, 0, + 32, 0, 0, 0, 32, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, + 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, 35, 0, 0, 0, + 38, 0, 0, 0, 38, 0, 0, 0, 38, 0, 0, 0, 38, 0, 0, 0, 49, 0, 0, 0, + 49, 0, 0, 0, 50, 0, 0, 0, 6, 0, 0, 0, 9, 0, 0, 0,102,117,110, 99, +110, 97,109,101, 0, 0, 0, 0, 0, 16, 0, 0, 0, 6, 0, 0, 0,119,105,100, +116,104, 0, 0, 0, 0, 0, 16, 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104, +116, 0, 0, 0, 0, 0, 16, 0, 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95, +115,112, 97, 99,101, 0, 0, 0, 0, 0, 16, 0, 0, 0, 10, 0, 0, 0,100, 97, +116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 16, 0, 0, 0, 5, 0, 0, 0, +102,117,110, 99, 0, 2, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 56, 0, 0, 0, 73, 0, 0, 0, 5, 0, 9,255, 12, 0, 0, 0, 69, 65, 0, + 0, 70, 1,128, 2,133,129, 0, 0,192, 1,128, 2,156, 65, 0, 1,133, 65, 0, + 0,192, 1, 0, 0, 1,194, 0, 0,213, 1,130, 3, 36, 2, 0, 0,137, 1,130, + 3, 30, 0,128, 0, 3, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 7, 0, + 0, 0, 97,115,115,101,114,116, 0, 4, 4, 0, 0, 0, 78,101,119, 0, 1, 0, + 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 72, 0, 0, 0, 3, 1, 10,255, 23, 0, + 0, 0,197, 64, 0, 0,198, 64,192, 1, 0, 1, 0, 0, 68, 1, 0, 0,132, 1, +128, 0,196, 1, 0, 1, 4, 2,128, 1,220,128, 0, 3, 4, 1, 0, 2, 64, 1, + 0, 0,128, 1,128, 0,192, 1, 0, 1, 0, 2,128, 1,101, 2, 0, 0, 28,129, + 0, 0, 26, 1, 0, 0, 22,192, 0,128, 64, 1, 0, 2,128, 1,128, 1, 94, 1, +128, 1, 22, 0, 0,128,222, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 3, + 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97, +116,101, 66, 97,115,101,100, 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 1, 1, 2, + 1, 3, 1, 4, 1, 5, 23, 0, 0, 0, 63, 0, 0, 0, 63, 0, 0, 0, 63, 0, + 0, 0, 63, 0, 0, 0, 63, 0, 0, 0, 63, 0, 0, 0, 63, 0, 0, 0, 63, 0, + 0, 0, 66, 0, 0, 0, 66, 0, 0, 0, 66, 0, 0, 0, 66, 0, 0, 0, 66, 0, + 0, 0, 66, 0, 0, 0, 66, 0, 0, 0, 67, 0, 0, 0, 67, 0, 0, 0, 68, 0, + 0, 0, 68, 0, 0, 0, 68, 0, 0, 0, 68, 0, 0, 0, 70, 0, 0, 0, 72, 0, + 0, 0, 5, 0, 0, 0, 11, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 49, + 0, 0, 0, 0, 0, 22, 0, 0, 0, 11, 0, 0, 0,115,114, 99, 95,105,109, 97, +103,101, 50, 0, 0, 0, 0, 0, 22, 0, 0, 0, 11, 0, 0, 0,115,114, 99, 95, +105,109, 97,103,101, 51, 0, 0, 0, 0, 0, 22, 0, 0, 0, 10, 0, 0, 0,100, +115,116, 95,105,109, 97,103,101, 0, 8, 0, 0, 0, 22, 0, 0, 0, 4, 0, 0, + 0,114,101,116, 0, 15, 0, 0, 0, 22, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, + 0,119,105,100,116,104, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 12, 0, + 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 10, 0, 0, 0,100, 97, +116, 97, 95,116,121,112,101, 0, 5, 0, 0, 0,102,117,110, 99, 0, 0, 0, 0, + 0, 12, 0, 0, 0, 57, 0, 0, 0, 57, 0, 0, 0, 58, 0, 0, 0, 58, 0, 0, + 0, 58, 0, 0, 0, 61, 0, 0, 0, 61, 0, 0, 0, 61, 0, 0, 0, 61, 0, 0, + 0, 72, 0, 0, 0, 72, 0, 0, 0, 73, 0, 0, 0, 6, 0, 0, 0, 9, 0, 0, + 0,102,117,110, 99,110, 97,109,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 6, 0, + 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 11, 0, 0, 0, 7, 0, 0, 0, +104,101,105,103,104,116, 0, 0, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 99, +111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 10, + 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 11, 0, 0, + 0, 5, 0, 0, 0,102,117,110, 99, 0, 2, 0, 0, 0, 11, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 97, 0, 0, 0, 5, 0, 9,255, 12, 0, + 0, 0, 69, 65, 0, 0, 70, 1,128, 2,133,129, 0, 0,192, 1,128, 2,156, 65, + 0, 1,133, 65, 0, 0,192, 1, 0, 0, 1,194, 0, 0,213, 1,130, 3, 36, 2, + 0, 0,137, 1,130, 3, 30, 0,128, 0, 3, 0, 0, 0, 4, 3, 0, 0, 0,105, +109, 0, 4, 7, 0, 0, 0, 97,115,115,101,114,116, 0, 4, 4, 0, 0, 0, 78, +101,119, 0, 1, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 96, 0, 0, 0, 1, + 1, 8,255, 33, 0, 0, 0, 69, 64, 0, 0, 70, 64,192, 0,128, 0, 0, 0,196, + 0, 0, 0, 4, 1,128, 0, 68, 1, 0, 1,132, 1,128, 1, 92,128, 0, 3,133, + 64, 0, 0,134, 64, 64, 1,192, 0, 0, 0, 4, 1, 0, 0, 68, 1,128, 0,132, + 1, 0, 1,196, 1,128, 1,156,128, 0, 3,196, 0, 0, 2, 0, 1, 0, 0, 64, + 1,128, 0,128, 1, 0, 1,229, 1, 0, 0,220,128, 0, 0,218, 0, 0, 0, 22, + 0, 1,128, 0, 1,128, 1, 64, 1,128, 0,128, 1, 0, 1, 30, 1, 0, 2, 22, +128, 0,128, 0, 1,128, 0, 64, 1, 0, 1, 30, 1,128, 1, 30, 0,128, 0, 2, + 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103, +101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 0, 0, 0, 0, 5, 0, 0, + 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 33, 0, 0, 0, 86, 0, 0, 0, 86, + 0, 0, 0, 86, 0, 0, 0, 86, 0, 0, 0, 86, 0, 0, 0, 86, 0, 0, 0, 86, + 0, 0, 0, 86, 0, 0, 0, 87, 0, 0, 0, 87, 0, 0, 0, 87, 0, 0, 0, 87, + 0, 0, 0, 87, 0, 0, 0, 87, 0, 0, 0, 87, 0, 0, 0, 87, 0, 0, 0, 90, + 0, 0, 0, 90, 0, 0, 0, 90, 0, 0, 0, 90, 0, 0, 0, 90, 0, 0, 0, 90, + 0, 0, 0, 91, 0, 0, 0, 91, 0, 0, 0, 92, 0, 0, 0, 92, 0, 0, 0, 92, + 0, 0, 0, 92, 0, 0, 0, 92, 0, 0, 0, 94, 0, 0, 0, 94, 0, 0, 0, 94, + 0, 0, 0, 96, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105, +109, 97,103,101, 0, 0, 0, 0, 0, 32, 0, 0, 0, 11, 0, 0, 0,100,115,116, + 95,105,109, 97,103,101, 49, 0, 8, 0, 0, 0, 32, 0, 0, 0, 11, 0, 0, 0, +100,115,116, 95,105,109, 97,103,101, 50, 0, 16, 0, 0, 0, 32, 0, 0, 0, 4, + 0, 0, 0,114,101,116, 0, 22, 0, 0, 0, 32, 0, 0, 0, 5, 0, 0, 0, 6, + 0, 0, 0,119,105,100,116,104, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, + 12, 0, 0, 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 10, 0, 0, 0, +100, 97,116, 97, 95,116,121,112,101, 0, 5, 0, 0, 0,102,117,110, 99, 0, 0, + 0, 0, 0, 12, 0, 0, 0, 80, 0, 0, 0, 80, 0, 0, 0, 81, 0, 0, 0, 81, + 0, 0, 0, 81, 0, 0, 0, 84, 0, 0, 0, 84, 0, 0, 0, 84, 0, 0, 0, 84, + 0, 0, 0, 96, 0, 0, 0, 96, 0, 0, 0, 97, 0, 0, 0, 6, 0, 0, 0, 9, + 0, 0, 0,102,117,110, 99,110, 97,109,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, + 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 11, 0, 0, 0, 7, 0, + 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, + 0, 99,111,108,111,114, 95,115,112, 97, 99,101, 0, 0, 0, 0, 0, 11, 0, 0, + 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 11, + 0, 0, 0, 5, 0, 0, 0,102,117,110, 99, 0, 2, 0, 0, 0, 11, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0,103, 0, 0, 0,122, 0, 0, 0, 5, 0, 9,255, + 12, 0, 0, 0, 69, 65, 0, 0, 70, 1,128, 2,133,129, 0, 0,192, 1,128, 2, +156, 65, 0, 1,133, 65, 0, 0,192, 1, 0, 0, 1,194, 0, 0,213, 1,130, 3, + 36, 2, 0, 0,137, 1,130, 3, 30, 0,128, 0, 3, 0, 0, 0, 4, 3, 0, 0, + 0,105,109, 0, 4, 7, 0, 0, 0, 97,115,115,101,114,116, 0, 4, 4, 0, 0, + 0, 78,101,119, 0, 1, 0, 0, 0, 0, 0, 0, 0,108, 0, 0, 0,121, 0, 0, + 0, 1, 1, 10,255, 44, 0, 0, 0, 69, 64, 0, 0, 70, 64,192, 0,128, 0, 0, + 0,196, 0, 0, 0, 4, 1,128, 0, 68, 1, 0, 1,132, 1,128, 1, 92,128, 0, + 3,133, 64, 0, 0,134, 64, 64, 1,192, 0, 0, 0, 4, 1, 0, 0, 68, 1,128, + 0,132, 1, 0, 1,196, 1,128, 1,156,128, 0, 3,197, 64, 0, 0,198, 64,192, + 1, 0, 1, 0, 0, 68, 1, 0, 0,132, 1,128, 0,196, 1, 0, 1, 4, 2,128, + 1,220,128, 0, 3, 4, 1, 0, 2, 64, 1, 0, 0,128, 1,128, 0,192, 1, 0, + 1, 0, 2,128, 1,101, 2, 0, 0, 28,129, 0, 0, 26, 1, 0, 0, 22, 64, 1, +128, 64, 1, 0, 2,128, 1,128, 0,192, 1, 0, 1, 0, 2,128, 1, 94, 1,128, + 2, 22,192, 0,128, 64, 1,128, 0,128, 1, 0, 1,192, 1,128, 1, 94, 1, 0, + 2, 30, 0,128, 0, 2, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, + 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 0, + 0, 0, 0, 5, 0, 0, 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 44, 0, 0, + 0,110, 0, 0, 0,110, 0, 0, 0,110, 0, 0, 0,110, 0, 0, 0,110, 0, 0, + 0,110, 0, 0, 0,110, 0, 0, 0,110, 0, 0, 0,111, 0, 0, 0,111, 0, 0, + 0,111, 0, 0, 0,111, 0, 0, 0,111, 0, 0, 0,111, 0, 0, 0,111, 0, 0, + 0,111, 0, 0, 0,112, 0, 0, 0,112, 0, 0, 0,112, 0, 0, 0,112, 0, 0, + 0,112, 0, 0, 0,112, 0, 0, 0,112, 0, 0, 0,112, 0, 0, 0,115, 0, 0, + 0,115, 0, 0, 0,115, 0, 0, 0,115, 0, 0, 0,115, 0, 0, 0,115, 0, 0, + 0,115, 0, 0, 0,116, 0, 0, 0,116, 0, 0, 0,117, 0, 0, 0,117, 0, 0, + 0,117, 0, 0, 0,117, 0, 0, 0,117, 0, 0, 0,117, 0, 0, 0,119, 0, 0, + 0,119, 0, 0, 0,119, 0, 0, 0,119, 0, 0, 0,121, 0, 0, 0, 5, 0, 0, + 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 43, + 0, 0, 0, 11, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 49, 0, 8, 0, + 0, 0, 43, 0, 0, 0, 11, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 50, + 0, 16, 0, 0, 0, 43, 0, 0, 0, 11, 0, 0, 0,100,115,116, 95,105,109, 97, +103,101, 51, 0, 24, 0, 0, 0, 43, 0, 0, 0, 4, 0, 0, 0,114,101,116, 0, + 31, 0, 0, 0, 43, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0,119,105,100,116, +104, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 12, 0, 0, 0, 99,111,108, +111,114, 95,115,112, 97, 99,101, 0, 10, 0, 0, 0,100, 97,116, 97, 95,116,121, +112,101, 0, 5, 0, 0, 0,102,117,110, 99, 0, 0, 0, 0, 0, 12, 0, 0, 0, +104, 0, 0, 0,104, 0, 0, 0,105, 0, 0, 0,105, 0, 0, 0,105, 0, 0, 0, +108, 0, 0, 0,108, 0, 0, 0,108, 0, 0, 0,108, 0, 0, 0,121, 0, 0, 0, +121, 0, 0, 0,122, 0, 0, 0, 6, 0, 0, 0, 9, 0, 0, 0,102,117,110, 99, +110, 97,109,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 6, 0, 0, 0,119,105,100, +116,104, 0, 0, 0, 0, 0, 11, 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104, +116, 0, 0, 0, 0, 0, 11, 0, 0, 0, 12, 0, 0, 0, 99,111,108,111,114, 95, +115,112, 97, 99,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 10, 0, 0, 0,100, 97, +116, 97, 95,116,121,112,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 5, 0, 0, 0, +102,117,110, 99, 0, 2, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0,126, 0, 0, 0,130, 0, 0, 0, 1, 0, 7,255, 18, 0, 0, 0,100, 0, 0, + 0,133, 64, 0, 0,134, 64, 64, 1,192, 0,128, 0, 11,129, 64, 0, 28, 1, 0, + 1,220,128, 0, 0, 0, 1,128, 0, 75,193, 64, 0, 92, 1, 0, 1, 28,129, 0, + 0,204, 0,129, 1,156,128, 0, 1,143, 0, 65, 1,206,128, 0,130,204, 64,193, + 1,222, 0, 0, 1, 30, 0,128, 0, 6, 0, 0, 0, 4, 5, 0, 0, 0,109, 97, +116,104, 0, 4, 5, 0, 0, 0,115,113,114,116, 0, 4, 6, 0, 0, 0, 87,105, +100,116,104, 0, 4, 7, 0, 0, 0, 72,101,105,103,104,116, 0, 3, 0, 0, 0, + 0, 0, 0, 0, 64, 3, 0, 0, 0, 0, 0, 0,240, 63, 1, 0, 0, 0, 0, 0, + 0, 0,127, 0, 0, 0,127, 0, 0, 0, 1, 0, 2,255, 3, 0, 0, 0, 78, 0, + 0, 0, 94, 0, 0, 1, 30, 0,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 3, 0, 0, 0,127, 0, 0, 0,127, 0, 0, 0,127, 0, 0, 0, 1, 0, + 0, 0, 2, 0, 0, 0,120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 18, 0, 0, 0,127, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0, +128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0, +128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0, +128, 0, 0, 0,129, 0, 0, 0,129, 0, 0, 0,129, 0, 0, 0,130, 0, 0, 0, + 3, 0, 0, 0, 6, 0, 0, 0,105,109, 97,103,101, 0, 0, 0, 0, 0, 17, 0, + 0, 0, 4, 0, 0, 0,115,113,114, 0, 0, 0, 0, 0, 17, 0, 0, 0, 5, 0, + 0, 0,114,109, 97,120, 0, 14, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0,141, 0, 0, 0,144, 0, 0, 0, 3, 0, 7,255, 14, 0, 0, 0,197, + 64, 0, 0,198, 64,192, 1, 0, 1, 0, 0, 64, 1,128, 0,128, 1, 0, 1,220, +128, 0, 2, 5, 65, 0, 0, 6,129, 64, 2, 64, 1, 0, 0,128, 1,128, 1, 28, +129,128, 1, 64, 1,128, 1, 30, 1,128, 1, 30, 0,128, 0, 3, 0, 0, 0, 4, + 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, + 97,116,101, 66, 97,115,101,100, 0, 4, 14, 0, 0, 0, 80,114,111, 99,101,115, +115, 82,101,100,117, 99,101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, +142, 0, 0, 0,142, 0, 0, 0,142, 0, 0, 0,142, 0, 0, 0,142, 0, 0, 0, +142, 0, 0, 0,143, 0, 0, 0,143, 0, 0, 0,143, 0, 0, 0,143, 0, 0, 0, +143, 0, 0, 0,143, 0, 0, 0,143, 0, 0, 0,144, 0, 0, 0, 4, 0, 0, 0, + 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 13, 0, + 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, 0, 0, 13, 0, 0, 0, + 7, 0, 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, 0, 13, 0, 0, 0, 10, + 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 6, 0, 0, 0, 13, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0,146, 0, 0, 0,149, 0, 0, 0, 3, 0, 7, +255, 14, 0, 0, 0,197, 64, 0, 0,198, 64,192, 1, 0, 1, 0, 0, 64, 1,128, + 0,128, 1, 0, 1,220,128, 0, 2, 5, 65, 0, 0, 6,129, 64, 2, 64, 1, 0, + 0,128, 1,128, 1, 28,129,128, 1, 64, 1,128, 1, 30, 1,128, 1, 30, 0,128, + 0, 3, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, + 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 14, 0, 0, 0, + 80,114,111, 99,101,115,115, 82,101,115,105,122,101, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 14, 0, 0, 0,147, 0, 0, 0,147, 0, 0, 0,147, 0, 0, 0,147, 0, + 0, 0,147, 0, 0, 0,147, 0, 0, 0,148, 0, 0, 0,148, 0, 0, 0,148, 0, + 0, 0,148, 0, 0, 0,148, 0, 0, 0,148, 0, 0, 0,148, 0, 0, 0,149, 0, + 0, 0, 4, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, + 0, 0, 0, 0, 13, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 0, 0, + 0, 0, 13, 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 0, 0, 0, + 0, 13, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 6, + 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,151, 0, 0, 0,151, + 0, 0, 0, 1, 0, 3,255, 5, 0, 0, 0, 75, 0, 64, 0, 92,128, 0, 1, 79, + 64,192, 0, 94, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 6, 0, 0, 0, + 87,105,100,116,104, 0, 3, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, + 0, 0, 0, 5, 0, 0, 0,151, 0, 0, 0,151, 0, 0, 0,151, 0, 0, 0,151, + 0, 0, 0,151, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0,105,109, 97,103,101, + 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,152, 0, 0, + 0,152, 0, 0, 0, 1, 0, 3,255, 5, 0, 0, 0, 75, 0, 64, 0, 92,128, 0, + 1, 79, 64,192, 0, 94, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 7, 0, + 0, 0, 72,101,105,103,104,116, 0, 3, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, + 0, 0, 0, 0, 0, 0, 5, 0, 0, 0,152, 0, 0, 0,152, 0, 0, 0,152, 0, + 0, 0,152, 0, 0, 0,152, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0,105,109, + 97,103,101, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +154, 0, 0, 0,160, 0, 0, 0, 5, 0, 13,255, 19, 0, 0, 0, 77, 65, 0, 1, + 76, 1,192, 2,141,193, 0, 2,140, 1, 64, 3,197,129, 0, 0,198,129,192, 3, + 0, 2, 0, 0, 64, 2,128, 2,128, 2, 0, 3,220,129, 0, 2, 5,130, 0, 0, + 6,194, 64, 4, 64, 2, 0, 0,128, 2,128, 3,192, 2,128, 0, 0, 3,128, 1, + 28, 66,128, 2,222, 1, 0, 1, 30, 0,128, 0, 4, 0, 0, 0, 3, 0, 0, 0, + 0, 0, 0,240, 63, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, + 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 12, 0, 0, 0, + 80,114,111, 99,101,115,115, 67,114,111,112, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 19, 0, 0, 0,155, 0, 0, 0,155, 0, 0, 0,156, 0, 0, 0,156, 0, 0, 0, +157, 0, 0, 0,157, 0, 0, 0,157, 0, 0, 0,157, 0, 0, 0,157, 0, 0, 0, +157, 0, 0, 0,158, 0, 0, 0,158, 0, 0, 0,158, 0, 0, 0,158, 0, 0, 0, +158, 0, 0, 0,158, 0, 0, 0,158, 0, 0, 0,159, 0, 0, 0,160, 0, 0, 0, + 8, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, + 0, 0, 18, 0, 0, 0, 5, 0, 0, 0,120,109,105,110, 0, 0, 0, 0, 0, 18, + 0, 0, 0, 5, 0, 0, 0,120,109, 97,120, 0, 0, 0, 0, 0, 18, 0, 0, 0, + 5, 0, 0, 0,121,109,105,110, 0, 0, 0, 0, 0, 18, 0, 0, 0, 5, 0, 0, + 0,121,109, 97,120, 0, 0, 0, 0, 0, 18, 0, 0, 0, 6, 0, 0, 0,119,105, +100,116,104, 0, 2, 0, 0, 0, 18, 0, 0, 0, 7, 0, 0, 0,104,101,105,103, +104,116, 0, 4, 0, 0, 0, 18, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105, +109, 97,103,101, 0, 10, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0,164, 0, 0, 0,170, 0, 0, 0, 5, 0, 13,255, 19, 0, 0, 0, 77, 65, 0, + 1, 76, 1,192, 2,141,193, 0, 2,140, 1, 64, 3,197,129, 0, 0,198,129,192, + 3, 0, 2, 0, 0, 64, 2,128, 2,128, 2, 0, 3,220,129, 0, 2, 5,130, 0, + 0, 6,194, 64, 4, 64, 2, 0, 0,128, 2,128, 3,192, 2,128, 0, 0, 3,128, + 1, 28, 66,128, 2,222, 1, 0, 1, 30, 0,128, 0, 4, 0, 0, 0, 3, 0, 0, + 0, 0, 0, 0,240, 63, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73, +109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 18, 0, 0, + 0, 80,114,111, 99,101,115,115, 65,100,100, 77, 97,114,103,105,110,115, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0,165, 0, 0, 0,165, 0, 0, 0,166, + 0, 0, 0,166, 0, 0, 0,167, 0, 0, 0,167, 0, 0, 0,167, 0, 0, 0,167, + 0, 0, 0,167, 0, 0, 0,167, 0, 0, 0,168, 0, 0, 0,168, 0, 0, 0,168, + 0, 0, 0,168, 0, 0, 0,168, 0, 0, 0,168, 0, 0, 0,168, 0, 0, 0,169, + 0, 0, 0,170, 0, 0, 0, 8, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105, +109, 97,103,101, 0, 0, 0, 0, 0, 18, 0, 0, 0, 5, 0, 0, 0,120,109,105, +110, 0, 0, 0, 0, 0, 18, 0, 0, 0, 5, 0, 0, 0,120,109, 97,120, 0, 0, + 0, 0, 0, 18, 0, 0, 0, 5, 0, 0, 0,121,109,105,110, 0, 0, 0, 0, 0, + 18, 0, 0, 0, 5, 0, 0, 0,121,109, 97,120, 0, 0, 0, 0, 0, 18, 0, 0, + 0, 6, 0, 0, 0,119,105,100,116,104, 0, 2, 0, 0, 0, 18, 0, 0, 0, 7, + 0, 0, 0,104,101,105,103,104,116, 0, 4, 0, 0, 0, 18, 0, 0, 0, 10, 0, + 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 10, 0, 0, 0, 18, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0,172, 0, 0, 0,176, 0, 0, 0, 4, 0, 13,255, + 26, 0, 0, 0, 5, 65, 0, 0, 6, 65, 64, 2, 75,129, 64, 0, 92,129, 0, 1, +139,193, 64, 0,156,129, 0, 1,192, 1,128, 0, 0, 2, 0, 1, 28,193,128, 2, +133, 65, 0, 0,134, 1, 65, 3,192, 1, 0, 0, 0, 2, 0, 2, 64, 2,128, 2, +156,129, 0, 2,197, 65, 0, 0,198, 65,193, 3, 0, 2, 0, 0, 64, 2, 0, 3, +128, 2,128, 0,192, 2, 0, 1, 0, 3,128, 1,220,129, 0, 3, 0, 2, 0, 3, +222, 1,128, 1, 30, 0,128, 0, 6, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, + 4, 22, 0, 0, 0, 80,114,111, 99,101,115,115, 67, 97,108, 99, 82,111,116, 97, +116,101, 83,105,122,101, 0, 4, 6, 0, 0, 0, 87,105,100,116,104, 0, 4, 7, + 0, 0, 0, 72,101,105,103,104,116, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, + 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 14, 0, 0, 0, 80,114,111, + 99,101,115,115, 82,111,116, 97,116,101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, + 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,173, + 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,173, 0, 0, 0,174, + 0, 0, 0,174, 0, 0, 0,174, 0, 0, 0,174, 0, 0, 0,174, 0, 0, 0,174, + 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, + 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, 0, 0, 0,175, + 0, 0, 0,176, 0, 0, 0, 7, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105, +109, 97,103,101, 0, 0, 0, 0, 0, 25, 0, 0, 0, 5, 0, 0, 0, 99,111,115, + 48, 0, 0, 0, 0, 0, 25, 0, 0, 0, 5, 0, 0, 0,115,105,110, 48, 0, 0, + 0, 0, 0, 25, 0, 0, 0, 6, 0, 0, 0,111,114,100,101,114, 0, 0, 0, 0, + 0, 25, 0, 0, 0, 6, 0, 0, 0,119,105,100,116,104, 0, 9, 0, 0, 0, 25, + 0, 0, 0, 7, 0, 0, 0,104,101,105,103,104,116, 0, 9, 0, 0, 0, 25, 0, + 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 15, 0, 0, 0, + 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,179, 0, 0, 0,179, 0, 0, 0, + 1, 0, 3,255, 4, 0, 0, 0, 75, 0, 64, 0, 93, 0, 0, 1, 94, 0, 0, 0, + 30, 0,128, 0, 1, 0, 0, 0, 4, 7, 0, 0, 0, 72,101,105,103,104,116, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0,179, 0, 0, 0,179, 0, 0, 0, +179, 0, 0, 0,179, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0,105,109, 97,103, +101, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,179, 0, + 0, 0,179, 0, 0, 0, 1, 0, 3,255, 4, 0, 0, 0, 75, 0, 64, 0, 93, 0, + 0, 1, 94, 0, 0, 0, 30, 0,128, 0, 1, 0, 0, 0, 4, 6, 0, 0, 0, 87, +105,100,116,104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0,179, 0, 0, + 0,179, 0, 0, 0,179, 0, 0, 0,179, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, + 0,105,109, 97,103,101, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0, 1, 0, 3,255, 13, 0, 0, 0, 75, + 0, 64, 0, 92,128, 0, 1, 90, 0, 0, 0, 22,192, 0,128, 75, 0, 64, 0, 93, + 0, 0, 1, 94, 0, 0, 0, 22,192, 0,128, 75, 0, 64, 0, 92,128, 0, 1, 79, + 64,192, 0, 94, 0, 0, 1, 30, 0,128, 0, 2, 0, 0, 0, 4, 7, 0, 0, 0, + 72,101,105,103,104,116, 0, 3, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, + 0, 0, 0, 0, 13, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0, +212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0, +212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0, + 1, 0, 0, 0, 6, 0, 0, 0,105,109, 97,103,101, 0, 0, 0, 0, 0, 12, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,214, 0, 0, 0,227, 0, 0, 0, 1, 0, + 8,255, 36, 0, 0, 0, 75, 0, 64, 0, 92,128, 0, 1, 79, 64,192, 0,133,192, + 0, 0,134,192, 64, 1,203, 0, 64, 0,220,128, 0, 1, 1,129, 0, 0,156,128, +128, 1,154, 0, 0, 0, 22, 0, 0,128, 76, 0,193, 0,133,128, 1, 0,134,128, + 65, 1,192, 0, 0, 0, 3, 1, 0, 2, 64, 1,128, 0,156,128, 0, 2,197,128, + 1, 0,198,128,193, 1, 0, 1, 0, 0, 67, 1,128, 2,139, 1, 64, 0,156,129, + 0, 1,143, 65, 64, 3,220,128, 0, 2, 5,129, 1, 0, 6,193, 65, 2, 64, 1, + 0, 0,128, 1, 0, 1,192, 1,128, 1, 28, 65, 0, 2, 0, 1, 0, 1, 64, 1, +128, 1, 30, 1,128, 1, 30, 0,128, 0, 8, 0, 0, 0, 4, 7, 0, 0, 0, 72, +101,105,103,104,116, 0, 3, 0, 0, 0, 0, 0, 0, 0, 64, 4, 5, 0, 0, 0, +109, 97,116,104, 0, 4, 4, 0, 0, 0,109,111,100, 0, 3, 0, 0, 0, 0, 0, + 0,240, 63, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103, +101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 22, 0, 0, 0, 80,114, +111, 99,101,115,115, 73,110,116,101,114,108, 97, 99,101, 83,112,108,105,116, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0,216, 0, 0, 0,216, 0, 0, 0, +216, 0, 0, 0,217, 0, 0, 0,217, 0, 0, 0,217, 0, 0, 0,217, 0, 0, 0, +217, 0, 0, 0,217, 0, 0, 0,217, 0, 0, 0,217, 0, 0, 0,218, 0, 0, 0, +221, 0, 0, 0,221, 0, 0, 0,221, 0, 0, 0,221, 0, 0, 0,221, 0, 0, 0, +221, 0, 0, 0,222, 0, 0, 0,222, 0, 0, 0,222, 0, 0, 0,222, 0, 0, 0, +222, 0, 0, 0,222, 0, 0, 0,222, 0, 0, 0,222, 0, 0, 0,225, 0, 0, 0, +225, 0, 0, 0,225, 0, 0, 0,225, 0, 0, 0,225, 0, 0, 0,225, 0, 0, 0, +226, 0, 0, 0,226, 0, 0, 0,226, 0, 0, 0,227, 0, 0, 0, 4, 0, 0, 0, + 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 35, 0, + 0, 0, 12, 0, 0, 0,100,115,116, 95,104,101,105,103,104,116, 49, 0, 3, 0, + 0, 0, 35, 0, 0, 0, 11, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 49, + 0, 18, 0, 0, 0, 35, 0, 0, 0, 11, 0, 0, 0,100,115,116, 95,105,109, 97, +103,101, 50, 0, 26, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +229, 0, 0, 0,235, 0, 0, 0, 1, 0, 3,255, 14, 0, 0, 0, 75, 0, 64, 0, + 92,128, 0, 1,133,128, 0, 0,134,128, 64, 1, 87,128,128, 0, 22,192, 0,128, +133,128, 0, 0,134,192, 64, 1, 23,128,128, 0, 22, 64, 0,128,133,128, 0, 0, + 70, 0, 65, 1, 94, 0, 0, 1, 30, 0,128, 0, 5, 0, 0, 0, 4, 9, 0, 0, + 0, 68, 97,116, 97, 84,121,112,101, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 5, + 0, 0, 0, 66, 89, 84, 69, 0, 4, 7, 0, 0, 0, 85, 83, 72, 79, 82, 84, 0, + 4, 4, 0, 0, 0, 73, 78, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, + 0,230, 0, 0, 0,230, 0, 0, 0,231, 0, 0, 0,231, 0, 0, 0,231, 0, 0, + 0,231, 0, 0, 0,231, 0, 0, 0,231, 0, 0, 0,231, 0, 0, 0,231, 0, 0, + 0,232, 0, 0, 0,232, 0, 0, 0,234, 0, 0, 0,235, 0, 0, 0, 2, 0, 0, + 0, 6, 0, 0, 0,105,109, 97,103,101, 0, 0, 0, 0, 0, 13, 0, 0, 0, 10, + 0, 0, 0,100, 97,116, 97, 95,116,121,112,101, 0, 2, 0, 0, 0, 13, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0,250, 0, 0, 0,254, 0, 0, 0, 3, 0, 9, +255, 13, 0, 0, 0,197, 64, 0, 0,198, 64,192, 1, 0, 1, 0, 0,220,128, 0, + 1, 5, 65, 0, 0, 6,129, 64, 2, 64, 1, 0, 0,128, 1,128, 0,192, 1,128, + 1, 0, 2, 0, 1, 28, 65,128, 2,222, 0, 0, 1, 30, 0,128, 0, 3, 0, 0, + 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67, +114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 25, 0, 0, 0, 80,114,111, 99, +101,115,115, 65,114,105,116,104,109,101,116,105, 99, 67,111,110,115,116, 79,112, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0,251, 0, 0, 0,251, 0, 0, + 0,251, 0, 0, 0,251, 0, 0, 0,252, 0, 0, 0,252, 0, 0, 0,252, 0, 0, + 0,252, 0, 0, 0,252, 0, 0, 0,252, 0, 0, 0,252, 0, 0, 0,253, 0, 0, + 0,254, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97, +103,101, 0, 0, 0, 0, 0, 12, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95, 99, +111,110,115,116, 0, 0, 0, 0, 0, 12, 0, 0, 0, 3, 0, 0, 0,111,112, 0, + 0, 0, 0, 0, 12, 0, 0, 0, 10, 0, 0, 0,100,115,116, 95,105,109, 97,103, +101, 0, 4, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 1, + 0, 0, 10, 1, 0, 0, 2, 0, 6,255, 11, 0, 0, 0,133, 64, 0, 0,134, 64, + 64, 1,198,128, 64, 0,156,128, 0, 1,197, 64, 0, 0,198,192,192, 1, 0, 1, + 0, 0, 64, 1, 0, 1,220, 64,128, 1,158, 0, 0, 1, 30, 0,128, 0, 4, 0, + 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, + 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 3, 0, 0, 0, 0, 0, 0,240, + 63, 4, 20, 0, 0, 0, 80,114,111, 99,101,115,115, 77,117,108,116,105,112,108, +101, 77,101, 97,110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 7, 1, + 0, 0, 7, 1, 0, 0, 7, 1, 0, 0, 7, 1, 0, 0, 8, 1, 0, 0, 8, 1, + 0, 0, 8, 1, 0, 0, 8, 1, 0, 0, 8, 1, 0, 0, 9, 1, 0, 0, 10, 1, + 0, 0, 3, 0, 0, 0, 15, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 95, +108,105,115,116, 0, 0, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0,100,115,116, + 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0,100, +115,116, 95,105,109, 97,103,101, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 12, 1, 0, 0, 16, 1, 0, 0, 2, 0, 7,255, 12, 0, 0, + 0,133, 64, 0, 0,134, 64, 64, 1,198,128, 64, 0,156,128, 0, 1,197, 64, 0, + 0,198,192,192, 1, 0, 1, 0, 0, 64, 1,128, 0,128, 1, 0, 1,220, 64, 0, + 2,158, 0, 0, 1, 30, 0,128, 0, 4, 0, 0, 0, 4, 3, 0, 0, 0,105,109, + 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, 97,115, +101,100, 0, 3, 0, 0, 0, 0, 0, 0,240, 63, 4, 22, 0, 0, 0, 80,114,111, + 99,101,115,115, 77,117,108,116,105,112,108,101, 83,116,100, 68,101,118, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 13, 1, 0, 0, 13, 1, 0, 0, 13, + 1, 0, 0, 13, 1, 0, 0, 14, 1, 0, 0, 14, 1, 0, 0, 14, 1, 0, 0, 14, + 1, 0, 0, 14, 1, 0, 0, 14, 1, 0, 0, 15, 1, 0, 0, 16, 1, 0, 0, 3, + 0, 0, 0, 15, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, 95,108,105,115, +116, 0, 0, 0, 0, 0, 11, 0, 0, 0, 11, 0, 0, 0,109,101, 97,110, 95,105, +109, 97,103,101, 0, 0, 0, 0, 0, 11, 0, 0, 0, 10, 0, 0, 0,100,115,116, + 95,105,109, 97,103,101, 0, 4, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 25, 1, 0, 0, 30, 1, 0, 0, 1, 0, 8,255, 28, 0, 0, 0, 69, + 64, 0, 0, 70, 64,192, 0,128, 0, 0, 0,195, 0, 0, 2, 69, 65, 0, 0, 70, +129,192, 2,133, 65, 0, 0,134,193, 64, 3, 92,128, 0, 3,133, 64, 0, 0,134, + 64, 64, 1,192, 0, 0, 0, 3, 1,128, 2,133, 65, 0, 0,134, 1, 65, 3,197, + 65, 0, 0,198,193,192, 3,156,128, 0, 3,197, 64, 0, 0,198, 64,193, 1, 0, + 1, 0, 0, 64, 1,128, 0,128, 1, 0, 1,220, 64, 0, 2,192, 0,128, 0, 0, + 1, 0, 1,222, 0,128, 1, 30, 0,128, 0, 6, 0, 0, 0, 4, 3, 0, 0, 0, +105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67,114,101, 97,116,101, 66, + 97,115,101,100, 0, 4, 5, 0, 0, 0, 71, 82, 65, 89, 0, 4, 5, 0, 0, 0, + 66, 89, 84, 69, 0, 4, 4, 0, 0, 0, 82, 71, 66, 0, 4, 20, 0, 0, 0, 80, +114,111, 99,101,115,115, 83,112,108,105,116, 89, 67,104,114,111,109, 97, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 26, 1, 0, 0, 26, 1, 0, 0, 26, + 1, 0, 0, 26, 1, 0, 0, 26, 1, 0, 0, 26, 1, 0, 0, 26, 1, 0, 0, 26, + 1, 0, 0, 26, 1, 0, 0, 27, 1, 0, 0, 27, 1, 0, 0, 27, 1, 0, 0, 27, + 1, 0, 0, 27, 1, 0, 0, 27, 1, 0, 0, 27, 1, 0, 0, 27, 1, 0, 0, 27, + 1, 0, 0, 28, 1, 0, 0, 28, 1, 0, 0, 28, 1, 0, 0, 28, 1, 0, 0, 28, + 1, 0, 0, 28, 1, 0, 0, 29, 1, 0, 0, 29, 1, 0, 0, 29, 1, 0, 0, 30, + 1, 0, 0, 3, 0, 0, 0, 10, 0, 0, 0,115,114, 99, 95,105,109, 97,103,101, + 0, 0, 0, 0, 0, 27, 0, 0, 0, 8, 0, 0, 0,121, 95,105,109, 97,103,101, + 0, 9, 0, 0, 0, 27, 0, 0, 0, 13, 0, 0, 0, 99,104,114,111,109, 97, 95, +105,109, 97,103,101, 0, 18, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 35, 1, 0, 0, 43, 1, 0, 0, 1, 0, 14,255, 29, 0, 0, 0, 75, 0, + 64, 0, 92,128, 0, 1,138, 0, 0, 0,193,128, 0, 0, 0, 1,128, 0, 65,129, + 0, 0,224,128, 2,128,197,193, 0, 0,198,193,192, 3, 0, 2, 0, 1, 69, 66, + 1, 0, 70, 66,193, 4,128, 2, 0, 0,195, 2, 0, 6, 69, 67, 1, 0, 70,131, +193, 6, 92, 2,128, 2,220, 65, 0, 0,223,192,252,127,197, 64, 1, 0,198,192, +193, 1, 0, 1, 0, 0, 64, 1, 0, 1,220, 64,128, 1,197, 64, 2, 0, 0, 1, + 0, 1,221, 0, 0, 1,222, 0, 0, 0, 30, 0,128, 0, 9, 0, 0, 0, 4, 6, + 0, 0, 0, 68,101,112,116,104, 0, 3, 0, 0, 0, 0, 0, 0,240, 63, 4, 6, + 0, 0, 0,116, 97, 98,108,101, 0, 4, 7, 0, 0, 0,105,110,115,101,114,116, + 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, 97,103,101, 67, +114,101, 97,116,101, 66, 97,115,101,100, 0, 4, 5, 0, 0, 0, 71, 82, 65, 89, + 0, 4, 23, 0, 0, 0, 80,114,111, 99,101,115,115, 83,112,108,105,116, 67,111, +109,112,111,110,101,110,116,115, 0, 4, 7, 0, 0, 0,117,110,112, 97, 99,107, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 36, 1, 0, 0, 36, 1, 0, + 0, 37, 1, 0, 0, 38, 1, 0, 0, 38, 1, 0, 0, 38, 1, 0, 0, 38, 1, 0, + 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, + 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, 0, 39, 1, 0, + 0, 39, 1, 0, 0, 38, 1, 0, 0, 41, 1, 0, 0, 41, 1, 0, 0, 41, 1, 0, + 0, 41, 1, 0, 0, 41, 1, 0, 0, 42, 1, 0, 0, 42, 1, 0, 0, 42, 1, 0, + 0, 42, 1, 0, 0, 43, 1, 0, 0, 7, 0, 0, 0, 10, 0, 0, 0,115,114, 99, + 95,105,109, 97,103,101, 0, 0, 0, 0, 0, 28, 0, 0, 0, 6, 0, 0, 0,100, +101,112,116,104, 0, 2, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0,100,115,116, + 95,105,109, 97,103,101,115, 0, 3, 0, 0, 0, 28, 0, 0, 0, 12, 0, 0, 0, + 40,102,111,114, 32,105,110,100,101,120, 41, 0, 6, 0, 0, 0, 19, 0, 0, 0, + 12, 0, 0, 0, 40,102,111,114, 32,108,105,109,105,116, 41, 0, 6, 0, 0, 0, + 19, 0, 0, 0, 11, 0, 0, 0, 40,102,111,114, 32,115,116,101,112, 41, 0, 6, + 0, 0, 0, 19, 0, 0, 0, 2, 0, 0, 0,105, 0, 7, 0, 0, 0, 18, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 1, 0, 0, 49, 1, 0, 0, 1, 0, 6, +255, 14, 0, 0, 0, 69, 64, 0, 0, 70, 64,192, 0,134,128, 64, 0,195, 0, 0, + 2, 69, 65, 0, 0, 70,193,192, 2, 92,128,128, 2,133, 64, 0, 0,134, 0, 65, + 1,192, 0, 0, 0, 0, 1,128, 0,156, 64,128, 1, 94, 0, 0, 1, 30, 0,128, + 0, 5, 0, 0, 0, 4, 3, 0, 0, 0,105,109, 0, 4, 17, 0, 0, 0, 73,109, + 97,103,101, 67,114,101, 97,116,101, 66, 97,115,101,100, 0, 3, 0, 0, 0, 0, + 0, 0,240, 63, 4, 4, 0, 0, 0, 82, 71, 66, 0, 4, 23, 0, 0, 0, 80,114, +111, 99,101,115,115, 77,101,114,103,101, 67,111,109,112,111,110,101,110,116,115, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 46, 1, 0, 0, 46, 1, 0, + 0, 46, 1, 0, 0, 46, 1, 0, 0, 46, 1, 0, 0, 46, 1, 0, 0, 46, 1, 0, + 0, 47, 1, 0, 0, 47, 1, 0, 0, 47, 1, 0, 0, 47, 1, 0, 0, 47, 1, 0, + 0, 48, 1, 0, 0, 49, 1, 0, 0, 2, 0, 0, 0, 15, 0, 0, 0,115,114, 99, + 95,105,109, 97,103,101, 95,108,105,115,116, 0, 0, 0, 0, 0, 13, 0, 0, 0, + 10, 0, 0, 0,100,115,116, 95,105,109, 97,103,101, 0, 7, 0, 0, 0, 13, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,147, 1, 0, 0, 25, 0, 0, 0, 50, 0, + 0, 0, 73, 0, 0, 0, 97, 0, 0, 0,122, 0, 0, 0,130, 0, 0, 0,132, 0, + 0, 0,132, 0, 0, 0,132, 0, 0, 0,132, 0, 0, 0,132, 0, 0, 0,132, 0, + 0, 0,133, 0, 0, 0,133, 0, 0, 0,133, 0, 0, 0,134, 0, 0, 0,134, 0, + 0, 0,134, 0, 0, 0,135, 0, 0, 0,135, 0, 0, 0,135, 0, 0, 0,136, 0, + 0, 0,136, 0, 0, 0,136, 0, 0, 0,136, 0, 0, 0,136, 0, 0, 0,136, 0, + 0, 0,136, 0, 0, 0,136, 0, 0, 0,136, 0, 0, 0,137, 0, 0, 0,137, 0, + 0, 0,137, 0, 0, 0,138, 0, 0, 0,138, 0, 0, 0,138, 0, 0, 0,138, 0, + 0, 0,138, 0, 0, 0,138, 0, 0, 0,139, 0, 0, 0,139, 0, 0, 0,139, 0, + 0, 0,139, 0, 0, 0,139, 0, 0, 0,139, 0, 0, 0,139, 0, 0, 0,141, 0, + 0, 0,144, 0, 0, 0,141, 0, 0, 0,146, 0, 0, 0,149, 0, 0, 0,146, 0, + 0, 0,151, 0, 0, 0,151, 0, 0, 0,151, 0, 0, 0,152, 0, 0, 0,151, 0, + 0, 0,154, 0, 0, 0,160, 0, 0, 0,154, 0, 0, 0,162, 0, 0, 0,162, 0, + 0, 0,162, 0, 0, 0,164, 0, 0, 0,170, 0, 0, 0,164, 0, 0, 0,172, 0, + 0, 0,176, 0, 0, 0,172, 0, 0, 0,178, 0, 0, 0,178, 0, 0, 0,178, 0, + 0, 0,179, 0, 0, 0,179, 0, 0, 0,179, 0, 0, 0,179, 0, 0, 0,179, 0, + 0, 0,180, 0, 0, 0,180, 0, 0, 0,180, 0, 0, 0,181, 0, 0, 0,181, 0, + 0, 0,181, 0, 0, 0,182, 0, 0, 0,182, 0, 0, 0,182, 0, 0, 0,183, 0, + 0, 0,183, 0, 0, 0,183, 0, 0, 0,184, 0, 0, 0,184, 0, 0, 0,184, 0, + 0, 0,185, 0, 0, 0,185, 0, 0, 0,185, 0, 0, 0,186, 0, 0, 0,186, 0, + 0, 0,186, 0, 0, 0,187, 0, 0, 0,187, 0, 0, 0,187, 0, 0, 0,188, 0, + 0, 0,188, 0, 0, 0,188, 0, 0, 0,189, 0, 0, 0,189, 0, 0, 0,189, 0, + 0, 0,190, 0, 0, 0,190, 0, 0, 0,190, 0, 0, 0,191, 0, 0, 0,191, 0, + 0, 0,191, 0, 0, 0,192, 0, 0, 0,192, 0, 0, 0,192, 0, 0, 0,193, 0, + 0, 0,193, 0, 0, 0,193, 0, 0, 0,194, 0, 0, 0,194, 0, 0, 0,194, 0, + 0, 0,195, 0, 0, 0,195, 0, 0, 0,195, 0, 0, 0,196, 0, 0, 0,196, 0, + 0, 0,196, 0, 0, 0,197, 0, 0, 0,197, 0, 0, 0,197, 0, 0, 0,198, 0, + 0, 0,198, 0, 0, 0,198, 0, 0, 0,199, 0, 0, 0,199, 0, 0, 0,199, 0, + 0, 0,200, 0, 0, 0,200, 0, 0, 0,200, 0, 0, 0,201, 0, 0, 0,201, 0, + 0, 0,201, 0, 0, 0,202, 0, 0, 0,202, 0, 0, 0,202, 0, 0, 0,203, 0, + 0, 0,203, 0, 0, 0,203, 0, 0, 0,204, 0, 0, 0,204, 0, 0, 0,204, 0, + 0, 0,205, 0, 0, 0,205, 0, 0, 0,205, 0, 0, 0,206, 0, 0, 0,206, 0, + 0, 0,206, 0, 0, 0,207, 0, 0, 0,207, 0, 0, 0,207, 0, 0, 0,208, 0, + 0, 0,208, 0, 0, 0,208, 0, 0, 0,209, 0, 0, 0,209, 0, 0, 0,209, 0, + 0, 0,210, 0, 0, 0,210, 0, 0, 0,210, 0, 0, 0,211, 0, 0, 0,211, 0, + 0, 0,211, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, 0, 0,212, 0, + 0, 0,212, 0, 0, 0,214, 0, 0, 0,227, 0, 0, 0,214, 0, 0, 0,235, 0, + 0, 0,237, 0, 0, 0,237, 0, 0, 0,237, 0, 0, 0,237, 0, 0, 0,237, 0, + 0, 0,238, 0, 0, 0,238, 0, 0, 0,238, 0, 0, 0,238, 0, 0, 0,238, 0, + 0, 0,239, 0, 0, 0,239, 0, 0, 0,239, 0, 0, 0,240, 0, 0, 0,240, 0, + 0, 0,240, 0, 0, 0,241, 0, 0, 0,241, 0, 0, 0,241, 0, 0, 0,242, 0, + 0, 0,242, 0, 0, 0,242, 0, 0, 0,243, 0, 0, 0,243, 0, 0, 0,243, 0, + 0, 0,244, 0, 0, 0,244, 0, 0, 0,244, 0, 0, 0,245, 0, 0, 0,245, 0, + 0, 0,245, 0, 0, 0,246, 0, 0, 0,246, 0, 0, 0,246, 0, 0, 0,247, 0, + 0, 0,247, 0, 0, 0,247, 0, 0, 0,248, 0, 0, 0,248, 0, 0, 0,248, 0, + 0, 0,250, 0, 0, 0,254, 0, 0, 0,250, 0, 0, 0, 0, 1, 0, 0, 0, 1, + 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 2, 1, + 0, 0, 2, 1, 0, 0, 2, 1, 0, 0, 3, 1, 0, 0, 3, 1, 0, 0, 3, 1, + 0, 0, 4, 1, 0, 0, 4, 1, 0, 0, 4, 1, 0, 0, 4, 1, 0, 0, 4, 1, + 0, 0, 4, 1, 0, 0, 6, 1, 0, 0, 10, 1, 0, 0, 6, 1, 0, 0, 12, 1, + 0, 0, 16, 1, 0, 0, 12, 1, 0, 0, 18, 1, 0, 0, 18, 1, 0, 0, 18, 1, + 0, 0, 19, 1, 0, 0, 19, 1, 0, 0, 19, 1, 0, 0, 20, 1, 0, 0, 20, 1, + 0, 0, 20, 1, 0, 0, 20, 1, 0, 0, 20, 1, 0, 0, 20, 1, 0, 0, 20, 1, + 0, 0, 21, 1, 0, 0, 21, 1, 0, 0, 21, 1, 0, 0, 22, 1, 0, 0, 22, 1, + 0, 0, 22, 1, 0, 0, 23, 1, 0, 0, 23, 1, 0, 0, 23, 1, 0, 0, 25, 1, + 0, 0, 30, 1, 0, 0, 25, 1, 0, 0, 32, 1, 0, 0, 32, 1, 0, 0, 32, 1, + 0, 0, 32, 1, 0, 0, 32, 1, 0, 0, 32, 1, 0, 0, 32, 1, 0, 0, 32, 1, + 0, 0, 33, 1, 0, 0, 33, 1, 0, 0, 33, 1, 0, 0, 33, 1, 0, 0, 33, 1, + 0, 0, 33, 1, 0, 0, 33, 1, 0, 0, 33, 1, 0, 0, 35, 1, 0, 0, 43, 1, + 0, 0, 35, 1, 0, 0, 45, 1, 0, 0, 49, 1, 0, 0, 45, 1, 0, 0, 51, 1, + 0, 0, 51, 1, 0, 0, 51, 1, 0, 0, 51, 1, 0, 0, 51, 1, 0, 0, 51, 1, + 0, 0, 52, 1, 0, 0, 52, 1, 0, 0, 52, 1, 0, 0, 53, 1, 0, 0, 53, 1, + 0, 0, 53, 1, 0, 0, 54, 1, 0, 0, 54, 1, 0, 0, 54, 1, 0, 0, 55, 1, + 0, 0, 55, 1, 0, 0, 55, 1, 0, 0, 56, 1, 0, 0, 56, 1, 0, 0, 56, 1, + 0, 0, 57, 1, 0, 0, 57, 1, 0, 0, 57, 1, 0, 0, 58, 1, 0, 0, 58, 1, + 0, 0, 58, 1, 0, 0, 58, 1, 0, 0, 58, 1, 0, 0, 58, 1, 0, 0, 59, 1, + 0, 0, 59, 1, 0, 0, 59, 1, 0, 0, 59, 1, 0, 0, 59, 1, 0, 0, 59, 1, + 0, 0, 60, 1, 0, 0, 60, 1, 0, 0, 60, 1, 0, 0, 61, 1, 0, 0, 61, 1, + 0, 0, 61, 1, 0, 0, 61, 1, 0, 0, 61, 1, 0, 0, 61, 1, 0, 0, 61, 1, + 0, 0, 62, 1, 0, 0, 62, 1, 0, 0, 62, 1, 0, 0, 62, 1, 0, 0, 62, 1, + 0, 0, 62, 1, 0, 0, 62, 1, 0, 0, 63, 1, 0, 0, 63, 1, 0, 0, 63, 1, + 0, 0, 63, 1, 0, 0, 63, 1, 0, 0, 63, 1, 0, 0, 63, 1, 0, 0, 64, 1, + 0, 0, 64, 1, 0, 0, 64, 1, 0, 0, 65, 1, 0, 0, 65, 1, 0, 0, 65, 1, + 0, 0, 65, 1, 0, 0, 65, 1, 0, 0, 65, 1, 0, 0, 65, 1, 0, 0, 66, 1, + 0, 0, 66, 1, 0, 0, 66, 1, 0, 0, 66, 1, 0, 0, 66, 1, 0, 0, 66, 1, + 0, 0, 66, 1, 0, 0, 67, 1, 0, 0, 67, 1, 0, 0, 67, 1, 0, 0, 68, 1, + 0, 0, 68, 1, 0, 0, 68, 1, 0, 0, 69, 1, 0, 0, 69, 1, 0, 0, 69, 1, + 0, 0, 70, 1, 0, 0, 70, 1, 0, 0, 70, 1, 0, 0, 70, 1, 0, 0, 70, 1, + 0, 0, 70, 1, 0, 0, 70, 1, 0, 0, 71, 1, 0, 0, 71, 1, 0, 0, 71, 1, + 0, 0, 71, 1, 0, 0, 71, 1, 0, 0, 71, 1, 0, 0, 71, 1, 0, 0, 72, 1, + 0, 0, 72, 1, 0, 0, 72, 1, 0, 0, 73, 1, 0, 0, 73, 1, 0, 0, 73, 1, + 0, 0, 73, 1, 0, 0, 7, 0, 0, 0, 17, 0, 0, 0, 79,110,101, 83,111,117, +114, 99,101, 79,110,101, 68,101,115,116, 0, 0, 0, 0, 0,146, 1, 0, 0, 18, + 0, 0, 0, 84,119,111, 83,111,117,114, 99,101,115, 79,110,101, 68,101,115,116, + 0, 1, 0, 0, 0,146, 1, 0, 0, 20, 0, 0, 0, 84,104,114,101,101, 83,111, +117,114, 99,101,115, 79,110,101, 68,101,115,116, 0, 2, 0, 0, 0,146, 1, 0, + 0, 18, 0, 0, 0, 79,110,101, 83,111,117,114, 99,101, 84,119,111, 68,101,115, +116,115, 0, 3, 0, 0, 0,146, 1, 0, 0, 20, 0, 0, 0, 79,110,101, 83,111, +117,114, 99,101, 84,104,114,101,101, 68,101,115,116,115, 0, 4, 0, 0, 0,146, + 1, 0, 0, 13, 0, 0, 0,104,111,117,103,104, 95,104,101,105,103,104,116, 0, + 5, 0, 0, 0,146, 1, 0, 0, 13, 0, 0, 0,105,110,116, 95,100, 97,116, 97, +116,121,112,101, 0,181, 0, 0, 0,146, 1, 0, 0, 0, 0, 0, 0, +}; + + if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"../obj/imlua_process52/im_process.lo")==0) lua_call(L, 0, 0); +} |