ZTWHHH commited on
Commit
44b6619
·
verified ·
1 Parent(s): 11bc896

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. parrot/bin/bzcat +3 -0
  3. parrot/lib/libffi.so +0 -0
  4. parrot/lib/libffi.so.7 +0 -0
  5. parrot/lib/libffi.so.8 +0 -0
  6. parrot/lib/libform.so.6 +0 -0
  7. parrot/lib/libform.so.6.4 +0 -0
  8. parrot/lib/libgcc_s.so +4 -0
  9. parrot/lib/libpanel.a +0 -0
  10. parrot/lib/libpanelw.so +0 -0
  11. parrot/lib/libpanelw.so.6 +0 -0
  12. parrot/lib/libpanelw.so.6.4 +0 -0
  13. parrot/lib/libpython3.so +0 -0
  14. parrot/lib/libtclstub8.6.a +0 -0
  15. parrot/lib/libtkstub8.6.a +0 -0
  16. parrot/lib/python3.10/_compat_pickle.py +251 -0
  17. parrot/lib/python3.10/cmd.py +401 -0
  18. parrot/lib/python3.10/doctest.py +0 -0
  19. parrot/lib/python3.10/enum.py +1053 -0
  20. parrot/lib/python3.10/symtable.py +322 -0
  21. parrot/lib/python3.10/xdrlib.py +241 -0
  22. parrot/lib/tcl8.6/auto.tcl +648 -0
  23. parrot/lib/tcl8.6/clock.tcl +0 -0
  24. parrot/lib/tcl8.6/encoding/cp1250.enc +20 -0
  25. parrot/lib/tcl8.6/encoding/cp1252.enc +20 -0
  26. parrot/lib/tcl8.6/encoding/cp1254.enc +20 -0
  27. parrot/lib/tcl8.6/encoding/cp1256.enc +20 -0
  28. parrot/lib/tcl8.6/encoding/cp1257.enc +20 -0
  29. parrot/lib/tcl8.6/encoding/cp1258.enc +20 -0
  30. parrot/lib/tcl8.6/encoding/cp437.enc +20 -0
  31. parrot/lib/tcl8.6/encoding/cp775.enc +20 -0
  32. parrot/lib/tcl8.6/encoding/cp850.enc +20 -0
  33. parrot/lib/tcl8.6/encoding/cp861.enc +20 -0
  34. parrot/lib/tcl8.6/encoding/cp869.enc +20 -0
  35. parrot/lib/tcl8.6/encoding/euc-kr.enc +1533 -0
  36. parrot/lib/tcl8.6/encoding/gb2312-raw.enc +1380 -0
  37. parrot/lib/tcl8.6/encoding/iso2022-jp.enc +12 -0
  38. parrot/lib/tcl8.6/encoding/iso2022.enc +14 -0
  39. parrot/lib/tcl8.6/encoding/iso8859-1.enc +20 -0
  40. parrot/lib/tcl8.6/encoding/iso8859-10.enc +20 -0
  41. parrot/lib/tcl8.6/encoding/iso8859-13.enc +20 -0
  42. parrot/lib/tcl8.6/encoding/iso8859-15.enc +20 -0
  43. parrot/lib/tcl8.6/encoding/iso8859-2.enc +20 -0
  44. parrot/lib/tcl8.6/encoding/iso8859-4.enc +20 -0
  45. parrot/lib/tcl8.6/encoding/iso8859-6.enc +20 -0
  46. parrot/lib/tcl8.6/encoding/iso8859-7.enc +20 -0
  47. parrot/lib/tcl8.6/encoding/jis0201.enc +20 -0
  48. parrot/lib/tcl8.6/encoding/jis0212.enc +1159 -0
  49. parrot/lib/tcl8.6/encoding/koi8-r.enc +20 -0
  50. parrot/lib/tcl8.6/encoding/macCentEuro.enc +20 -0
.gitattributes CHANGED
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
  parrot/bin/bzip2 filter=lfs diff=lfs merge=lfs -text
61
  parrot/bin/bunzip2 filter=lfs diff=lfs merge=lfs -text
 
 
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
  parrot/bin/bzip2 filter=lfs diff=lfs merge=lfs -text
61
  parrot/bin/bunzip2 filter=lfs diff=lfs merge=lfs -text
62
+ parrot/bin/bzcat filter=lfs diff=lfs merge=lfs -text
parrot/bin/bzcat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a514cce807cb1656a3bcd59794401e7d63c9554267e9acc77097a406092a8ed
3
+ size 299464
parrot/lib/libffi.so ADDED
Binary file (72.1 kB). View file
 
parrot/lib/libffi.so.7 ADDED
Binary file (72.1 kB). View file
 
parrot/lib/libffi.so.8 ADDED
Binary file (72.1 kB). View file
 
parrot/lib/libform.so.6 ADDED
Binary file (91.4 kB). View file
 
parrot/lib/libform.so.6.4 ADDED
Binary file (91.4 kB). View file
 
parrot/lib/libgcc_s.so ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ /* GNU ld script
2
+ Use the shared library, but some functions are only in
3
+ the static library. */
4
+ GROUP ( libgcc_s.so.1 -lgcc )
parrot/lib/libpanel.a ADDED
Binary file (30.9 kB). View file
 
parrot/lib/libpanelw.so ADDED
Binary file (20.7 kB). View file
 
parrot/lib/libpanelw.so.6 ADDED
Binary file (20.7 kB). View file
 
parrot/lib/libpanelw.so.6.4 ADDED
Binary file (20.7 kB). View file
 
parrot/lib/libpython3.so ADDED
Binary file (15 kB). View file
 
parrot/lib/libtclstub8.6.a ADDED
Binary file (8.39 kB). View file
 
parrot/lib/libtkstub8.6.a ADDED
Binary file (6.12 kB). View file
 
parrot/lib/python3.10/_compat_pickle.py ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This module is used to map the old Python 2 names to the new names used in
2
+ # Python 3 for the pickle module. This needed to make pickle streams
3
+ # generated with Python 2 loadable by Python 3.
4
+
5
+ # This is a copy of lib2to3.fixes.fix_imports.MAPPING. We cannot import
6
+ # lib2to3 and use the mapping defined there, because lib2to3 uses pickle.
7
+ # Thus, this could cause the module to be imported recursively.
8
+ IMPORT_MAPPING = {
9
+ '__builtin__' : 'builtins',
10
+ 'copy_reg': 'copyreg',
11
+ 'Queue': 'queue',
12
+ 'SocketServer': 'socketserver',
13
+ 'ConfigParser': 'configparser',
14
+ 'repr': 'reprlib',
15
+ 'tkFileDialog': 'tkinter.filedialog',
16
+ 'tkSimpleDialog': 'tkinter.simpledialog',
17
+ 'tkColorChooser': 'tkinter.colorchooser',
18
+ 'tkCommonDialog': 'tkinter.commondialog',
19
+ 'Dialog': 'tkinter.dialog',
20
+ 'Tkdnd': 'tkinter.dnd',
21
+ 'tkFont': 'tkinter.font',
22
+ 'tkMessageBox': 'tkinter.messagebox',
23
+ 'ScrolledText': 'tkinter.scrolledtext',
24
+ 'Tkconstants': 'tkinter.constants',
25
+ 'Tix': 'tkinter.tix',
26
+ 'ttk': 'tkinter.ttk',
27
+ 'Tkinter': 'tkinter',
28
+ 'markupbase': '_markupbase',
29
+ '_winreg': 'winreg',
30
+ 'thread': '_thread',
31
+ 'dummy_thread': '_dummy_thread',
32
+ 'dbhash': 'dbm.bsd',
33
+ 'dumbdbm': 'dbm.dumb',
34
+ 'dbm': 'dbm.ndbm',
35
+ 'gdbm': 'dbm.gnu',
36
+ 'xmlrpclib': 'xmlrpc.client',
37
+ 'SimpleXMLRPCServer': 'xmlrpc.server',
38
+ 'httplib': 'http.client',
39
+ 'htmlentitydefs' : 'html.entities',
40
+ 'HTMLParser' : 'html.parser',
41
+ 'Cookie': 'http.cookies',
42
+ 'cookielib': 'http.cookiejar',
43
+ 'BaseHTTPServer': 'http.server',
44
+ 'test.test_support': 'test.support',
45
+ 'commands': 'subprocess',
46
+ 'urlparse' : 'urllib.parse',
47
+ 'robotparser' : 'urllib.robotparser',
48
+ 'urllib2': 'urllib.request',
49
+ 'anydbm': 'dbm',
50
+ '_abcoll' : 'collections.abc',
51
+ }
52
+
53
+
54
+ # This contains rename rules that are easy to handle. We ignore the more
55
+ # complex stuff (e.g. mapping the names in the urllib and types modules).
56
+ # These rules should be run before import names are fixed.
57
+ NAME_MAPPING = {
58
+ ('__builtin__', 'xrange'): ('builtins', 'range'),
59
+ ('__builtin__', 'reduce'): ('functools', 'reduce'),
60
+ ('__builtin__', 'intern'): ('sys', 'intern'),
61
+ ('__builtin__', 'unichr'): ('builtins', 'chr'),
62
+ ('__builtin__', 'unicode'): ('builtins', 'str'),
63
+ ('__builtin__', 'long'): ('builtins', 'int'),
64
+ ('itertools', 'izip'): ('builtins', 'zip'),
65
+ ('itertools', 'imap'): ('builtins', 'map'),
66
+ ('itertools', 'ifilter'): ('builtins', 'filter'),
67
+ ('itertools', 'ifilterfalse'): ('itertools', 'filterfalse'),
68
+ ('itertools', 'izip_longest'): ('itertools', 'zip_longest'),
69
+ ('UserDict', 'IterableUserDict'): ('collections', 'UserDict'),
70
+ ('UserList', 'UserList'): ('collections', 'UserList'),
71
+ ('UserString', 'UserString'): ('collections', 'UserString'),
72
+ ('whichdb', 'whichdb'): ('dbm', 'whichdb'),
73
+ ('_socket', 'fromfd'): ('socket', 'fromfd'),
74
+ ('_multiprocessing', 'Connection'): ('multiprocessing.connection', 'Connection'),
75
+ ('multiprocessing.process', 'Process'): ('multiprocessing.context', 'Process'),
76
+ ('multiprocessing.forking', 'Popen'): ('multiprocessing.popen_fork', 'Popen'),
77
+ ('urllib', 'ContentTooShortError'): ('urllib.error', 'ContentTooShortError'),
78
+ ('urllib', 'getproxies'): ('urllib.request', 'getproxies'),
79
+ ('urllib', 'pathname2url'): ('urllib.request', 'pathname2url'),
80
+ ('urllib', 'quote_plus'): ('urllib.parse', 'quote_plus'),
81
+ ('urllib', 'quote'): ('urllib.parse', 'quote'),
82
+ ('urllib', 'unquote_plus'): ('urllib.parse', 'unquote_plus'),
83
+ ('urllib', 'unquote'): ('urllib.parse', 'unquote'),
84
+ ('urllib', 'url2pathname'): ('urllib.request', 'url2pathname'),
85
+ ('urllib', 'urlcleanup'): ('urllib.request', 'urlcleanup'),
86
+ ('urllib', 'urlencode'): ('urllib.parse', 'urlencode'),
87
+ ('urllib', 'urlopen'): ('urllib.request', 'urlopen'),
88
+ ('urllib', 'urlretrieve'): ('urllib.request', 'urlretrieve'),
89
+ ('urllib2', 'HTTPError'): ('urllib.error', 'HTTPError'),
90
+ ('urllib2', 'URLError'): ('urllib.error', 'URLError'),
91
+ }
92
+
93
+ PYTHON2_EXCEPTIONS = (
94
+ "ArithmeticError",
95
+ "AssertionError",
96
+ "AttributeError",
97
+ "BaseException",
98
+ "BufferError",
99
+ "BytesWarning",
100
+ "DeprecationWarning",
101
+ "EOFError",
102
+ "EnvironmentError",
103
+ "Exception",
104
+ "FloatingPointError",
105
+ "FutureWarning",
106
+ "GeneratorExit",
107
+ "IOError",
108
+ "ImportError",
109
+ "ImportWarning",
110
+ "IndentationError",
111
+ "IndexError",
112
+ "KeyError",
113
+ "KeyboardInterrupt",
114
+ "LookupError",
115
+ "MemoryError",
116
+ "NameError",
117
+ "NotImplementedError",
118
+ "OSError",
119
+ "OverflowError",
120
+ "PendingDeprecationWarning",
121
+ "ReferenceError",
122
+ "RuntimeError",
123
+ "RuntimeWarning",
124
+ # StandardError is gone in Python 3, so we map it to Exception
125
+ "StopIteration",
126
+ "SyntaxError",
127
+ "SyntaxWarning",
128
+ "SystemError",
129
+ "SystemExit",
130
+ "TabError",
131
+ "TypeError",
132
+ "UnboundLocalError",
133
+ "UnicodeDecodeError",
134
+ "UnicodeEncodeError",
135
+ "UnicodeError",
136
+ "UnicodeTranslateError",
137
+ "UnicodeWarning",
138
+ "UserWarning",
139
+ "ValueError",
140
+ "Warning",
141
+ "ZeroDivisionError",
142
+ )
143
+
144
+ try:
145
+ WindowsError
146
+ except NameError:
147
+ pass
148
+ else:
149
+ PYTHON2_EXCEPTIONS += ("WindowsError",)
150
+
151
+ for excname in PYTHON2_EXCEPTIONS:
152
+ NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
153
+
154
+ MULTIPROCESSING_EXCEPTIONS = (
155
+ 'AuthenticationError',
156
+ 'BufferTooShort',
157
+ 'ProcessError',
158
+ 'TimeoutError',
159
+ )
160
+
161
+ for excname in MULTIPROCESSING_EXCEPTIONS:
162
+ NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
163
+
164
+ # Same, but for 3.x to 2.x
165
+ REVERSE_IMPORT_MAPPING = dict((v, k) for (k, v) in IMPORT_MAPPING.items())
166
+ assert len(REVERSE_IMPORT_MAPPING) == len(IMPORT_MAPPING)
167
+ REVERSE_NAME_MAPPING = dict((v, k) for (k, v) in NAME_MAPPING.items())
168
+ assert len(REVERSE_NAME_MAPPING) == len(NAME_MAPPING)
169
+
170
+ # Non-mutual mappings.
171
+
172
+ IMPORT_MAPPING.update({
173
+ 'cPickle': 'pickle',
174
+ '_elementtree': 'xml.etree.ElementTree',
175
+ 'FileDialog': 'tkinter.filedialog',
176
+ 'SimpleDialog': 'tkinter.simpledialog',
177
+ 'DocXMLRPCServer': 'xmlrpc.server',
178
+ 'SimpleHTTPServer': 'http.server',
179
+ 'CGIHTTPServer': 'http.server',
180
+ # For compatibility with broken pickles saved in old Python 3 versions
181
+ 'UserDict': 'collections',
182
+ 'UserList': 'collections',
183
+ 'UserString': 'collections',
184
+ 'whichdb': 'dbm',
185
+ 'StringIO': 'io',
186
+ 'cStringIO': 'io',
187
+ })
188
+
189
+ REVERSE_IMPORT_MAPPING.update({
190
+ '_bz2': 'bz2',
191
+ '_dbm': 'dbm',
192
+ '_functools': 'functools',
193
+ '_gdbm': 'gdbm',
194
+ '_pickle': 'pickle',
195
+ })
196
+
197
+ NAME_MAPPING.update({
198
+ ('__builtin__', 'basestring'): ('builtins', 'str'),
199
+ ('exceptions', 'StandardError'): ('builtins', 'Exception'),
200
+ ('UserDict', 'UserDict'): ('collections', 'UserDict'),
201
+ ('socket', '_socketobject'): ('socket', 'SocketType'),
202
+ })
203
+
204
+ REVERSE_NAME_MAPPING.update({
205
+ ('_functools', 'reduce'): ('__builtin__', 'reduce'),
206
+ ('tkinter.filedialog', 'FileDialog'): ('FileDialog', 'FileDialog'),
207
+ ('tkinter.filedialog', 'LoadFileDialog'): ('FileDialog', 'LoadFileDialog'),
208
+ ('tkinter.filedialog', 'SaveFileDialog'): ('FileDialog', 'SaveFileDialog'),
209
+ ('tkinter.simpledialog', 'SimpleDialog'): ('SimpleDialog', 'SimpleDialog'),
210
+ ('xmlrpc.server', 'ServerHTMLDoc'): ('DocXMLRPCServer', 'ServerHTMLDoc'),
211
+ ('xmlrpc.server', 'XMLRPCDocGenerator'):
212
+ ('DocXMLRPCServer', 'XMLRPCDocGenerator'),
213
+ ('xmlrpc.server', 'DocXMLRPCRequestHandler'):
214
+ ('DocXMLRPCServer', 'DocXMLRPCRequestHandler'),
215
+ ('xmlrpc.server', 'DocXMLRPCServer'):
216
+ ('DocXMLRPCServer', 'DocXMLRPCServer'),
217
+ ('xmlrpc.server', 'DocCGIXMLRPCRequestHandler'):
218
+ ('DocXMLRPCServer', 'DocCGIXMLRPCRequestHandler'),
219
+ ('http.server', 'SimpleHTTPRequestHandler'):
220
+ ('SimpleHTTPServer', 'SimpleHTTPRequestHandler'),
221
+ ('http.server', 'CGIHTTPRequestHandler'):
222
+ ('CGIHTTPServer', 'CGIHTTPRequestHandler'),
223
+ ('_socket', 'socket'): ('socket', '_socketobject'),
224
+ })
225
+
226
+ PYTHON3_OSERROR_EXCEPTIONS = (
227
+ 'BrokenPipeError',
228
+ 'ChildProcessError',
229
+ 'ConnectionAbortedError',
230
+ 'ConnectionError',
231
+ 'ConnectionRefusedError',
232
+ 'ConnectionResetError',
233
+ 'FileExistsError',
234
+ 'FileNotFoundError',
235
+ 'InterruptedError',
236
+ 'IsADirectoryError',
237
+ 'NotADirectoryError',
238
+ 'PermissionError',
239
+ 'ProcessLookupError',
240
+ 'TimeoutError',
241
+ )
242
+
243
+ for excname in PYTHON3_OSERROR_EXCEPTIONS:
244
+ REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
245
+
246
+ PYTHON3_IMPORTERROR_EXCEPTIONS = (
247
+ 'ModuleNotFoundError',
248
+ )
249
+
250
+ for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251
+ REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
parrot/lib/python3.10/cmd.py ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """A generic class to build line-oriented command interpreters.
2
+
3
+ Interpreters constructed with this class obey the following conventions:
4
+
5
+ 1. End of file on input is processed as the command 'EOF'.
6
+ 2. A command is parsed out of each line by collecting the prefix composed
7
+ of characters in the identchars member.
8
+ 3. A command `foo' is dispatched to a method 'do_foo()'; the do_ method
9
+ is passed a single argument consisting of the remainder of the line.
10
+ 4. Typing an empty line repeats the last command. (Actually, it calls the
11
+ method `emptyline', which may be overridden in a subclass.)
12
+ 5. There is a predefined `help' method. Given an argument `topic', it
13
+ calls the command `help_topic'. With no arguments, it lists all topics
14
+ with defined help_ functions, broken into up to three topics; documented
15
+ commands, miscellaneous help topics, and undocumented commands.
16
+ 6. The command '?' is a synonym for `help'. The command '!' is a synonym
17
+ for `shell', if a do_shell method exists.
18
+ 7. If completion is enabled, completing commands will be done automatically,
19
+ and completing of commands args is done by calling complete_foo() with
20
+ arguments text, line, begidx, endidx. text is string we are matching
21
+ against, all returned matches must begin with it. line is the current
22
+ input line (lstripped), begidx and endidx are the beginning and end
23
+ indexes of the text being matched, which could be used to provide
24
+ different completion depending upon which position the argument is in.
25
+
26
+ The `default' method may be overridden to intercept commands for which there
27
+ is no do_ method.
28
+
29
+ The `completedefault' method may be overridden to intercept completions for
30
+ commands that have no complete_ method.
31
+
32
+ The data member `self.ruler' sets the character used to draw separator lines
33
+ in the help messages. If empty, no ruler line is drawn. It defaults to "=".
34
+
35
+ If the value of `self.intro' is nonempty when the cmdloop method is called,
36
+ it is printed out on interpreter startup. This value may be overridden
37
+ via an optional argument to the cmdloop() method.
38
+
39
+ The data members `self.doc_header', `self.misc_header', and
40
+ `self.undoc_header' set the headers used for the help function's
41
+ listings of documented functions, miscellaneous topics, and undocumented
42
+ functions respectively.
43
+ """
44
+
45
+ import string, sys
46
+
47
+ __all__ = ["Cmd"]
48
+
49
+ PROMPT = '(Cmd) '
50
+ IDENTCHARS = string.ascii_letters + string.digits + '_'
51
+
52
+ class Cmd:
53
+ """A simple framework for writing line-oriented command interpreters.
54
+
55
+ These are often useful for test harnesses, administrative tools, and
56
+ prototypes that will later be wrapped in a more sophisticated interface.
57
+
58
+ A Cmd instance or subclass instance is a line-oriented interpreter
59
+ framework. There is no good reason to instantiate Cmd itself; rather,
60
+ it's useful as a superclass of an interpreter class you define yourself
61
+ in order to inherit Cmd's methods and encapsulate action methods.
62
+
63
+ """
64
+ prompt = PROMPT
65
+ identchars = IDENTCHARS
66
+ ruler = '='
67
+ lastcmd = ''
68
+ intro = None
69
+ doc_leader = ""
70
+ doc_header = "Documented commands (type help <topic>):"
71
+ misc_header = "Miscellaneous help topics:"
72
+ undoc_header = "Undocumented commands:"
73
+ nohelp = "*** No help on %s"
74
+ use_rawinput = 1
75
+
76
+ def __init__(self, completekey='tab', stdin=None, stdout=None):
77
+ """Instantiate a line-oriented interpreter framework.
78
+
79
+ The optional argument 'completekey' is the readline name of a
80
+ completion key; it defaults to the Tab key. If completekey is
81
+ not None and the readline module is available, command completion
82
+ is done automatically. The optional arguments stdin and stdout
83
+ specify alternate input and output file objects; if not specified,
84
+ sys.stdin and sys.stdout are used.
85
+
86
+ """
87
+ if stdin is not None:
88
+ self.stdin = stdin
89
+ else:
90
+ self.stdin = sys.stdin
91
+ if stdout is not None:
92
+ self.stdout = stdout
93
+ else:
94
+ self.stdout = sys.stdout
95
+ self.cmdqueue = []
96
+ self.completekey = completekey
97
+
98
+ def cmdloop(self, intro=None):
99
+ """Repeatedly issue a prompt, accept input, parse an initial prefix
100
+ off the received input, and dispatch to action methods, passing them
101
+ the remainder of the line as argument.
102
+
103
+ """
104
+
105
+ self.preloop()
106
+ if self.use_rawinput and self.completekey:
107
+ try:
108
+ import readline
109
+ self.old_completer = readline.get_completer()
110
+ readline.set_completer(self.complete)
111
+ readline.parse_and_bind(self.completekey+": complete")
112
+ except ImportError:
113
+ pass
114
+ try:
115
+ if intro is not None:
116
+ self.intro = intro
117
+ if self.intro:
118
+ self.stdout.write(str(self.intro)+"\n")
119
+ stop = None
120
+ while not stop:
121
+ if self.cmdqueue:
122
+ line = self.cmdqueue.pop(0)
123
+ else:
124
+ if self.use_rawinput:
125
+ try:
126
+ line = input(self.prompt)
127
+ except EOFError:
128
+ line = 'EOF'
129
+ else:
130
+ self.stdout.write(self.prompt)
131
+ self.stdout.flush()
132
+ line = self.stdin.readline()
133
+ if not len(line):
134
+ line = 'EOF'
135
+ else:
136
+ line = line.rstrip('\r\n')
137
+ line = self.precmd(line)
138
+ stop = self.onecmd(line)
139
+ stop = self.postcmd(stop, line)
140
+ self.postloop()
141
+ finally:
142
+ if self.use_rawinput and self.completekey:
143
+ try:
144
+ import readline
145
+ readline.set_completer(self.old_completer)
146
+ except ImportError:
147
+ pass
148
+
149
+
150
+ def precmd(self, line):
151
+ """Hook method executed just before the command line is
152
+ interpreted, but after the input prompt is generated and issued.
153
+
154
+ """
155
+ return line
156
+
157
+ def postcmd(self, stop, line):
158
+ """Hook method executed just after a command dispatch is finished."""
159
+ return stop
160
+
161
+ def preloop(self):
162
+ """Hook method executed once when the cmdloop() method is called."""
163
+ pass
164
+
165
+ def postloop(self):
166
+ """Hook method executed once when the cmdloop() method is about to
167
+ return.
168
+
169
+ """
170
+ pass
171
+
172
+ def parseline(self, line):
173
+ """Parse the line into a command name and a string containing
174
+ the arguments. Returns a tuple containing (command, args, line).
175
+ 'command' and 'args' may be None if the line couldn't be parsed.
176
+ """
177
+ line = line.strip()
178
+ if not line:
179
+ return None, None, line
180
+ elif line[0] == '?':
181
+ line = 'help ' + line[1:]
182
+ elif line[0] == '!':
183
+ if hasattr(self, 'do_shell'):
184
+ line = 'shell ' + line[1:]
185
+ else:
186
+ return None, None, line
187
+ i, n = 0, len(line)
188
+ while i < n and line[i] in self.identchars: i = i+1
189
+ cmd, arg = line[:i], line[i:].strip()
190
+ return cmd, arg, line
191
+
192
+ def onecmd(self, line):
193
+ """Interpret the argument as though it had been typed in response
194
+ to the prompt.
195
+
196
+ This may be overridden, but should not normally need to be;
197
+ see the precmd() and postcmd() methods for useful execution hooks.
198
+ The return value is a flag indicating whether interpretation of
199
+ commands by the interpreter should stop.
200
+
201
+ """
202
+ cmd, arg, line = self.parseline(line)
203
+ if not line:
204
+ return self.emptyline()
205
+ if cmd is None:
206
+ return self.default(line)
207
+ self.lastcmd = line
208
+ if line == 'EOF' :
209
+ self.lastcmd = ''
210
+ if cmd == '':
211
+ return self.default(line)
212
+ else:
213
+ try:
214
+ func = getattr(self, 'do_' + cmd)
215
+ except AttributeError:
216
+ return self.default(line)
217
+ return func(arg)
218
+
219
+ def emptyline(self):
220
+ """Called when an empty line is entered in response to the prompt.
221
+
222
+ If this method is not overridden, it repeats the last nonempty
223
+ command entered.
224
+
225
+ """
226
+ if self.lastcmd:
227
+ return self.onecmd(self.lastcmd)
228
+
229
+ def default(self, line):
230
+ """Called on an input line when the command prefix is not recognized.
231
+
232
+ If this method is not overridden, it prints an error message and
233
+ returns.
234
+
235
+ """
236
+ self.stdout.write('*** Unknown syntax: %s\n'%line)
237
+
238
+ def completedefault(self, *ignored):
239
+ """Method called to complete an input line when no command-specific
240
+ complete_*() method is available.
241
+
242
+ By default, it returns an empty list.
243
+
244
+ """
245
+ return []
246
+
247
+ def completenames(self, text, *ignored):
248
+ dotext = 'do_'+text
249
+ return [a[3:] for a in self.get_names() if a.startswith(dotext)]
250
+
251
+ def complete(self, text, state):
252
+ """Return the next possible completion for 'text'.
253
+
254
+ If a command has not been entered, then complete against command list.
255
+ Otherwise try to call complete_<command> to get list of completions.
256
+ """
257
+ if state == 0:
258
+ import readline
259
+ origline = readline.get_line_buffer()
260
+ line = origline.lstrip()
261
+ stripped = len(origline) - len(line)
262
+ begidx = readline.get_begidx() - stripped
263
+ endidx = readline.get_endidx() - stripped
264
+ if begidx>0:
265
+ cmd, args, foo = self.parseline(line)
266
+ if cmd == '':
267
+ compfunc = self.completedefault
268
+ else:
269
+ try:
270
+ compfunc = getattr(self, 'complete_' + cmd)
271
+ except AttributeError:
272
+ compfunc = self.completedefault
273
+ else:
274
+ compfunc = self.completenames
275
+ self.completion_matches = compfunc(text, line, begidx, endidx)
276
+ try:
277
+ return self.completion_matches[state]
278
+ except IndexError:
279
+ return None
280
+
281
+ def get_names(self):
282
+ # This method used to pull in base class attributes
283
+ # at a time dir() didn't do it yet.
284
+ return dir(self.__class__)
285
+
286
+ def complete_help(self, *args):
287
+ commands = set(self.completenames(*args))
288
+ topics = set(a[5:] for a in self.get_names()
289
+ if a.startswith('help_' + args[0]))
290
+ return list(commands | topics)
291
+
292
+ def do_help(self, arg):
293
+ 'List available commands with "help" or detailed help with "help cmd".'
294
+ if arg:
295
+ # XXX check arg syntax
296
+ try:
297
+ func = getattr(self, 'help_' + arg)
298
+ except AttributeError:
299
+ try:
300
+ doc=getattr(self, 'do_' + arg).__doc__
301
+ if doc:
302
+ self.stdout.write("%s\n"%str(doc))
303
+ return
304
+ except AttributeError:
305
+ pass
306
+ self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
307
+ return
308
+ func()
309
+ else:
310
+ names = self.get_names()
311
+ cmds_doc = []
312
+ cmds_undoc = []
313
+ help = {}
314
+ for name in names:
315
+ if name[:5] == 'help_':
316
+ help[name[5:]]=1
317
+ names.sort()
318
+ # There can be duplicates if routines overridden
319
+ prevname = ''
320
+ for name in names:
321
+ if name[:3] == 'do_':
322
+ if name == prevname:
323
+ continue
324
+ prevname = name
325
+ cmd=name[3:]
326
+ if cmd in help:
327
+ cmds_doc.append(cmd)
328
+ del help[cmd]
329
+ elif getattr(self, name).__doc__:
330
+ cmds_doc.append(cmd)
331
+ else:
332
+ cmds_undoc.append(cmd)
333
+ self.stdout.write("%s\n"%str(self.doc_leader))
334
+ self.print_topics(self.doc_header, cmds_doc, 15,80)
335
+ self.print_topics(self.misc_header, list(help.keys()),15,80)
336
+ self.print_topics(self.undoc_header, cmds_undoc, 15,80)
337
+
338
+ def print_topics(self, header, cmds, cmdlen, maxcol):
339
+ if cmds:
340
+ self.stdout.write("%s\n"%str(header))
341
+ if self.ruler:
342
+ self.stdout.write("%s\n"%str(self.ruler * len(header)))
343
+ self.columnize(cmds, maxcol-1)
344
+ self.stdout.write("\n")
345
+
346
+ def columnize(self, list, displaywidth=80):
347
+ """Display a list of strings as a compact set of columns.
348
+
349
+ Each column is only as wide as necessary.
350
+ Columns are separated by two spaces (one was not legible enough).
351
+ """
352
+ if not list:
353
+ self.stdout.write("<empty>\n")
354
+ return
355
+
356
+ nonstrings = [i for i in range(len(list))
357
+ if not isinstance(list[i], str)]
358
+ if nonstrings:
359
+ raise TypeError("list[i] not a string for i in %s"
360
+ % ", ".join(map(str, nonstrings)))
361
+ size = len(list)
362
+ if size == 1:
363
+ self.stdout.write('%s\n'%str(list[0]))
364
+ return
365
+ # Try every row count from 1 upwards
366
+ for nrows in range(1, len(list)):
367
+ ncols = (size+nrows-1) // nrows
368
+ colwidths = []
369
+ totwidth = -2
370
+ for col in range(ncols):
371
+ colwidth = 0
372
+ for row in range(nrows):
373
+ i = row + nrows*col
374
+ if i >= size:
375
+ break
376
+ x = list[i]
377
+ colwidth = max(colwidth, len(x))
378
+ colwidths.append(colwidth)
379
+ totwidth += colwidth + 2
380
+ if totwidth > displaywidth:
381
+ break
382
+ if totwidth <= displaywidth:
383
+ break
384
+ else:
385
+ nrows = len(list)
386
+ ncols = 1
387
+ colwidths = [0]
388
+ for row in range(nrows):
389
+ texts = []
390
+ for col in range(ncols):
391
+ i = row + nrows*col
392
+ if i >= size:
393
+ x = ""
394
+ else:
395
+ x = list[i]
396
+ texts.append(x)
397
+ while texts and not texts[-1]:
398
+ del texts[-1]
399
+ for col in range(len(texts)):
400
+ texts[col] = texts[col].ljust(colwidths[col])
401
+ self.stdout.write("%s\n"%str(" ".join(texts)))
parrot/lib/python3.10/doctest.py ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/enum.py ADDED
@@ -0,0 +1,1053 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import sys
2
+ from types import MappingProxyType, DynamicClassAttribute
3
+
4
+
5
+ __all__ = [
6
+ 'EnumMeta',
7
+ 'Enum', 'IntEnum', 'Flag', 'IntFlag',
8
+ 'auto', 'unique',
9
+ ]
10
+
11
+
12
+ def _is_descriptor(obj):
13
+ """
14
+ Returns True if obj is a descriptor, False otherwise.
15
+ """
16
+ return (
17
+ hasattr(obj, '__get__') or
18
+ hasattr(obj, '__set__') or
19
+ hasattr(obj, '__delete__')
20
+ )
21
+
22
+ def _is_dunder(name):
23
+ """
24
+ Returns True if a __dunder__ name, False otherwise.
25
+ """
26
+ return (
27
+ len(name) > 4 and
28
+ name[:2] == name[-2:] == '__' and
29
+ name[2] != '_' and
30
+ name[-3] != '_'
31
+ )
32
+
33
+ def _is_sunder(name):
34
+ """
35
+ Returns True if a _sunder_ name, False otherwise.
36
+ """
37
+ return (
38
+ len(name) > 2 and
39
+ name[0] == name[-1] == '_' and
40
+ name[1:2] != '_' and
41
+ name[-2:-1] != '_'
42
+ )
43
+
44
+ def _is_private(cls_name, name):
45
+ # do not use `re` as `re` imports `enum`
46
+ pattern = '_%s__' % (cls_name, )
47
+ pat_len = len(pattern)
48
+ if (
49
+ len(name) > pat_len
50
+ and name.startswith(pattern)
51
+ and name[pat_len:pat_len+1] != ['_']
52
+ and (name[-1] != '_' or name[-2] != '_')
53
+ ):
54
+ return True
55
+ else:
56
+ return False
57
+
58
+ def _make_class_unpicklable(cls):
59
+ """
60
+ Make the given class un-picklable.
61
+ """
62
+ def _break_on_call_reduce(self, proto):
63
+ raise TypeError('%r cannot be pickled' % self)
64
+ cls.__reduce_ex__ = _break_on_call_reduce
65
+ cls.__module__ = '<unknown>'
66
+
67
+ _auto_null = object()
68
+ class auto:
69
+ """
70
+ Instances are replaced with an appropriate value in Enum class suites.
71
+ """
72
+ value = _auto_null
73
+
74
+
75
+ class _EnumDict(dict):
76
+ """
77
+ Track enum member order and ensure member names are not reused.
78
+
79
+ EnumMeta will use the names found in self._member_names as the
80
+ enumeration member names.
81
+ """
82
+ def __init__(self):
83
+ super().__init__()
84
+ self._member_names = []
85
+ self._last_values = []
86
+ self._ignore = []
87
+ self._auto_called = False
88
+
89
+ def __setitem__(self, key, value):
90
+ """
91
+ Changes anything not dundered or not a descriptor.
92
+
93
+ If an enum member name is used twice, an error is raised; duplicate
94
+ values are not checked for.
95
+
96
+ Single underscore (sunder) names are reserved.
97
+ """
98
+ if _is_private(self._cls_name, key):
99
+ import warnings
100
+ warnings.warn(
101
+ "private variables, such as %r, will be normal attributes in 3.11"
102
+ % (key, ),
103
+ DeprecationWarning,
104
+ stacklevel=2,
105
+ )
106
+ if _is_sunder(key):
107
+ if key not in (
108
+ '_order_', '_create_pseudo_member_',
109
+ '_generate_next_value_', '_missing_', '_ignore_',
110
+ ):
111
+ raise ValueError('_names_ are reserved for future Enum use')
112
+ if key == '_generate_next_value_':
113
+ # check if members already defined as auto()
114
+ if self._auto_called:
115
+ raise TypeError("_generate_next_value_ must be defined before members")
116
+ setattr(self, '_generate_next_value', value)
117
+ elif key == '_ignore_':
118
+ if isinstance(value, str):
119
+ value = value.replace(',',' ').split()
120
+ else:
121
+ value = list(value)
122
+ self._ignore = value
123
+ already = set(value) & set(self._member_names)
124
+ if already:
125
+ raise ValueError(
126
+ '_ignore_ cannot specify already set names: %r'
127
+ % (already, )
128
+ )
129
+ elif _is_dunder(key):
130
+ if key == '__order__':
131
+ key = '_order_'
132
+ elif key in self._member_names:
133
+ # descriptor overwriting an enum?
134
+ raise TypeError('Attempted to reuse key: %r' % key)
135
+ elif key in self._ignore:
136
+ pass
137
+ elif not _is_descriptor(value):
138
+ if key in self:
139
+ # enum overwriting a descriptor?
140
+ raise TypeError('%r already defined as: %r' % (key, self[key]))
141
+ if isinstance(value, auto):
142
+ if value.value == _auto_null:
143
+ value.value = self._generate_next_value(
144
+ key,
145
+ 1,
146
+ len(self._member_names),
147
+ self._last_values[:],
148
+ )
149
+ self._auto_called = True
150
+ value = value.value
151
+ self._member_names.append(key)
152
+ self._last_values.append(value)
153
+ super().__setitem__(key, value)
154
+
155
+
156
+ # Dummy value for Enum as EnumMeta explicitly checks for it, but of course
157
+ # until EnumMeta finishes running the first time the Enum class doesn't exist.
158
+ # This is also why there are checks in EnumMeta like `if Enum is not None`
159
+ Enum = None
160
+
161
+ class EnumMeta(type):
162
+ """
163
+ Metaclass for Enum
164
+ """
165
+ @classmethod
166
+ def __prepare__(metacls, cls, bases, **kwds):
167
+ # check that previous enum members do not exist
168
+ metacls._check_for_existing_members(cls, bases)
169
+ # create the namespace dict
170
+ enum_dict = _EnumDict()
171
+ enum_dict._cls_name = cls
172
+ # inherit previous flags and _generate_next_value_ function
173
+ member_type, first_enum = metacls._get_mixins_(cls, bases)
174
+ if first_enum is not None:
175
+ enum_dict['_generate_next_value_'] = getattr(
176
+ first_enum, '_generate_next_value_', None,
177
+ )
178
+ return enum_dict
179
+
180
+ def __new__(metacls, cls, bases, classdict, **kwds):
181
+ # an Enum class is final once enumeration items have been defined; it
182
+ # cannot be mixed with other types (int, float, etc.) if it has an
183
+ # inherited __new__ unless a new __new__ is defined (or the resulting
184
+ # class will fail).
185
+ #
186
+ # remove any keys listed in _ignore_
187
+ classdict.setdefault('_ignore_', []).append('_ignore_')
188
+ ignore = classdict['_ignore_']
189
+ for key in ignore:
190
+ classdict.pop(key, None)
191
+ member_type, first_enum = metacls._get_mixins_(cls, bases)
192
+ __new__, save_new, use_args = metacls._find_new_(
193
+ classdict, member_type, first_enum,
194
+ )
195
+
196
+ # save enum items into separate mapping so they don't get baked into
197
+ # the new class
198
+ enum_members = {k: classdict[k] for k in classdict._member_names}
199
+ for name in classdict._member_names:
200
+ del classdict[name]
201
+
202
+ # adjust the sunders
203
+ _order_ = classdict.pop('_order_', None)
204
+
205
+ # check for illegal enum names (any others?)
206
+ invalid_names = set(enum_members) & {'mro', ''}
207
+ if invalid_names:
208
+ raise ValueError('Invalid enum member name: {0}'.format(
209
+ ','.join(invalid_names)))
210
+
211
+ # create a default docstring if one has not been provided
212
+ if '__doc__' not in classdict:
213
+ classdict['__doc__'] = 'An enumeration.'
214
+
215
+ enum_class = super().__new__(metacls, cls, bases, classdict, **kwds)
216
+ enum_class._member_names_ = [] # names in definition order
217
+ enum_class._member_map_ = {} # name->value map
218
+ enum_class._member_type_ = member_type
219
+
220
+ # save DynamicClassAttribute attributes from super classes so we know
221
+ # if we can take the shortcut of storing members in the class dict
222
+ dynamic_attributes = {
223
+ k for c in enum_class.mro()
224
+ for k, v in c.__dict__.items()
225
+ if isinstance(v, DynamicClassAttribute)
226
+ }
227
+
228
+ # Reverse value->name map for hashable values.
229
+ enum_class._value2member_map_ = {}
230
+
231
+ # If a custom type is mixed into the Enum, and it does not know how
232
+ # to pickle itself, pickle.dumps will succeed but pickle.loads will
233
+ # fail. Rather than have the error show up later and possibly far
234
+ # from the source, sabotage the pickle protocol for this class so
235
+ # that pickle.dumps also fails.
236
+ #
237
+ # However, if the new class implements its own __reduce_ex__, do not
238
+ # sabotage -- it's on them to make sure it works correctly. We use
239
+ # __reduce_ex__ instead of any of the others as it is preferred by
240
+ # pickle over __reduce__, and it handles all pickle protocols.
241
+ if '__reduce_ex__' not in classdict:
242
+ if member_type is not object:
243
+ methods = ('__getnewargs_ex__', '__getnewargs__',
244
+ '__reduce_ex__', '__reduce__')
245
+ if not any(m in member_type.__dict__ for m in methods):
246
+ if '__new__' in classdict:
247
+ # too late, sabotage
248
+ _make_class_unpicklable(enum_class)
249
+ else:
250
+ # final attempt to verify that pickling would work:
251
+ # travel mro until __new__ is found, checking for
252
+ # __reduce__ and friends along the way -- if any of them
253
+ # are found before/when __new__ is found, pickling should
254
+ # work
255
+ sabotage = None
256
+ for chain in bases:
257
+ for base in chain.__mro__:
258
+ if base is object:
259
+ continue
260
+ elif any(m in base.__dict__ for m in methods):
261
+ # found one, we're good
262
+ sabotage = False
263
+ break
264
+ elif '__new__' in base.__dict__:
265
+ # not good
266
+ sabotage = True
267
+ break
268
+ if sabotage is not None:
269
+ break
270
+ if sabotage:
271
+ _make_class_unpicklable(enum_class)
272
+ # instantiate them, checking for duplicates as we go
273
+ # we instantiate first instead of checking for duplicates first in case
274
+ # a custom __new__ is doing something funky with the values -- such as
275
+ # auto-numbering ;)
276
+ for member_name in classdict._member_names:
277
+ value = enum_members[member_name]
278
+ if not isinstance(value, tuple):
279
+ args = (value, )
280
+ else:
281
+ args = value
282
+ if member_type is tuple: # special case for tuple enums
283
+ args = (args, ) # wrap it one more time
284
+ if not use_args:
285
+ enum_member = __new__(enum_class)
286
+ if not hasattr(enum_member, '_value_'):
287
+ enum_member._value_ = value
288
+ else:
289
+ enum_member = __new__(enum_class, *args)
290
+ if not hasattr(enum_member, '_value_'):
291
+ if member_type is object:
292
+ enum_member._value_ = value
293
+ else:
294
+ enum_member._value_ = member_type(*args)
295
+ value = enum_member._value_
296
+ enum_member._name_ = member_name
297
+ enum_member.__objclass__ = enum_class
298
+ enum_member.__init__(*args)
299
+ # If another member with the same value was already defined, the
300
+ # new member becomes an alias to the existing one.
301
+ for name, canonical_member in enum_class._member_map_.items():
302
+ if canonical_member._value_ == enum_member._value_:
303
+ enum_member = canonical_member
304
+ break
305
+ else:
306
+ # Aliases don't appear in member names (only in __members__).
307
+ enum_class._member_names_.append(member_name)
308
+ # performance boost for any member that would not shadow
309
+ # a DynamicClassAttribute
310
+ if member_name not in dynamic_attributes:
311
+ setattr(enum_class, member_name, enum_member)
312
+ # now add to _member_map_
313
+ enum_class._member_map_[member_name] = enum_member
314
+ try:
315
+ # This may fail if value is not hashable. We can't add the value
316
+ # to the map, and by-value lookups for this value will be
317
+ # linear.
318
+ enum_class._value2member_map_[value] = enum_member
319
+ except TypeError:
320
+ pass
321
+
322
+ # double check that repr and friends are not the mixin's or various
323
+ # things break (such as pickle)
324
+ # however, if the method is defined in the Enum itself, don't replace
325
+ # it
326
+ for name in ('__repr__', '__str__', '__format__', '__reduce_ex__'):
327
+ if name in classdict:
328
+ continue
329
+ class_method = getattr(enum_class, name)
330
+ obj_method = getattr(member_type, name, None)
331
+ enum_method = getattr(first_enum, name, None)
332
+ if obj_method is not None and obj_method is class_method:
333
+ setattr(enum_class, name, enum_method)
334
+
335
+ # replace any other __new__ with our own (as long as Enum is not None,
336
+ # anyway) -- again, this is to support pickle
337
+ if Enum is not None:
338
+ # if the user defined their own __new__, save it before it gets
339
+ # clobbered in case they subclass later
340
+ if save_new:
341
+ enum_class.__new_member__ = __new__
342
+ enum_class.__new__ = Enum.__new__
343
+
344
+ # py3 support for definition order (helps keep py2/py3 code in sync)
345
+ if _order_ is not None:
346
+ if isinstance(_order_, str):
347
+ _order_ = _order_.replace(',', ' ').split()
348
+ if _order_ != enum_class._member_names_:
349
+ raise TypeError('member order does not match _order_')
350
+
351
+ return enum_class
352
+
353
+ def __bool__(self):
354
+ """
355
+ classes/types should always be True.
356
+ """
357
+ return True
358
+
359
+ def __call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1):
360
+ """
361
+ Either returns an existing member, or creates a new enum class.
362
+
363
+ This method is used both when an enum class is given a value to match
364
+ to an enumeration member (i.e. Color(3)) and for the functional API
365
+ (i.e. Color = Enum('Color', names='RED GREEN BLUE')).
366
+
367
+ When used for the functional API:
368
+
369
+ `value` will be the name of the new class.
370
+
371
+ `names` should be either a string of white-space/comma delimited names
372
+ (values will start at `start`), or an iterator/mapping of name, value pairs.
373
+
374
+ `module` should be set to the module this class is being created in;
375
+ if it is not set, an attempt to find that module will be made, but if
376
+ it fails the class will not be picklable.
377
+
378
+ `qualname` should be set to the actual location this class can be found
379
+ at in its module; by default it is set to the global scope. If this is
380
+ not correct, unpickling will fail in some circumstances.
381
+
382
+ `type`, if set, will be mixed in as the first base class.
383
+ """
384
+ if names is None: # simple value lookup
385
+ return cls.__new__(cls, value)
386
+ # otherwise, functional API: we're creating a new Enum type
387
+ return cls._create_(
388
+ value,
389
+ names,
390
+ module=module,
391
+ qualname=qualname,
392
+ type=type,
393
+ start=start,
394
+ )
395
+
396
+ def __contains__(cls, obj):
397
+ if not isinstance(obj, Enum):
398
+ import warnings
399
+ warnings.warn(
400
+ "in 3.12 __contains__ will no longer raise TypeError, but will return True if\n"
401
+ "obj is a member or a member's value",
402
+ DeprecationWarning,
403
+ stacklevel=2,
404
+ )
405
+ raise TypeError(
406
+ "unsupported operand type(s) for 'in': '%s' and '%s'" % (
407
+ type(obj).__qualname__, cls.__class__.__qualname__))
408
+ return isinstance(obj, cls) and obj._name_ in cls._member_map_
409
+
410
+ def __delattr__(cls, attr):
411
+ # nicer error message when someone tries to delete an attribute
412
+ # (see issue19025).
413
+ if attr in cls._member_map_:
414
+ raise AttributeError("%s: cannot delete Enum member." % cls.__name__)
415
+ super().__delattr__(attr)
416
+
417
+ def __dir__(self):
418
+ return (
419
+ ['__class__', '__doc__', '__members__', '__module__']
420
+ + self._member_names_
421
+ )
422
+
423
+ def __getattr__(cls, name):
424
+ """
425
+ Return the enum member matching `name`
426
+
427
+ We use __getattr__ instead of descriptors or inserting into the enum
428
+ class' __dict__ in order to support `name` and `value` being both
429
+ properties for enum members (which live in the class' __dict__) and
430
+ enum members themselves.
431
+ """
432
+ if _is_dunder(name):
433
+ raise AttributeError(name)
434
+ try:
435
+ return cls._member_map_[name]
436
+ except KeyError:
437
+ raise AttributeError(name) from None
438
+
439
+ def __getitem__(cls, name):
440
+ return cls._member_map_[name]
441
+
442
+ def __iter__(cls):
443
+ """
444
+ Returns members in definition order.
445
+ """
446
+ return (cls._member_map_[name] for name in cls._member_names_)
447
+
448
+ def __len__(cls):
449
+ return len(cls._member_names_)
450
+
451
+ @property
452
+ def __members__(cls):
453
+ """
454
+ Returns a mapping of member name->value.
455
+
456
+ This mapping lists all enum members, including aliases. Note that this
457
+ is a read-only view of the internal mapping.
458
+ """
459
+ return MappingProxyType(cls._member_map_)
460
+
461
+ def __repr__(cls):
462
+ return "<enum %r>" % cls.__name__
463
+
464
+ def __reversed__(cls):
465
+ """
466
+ Returns members in reverse definition order.
467
+ """
468
+ return (cls._member_map_[name] for name in reversed(cls._member_names_))
469
+
470
+ def __setattr__(cls, name, value):
471
+ """
472
+ Block attempts to reassign Enum members.
473
+
474
+ A simple assignment to the class namespace only changes one of the
475
+ several possible ways to get an Enum member from the Enum class,
476
+ resulting in an inconsistent Enumeration.
477
+ """
478
+ member_map = cls.__dict__.get('_member_map_', {})
479
+ if name in member_map:
480
+ raise AttributeError('Cannot reassign members.')
481
+ super().__setattr__(name, value)
482
+
483
+ def _create_(cls, class_name, names, *, module=None, qualname=None, type=None, start=1):
484
+ """
485
+ Convenience method to create a new Enum class.
486
+
487
+ `names` can be:
488
+
489
+ * A string containing member names, separated either with spaces or
490
+ commas. Values are incremented by 1 from `start`.
491
+ * An iterable of member names. Values are incremented by 1 from `start`.
492
+ * An iterable of (member name, value) pairs.
493
+ * A mapping of member name -> value pairs.
494
+ """
495
+ metacls = cls.__class__
496
+ bases = (cls, ) if type is None else (type, cls)
497
+ _, first_enum = cls._get_mixins_(cls, bases)
498
+ classdict = metacls.__prepare__(class_name, bases)
499
+
500
+ # special processing needed for names?
501
+ if isinstance(names, str):
502
+ names = names.replace(',', ' ').split()
503
+ if isinstance(names, (tuple, list)) and names and isinstance(names[0], str):
504
+ original_names, names = names, []
505
+ last_values = []
506
+ for count, name in enumerate(original_names):
507
+ value = first_enum._generate_next_value_(name, start, count, last_values[:])
508
+ last_values.append(value)
509
+ names.append((name, value))
510
+
511
+ # Here, names is either an iterable of (name, value) or a mapping.
512
+ for item in names:
513
+ if isinstance(item, str):
514
+ member_name, member_value = item, names[item]
515
+ else:
516
+ member_name, member_value = item
517
+ classdict[member_name] = member_value
518
+ enum_class = metacls.__new__(metacls, class_name, bases, classdict)
519
+
520
+ # TODO: replace the frame hack if a blessed way to know the calling
521
+ # module is ever developed
522
+ if module is None:
523
+ try:
524
+ module = sys._getframe(2).f_globals['__name__']
525
+ except (AttributeError, ValueError, KeyError):
526
+ pass
527
+ if module is None:
528
+ _make_class_unpicklable(enum_class)
529
+ else:
530
+ enum_class.__module__ = module
531
+ if qualname is not None:
532
+ enum_class.__qualname__ = qualname
533
+
534
+ return enum_class
535
+
536
+ def _convert_(cls, name, module, filter, source=None):
537
+ """
538
+ Create a new Enum subclass that replaces a collection of global constants
539
+ """
540
+ # convert all constants from source (or module) that pass filter() to
541
+ # a new Enum called name, and export the enum and its members back to
542
+ # module;
543
+ # also, replace the __reduce_ex__ method so unpickling works in
544
+ # previous Python versions
545
+ module_globals = vars(sys.modules[module])
546
+ if source:
547
+ source = vars(source)
548
+ else:
549
+ source = module_globals
550
+ # _value2member_map_ is populated in the same order every time
551
+ # for a consistent reverse mapping of number to name when there
552
+ # are multiple names for the same number.
553
+ members = [
554
+ (name, value)
555
+ for name, value in source.items()
556
+ if filter(name)]
557
+ try:
558
+ # sort by value
559
+ members.sort(key=lambda t: (t[1], t[0]))
560
+ except TypeError:
561
+ # unless some values aren't comparable, in which case sort by name
562
+ members.sort(key=lambda t: t[0])
563
+ cls = cls(name, members, module=module)
564
+ cls.__reduce_ex__ = _reduce_ex_by_name
565
+ module_globals.update(cls.__members__)
566
+ module_globals[name] = cls
567
+ return cls
568
+
569
+ @staticmethod
570
+ def _check_for_existing_members(class_name, bases):
571
+ for chain in bases:
572
+ for base in chain.__mro__:
573
+ if issubclass(base, Enum) and base._member_names_:
574
+ raise TypeError(
575
+ "%s: cannot extend enumeration %r"
576
+ % (class_name, base.__name__)
577
+ )
578
+
579
+ @staticmethod
580
+ def _get_mixins_(class_name, bases):
581
+ """
582
+ Returns the type for creating enum members, and the first inherited
583
+ enum class.
584
+
585
+ bases: the tuple of bases that was given to __new__
586
+ """
587
+ if not bases:
588
+ return object, Enum
589
+
590
+ def _find_data_type(bases):
591
+ data_types = set()
592
+ for chain in bases:
593
+ candidate = None
594
+ for base in chain.__mro__:
595
+ if base is object:
596
+ continue
597
+ elif issubclass(base, Enum):
598
+ if base._member_type_ is not object:
599
+ data_types.add(base._member_type_)
600
+ break
601
+ elif '__new__' in base.__dict__:
602
+ if issubclass(base, Enum):
603
+ continue
604
+ data_types.add(candidate or base)
605
+ break
606
+ else:
607
+ candidate = candidate or base
608
+ if len(data_types) > 1:
609
+ raise TypeError('%r: too many data types: %r' % (class_name, data_types))
610
+ elif data_types:
611
+ return data_types.pop()
612
+ else:
613
+ return None
614
+
615
+ # ensure final parent class is an Enum derivative, find any concrete
616
+ # data type, and check that Enum has no members
617
+ first_enum = bases[-1]
618
+ if not issubclass(first_enum, Enum):
619
+ raise TypeError("new enumerations should be created as "
620
+ "`EnumName([mixin_type, ...] [data_type,] enum_type)`")
621
+ member_type = _find_data_type(bases) or object
622
+ if first_enum._member_names_:
623
+ raise TypeError("Cannot extend enumerations")
624
+ return member_type, first_enum
625
+
626
+ @staticmethod
627
+ def _find_new_(classdict, member_type, first_enum):
628
+ """
629
+ Returns the __new__ to be used for creating the enum members.
630
+
631
+ classdict: the class dictionary given to __new__
632
+ member_type: the data type whose __new__ will be used by default
633
+ first_enum: enumeration to check for an overriding __new__
634
+ """
635
+ # now find the correct __new__, checking to see of one was defined
636
+ # by the user; also check earlier enum classes in case a __new__ was
637
+ # saved as __new_member__
638
+ __new__ = classdict.get('__new__', None)
639
+
640
+ # should __new__ be saved as __new_member__ later?
641
+ save_new = __new__ is not None
642
+
643
+ if __new__ is None:
644
+ # check all possibles for __new_member__ before falling back to
645
+ # __new__
646
+ for method in ('__new_member__', '__new__'):
647
+ for possible in (member_type, first_enum):
648
+ target = getattr(possible, method, None)
649
+ if target not in {
650
+ None,
651
+ None.__new__,
652
+ object.__new__,
653
+ Enum.__new__,
654
+ }:
655
+ __new__ = target
656
+ break
657
+ if __new__ is not None:
658
+ break
659
+ else:
660
+ __new__ = object.__new__
661
+
662
+ # if a non-object.__new__ is used then whatever value/tuple was
663
+ # assigned to the enum member name will be passed to __new__ and to the
664
+ # new enum member's __init__
665
+ if __new__ is object.__new__:
666
+ use_args = False
667
+ else:
668
+ use_args = True
669
+ return __new__, save_new, use_args
670
+
671
+
672
+ class Enum(metaclass=EnumMeta):
673
+ """
674
+ Generic enumeration.
675
+
676
+ Derive from this class to define new enumerations.
677
+ """
678
+ def __new__(cls, value):
679
+ # all enum instances are actually created during class construction
680
+ # without calling this method; this method is called by the metaclass'
681
+ # __call__ (i.e. Color(3) ), and by pickle
682
+ if type(value) is cls:
683
+ # For lookups like Color(Color.RED)
684
+ return value
685
+ # by-value search for a matching enum member
686
+ # see if it's in the reverse mapping (for hashable values)
687
+ try:
688
+ return cls._value2member_map_[value]
689
+ except KeyError:
690
+ # Not found, no need to do long O(n) search
691
+ pass
692
+ except TypeError:
693
+ # not there, now do long search -- O(n) behavior
694
+ for member in cls._member_map_.values():
695
+ if member._value_ == value:
696
+ return member
697
+ # still not found -- try _missing_ hook
698
+ try:
699
+ exc = None
700
+ result = cls._missing_(value)
701
+ except Exception as e:
702
+ exc = e
703
+ result = None
704
+ try:
705
+ if isinstance(result, cls):
706
+ return result
707
+ else:
708
+ ve_exc = ValueError("%r is not a valid %s" % (value, cls.__qualname__))
709
+ if result is None and exc is None:
710
+ raise ve_exc
711
+ elif exc is None:
712
+ exc = TypeError(
713
+ 'error in %s._missing_: returned %r instead of None or a valid member'
714
+ % (cls.__name__, result)
715
+ )
716
+ if not isinstance(exc, ValueError):
717
+ exc.__context__ = ve_exc
718
+ raise exc
719
+ finally:
720
+ # ensure all variables that could hold an exception are destroyed
721
+ exc = None
722
+ ve_exc = None
723
+
724
+ def _generate_next_value_(name, start, count, last_values):
725
+ """
726
+ Generate the next value when not given.
727
+
728
+ name: the name of the member
729
+ start: the initial start value or None
730
+ count: the number of existing members
731
+ last_value: the last value assigned or None
732
+ """
733
+ for last_value in reversed(last_values):
734
+ try:
735
+ return last_value + 1
736
+ except TypeError:
737
+ pass
738
+ else:
739
+ return start
740
+
741
+ @classmethod
742
+ def _missing_(cls, value):
743
+ return None
744
+
745
+ def __repr__(self):
746
+ return "<%s.%s: %r>" % (
747
+ self.__class__.__name__, self._name_, self._value_)
748
+
749
+ def __str__(self):
750
+ return "%s.%s" % (self.__class__.__name__, self._name_)
751
+
752
+ def __dir__(self):
753
+ """
754
+ Returns all members and all public methods
755
+ """
756
+ added_behavior = [
757
+ m
758
+ for cls in self.__class__.mro()
759
+ for m in cls.__dict__
760
+ if m[0] != '_' and m not in self._member_map_
761
+ ] + [m for m in self.__dict__ if m[0] != '_']
762
+ return (['__class__', '__doc__', '__module__'] + added_behavior)
763
+
764
+ def __format__(self, format_spec):
765
+ """
766
+ Returns format using actual value type unless __str__ has been overridden.
767
+ """
768
+ # mixed-in Enums should use the mixed-in type's __format__, otherwise
769
+ # we can get strange results with the Enum name showing up instead of
770
+ # the value
771
+
772
+ # pure Enum branch, or branch with __str__ explicitly overridden
773
+ str_overridden = type(self).__str__ not in (Enum.__str__, Flag.__str__)
774
+ if self._member_type_ is object or str_overridden:
775
+ cls = str
776
+ val = str(self)
777
+ # mix-in branch
778
+ else:
779
+ cls = self._member_type_
780
+ val = self._value_
781
+ return cls.__format__(val, format_spec)
782
+
783
+ def __hash__(self):
784
+ return hash(self._name_)
785
+
786
+ def __reduce_ex__(self, proto):
787
+ return self.__class__, (self._value_, )
788
+
789
+ # DynamicClassAttribute is used to provide access to the `name` and
790
+ # `value` properties of enum members while keeping some measure of
791
+ # protection from modification, while still allowing for an enumeration
792
+ # to have members named `name` and `value`. This works because enumeration
793
+ # members are not set directly on the enum class -- __getattr__ is
794
+ # used to look them up.
795
+
796
+ @DynamicClassAttribute
797
+ def name(self):
798
+ """The name of the Enum member."""
799
+ return self._name_
800
+
801
+ @DynamicClassAttribute
802
+ def value(self):
803
+ """The value of the Enum member."""
804
+ return self._value_
805
+
806
+
807
+ class IntEnum(int, Enum):
808
+ """Enum where members are also (and must be) ints"""
809
+
810
+
811
+ def _reduce_ex_by_name(self, proto):
812
+ return self.name
813
+
814
+ class Flag(Enum):
815
+ """
816
+ Support for flags
817
+ """
818
+
819
+ def _generate_next_value_(name, start, count, last_values):
820
+ """
821
+ Generate the next value when not given.
822
+
823
+ name: the name of the member
824
+ start: the initial start value or None
825
+ count: the number of existing members
826
+ last_value: the last value assigned or None
827
+ """
828
+ if not count:
829
+ return start if start is not None else 1
830
+ for last_value in reversed(last_values):
831
+ try:
832
+ high_bit = _high_bit(last_value)
833
+ break
834
+ except Exception:
835
+ raise TypeError('Invalid Flag value: %r' % last_value) from None
836
+ return 2 ** (high_bit+1)
837
+
838
+ @classmethod
839
+ def _missing_(cls, value):
840
+ """
841
+ Returns member (possibly creating it) if one can be found for value.
842
+ """
843
+ original_value = value
844
+ if value < 0:
845
+ value = ~value
846
+ possible_member = cls._create_pseudo_member_(value)
847
+ if original_value < 0:
848
+ possible_member = ~possible_member
849
+ return possible_member
850
+
851
+ @classmethod
852
+ def _create_pseudo_member_(cls, value):
853
+ """
854
+ Create a composite member iff value contains only members.
855
+ """
856
+ pseudo_member = cls._value2member_map_.get(value, None)
857
+ if pseudo_member is None:
858
+ # verify all bits are accounted for
859
+ _, extra_flags = _decompose(cls, value)
860
+ if extra_flags:
861
+ raise ValueError("%r is not a valid %s" % (value, cls.__qualname__))
862
+ # construct a singleton enum pseudo-member
863
+ pseudo_member = object.__new__(cls)
864
+ pseudo_member._name_ = None
865
+ pseudo_member._value_ = value
866
+ # use setdefault in case another thread already created a composite
867
+ # with this value
868
+ pseudo_member = cls._value2member_map_.setdefault(value, pseudo_member)
869
+ return pseudo_member
870
+
871
+ def __contains__(self, other):
872
+ """
873
+ Returns True if self has at least the same flags set as other.
874
+ """
875
+ if not isinstance(other, self.__class__):
876
+ raise TypeError(
877
+ "unsupported operand type(s) for 'in': '%s' and '%s'" % (
878
+ type(other).__qualname__, self.__class__.__qualname__))
879
+ return other._value_ & self._value_ == other._value_
880
+
881
+ def __repr__(self):
882
+ cls = self.__class__
883
+ if self._name_ is not None:
884
+ return '<%s.%s: %r>' % (cls.__name__, self._name_, self._value_)
885
+ members, uncovered = _decompose(cls, self._value_)
886
+ return '<%s.%s: %r>' % (
887
+ cls.__name__,
888
+ '|'.join([str(m._name_ or m._value_) for m in members]),
889
+ self._value_,
890
+ )
891
+
892
+ def __str__(self):
893
+ cls = self.__class__
894
+ if self._name_ is not None:
895
+ return '%s.%s' % (cls.__name__, self._name_)
896
+ members, uncovered = _decompose(cls, self._value_)
897
+ if len(members) == 1 and members[0]._name_ is None:
898
+ return '%s.%r' % (cls.__name__, members[0]._value_)
899
+ else:
900
+ return '%s.%s' % (
901
+ cls.__name__,
902
+ '|'.join([str(m._name_ or m._value_) for m in members]),
903
+ )
904
+
905
+ def __bool__(self):
906
+ return bool(self._value_)
907
+
908
+ def __or__(self, other):
909
+ if not isinstance(other, self.__class__):
910
+ return NotImplemented
911
+ return self.__class__(self._value_ | other._value_)
912
+
913
+ def __and__(self, other):
914
+ if not isinstance(other, self.__class__):
915
+ return NotImplemented
916
+ return self.__class__(self._value_ & other._value_)
917
+
918
+ def __xor__(self, other):
919
+ if not isinstance(other, self.__class__):
920
+ return NotImplemented
921
+ return self.__class__(self._value_ ^ other._value_)
922
+
923
+ def __invert__(self):
924
+ members, uncovered = _decompose(self.__class__, self._value_)
925
+ inverted = self.__class__(0)
926
+ for m in self.__class__:
927
+ if m not in members and not (m._value_ & self._value_):
928
+ inverted = inverted | m
929
+ return self.__class__(inverted)
930
+
931
+
932
+ class IntFlag(int, Flag):
933
+ """
934
+ Support for integer-based Flags
935
+ """
936
+
937
+ @classmethod
938
+ def _missing_(cls, value):
939
+ """
940
+ Returns member (possibly creating it) if one can be found for value.
941
+ """
942
+ if not isinstance(value, int):
943
+ raise ValueError("%r is not a valid %s" % (value, cls.__qualname__))
944
+ new_member = cls._create_pseudo_member_(value)
945
+ return new_member
946
+
947
+ @classmethod
948
+ def _create_pseudo_member_(cls, value):
949
+ """
950
+ Create a composite member iff value contains only members.
951
+ """
952
+ pseudo_member = cls._value2member_map_.get(value, None)
953
+ if pseudo_member is None:
954
+ need_to_create = [value]
955
+ # get unaccounted for bits
956
+ _, extra_flags = _decompose(cls, value)
957
+ # timer = 10
958
+ while extra_flags:
959
+ # timer -= 1
960
+ bit = _high_bit(extra_flags)
961
+ flag_value = 2 ** bit
962
+ if (flag_value not in cls._value2member_map_ and
963
+ flag_value not in need_to_create
964
+ ):
965
+ need_to_create.append(flag_value)
966
+ if extra_flags == -flag_value:
967
+ extra_flags = 0
968
+ else:
969
+ extra_flags ^= flag_value
970
+ for value in reversed(need_to_create):
971
+ # construct singleton pseudo-members
972
+ pseudo_member = int.__new__(cls, value)
973
+ pseudo_member._name_ = None
974
+ pseudo_member._value_ = value
975
+ # use setdefault in case another thread already created a composite
976
+ # with this value
977
+ pseudo_member = cls._value2member_map_.setdefault(value, pseudo_member)
978
+ return pseudo_member
979
+
980
+ def __or__(self, other):
981
+ if not isinstance(other, (self.__class__, int)):
982
+ return NotImplemented
983
+ result = self.__class__(self._value_ | self.__class__(other)._value_)
984
+ return result
985
+
986
+ def __and__(self, other):
987
+ if not isinstance(other, (self.__class__, int)):
988
+ return NotImplemented
989
+ return self.__class__(self._value_ & self.__class__(other)._value_)
990
+
991
+ def __xor__(self, other):
992
+ if not isinstance(other, (self.__class__, int)):
993
+ return NotImplemented
994
+ return self.__class__(self._value_ ^ self.__class__(other)._value_)
995
+
996
+ __ror__ = __or__
997
+ __rand__ = __and__
998
+ __rxor__ = __xor__
999
+
1000
+ def __invert__(self):
1001
+ result = self.__class__(~self._value_)
1002
+ return result
1003
+
1004
+
1005
+ def _high_bit(value):
1006
+ """
1007
+ returns index of highest bit, or -1 if value is zero or negative
1008
+ """
1009
+ return value.bit_length() - 1
1010
+
1011
+ def unique(enumeration):
1012
+ """
1013
+ Class decorator for enumerations ensuring unique member values.
1014
+ """
1015
+ duplicates = []
1016
+ for name, member in enumeration.__members__.items():
1017
+ if name != member.name:
1018
+ duplicates.append((name, member.name))
1019
+ if duplicates:
1020
+ alias_details = ', '.join(
1021
+ ["%s -> %s" % (alias, name) for (alias, name) in duplicates])
1022
+ raise ValueError('duplicate values found in %r: %s' %
1023
+ (enumeration, alias_details))
1024
+ return enumeration
1025
+
1026
+ def _decompose(flag, value):
1027
+ """
1028
+ Extract all members from the value.
1029
+ """
1030
+ # _decompose is only called if the value is not named
1031
+ not_covered = value
1032
+ negative = value < 0
1033
+ members = []
1034
+ for member in flag:
1035
+ member_value = member.value
1036
+ if member_value and member_value & value == member_value:
1037
+ members.append(member)
1038
+ not_covered &= ~member_value
1039
+ if not negative:
1040
+ tmp = not_covered
1041
+ while tmp:
1042
+ flag_value = 2 ** _high_bit(tmp)
1043
+ if flag_value in flag._value2member_map_:
1044
+ members.append(flag._value2member_map_[flag_value])
1045
+ not_covered &= ~flag_value
1046
+ tmp &= ~flag_value
1047
+ if not members and value in flag._value2member_map_:
1048
+ members.append(flag._value2member_map_[value])
1049
+ members.sort(key=lambda m: m._value_, reverse=True)
1050
+ if len(members) > 1 and members[0].value == value:
1051
+ # we have the breakdown, don't need the value member itself
1052
+ members.pop(0)
1053
+ return members, not_covered
parrot/lib/python3.10/symtable.py ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Interface to the compiler's internal symbol tables"""
2
+
3
+ import _symtable
4
+ from _symtable import (USE, DEF_GLOBAL, DEF_NONLOCAL, DEF_LOCAL, DEF_PARAM,
5
+ DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
6
+ LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
7
+
8
+ import weakref
9
+
10
+ __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
11
+
12
+ def symtable(code, filename, compile_type):
13
+ """ Return the toplevel *SymbolTable* for the source code.
14
+
15
+ *filename* is the name of the file with the code
16
+ and *compile_type* is the *compile()* mode argument.
17
+ """
18
+ top = _symtable.symtable(code, filename, compile_type)
19
+ return _newSymbolTable(top, filename)
20
+
21
+ class SymbolTableFactory:
22
+ def __init__(self):
23
+ self.__memo = weakref.WeakValueDictionary()
24
+
25
+ def new(self, table, filename):
26
+ if table.type == _symtable.TYPE_FUNCTION:
27
+ return Function(table, filename)
28
+ if table.type == _symtable.TYPE_CLASS:
29
+ return Class(table, filename)
30
+ return SymbolTable(table, filename)
31
+
32
+ def __call__(self, table, filename):
33
+ key = table, filename
34
+ obj = self.__memo.get(key, None)
35
+ if obj is None:
36
+ obj = self.__memo[key] = self.new(table, filename)
37
+ return obj
38
+
39
+ _newSymbolTable = SymbolTableFactory()
40
+
41
+
42
+ class SymbolTable:
43
+
44
+ def __init__(self, raw_table, filename):
45
+ self._table = raw_table
46
+ self._filename = filename
47
+ self._symbols = {}
48
+
49
+ def __repr__(self):
50
+ if self.__class__ == SymbolTable:
51
+ kind = ""
52
+ else:
53
+ kind = "%s " % self.__class__.__name__
54
+
55
+ if self._table.name == "top":
56
+ return "<{0}SymbolTable for module {1}>".format(kind, self._filename)
57
+ else:
58
+ return "<{0}SymbolTable for {1} in {2}>".format(kind,
59
+ self._table.name,
60
+ self._filename)
61
+
62
+ def get_type(self):
63
+ """Return the type of the symbol table.
64
+
65
+ The values retuned are 'class', 'module' and
66
+ 'function'.
67
+ """
68
+ if self._table.type == _symtable.TYPE_MODULE:
69
+ return "module"
70
+ if self._table.type == _symtable.TYPE_FUNCTION:
71
+ return "function"
72
+ if self._table.type == _symtable.TYPE_CLASS:
73
+ return "class"
74
+ assert self._table.type in (1, 2, 3), \
75
+ "unexpected type: {0}".format(self._table.type)
76
+
77
+ def get_id(self):
78
+ """Return an identifier for the table.
79
+ """
80
+ return self._table.id
81
+
82
+ def get_name(self):
83
+ """Return the table's name.
84
+
85
+ This corresponds to the name of the class, function
86
+ or 'top' if the table is for a class, function or
87
+ global respectively.
88
+ """
89
+ return self._table.name
90
+
91
+ def get_lineno(self):
92
+ """Return the number of the first line in the
93
+ block for the table.
94
+ """
95
+ return self._table.lineno
96
+
97
+ def is_optimized(self):
98
+ """Return *True* if the locals in the table
99
+ are optimizable.
100
+ """
101
+ return bool(self._table.type == _symtable.TYPE_FUNCTION)
102
+
103
+ def is_nested(self):
104
+ """Return *True* if the block is a nested class
105
+ or function."""
106
+ return bool(self._table.nested)
107
+
108
+ def has_children(self):
109
+ """Return *True* if the block has nested namespaces.
110
+ """
111
+ return bool(self._table.children)
112
+
113
+ def get_identifiers(self):
114
+ """Return a view object containing the names of symbols in the table.
115
+ """
116
+ return self._table.symbols.keys()
117
+
118
+ def lookup(self, name):
119
+ """Lookup a *name* in the table.
120
+
121
+ Returns a *Symbol* instance.
122
+ """
123
+ sym = self._symbols.get(name)
124
+ if sym is None:
125
+ flags = self._table.symbols[name]
126
+ namespaces = self.__check_children(name)
127
+ module_scope = (self._table.name == "top")
128
+ sym = self._symbols[name] = Symbol(name, flags, namespaces,
129
+ module_scope=module_scope)
130
+ return sym
131
+
132
+ def get_symbols(self):
133
+ """Return a list of *Symbol* instances for
134
+ names in the table.
135
+ """
136
+ return [self.lookup(ident) for ident in self.get_identifiers()]
137
+
138
+ def __check_children(self, name):
139
+ return [_newSymbolTable(st, self._filename)
140
+ for st in self._table.children
141
+ if st.name == name]
142
+
143
+ def get_children(self):
144
+ """Return a list of the nested symbol tables.
145
+ """
146
+ return [_newSymbolTable(st, self._filename)
147
+ for st in self._table.children]
148
+
149
+
150
+ class Function(SymbolTable):
151
+
152
+ # Default values for instance variables
153
+ __params = None
154
+ __locals = None
155
+ __frees = None
156
+ __globals = None
157
+ __nonlocals = None
158
+
159
+ def __idents_matching(self, test_func):
160
+ return tuple(ident for ident in self.get_identifiers()
161
+ if test_func(self._table.symbols[ident]))
162
+
163
+ def get_parameters(self):
164
+ """Return a tuple of parameters to the function.
165
+ """
166
+ if self.__params is None:
167
+ self.__params = self.__idents_matching(lambda x:x & DEF_PARAM)
168
+ return self.__params
169
+
170
+ def get_locals(self):
171
+ """Return a tuple of locals in the function.
172
+ """
173
+ if self.__locals is None:
174
+ locs = (LOCAL, CELL)
175
+ test = lambda x: ((x >> SCOPE_OFF) & SCOPE_MASK) in locs
176
+ self.__locals = self.__idents_matching(test)
177
+ return self.__locals
178
+
179
+ def get_globals(self):
180
+ """Return a tuple of globals in the function.
181
+ """
182
+ if self.__globals is None:
183
+ glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
184
+ test = lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) in glob
185
+ self.__globals = self.__idents_matching(test)
186
+ return self.__globals
187
+
188
+ def get_nonlocals(self):
189
+ """Return a tuple of nonlocals in the function.
190
+ """
191
+ if self.__nonlocals is None:
192
+ self.__nonlocals = self.__idents_matching(lambda x:x & DEF_NONLOCAL)
193
+ return self.__nonlocals
194
+
195
+ def get_frees(self):
196
+ """Return a tuple of free variables in the function.
197
+ """
198
+ if self.__frees is None:
199
+ is_free = lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
200
+ self.__frees = self.__idents_matching(is_free)
201
+ return self.__frees
202
+
203
+
204
+ class Class(SymbolTable):
205
+
206
+ __methods = None
207
+
208
+ def get_methods(self):
209
+ """Return a tuple of methods declared in the class.
210
+ """
211
+ if self.__methods is None:
212
+ d = {}
213
+ for st in self._table.children:
214
+ d[st.name] = 1
215
+ self.__methods = tuple(d)
216
+ return self.__methods
217
+
218
+
219
+ class Symbol:
220
+
221
+ def __init__(self, name, flags, namespaces=None, *, module_scope=False):
222
+ self.__name = name
223
+ self.__flags = flags
224
+ self.__scope = (flags >> SCOPE_OFF) & SCOPE_MASK # like PyST_GetScope()
225
+ self.__namespaces = namespaces or ()
226
+ self.__module_scope = module_scope
227
+
228
+ def __repr__(self):
229
+ return "<symbol {0!r}>".format(self.__name)
230
+
231
+ def get_name(self):
232
+ """Return a name of a symbol.
233
+ """
234
+ return self.__name
235
+
236
+ def is_referenced(self):
237
+ """Return *True* if the symbol is used in
238
+ its block.
239
+ """
240
+ return bool(self.__flags & _symtable.USE)
241
+
242
+ def is_parameter(self):
243
+ """Return *True* if the symbol is a parameter.
244
+ """
245
+ return bool(self.__flags & DEF_PARAM)
246
+
247
+ def is_global(self):
248
+ """Return *True* if the sysmbol is global.
249
+ """
250
+ return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
251
+ or (self.__module_scope and self.__flags & DEF_BOUND))
252
+
253
+ def is_nonlocal(self):
254
+ """Return *True* if the symbol is nonlocal."""
255
+ return bool(self.__flags & DEF_NONLOCAL)
256
+
257
+ def is_declared_global(self):
258
+ """Return *True* if the symbol is declared global
259
+ with a global statement."""
260
+ return bool(self.__scope == GLOBAL_EXPLICIT)
261
+
262
+ def is_local(self):
263
+ """Return *True* if the symbol is local.
264
+ """
265
+ return bool(self.__scope in (LOCAL, CELL)
266
+ or (self.__module_scope and self.__flags & DEF_BOUND))
267
+
268
+ def is_annotated(self):
269
+ """Return *True* if the symbol is annotated.
270
+ """
271
+ return bool(self.__flags & DEF_ANNOT)
272
+
273
+ def is_free(self):
274
+ """Return *True* if a referenced symbol is
275
+ not assigned to.
276
+ """
277
+ return bool(self.__scope == FREE)
278
+
279
+ def is_imported(self):
280
+ """Return *True* if the symbol is created from
281
+ an import statement.
282
+ """
283
+ return bool(self.__flags & DEF_IMPORT)
284
+
285
+ def is_assigned(self):
286
+ """Return *True* if a symbol is assigned to."""
287
+ return bool(self.__flags & DEF_LOCAL)
288
+
289
+ def is_namespace(self):
290
+ """Returns *True* if name binding introduces new namespace.
291
+
292
+ If the name is used as the target of a function or class
293
+ statement, this will be true.
294
+
295
+ Note that a single name can be bound to multiple objects. If
296
+ is_namespace() is true, the name may also be bound to other
297
+ objects, like an int or list, that does not introduce a new
298
+ namespace.
299
+ """
300
+ return bool(self.__namespaces)
301
+
302
+ def get_namespaces(self):
303
+ """Return a list of namespaces bound to this name"""
304
+ return self.__namespaces
305
+
306
+ def get_namespace(self):
307
+ """Return the single namespace bound to this name.
308
+
309
+ Raises ValueError if the name is bound to multiple namespaces.
310
+ """
311
+ if len(self.__namespaces) != 1:
312
+ raise ValueError("name is bound to multiple namespaces")
313
+ return self.__namespaces[0]
314
+
315
+ if __name__ == "__main__":
316
+ import os, sys
317
+ with open(sys.argv[0]) as f:
318
+ src = f.read()
319
+ mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
320
+ for ident in mod.get_identifiers():
321
+ info = mod.lookup(ident)
322
+ print(info, info.is_local(), info.is_namespace())
parrot/lib/python3.10/xdrlib.py ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Implements (a subset of) Sun XDR -- eXternal Data Representation.
2
+
3
+ See: RFC 1014
4
+
5
+ """
6
+
7
+ import struct
8
+ from io import BytesIO
9
+ from functools import wraps
10
+
11
+ __all__ = ["Error", "Packer", "Unpacker", "ConversionError"]
12
+
13
+ # exceptions
14
+ class Error(Exception):
15
+ """Exception class for this module. Use:
16
+
17
+ except xdrlib.Error as var:
18
+ # var has the Error instance for the exception
19
+
20
+ Public ivars:
21
+ msg -- contains the message
22
+
23
+ """
24
+ def __init__(self, msg):
25
+ self.msg = msg
26
+ def __repr__(self):
27
+ return repr(self.msg)
28
+ def __str__(self):
29
+ return str(self.msg)
30
+
31
+
32
+ class ConversionError(Error):
33
+ pass
34
+
35
+ def raise_conversion_error(function):
36
+ """ Wrap any raised struct.errors in a ConversionError. """
37
+
38
+ @wraps(function)
39
+ def result(self, value):
40
+ try:
41
+ return function(self, value)
42
+ except struct.error as e:
43
+ raise ConversionError(e.args[0]) from None
44
+ return result
45
+
46
+
47
+ class Packer:
48
+ """Pack various data representations into a buffer."""
49
+
50
+ def __init__(self):
51
+ self.reset()
52
+
53
+ def reset(self):
54
+ self.__buf = BytesIO()
55
+
56
+ def get_buffer(self):
57
+ return self.__buf.getvalue()
58
+ # backwards compatibility
59
+ get_buf = get_buffer
60
+
61
+ @raise_conversion_error
62
+ def pack_uint(self, x):
63
+ self.__buf.write(struct.pack('>L', x))
64
+
65
+ @raise_conversion_error
66
+ def pack_int(self, x):
67
+ self.__buf.write(struct.pack('>l', x))
68
+
69
+ pack_enum = pack_int
70
+
71
+ def pack_bool(self, x):
72
+ if x: self.__buf.write(b'\0\0\0\1')
73
+ else: self.__buf.write(b'\0\0\0\0')
74
+
75
+ def pack_uhyper(self, x):
76
+ try:
77
+ self.pack_uint(x>>32 & 0xffffffff)
78
+ except (TypeError, struct.error) as e:
79
+ raise ConversionError(e.args[0]) from None
80
+ try:
81
+ self.pack_uint(x & 0xffffffff)
82
+ except (TypeError, struct.error) as e:
83
+ raise ConversionError(e.args[0]) from None
84
+
85
+ pack_hyper = pack_uhyper
86
+
87
+ @raise_conversion_error
88
+ def pack_float(self, x):
89
+ self.__buf.write(struct.pack('>f', x))
90
+
91
+ @raise_conversion_error
92
+ def pack_double(self, x):
93
+ self.__buf.write(struct.pack('>d', x))
94
+
95
+ def pack_fstring(self, n, s):
96
+ if n < 0:
97
+ raise ValueError('fstring size must be nonnegative')
98
+ data = s[:n]
99
+ n = ((n+3)//4)*4
100
+ data = data + (n - len(data)) * b'\0'
101
+ self.__buf.write(data)
102
+
103
+ pack_fopaque = pack_fstring
104
+
105
+ def pack_string(self, s):
106
+ n = len(s)
107
+ self.pack_uint(n)
108
+ self.pack_fstring(n, s)
109
+
110
+ pack_opaque = pack_string
111
+ pack_bytes = pack_string
112
+
113
+ def pack_list(self, list, pack_item):
114
+ for item in list:
115
+ self.pack_uint(1)
116
+ pack_item(item)
117
+ self.pack_uint(0)
118
+
119
+ def pack_farray(self, n, list, pack_item):
120
+ if len(list) != n:
121
+ raise ValueError('wrong array size')
122
+ for item in list:
123
+ pack_item(item)
124
+
125
+ def pack_array(self, list, pack_item):
126
+ n = len(list)
127
+ self.pack_uint(n)
128
+ self.pack_farray(n, list, pack_item)
129
+
130
+
131
+
132
+ class Unpacker:
133
+ """Unpacks various data representations from the given buffer."""
134
+
135
+ def __init__(self, data):
136
+ self.reset(data)
137
+
138
+ def reset(self, data):
139
+ self.__buf = data
140
+ self.__pos = 0
141
+
142
+ def get_position(self):
143
+ return self.__pos
144
+
145
+ def set_position(self, position):
146
+ self.__pos = position
147
+
148
+ def get_buffer(self):
149
+ return self.__buf
150
+
151
+ def done(self):
152
+ if self.__pos < len(self.__buf):
153
+ raise Error('unextracted data remains')
154
+
155
+ def unpack_uint(self):
156
+ i = self.__pos
157
+ self.__pos = j = i+4
158
+ data = self.__buf[i:j]
159
+ if len(data) < 4:
160
+ raise EOFError
161
+ return struct.unpack('>L', data)[0]
162
+
163
+ def unpack_int(self):
164
+ i = self.__pos
165
+ self.__pos = j = i+4
166
+ data = self.__buf[i:j]
167
+ if len(data) < 4:
168
+ raise EOFError
169
+ return struct.unpack('>l', data)[0]
170
+
171
+ unpack_enum = unpack_int
172
+
173
+ def unpack_bool(self):
174
+ return bool(self.unpack_int())
175
+
176
+ def unpack_uhyper(self):
177
+ hi = self.unpack_uint()
178
+ lo = self.unpack_uint()
179
+ return int(hi)<<32 | lo
180
+
181
+ def unpack_hyper(self):
182
+ x = self.unpack_uhyper()
183
+ if x >= 0x8000000000000000:
184
+ x = x - 0x10000000000000000
185
+ return x
186
+
187
+ def unpack_float(self):
188
+ i = self.__pos
189
+ self.__pos = j = i+4
190
+ data = self.__buf[i:j]
191
+ if len(data) < 4:
192
+ raise EOFError
193
+ return struct.unpack('>f', data)[0]
194
+
195
+ def unpack_double(self):
196
+ i = self.__pos
197
+ self.__pos = j = i+8
198
+ data = self.__buf[i:j]
199
+ if len(data) < 8:
200
+ raise EOFError
201
+ return struct.unpack('>d', data)[0]
202
+
203
+ def unpack_fstring(self, n):
204
+ if n < 0:
205
+ raise ValueError('fstring size must be nonnegative')
206
+ i = self.__pos
207
+ j = i + (n+3)//4*4
208
+ if j > len(self.__buf):
209
+ raise EOFError
210
+ self.__pos = j
211
+ return self.__buf[i:i+n]
212
+
213
+ unpack_fopaque = unpack_fstring
214
+
215
+ def unpack_string(self):
216
+ n = self.unpack_uint()
217
+ return self.unpack_fstring(n)
218
+
219
+ unpack_opaque = unpack_string
220
+ unpack_bytes = unpack_string
221
+
222
+ def unpack_list(self, unpack_item):
223
+ list = []
224
+ while 1:
225
+ x = self.unpack_uint()
226
+ if x == 0: break
227
+ if x != 1:
228
+ raise ConversionError('0 or 1 expected, got %r' % (x,))
229
+ item = unpack_item()
230
+ list.append(item)
231
+ return list
232
+
233
+ def unpack_farray(self, n, unpack_item):
234
+ list = []
235
+ for i in range(n):
236
+ list.append(unpack_item())
237
+ return list
238
+
239
+ def unpack_array(self, unpack_item):
240
+ n = self.unpack_uint()
241
+ return self.unpack_farray(n, unpack_item)
parrot/lib/tcl8.6/auto.tcl ADDED
@@ -0,0 +1,648 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # auto.tcl --
2
+ #
3
+ # utility procs formerly in init.tcl dealing with auto execution of commands
4
+ # and can be auto loaded themselves.
5
+ #
6
+ # Copyright (c) 1991-1993 The Regents of the University of California.
7
+ # Copyright (c) 1994-1998 Sun Microsystems, Inc.
8
+ #
9
+ # See the file "license.terms" for information on usage and redistribution of
10
+ # this file, and for a DISCLAIMER OF ALL WARRANTIES.
11
+ #
12
+
13
+ # auto_reset --
14
+ #
15
+ # Destroy all cached information for auto-loading and auto-execution, so that
16
+ # the information gets recomputed the next time it's needed. Also delete any
17
+ # commands that are listed in the auto-load index.
18
+ #
19
+ # Arguments:
20
+ # None.
21
+
22
+ proc auto_reset {} {
23
+ global auto_execs auto_index auto_path
24
+ if {[array exists auto_index]} {
25
+ foreach cmdName [array names auto_index] {
26
+ set fqcn [namespace which $cmdName]
27
+ if {$fqcn eq ""} {
28
+ continue
29
+ }
30
+ rename $fqcn {}
31
+ }
32
+ }
33
+ unset -nocomplain auto_execs auto_index ::tcl::auto_oldpath
34
+ if {[catch {llength $auto_path}]} {
35
+ set auto_path [list [info library]]
36
+ } elseif {[info library] ni $auto_path} {
37
+ lappend auto_path [info library]
38
+ }
39
+ }
40
+
41
+ # tcl_findLibrary --
42
+ #
43
+ # This is a utility for extensions that searches for a library directory
44
+ # using a canonical searching algorithm. A side effect is to source the
45
+ # initialization script and set a global library variable.
46
+ #
47
+ # Arguments:
48
+ # basename Prefix of the directory name, (e.g., "tk")
49
+ # version Version number of the package, (e.g., "8.0")
50
+ # patch Patchlevel of the package, (e.g., "8.0.3")
51
+ # initScript Initialization script to source (e.g., tk.tcl)
52
+ # enVarName environment variable to honor (e.g., TK_LIBRARY)
53
+ # varName Global variable to set when done (e.g., tk_library)
54
+
55
+ proc tcl_findLibrary {basename version patch initScript enVarName varName} {
56
+ upvar #0 $varName the_library
57
+ global auto_path env tcl_platform
58
+
59
+ set dirs {}
60
+ set errors {}
61
+
62
+ # The C application may have hardwired a path, which we honor
63
+
64
+ if {[info exists the_library] && $the_library ne ""} {
65
+ lappend dirs $the_library
66
+ } else {
67
+ # Do the canonical search
68
+
69
+ # 1. From an environment variable, if it exists. Placing this first
70
+ # gives the end-user ultimate control to work-around any bugs, or
71
+ # to customize.
72
+
73
+ if {[info exists env($enVarName)]} {
74
+ lappend dirs $env($enVarName)
75
+ }
76
+
77
+ # 2. In the package script directory registered within the
78
+ # configuration of the package itself.
79
+
80
+ catch {
81
+ lappend dirs [::${basename}::pkgconfig get scriptdir,runtime]
82
+ }
83
+
84
+ # 3. Relative to auto_path directories. This checks relative to the
85
+ # Tcl library as well as allowing loading of libraries added to the
86
+ # auto_path that is not relative to the core library or binary paths.
87
+ foreach d $auto_path {
88
+ lappend dirs [file join $d $basename$version]
89
+ if {$tcl_platform(platform) eq "unix"
90
+ && $tcl_platform(os) eq "Darwin"} {
91
+ # 4. On MacOSX, check the Resources/Scripts subdir too
92
+ lappend dirs [file join $d $basename$version Resources Scripts]
93
+ }
94
+ }
95
+
96
+ # 3. Various locations relative to the executable
97
+ # ../lib/foo1.0 (From bin directory in install hierarchy)
98
+ # ../../lib/foo1.0 (From bin/arch directory in install hierarchy)
99
+ # ../library (From unix directory in build hierarchy)
100
+ #
101
+ # Remaining locations are out of date (when relevant, they ought to be
102
+ # covered by the $::auto_path seach above) and disabled.
103
+ #
104
+ # ../../library (From unix/arch directory in build hierarchy)
105
+ # ../../foo1.0.1/library
106
+ # (From unix directory in parallel build hierarchy)
107
+ # ../../../foo1.0.1/library
108
+ # (From unix/arch directory in parallel build hierarchy)
109
+
110
+ set parentDir [file dirname [file dirname [info nameofexecutable]]]
111
+ set grandParentDir [file dirname $parentDir]
112
+ lappend dirs [file join $parentDir lib $basename$version]
113
+ lappend dirs [file join $grandParentDir lib $basename$version]
114
+ lappend dirs [file join $parentDir library]
115
+ if {0} {
116
+ lappend dirs [file join $grandParentDir library]
117
+ lappend dirs [file join $grandParentDir $basename$patch library]
118
+ lappend dirs [file join [file dirname $grandParentDir] \
119
+ $basename$patch library]
120
+ }
121
+ }
122
+ # make $dirs unique, preserving order
123
+ array set seen {}
124
+ foreach i $dirs {
125
+ # Make sure $i is unique under normalization. Avoid repeated [source].
126
+ if {[interp issafe]} {
127
+ # Safe interps have no [file normalize].
128
+ set norm $i
129
+ } else {
130
+ set norm [file normalize $i]
131
+ }
132
+ if {[info exists seen($norm)]} {
133
+ continue
134
+ }
135
+ set seen($norm) {}
136
+
137
+ set the_library $i
138
+ set file [file join $i $initScript]
139
+
140
+ # source everything when in a safe interpreter because we have a
141
+ # source command, but no file exists command
142
+
143
+ if {[interp issafe] || [file exists $file]} {
144
+ if {![catch {uplevel #0 [list source $file]} msg opts]} {
145
+ return
146
+ }
147
+ append errors "$file: $msg\n"
148
+ append errors [dict get $opts -errorinfo]\n
149
+ }
150
+ }
151
+ unset -nocomplain the_library
152
+ set msg "Can't find a usable $initScript in the following directories: \n"
153
+ append msg " $dirs\n\n"
154
+ append msg "$errors\n\n"
155
+ append msg "This probably means that $basename wasn't installed properly.\n"
156
+ error $msg
157
+ }
158
+
159
+
160
+ # ----------------------------------------------------------------------
161
+ # auto_mkindex
162
+ # ----------------------------------------------------------------------
163
+ # The following procedures are used to generate the tclIndex file from Tcl
164
+ # source files. They use a special safe interpreter to parse Tcl source
165
+ # files, writing out index entries as "proc" commands are encountered. This
166
+ # implementation won't work in a safe interpreter, since a safe interpreter
167
+ # can't create the special parser and mess with its commands.
168
+
169
+ if {[interp issafe]} {
170
+ return ;# Stop sourcing the file here
171
+ }
172
+
173
+ # auto_mkindex --
174
+ # Regenerate a tclIndex file from Tcl source files. Takes as argument the
175
+ # name of the directory in which the tclIndex file is to be placed, followed
176
+ # by any number of glob patterns to use in that directory to locate all of the
177
+ # relevant files.
178
+ #
179
+ # Arguments:
180
+ # dir - Name of the directory in which to create an index.
181
+
182
+ # args - Any number of additional arguments giving the names of files
183
+ # within dir. If no additional are given auto_mkindex will look
184
+ # for *.tcl.
185
+
186
+ proc auto_mkindex {dir args} {
187
+ if {[interp issafe]} {
188
+ error "can't generate index within safe interpreter"
189
+ }
190
+
191
+ set oldDir [pwd]
192
+ cd $dir
193
+
194
+ append index "# Tcl autoload index file, version 2.0\n"
195
+ append index "# This file is generated by the \"auto_mkindex\" command\n"
196
+ append index "# and sourced to set up indexing information for one or\n"
197
+ append index "# more commands. Typically each line is a command that\n"
198
+ append index "# sets an element in the auto_index array, where the\n"
199
+ append index "# element name is the name of a command and the value is\n"
200
+ append index "# a script that loads the command.\n\n"
201
+ if {![llength $args]} {
202
+ set args *.tcl
203
+ }
204
+
205
+ auto_mkindex_parser::init
206
+ foreach file [lsort [glob -- {*}$args]] {
207
+ try {
208
+ append index [auto_mkindex_parser::mkindex $file]
209
+ } on error {msg opts} {
210
+ cd $oldDir
211
+ return -options $opts $msg
212
+ }
213
+ }
214
+ auto_mkindex_parser::cleanup
215
+
216
+ set fid [open "tclIndex" w]
217
+ puts -nonewline $fid $index
218
+ close $fid
219
+ cd $oldDir
220
+ }
221
+
222
+ # Original version of auto_mkindex that just searches the source code for
223
+ # "proc" at the beginning of the line.
224
+
225
+ proc auto_mkindex_old {dir args} {
226
+ set oldDir [pwd]
227
+ cd $dir
228
+ set dir [pwd]
229
+ append index "# Tcl autoload index file, version 2.0\n"
230
+ append index "# This file is generated by the \"auto_mkindex\" command\n"
231
+ append index "# and sourced to set up indexing information for one or\n"
232
+ append index "# more commands. Typically each line is a command that\n"
233
+ append index "# sets an element in the auto_index array, where the\n"
234
+ append index "# element name is the name of a command and the value is\n"
235
+ append index "# a script that loads the command.\n\n"
236
+ if {![llength $args]} {
237
+ set args *.tcl
238
+ }
239
+ foreach file [lsort [glob -- {*}$args]] {
240
+ set f ""
241
+ set error [catch {
242
+ set f [open $file]
243
+ fconfigure $f -eofchar "\x1A {}"
244
+ while {[gets $f line] >= 0} {
245
+ if {[regexp {^proc[ ]+([^ ]*)} $line match procName]} {
246
+ set procName [lindex [auto_qualify $procName "::"] 0]
247
+ append index "set [list auto_index($procName)]"
248
+ append index " \[list source \[file join \$dir [list $file]\]\]\n"
249
+ }
250
+ }
251
+ close $f
252
+ } msg opts]
253
+ if {$error} {
254
+ catch {close $f}
255
+ cd $oldDir
256
+ return -options $opts $msg
257
+ }
258
+ }
259
+ set f ""
260
+ set error [catch {
261
+ set f [open tclIndex w]
262
+ puts -nonewline $f $index
263
+ close $f
264
+ cd $oldDir
265
+ } msg opts]
266
+ if {$error} {
267
+ catch {close $f}
268
+ cd $oldDir
269
+ error $msg $info $code
270
+ return -options $opts $msg
271
+ }
272
+ }
273
+
274
+ # Create a safe interpreter that can be used to parse Tcl source files
275
+ # generate a tclIndex file for autoloading. This interp contains commands for
276
+ # things that need index entries. Each time a command is executed, it writes
277
+ # an entry out to the index file.
278
+
279
+ namespace eval auto_mkindex_parser {
280
+ variable parser "" ;# parser used to build index
281
+ variable index "" ;# maintains index as it is built
282
+ variable scriptFile "" ;# name of file being processed
283
+ variable contextStack "" ;# stack of namespace scopes
284
+ variable imports "" ;# keeps track of all imported cmds
285
+ variable initCommands ;# list of commands that create aliases
286
+ if {![info exists initCommands]} {
287
+ set initCommands [list]
288
+ }
289
+
290
+ proc init {} {
291
+ variable parser
292
+ variable initCommands
293
+
294
+ if {![interp issafe]} {
295
+ set parser [interp create -safe]
296
+ $parser hide info
297
+ $parser hide rename
298
+ $parser hide proc
299
+ $parser hide namespace
300
+ $parser hide eval
301
+ $parser hide puts
302
+ foreach ns [$parser invokehidden namespace children ::] {
303
+ # MUST NOT DELETE "::tcl" OR BAD THINGS HAPPEN!
304
+ if {$ns eq "::tcl"} continue
305
+ $parser invokehidden namespace delete $ns
306
+ }
307
+ foreach cmd [$parser invokehidden info commands ::*] {
308
+ $parser invokehidden rename $cmd {}
309
+ }
310
+ $parser invokehidden proc unknown {args} {}
311
+
312
+ # We'll need access to the "namespace" command within the
313
+ # interp. Put it back, but move it out of the way.
314
+
315
+ $parser expose namespace
316
+ $parser invokehidden rename namespace _%@namespace
317
+ $parser expose eval
318
+ $parser invokehidden rename eval _%@eval
319
+
320
+ # Install all the registered pseudo-command implementations
321
+
322
+ foreach cmd $initCommands {
323
+ eval $cmd
324
+ }
325
+ }
326
+ }
327
+ proc cleanup {} {
328
+ variable parser
329
+ interp delete $parser
330
+ unset parser
331
+ }
332
+ }
333
+
334
+ # auto_mkindex_parser::mkindex --
335
+ #
336
+ # Used by the "auto_mkindex" command to create a "tclIndex" file for the given
337
+ # Tcl source file. Executes the commands in the file, and handles things like
338
+ # the "proc" command by adding an entry for the index file. Returns a string
339
+ # that represents the index file.
340
+ #
341
+ # Arguments:
342
+ # file Name of Tcl source file to be indexed.
343
+
344
+ proc auto_mkindex_parser::mkindex {file} {
345
+ variable parser
346
+ variable index
347
+ variable scriptFile
348
+ variable contextStack
349
+ variable imports
350
+
351
+ set scriptFile $file
352
+
353
+ set fid [open $file]
354
+ fconfigure $fid -eofchar "\x1A {}"
355
+ set contents [read $fid]
356
+ close $fid
357
+
358
+ # There is one problem with sourcing files into the safe interpreter:
359
+ # references like "$x" will fail since code is not really being executed
360
+ # and variables do not really exist. To avoid this, we replace all $ with
361
+ # \0 (literally, the null char) later, when getting proc names we will
362
+ # have to reverse this replacement, in case there were any $ in the proc
363
+ # name. This will cause a problem if somebody actually tries to have a \0
364
+ # in their proc name. Too bad for them.
365
+ set contents [string map [list \$ \0] $contents]
366
+
367
+ set index ""
368
+ set contextStack ""
369
+ set imports ""
370
+
371
+ $parser eval $contents
372
+
373
+ foreach name $imports {
374
+ catch {$parser eval [list _%@namespace forget $name]}
375
+ }
376
+ return $index
377
+ }
378
+
379
+ # auto_mkindex_parser::hook command
380
+ #
381
+ # Registers a Tcl command to evaluate when initializing the child interpreter
382
+ # used by the mkindex parser. The command is evaluated in the parent
383
+ # interpreter, and can use the variable auto_mkindex_parser::parser to get to
384
+ # the child
385
+
386
+ proc auto_mkindex_parser::hook {cmd} {
387
+ variable initCommands
388
+
389
+ lappend initCommands $cmd
390
+ }
391
+
392
+ # auto_mkindex_parser::slavehook command
393
+ #
394
+ # Registers a Tcl command to evaluate when initializing the child interpreter
395
+ # used by the mkindex parser. The command is evaluated in the child
396
+ # interpreter.
397
+
398
+ proc auto_mkindex_parser::slavehook {cmd} {
399
+ variable initCommands
400
+
401
+ # The $parser variable is defined to be the name of the child interpreter
402
+ # when this command is used later.
403
+
404
+ lappend initCommands "\$parser eval [list $cmd]"
405
+ }
406
+
407
+ # auto_mkindex_parser::command --
408
+ #
409
+ # Registers a new command with the "auto_mkindex_parser" interpreter that
410
+ # parses Tcl files. These commands are fake versions of things like the
411
+ # "proc" command. When you execute them, they simply write out an entry to a
412
+ # "tclIndex" file for auto-loading.
413
+ #
414
+ # This procedure allows extensions to register their own commands with the
415
+ # auto_mkindex facility. For example, a package like [incr Tcl] might
416
+ # register a "class" command so that class definitions could be added to a
417
+ # "tclIndex" file for auto-loading.
418
+ #
419
+ # Arguments:
420
+ # name Name of command recognized in Tcl files.
421
+ # arglist Argument list for command.
422
+ # body Implementation of command to handle indexing.
423
+
424
+ proc auto_mkindex_parser::command {name arglist body} {
425
+ hook [list auto_mkindex_parser::commandInit $name $arglist $body]
426
+ }
427
+
428
+ # auto_mkindex_parser::commandInit --
429
+ #
430
+ # This does the actual work set up by auto_mkindex_parser::command. This is
431
+ # called when the interpreter used by the parser is created.
432
+ #
433
+ # Arguments:
434
+ # name Name of command recognized in Tcl files.
435
+ # arglist Argument list for command.
436
+ # body Implementation of command to handle indexing.
437
+
438
+ proc auto_mkindex_parser::commandInit {name arglist body} {
439
+ variable parser
440
+
441
+ set ns [namespace qualifiers $name]
442
+ set tail [namespace tail $name]
443
+ if {$ns eq ""} {
444
+ set fakeName [namespace current]::_%@fake_$tail
445
+ } else {
446
+ set fakeName [namespace current]::[string map {:: _} _%@fake_$name]
447
+ }
448
+ proc $fakeName $arglist $body
449
+
450
+ # YUK! Tcl won't let us alias fully qualified command names, so we can't
451
+ # handle names like "::itcl::class". Instead, we have to build procs with
452
+ # the fully qualified names, and have the procs point to the aliases.
453
+
454
+ if {[string match *::* $name]} {
455
+ set exportCmd [list _%@namespace export [namespace tail $name]]
456
+ $parser eval [list _%@namespace eval $ns $exportCmd]
457
+
458
+ # The following proc definition does not work if you want to tolerate
459
+ # space or something else diabolical in the procedure name, (i.e.,
460
+ # space in $alias). The following does not work:
461
+ # "_%@eval {$alias} \$args"
462
+ # because $alias gets concat'ed to $args. The following does not work
463
+ # because $cmd is somehow undefined
464
+ # "set cmd {$alias} \; _%@eval {\$cmd} \$args"
465
+ # A gold star to someone that can make test autoMkindex-3.3 work
466
+ # properly
467
+
468
+ set alias [namespace tail $fakeName]
469
+ $parser invokehidden proc $name {args} "_%@eval {$alias} \$args"
470
+ $parser alias $alias $fakeName
471
+ } else {
472
+ $parser alias $name $fakeName
473
+ }
474
+ return
475
+ }
476
+
477
+ # auto_mkindex_parser::fullname --
478
+ #
479
+ # Used by commands like "proc" within the auto_mkindex parser. Returns the
480
+ # qualified namespace name for the "name" argument. If the "name" does not
481
+ # start with "::", elements are added from the current namespace stack to
482
+ # produce a qualified name. Then, the name is examined to see whether or not
483
+ # it should really be qualified. If the name has more than the leading "::",
484
+ # it is returned as a fully qualified name. Otherwise, it is returned as a
485
+ # simple name. That way, the Tcl autoloader will recognize it properly.
486
+ #
487
+ # Arguments:
488
+ # name - Name that is being added to index.
489
+
490
+ proc auto_mkindex_parser::fullname {name} {
491
+ variable contextStack
492
+
493
+ if {![string match ::* $name]} {
494
+ foreach ns $contextStack {
495
+ set name "${ns}::$name"
496
+ if {[string match ::* $name]} {
497
+ break
498
+ }
499
+ }
500
+ }
501
+
502
+ if {[namespace qualifiers $name] eq ""} {
503
+ set name [namespace tail $name]
504
+ } elseif {![string match ::* $name]} {
505
+ set name "::$name"
506
+ }
507
+
508
+ # Earlier, mkindex replaced all $'s with \0. Now, we have to reverse that
509
+ # replacement.
510
+ return [string map [list \0 \$] $name]
511
+ }
512
+
513
+ # auto_mkindex_parser::indexEntry --
514
+ #
515
+ # Used by commands like "proc" within the auto_mkindex parser to add a
516
+ # correctly-quoted entry to the index. This is shared code so it is done
517
+ # *right*, in one place.
518
+ #
519
+ # Arguments:
520
+ # name - Name that is being added to index.
521
+
522
+ proc auto_mkindex_parser::indexEntry {name} {
523
+ variable index
524
+ variable scriptFile
525
+
526
+ # We convert all metacharacters to their backslashed form, and pre-split
527
+ # the file name that we know about (which will be a proper list, and so
528
+ # correctly quoted).
529
+
530
+ set name [string range [list \}[fullname $name]] 2 end]
531
+ set filenameParts [file split $scriptFile]
532
+
533
+ append index [format \
534
+ {set auto_index(%s) [list source [file join $dir %s]]%s} \
535
+ $name $filenameParts \n]
536
+ return
537
+ }
538
+
539
+ if {[llength $::auto_mkindex_parser::initCommands]} {
540
+ return
541
+ }
542
+
543
+ # Register all of the procedures for the auto_mkindex parser that will build
544
+ # the "tclIndex" file.
545
+
546
+ # AUTO MKINDEX: proc name arglist body
547
+ # Adds an entry to the auto index list for the given procedure name.
548
+
549
+ auto_mkindex_parser::command proc {name args} {
550
+ indexEntry $name
551
+ }
552
+
553
+ # Conditionally add support for Tcl byte code files. There are some tricky
554
+ # details here. First, we need to get the tbcload library initialized in the
555
+ # current interpreter. We cannot load tbcload into the child until we have
556
+ # done so because it needs access to the tcl_patchLevel variable. Second,
557
+ # because the package index file may defer loading the library until we invoke
558
+ # a command, we need to explicitly invoke auto_load to force it to be loaded.
559
+ # This should be a noop if the package has already been loaded
560
+
561
+ auto_mkindex_parser::hook {
562
+ try {
563
+ package require tbcload
564
+ } on error {} {
565
+ # OK, don't have it so do nothing
566
+ } on ok {} {
567
+ if {[namespace which -command tbcload::bcproc] eq ""} {
568
+ auto_load tbcload::bcproc
569
+ }
570
+ load {} tbcload $auto_mkindex_parser::parser
571
+
572
+ # AUTO MKINDEX: tbcload::bcproc name arglist body
573
+ # Adds an entry to the auto index list for the given precompiled
574
+ # procedure name.
575
+
576
+ auto_mkindex_parser::commandInit tbcload::bcproc {name args} {
577
+ indexEntry $name
578
+ }
579
+ }
580
+ }
581
+
582
+ # AUTO MKINDEX: namespace eval name command ?arg arg...?
583
+ # Adds the namespace name onto the context stack and evaluates the associated
584
+ # body of commands.
585
+ #
586
+ # AUTO MKINDEX: namespace import ?-force? pattern ?pattern...?
587
+ # Performs the "import" action in the parser interpreter. This is important
588
+ # for any commands contained in a namespace that affect the index. For
589
+ # example, a script may say "itcl::class ...", or it may import "itcl::*" and
590
+ # then say "class ...". This procedure does the import operation, but keeps
591
+ # track of imported patterns so we can remove the imports later.
592
+
593
+ auto_mkindex_parser::command namespace {op args} {
594
+ switch -- $op {
595
+ eval {
596
+ variable parser
597
+ variable contextStack
598
+
599
+ set name [lindex $args 0]
600
+ set args [lrange $args 1 end]
601
+
602
+ set contextStack [linsert $contextStack 0 $name]
603
+ $parser eval [list _%@namespace eval $name] $args
604
+ set contextStack [lrange $contextStack 1 end]
605
+ }
606
+ import {
607
+ variable parser
608
+ variable imports
609
+ foreach pattern $args {
610
+ if {$pattern ne "-force"} {
611
+ lappend imports $pattern
612
+ }
613
+ }
614
+ catch {$parser eval "_%@namespace import $args"}
615
+ }
616
+ ensemble {
617
+ variable parser
618
+ variable contextStack
619
+ if {[lindex $args 0] eq "create"} {
620
+ set name ::[join [lreverse $contextStack] ::]
621
+ catch {
622
+ set name [dict get [lrange $args 1 end] -command]
623
+ if {![string match ::* $name]} {
624
+ set name ::[join [lreverse $contextStack] ::]$name
625
+ }
626
+ regsub -all ::+ $name :: name
627
+ }
628
+ # create artificial proc to force an entry in the tclIndex
629
+ $parser eval [list ::proc $name {} {}]
630
+ }
631
+ }
632
+ }
633
+ }
634
+
635
+ # AUTO MKINDEX: oo::class create name ?definition?
636
+ # Adds an entry to the auto index list for the given class name.
637
+ auto_mkindex_parser::command oo::class {op name {body ""}} {
638
+ if {$op eq "create"} {
639
+ indexEntry $name
640
+ }
641
+ }
642
+ auto_mkindex_parser::command class {op name {body ""}} {
643
+ if {$op eq "create"} {
644
+ indexEntry $name
645
+ }
646
+ }
647
+
648
+ return
parrot/lib/tcl8.6/clock.tcl ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/tcl8.6/encoding/cp1250.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1250, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC0081201A0083201E2026202020210088203001602039015A0164017D0179
14
+ 009020182019201C201D202220132014009821220161203A015B0165017E017A
15
+ 00A002C702D8014100A4010400A600A700A800A9015E00AB00AC00AD00AE017B
16
+ 00B000B102DB014200B400B500B600B700B80105015F00BB013D02DD013E017C
17
+ 015400C100C2010200C40139010600C7010C00C9011800CB011A00CD00CE010E
18
+ 01100143014700D300D4015000D600D70158016E00DA017000DC00DD016200DF
19
+ 015500E100E2010300E4013A010700E7010D00E9011900EB011B00ED00EE010F
20
+ 01110144014800F300F4015100F600F70159016F00FA017100FC00FD016302D9
parrot/lib/tcl8.6/encoding/cp1252.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1252, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC0081201A0192201E20262020202102C62030016020390152008D017D008F
14
+ 009020182019201C201D20222013201402DC21220161203A0153009D017E0178
15
+ 00A000A100A200A300A400A500A600A700A800A900AA00AB00AC00AD00AE00AF
16
+ 00B000B100B200B300B400B500B600B700B800B900BA00BB00BC00BD00BE00BF
17
+ 00C000C100C200C300C400C500C600C700C800C900CA00CB00CC00CD00CE00CF
18
+ 00D000D100D200D300D400D500D600D700D800D900DA00DB00DC00DD00DE00DF
19
+ 00E000E100E200E300E400E500E600E700E800E900EA00EB00EC00ED00EE00EF
20
+ 00F000F100F200F300F400F500F600F700F800F900FA00FB00FC00FD00FE00FF
parrot/lib/tcl8.6/encoding/cp1254.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1254, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC0081201A0192201E20262020202102C62030016020390152008D008E008F
14
+ 009020182019201C201D20222013201402DC21220161203A0153009D009E0178
15
+ 00A000A100A200A300A400A500A600A700A800A900AA00AB00AC00AD00AE00AF
16
+ 00B000B100B200B300B400B500B600B700B800B900BA00BB00BC00BD00BE00BF
17
+ 00C000C100C200C300C400C500C600C700C800C900CA00CB00CC00CD00CE00CF
18
+ 011E00D100D200D300D400D500D600D700D800D900DA00DB00DC0130015E00DF
19
+ 00E000E100E200E300E400E500E600E700E800E900EA00EB00EC00ED00EE00EF
20
+ 011F00F100F200F300F400F500F600F700F800F900FA00FB00FC0131015F00FF
parrot/lib/tcl8.6/encoding/cp1256.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1256, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC067E201A0192201E20262020202102C62030067920390152068606980688
14
+ 06AF20182019201C201D20222013201406A921220691203A0153200C200D06BA
15
+ 00A0060C00A200A300A400A500A600A700A800A906BE00AB00AC00AD00AE00AF
16
+ 00B000B100B200B300B400B500B600B700B800B9061B00BB00BC00BD00BE061F
17
+ 06C1062106220623062406250626062706280629062A062B062C062D062E062F
18
+ 063006310632063306340635063600D7063706380639063A0640064106420643
19
+ 00E0064400E2064506460647064800E700E800E900EA00EB0649064A00EE00EF
20
+ 064B064C064D064E00F4064F065000F7065100F9065200FB00FC200E200F06D2
parrot/lib/tcl8.6/encoding/cp1257.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1257, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC0081201A0083201E20262020202100882030008A2039008C00A802C700B8
14
+ 009020182019201C201D20222013201400982122009A203A009C00AF02DB009F
15
+ 00A0000000A200A300A4000000A600A700D800A9015600AB00AC00AD00AE00C6
16
+ 00B000B100B200B300B400B500B600B700F800B9015700BB00BC00BD00BE00E6
17
+ 0104012E0100010600C400C501180112010C00C90179011601220136012A013B
18
+ 01600143014500D3014C00D500D600D701720141015A016A00DC017B017D00DF
19
+ 0105012F0101010700E400E501190113010D00E9017A011701230137012B013C
20
+ 01610144014600F3014D00F500F600F701730142015B016B00FC017C017E02D9
parrot/lib/tcl8.6/encoding/cp1258.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp1258, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 20AC0081201A0192201E20262020202102C62030008A20390152008D008E008F
14
+ 009020182019201C201D20222013201402DC2122009A203A0153009D009E0178
15
+ 00A000A100A200A300A400A500A600A700A800A900AA00AB00AC00AD00AE00AF
16
+ 00B000B100B200B300B400B500B600B700B800B900BA00BB00BC00BD00BE00BF
17
+ 00C000C100C2010200C400C500C600C700C800C900CA00CB030000CD00CE00CF
18
+ 011000D1030900D300D401A000D600D700D800D900DA00DB00DC01AF030300DF
19
+ 00E000E100E2010300E400E500E600E700E800E900EA00EB030100ED00EE00EF
20
+ 011100F1032300F300F401A100F600F700F800F900FA00FB00FC01B020AB00FF
parrot/lib/tcl8.6/encoding/cp437.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp437, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 00C700FC00E900E200E400E000E500E700EA00EB00E800EF00EE00EC00C400C5
14
+ 00C900E600C600F400F600F200FB00F900FF00D600DC00A200A300A520A70192
15
+ 00E100ED00F300FA00F100D100AA00BA00BF231000AC00BD00BC00A100AB00BB
16
+ 259125922593250225242561256225562555256325512557255D255C255B2510
17
+ 25142534252C251C2500253C255E255F255A25542569256625602550256C2567
18
+ 2568256425652559255825522553256B256A2518250C25882584258C25902580
19
+ 03B100DF039303C003A303C300B503C403A6039803A903B4221E03C603B52229
20
+ 226100B1226522642320232100F7224800B0221900B7221A207F00B225A000A0
parrot/lib/tcl8.6/encoding/cp775.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp775, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 010600FC00E9010100E4012300E501070142011301560157012B017900C400C5
14
+ 00C900E600C6014D00F6012200A2015A015B00D600DC00F800A300D800D700A4
15
+ 0100012A00F3017B017C017A201D00A600A900AE00AC00BD00BC014100AB00BB
16
+ 259125922593250225240104010C01180116256325512557255D012E01602510
17
+ 25142534252C251C2500253C0172016A255A25542569256625602550256C017D
18
+ 0105010D01190117012F01610173016B017E2518250C25882584258C25902580
19
+ 00D300DF014C014300F500D500B5014401360137013B013C0146011201452019
20
+ 00AD00B1201C00BE00B600A700F7201E00B0221900B700B900B300B225A000A0
parrot/lib/tcl8.6/encoding/cp850.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp850, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 00C700FC00E900E200E400E000E500E700EA00EB00E800EF00EE00EC00C400C5
14
+ 00C900E600C600F400F600F200FB00F900FF00D600DC00F800A300D800D70192
15
+ 00E100ED00F300FA00F100D100AA00BA00BF00AE00AC00BD00BC00A100AB00BB
16
+ 2591259225932502252400C100C200C000A9256325512557255D00A200A52510
17
+ 25142534252C251C2500253C00E300C3255A25542569256625602550256C00A4
18
+ 00F000D000CA00CB00C8013100CD00CE00CF2518250C2588258400A600CC2580
19
+ 00D300DF00D400D200F500D500B500FE00DE00DA00DB00D900FD00DD00AF00B4
20
+ 00AD00B1201700BE00B600A700F700B800B000A800B700B900B300B225A000A0
parrot/lib/tcl8.6/encoding/cp861.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp861, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 00C700FC00E900E200E400E000E500E700EA00EB00E800D000F000DE00C400C5
14
+ 00C900E600C600F400F600FE00FB00DD00FD00D600DC00F800A300D820A70192
15
+ 00E100ED00F300FA00C100CD00D300DA00BF231000AC00BD00BC00A100AB00BB
16
+ 259125922593250225242561256225562555256325512557255D255C255B2510
17
+ 25142534252C251C2500253C255E255F255A25542569256625602550256C2567
18
+ 2568256425652559255825522553256B256A2518250C25882584258C25902580
19
+ 03B100DF039303C003A303C300B503C403A6039803A903B4221E03C603B52229
20
+ 226100B1226522642320232100F7224800B0221900B7221A207F00B225A000A0
parrot/lib/tcl8.6/encoding/cp869.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: cp869, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850386008700B700AC00A620182019038820150389
14
+ 038A03AA038C00930094038E03AB00A9038F00B200B303AC00A303AD03AE03AF
15
+ 03CA039003CC03CD039103920393039403950396039700BD0398039900AB00BB
16
+ 25912592259325022524039A039B039C039D256325512557255D039E039F2510
17
+ 25142534252C251C2500253C03A003A1255A25542569256625602550256C03A3
18
+ 03A403A503A603A703A803A903B103B203B32518250C2588258403B403B52580
19
+ 03B603B703B803B903BA03BB03BC03BD03BE03BF03C003C103C303C203C40384
20
+ 00AD00B103C503C603C700A703C8038500B000A803C903CB03B003CE25A000A0
parrot/lib/tcl8.6/encoding/euc-kr.enc ADDED
@@ -0,0 +1,1533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: euc-kr, multi-byte
2
+ M
3
+ 003F 0 90
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 0000000000000000000000000000000000000000000000000000000000000000
16
+ 0000000000000000000000000000000000000000000000000000000000000000
17
+ 0000000000000000000000000000000000000000000000000000000000000000
18
+ 0000000000000000000000000000000000000000000000000000000000000000
19
+ 0000000000000000000000000000000000000000000000000000000000000000
20
+ 0000000000000000000000000000000000000000000000000000000000000000
21
+ A1
22
+ 0000000000000000000000000000000000000000000000000000000000000000
23
+ 0000000000000000000000000000000000000000000000000000000000000000
24
+ 0000000000000000000000000000000000000000000000000000000000000000
25
+ 0000000000000000000000000000000000000000000000000000000000000000
26
+ 0000000000000000000000000000000000000000000000000000000000000000
27
+ 0000000000000000000000000000000000000000000000000000000000000000
28
+ 0000000000000000000000000000000000000000000000000000000000000000
29
+ 0000000000000000000000000000000000000000000000000000000000000000
30
+ 0000000000000000000000000000000000000000000000000000000000000000
31
+ 0000000000000000000000000000000000000000000000000000000000000000
32
+ 000030003001300200B72025202600A8300300AD20152225FF3C223C20182019
33
+ 201C201D3014301530083009300A300B300C300D300E300F3010301100B100D7
34
+ 00F7226022642265221E223400B0203220332103212BFFE0FFE1FFE526422640
35
+ 222022A52312220222072261225200A7203B2606260525CB25CF25CE25C725C6
36
+ 25A125A025B325B225BD25BC219221902191219321943013226A226B221A223D
37
+ 221D2235222B222C2208220B2286228722822283222A222922272228FFE20000
38
+ A2
39
+ 0000000000000000000000000000000000000000000000000000000000000000
40
+ 0000000000000000000000000000000000000000000000000000000000000000
41
+ 0000000000000000000000000000000000000000000000000000000000000000
42
+ 0000000000000000000000000000000000000000000000000000000000000000
43
+ 0000000000000000000000000000000000000000000000000000000000000000
44
+ 0000000000000000000000000000000000000000000000000000000000000000
45
+ 0000000000000000000000000000000000000000000000000000000000000000
46
+ 0000000000000000000000000000000000000000000000000000000000000000
47
+ 0000000000000000000000000000000000000000000000000000000000000000
48
+ 0000000000000000000000000000000000000000000000000000000000000000
49
+ 000021D221D42200220300B4FF5E02C702D802DD02DA02D900B802DB00A100BF
50
+ 02D0222E2211220F00A42109203025C125C025B725B626642660266126652667
51
+ 2663229925C825A325D025D1259225A425A525A825A725A625A92668260F260E
52
+ 261C261E00B62020202121952197219921962198266D2669266A266C327F321C
53
+ 211633C7212233C233D821210000000000000000000000000000000000000000
54
+ 0000000000000000000000000000000000000000000000000000000000000000
55
+ A3
56
+ 0000000000000000000000000000000000000000000000000000000000000000
57
+ 0000000000000000000000000000000000000000000000000000000000000000
58
+ 0000000000000000000000000000000000000000000000000000000000000000
59
+ 0000000000000000000000000000000000000000000000000000000000000000
60
+ 0000000000000000000000000000000000000000000000000000000000000000
61
+ 0000000000000000000000000000000000000000000000000000000000000000
62
+ 0000000000000000000000000000000000000000000000000000000000000000
63
+ 0000000000000000000000000000000000000000000000000000000000000000
64
+ 0000000000000000000000000000000000000000000000000000000000000000
65
+ 0000000000000000000000000000000000000000000000000000000000000000
66
+ 0000FF01FF02FF03FF04FF05FF06FF07FF08FF09FF0AFF0BFF0CFF0DFF0EFF0F
67
+ FF10FF11FF12FF13FF14FF15FF16FF17FF18FF19FF1AFF1BFF1CFF1DFF1EFF1F
68
+ FF20FF21FF22FF23FF24FF25FF26FF27FF28FF29FF2AFF2BFF2CFF2DFF2EFF2F
69
+ FF30FF31FF32FF33FF34FF35FF36FF37FF38FF39FF3AFF3BFFE6FF3DFF3EFF3F
70
+ FF40FF41FF42FF43FF44FF45FF46FF47FF48FF49FF4AFF4BFF4CFF4DFF4EFF4F
71
+ FF50FF51FF52FF53FF54FF55FF56FF57FF58FF59FF5AFF5BFF5CFF5DFFE30000
72
+ A4
73
+ 0000000000000000000000000000000000000000000000000000000000000000
74
+ 0000000000000000000000000000000000000000000000000000000000000000
75
+ 0000000000000000000000000000000000000000000000000000000000000000
76
+ 0000000000000000000000000000000000000000000000000000000000000000
77
+ 0000000000000000000000000000000000000000000000000000000000000000
78
+ 0000000000000000000000000000000000000000000000000000000000000000
79
+ 0000000000000000000000000000000000000000000000000000000000000000
80
+ 0000000000000000000000000000000000000000000000000000000000000000
81
+ 0000000000000000000000000000000000000000000000000000000000000000
82
+ 0000000000000000000000000000000000000000000000000000000000000000
83
+ 0000313131323133313431353136313731383139313A313B313C313D313E313F
84
+ 3140314131423143314431453146314731483149314A314B314C314D314E314F
85
+ 3150315131523153315431553156315731583159315A315B315C315D315E315F
86
+ 3160316131623163316431653166316731683169316A316B316C316D316E316F
87
+ 3170317131723173317431753176317731783179317A317B317C317D317E317F
88
+ 3180318131823183318431853186318731883189318A318B318C318D318E0000
89
+ A5
90
+ 0000000000000000000000000000000000000000000000000000000000000000
91
+ 0000000000000000000000000000000000000000000000000000000000000000
92
+ 0000000000000000000000000000000000000000000000000000000000000000
93
+ 0000000000000000000000000000000000000000000000000000000000000000
94
+ 0000000000000000000000000000000000000000000000000000000000000000
95
+ 0000000000000000000000000000000000000000000000000000000000000000
96
+ 0000000000000000000000000000000000000000000000000000000000000000
97
+ 0000000000000000000000000000000000000000000000000000000000000000
98
+ 0000000000000000000000000000000000000000000000000000000000000000
99
+ 0000000000000000000000000000000000000000000000000000000000000000
100
+ 0000217021712172217321742175217621772178217900000000000000000000
101
+ 2160216121622163216421652166216721682169000000000000000000000000
102
+ 0000039103920393039403950396039703980399039A039B039C039D039E039F
103
+ 03A003A103A303A403A503A603A703A803A90000000000000000000000000000
104
+ 000003B103B203B303B403B503B603B703B803B903BA03BB03BC03BD03BE03BF
105
+ 03C003C103C303C403C503C603C703C803C90000000000000000000000000000
106
+ A6
107
+ 0000000000000000000000000000000000000000000000000000000000000000
108
+ 0000000000000000000000000000000000000000000000000000000000000000
109
+ 0000000000000000000000000000000000000000000000000000000000000000
110
+ 0000000000000000000000000000000000000000000000000000000000000000
111
+ 0000000000000000000000000000000000000000000000000000000000000000
112
+ 0000000000000000000000000000000000000000000000000000000000000000
113
+ 0000000000000000000000000000000000000000000000000000000000000000
114
+ 0000000000000000000000000000000000000000000000000000000000000000
115
+ 0000000000000000000000000000000000000000000000000000000000000000
116
+ 0000000000000000000000000000000000000000000000000000000000000000
117
+ 000025002502250C251025182514251C252C25242534253C25012503250F2513
118
+ 251B251725232533252B253B254B2520252F25282537253F251D253025252538
119
+ 254225122511251A251925162515250E250D251E251F25212522252625272529
120
+ 252A252D252E25312532253525362539253A253D253E25402541254325442545
121
+ 2546254725482549254A00000000000000000000000000000000000000000000
122
+ 0000000000000000000000000000000000000000000000000000000000000000
123
+ A7
124
+ 0000000000000000000000000000000000000000000000000000000000000000
125
+ 0000000000000000000000000000000000000000000000000000000000000000
126
+ 0000000000000000000000000000000000000000000000000000000000000000
127
+ 0000000000000000000000000000000000000000000000000000000000000000
128
+ 0000000000000000000000000000000000000000000000000000000000000000
129
+ 0000000000000000000000000000000000000000000000000000000000000000
130
+ 0000000000000000000000000000000000000000000000000000000000000000
131
+ 0000000000000000000000000000000000000000000000000000000000000000
132
+ 0000000000000000000000000000000000000000000000000000000000000000
133
+ 0000000000000000000000000000000000000000000000000000000000000000
134
+ 00003395339633972113339833C433A333A433A533A63399339A339B339C339D
135
+ 339E339F33A033A133A233CA338D338E338F33CF3388338933C833A733A833B0
136
+ 33B133B233B333B433B533B633B733B833B93380338133823383338433BA33BB
137
+ 33BC33BD33BE33BF33903391339233933394212633C033C1338A338B338C33D6
138
+ 33C533AD33AE33AF33DB33A933AA33AB33AC33DD33D033D333C333C933DC33C6
139
+ 0000000000000000000000000000000000000000000000000000000000000000
140
+ A8
141
+ 0000000000000000000000000000000000000000000000000000000000000000
142
+ 0000000000000000000000000000000000000000000000000000000000000000
143
+ 0000000000000000000000000000000000000000000000000000000000000000
144
+ 0000000000000000000000000000000000000000000000000000000000000000
145
+ 0000000000000000000000000000000000000000000000000000000000000000
146
+ 0000000000000000000000000000000000000000000000000000000000000000
147
+ 0000000000000000000000000000000000000000000000000000000000000000
148
+ 0000000000000000000000000000000000000000000000000000000000000000
149
+ 0000000000000000000000000000000000000000000000000000000000000000
150
+ 0000000000000000000000000000000000000000000000000000000000000000
151
+ 000000C600D000AA0126000001320000013F014100D8015200BA00DE0166014A
152
+ 00003260326132623263326432653266326732683269326A326B326C326D326E
153
+ 326F3270327132723273327432753276327732783279327A327B24D024D124D2
154
+ 24D324D424D524D624D724D824D924DA24DB24DC24DD24DE24DF24E024E124E2
155
+ 24E324E424E524E624E724E824E9246024612462246324642465246624672468
156
+ 2469246A246B246C246D246E00BD2153215400BC00BE215B215C215D215E0000
157
+ A9
158
+ 0000000000000000000000000000000000000000000000000000000000000000
159
+ 0000000000000000000000000000000000000000000000000000000000000000
160
+ 0000000000000000000000000000000000000000000000000000000000000000
161
+ 0000000000000000000000000000000000000000000000000000000000000000
162
+ 0000000000000000000000000000000000000000000000000000000000000000
163
+ 0000000000000000000000000000000000000000000000000000000000000000
164
+ 0000000000000000000000000000000000000000000000000000000000000000
165
+ 0000000000000000000000000000000000000000000000000000000000000000
166
+ 0000000000000000000000000000000000000000000000000000000000000000
167
+ 0000000000000000000000000000000000000000000000000000000000000000
168
+ 000000E6011100F001270131013301380140014200F8015300DF00FE0167014B
169
+ 01493200320132023203320432053206320732083209320A320B320C320D320E
170
+ 320F3210321132123213321432153216321732183219321A321B249C249D249E
171
+ 249F24A024A124A224A324A424A524A624A724A824A924AA24AB24AC24AD24AE
172
+ 24AF24B024B124B224B324B424B5247424752476247724782479247A247B247C
173
+ 247D247E247F24802481248200B900B200B32074207F20812082208320840000
174
+ AA
175
+ 0000000000000000000000000000000000000000000000000000000000000000
176
+ 0000000000000000000000000000000000000000000000000000000000000000
177
+ 0000000000000000000000000000000000000000000000000000000000000000
178
+ 0000000000000000000000000000000000000000000000000000000000000000
179
+ 0000000000000000000000000000000000000000000000000000000000000000
180
+ 0000000000000000000000000000000000000000000000000000000000000000
181
+ 0000000000000000000000000000000000000000000000000000000000000000
182
+ 0000000000000000000000000000000000000000000000000000000000000000
183
+ 0000000000000000000000000000000000000000000000000000000000000000
184
+ 0000000000000000000000000000000000000000000000000000000000000000
185
+ 0000304130423043304430453046304730483049304A304B304C304D304E304F
186
+ 3050305130523053305430553056305730583059305A305B305C305D305E305F
187
+ 3060306130623063306430653066306730683069306A306B306C306D306E306F
188
+ 3070307130723073307430753076307730783079307A307B307C307D307E307F
189
+ 3080308130823083308430853086308730883089308A308B308C308D308E308F
190
+ 3090309130923093000000000000000000000000000000000000000000000000
191
+ AB
192
+ 0000000000000000000000000000000000000000000000000000000000000000
193
+ 0000000000000000000000000000000000000000000000000000000000000000
194
+ 0000000000000000000000000000000000000000000000000000000000000000
195
+ 0000000000000000000000000000000000000000000000000000000000000000
196
+ 0000000000000000000000000000000000000000000000000000000000000000
197
+ 0000000000000000000000000000000000000000000000000000000000000000
198
+ 0000000000000000000000000000000000000000000000000000000000000000
199
+ 0000000000000000000000000000000000000000000000000000000000000000
200
+ 0000000000000000000000000000000000000000000000000000000000000000
201
+ 0000000000000000000000000000000000000000000000000000000000000000
202
+ 000030A130A230A330A430A530A630A730A830A930AA30AB30AC30AD30AE30AF
203
+ 30B030B130B230B330B430B530B630B730B830B930BA30BB30BC30BD30BE30BF
204
+ 30C030C130C230C330C430C530C630C730C830C930CA30CB30CC30CD30CE30CF
205
+ 30D030D130D230D330D430D530D630D730D830D930DA30DB30DC30DD30DE30DF
206
+ 30E030E130E230E330E430E530E630E730E830E930EA30EB30EC30ED30EE30EF
207
+ 30F030F130F230F330F430F530F6000000000000000000000000000000000000
208
+ AC
209
+ 0000000000000000000000000000000000000000000000000000000000000000
210
+ 0000000000000000000000000000000000000000000000000000000000000000
211
+ 0000000000000000000000000000000000000000000000000000000000000000
212
+ 0000000000000000000000000000000000000000000000000000000000000000
213
+ 0000000000000000000000000000000000000000000000000000000000000000
214
+ 0000000000000000000000000000000000000000000000000000000000000000
215
+ 0000000000000000000000000000000000000000000000000000000000000000
216
+ 0000000000000000000000000000000000000000000000000000000000000000
217
+ 0000000000000000000000000000000000000000000000000000000000000000
218
+ 0000000000000000000000000000000000000000000000000000000000000000
219
+ 000004100411041204130414041504010416041704180419041A041B041C041D
220
+ 041E041F0420042104220423042404250426042704280429042A042B042C042D
221
+ 042E042F00000000000000000000000000000000000000000000000000000000
222
+ 000004300431043204330434043504510436043704380439043A043B043C043D
223
+ 043E043F0440044104420443044404450446044704480449044A044B044C044D
224
+ 044E044F00000000000000000000000000000000000000000000000000000000
225
+ B0
226
+ 0000000000000000000000000000000000000000000000000000000000000000
227
+ 0000000000000000000000000000000000000000000000000000000000000000
228
+ 0000000000000000000000000000000000000000000000000000000000000000
229
+ 0000000000000000000000000000000000000000000000000000000000000000
230
+ 0000000000000000000000000000000000000000000000000000000000000000
231
+ 0000000000000000000000000000000000000000000000000000000000000000
232
+ 0000000000000000000000000000000000000000000000000000000000000000
233
+ 0000000000000000000000000000000000000000000000000000000000000000
234
+ 0000000000000000000000000000000000000000000000000000000000000000
235
+ 0000000000000000000000000000000000000000000000000000000000000000
236
+ 0000AC00AC01AC04AC07AC08AC09AC0AAC10AC11AC12AC13AC14AC15AC16AC17
237
+ AC19AC1AAC1BAC1CAC1DAC20AC24AC2CAC2DAC2FAC30AC31AC38AC39AC3CAC40
238
+ AC4BAC4DAC54AC58AC5CAC70AC71AC74AC77AC78AC7AAC80AC81AC83AC84AC85
239
+ AC86AC89AC8AAC8BAC8CAC90AC94AC9CAC9DAC9FACA0ACA1ACA8ACA9ACAAACAC
240
+ ACAFACB0ACB8ACB9ACBBACBCACBDACC1ACC4ACC8ACCCACD5ACD7ACE0ACE1ACE4
241
+ ACE7ACE8ACEAACECACEFACF0ACF1ACF3ACF5ACF6ACFCACFDAD00AD04AD060000
242
+ B1
243
+ 0000000000000000000000000000000000000000000000000000000000000000
244
+ 0000000000000000000000000000000000000000000000000000000000000000
245
+ 0000000000000000000000000000000000000000000000000000000000000000
246
+ 0000000000000000000000000000000000000000000000000000000000000000
247
+ 0000000000000000000000000000000000000000000000000000000000000000
248
+ 0000000000000000000000000000000000000000000000000000000000000000
249
+ 0000000000000000000000000000000000000000000000000000000000000000
250
+ 0000000000000000000000000000000000000000000000000000000000000000
251
+ 0000000000000000000000000000000000000000000000000000000000000000
252
+ 0000000000000000000000000000000000000000000000000000000000000000
253
+ 0000AD0CAD0DAD0FAD11AD18AD1CAD20AD29AD2CAD2DAD34AD35AD38AD3CAD44
254
+ AD45AD47AD49AD50AD54AD58AD61AD63AD6CAD6DAD70AD73AD74AD75AD76AD7B
255
+ AD7CAD7DAD7FAD81AD82AD88AD89AD8CAD90AD9CAD9DADA4ADB7ADC0ADC1ADC4
256
+ ADC8ADD0ADD1ADD3ADDCADE0ADE4ADF8ADF9ADFCADFFAE00AE01AE08AE09AE0B
257
+ AE0DAE14AE30AE31AE34AE37AE38AE3AAE40AE41AE43AE45AE46AE4AAE4CAE4D
258
+ AE4EAE50AE54AE56AE5CAE5DAE5FAE60AE61AE65AE68AE69AE6CAE70AE780000
259
+ B2
260
+ 0000000000000000000000000000000000000000000000000000000000000000
261
+ 0000000000000000000000000000000000000000000000000000000000000000
262
+ 0000000000000000000000000000000000000000000000000000000000000000
263
+ 0000000000000000000000000000000000000000000000000000000000000000
264
+ 0000000000000000000000000000000000000000000000000000000000000000
265
+ 0000000000000000000000000000000000000000000000000000000000000000
266
+ 0000000000000000000000000000000000000000000000000000000000000000
267
+ 0000000000000000000000000000000000000000000000000000000000000000
268
+ 0000000000000000000000000000000000000000000000000000000000000000
269
+ 0000000000000000000000000000000000000000000000000000000000000000
270
+ 0000AE79AE7BAE7CAE7DAE84AE85AE8CAEBCAEBDAEBEAEC0AEC4AECCAECDAECF
271
+ AED0AED1AED8AED9AEDCAEE8AEEBAEEDAEF4AEF8AEFCAF07AF08AF0DAF10AF2C
272
+ AF2DAF30AF32AF34AF3CAF3DAF3FAF41AF42AF43AF48AF49AF50AF5CAF5DAF64
273
+ AF65AF79AF80AF84AF88AF90AF91AF95AF9CAFB8AFB9AFBCAFC0AFC7AFC8AFC9
274
+ AFCBAFCDAFCEAFD4AFDCAFE8AFE9AFF0AFF1AFF4AFF8B000B001B004B00CB010
275
+ B014B01CB01DB028B044B045B048B04AB04CB04EB053B054B055B057B0590000
276
+ B3
277
+ 0000000000000000000000000000000000000000000000000000000000000000
278
+ 0000000000000000000000000000000000000000000000000000000000000000
279
+ 0000000000000000000000000000000000000000000000000000000000000000
280
+ 0000000000000000000000000000000000000000000000000000000000000000
281
+ 0000000000000000000000000000000000000000000000000000000000000000
282
+ 0000000000000000000000000000000000000000000000000000000000000000
283
+ 0000000000000000000000000000000000000000000000000000000000000000
284
+ 0000000000000000000000000000000000000000000000000000000000000000
285
+ 0000000000000000000000000000000000000000000000000000000000000000
286
+ 0000000000000000000000000000000000000000000000000000000000000000
287
+ 0000B05DB07CB07DB080B084B08CB08DB08FB091B098B099B09AB09CB09FB0A0
288
+ B0A1B0A2B0A8B0A9B0ABB0ACB0ADB0AEB0AFB0B1B0B3B0B4B0B5B0B8B0BCB0C4
289
+ B0C5B0C7B0C8B0C9B0D0B0D1B0D4B0D8B0E0B0E5B108B109B10BB10CB110B112
290
+ B113B118B119B11BB11CB11DB123B124B125B128B12CB134B135B137B138B139
291
+ B140B141B144B148B150B151B154B155B158B15CB160B178B179B17CB180B182
292
+ B188B189B18BB18DB192B193B194B198B19CB1A8B1CCB1D0B1D4B1DCB1DD0000
293
+ B4
294
+ 0000000000000000000000000000000000000000000000000000000000000000
295
+ 0000000000000000000000000000000000000000000000000000000000000000
296
+ 0000000000000000000000000000000000000000000000000000000000000000
297
+ 0000000000000000000000000000000000000000000000000000000000000000
298
+ 0000000000000000000000000000000000000000000000000000000000000000
299
+ 0000000000000000000000000000000000000000000000000000000000000000
300
+ 0000000000000000000000000000000000000000000000000000000000000000
301
+ 0000000000000000000000000000000000000000000000000000000000000000
302
+ 0000000000000000000000000000000000000000000000000000000000000000
303
+ 0000000000000000000000000000000000000000000000000000000000000000
304
+ 0000B1DFB1E8B1E9B1ECB1F0B1F9B1FBB1FDB204B205B208B20BB20CB214B215
305
+ B217B219B220B234B23CB258B25CB260B268B269B274B275B27CB284B285B289
306
+ B290B291B294B298B299B29AB2A0B2A1B2A3B2A5B2A6B2AAB2ACB2B0B2B4B2C8
307
+ B2C9B2CCB2D0B2D2B2D8B2D9B2DBB2DDB2E2B2E4B2E5B2E6B2E8B2EBB2ECB2ED
308
+ B2EEB2EFB2F3B2F4B2F5B2F7B2F8B2F9B2FAB2FBB2FFB300B301B304B308B310
309
+ B311B313B314B315B31CB354B355B356B358B35BB35CB35EB35FB364B3650000
310
+ B5
311
+ 0000000000000000000000000000000000000000000000000000000000000000
312
+ 0000000000000000000000000000000000000000000000000000000000000000
313
+ 0000000000000000000000000000000000000000000000000000000000000000
314
+ 0000000000000000000000000000000000000000000000000000000000000000
315
+ 0000000000000000000000000000000000000000000000000000000000000000
316
+ 0000000000000000000000000000000000000000000000000000000000000000
317
+ 0000000000000000000000000000000000000000000000000000000000000000
318
+ 0000000000000000000000000000000000000000000000000000000000000000
319
+ 0000000000000000000000000000000000000000000000000000000000000000
320
+ 0000000000000000000000000000000000000000000000000000000000000000
321
+ 0000B367B369B36BB36EB370B371B374B378B380B381B383B384B385B38CB390
322
+ B394B3A0B3A1B3A8B3ACB3C4B3C5B3C8B3CBB3CCB3CEB3D0B3D4B3D5B3D7B3D9
323
+ B3DBB3DDB3E0B3E4B3E8B3FCB410B418B41CB420B428B429B42BB434B450B451
324
+ B454B458B460B461B463B465B46CB480B488B49DB4A4B4A8B4ACB4B5B4B7B4B9
325
+ B4C0B4C4B4C8B4D0B4D5B4DCB4DDB4E0B4E3B4E4B4E6B4ECB4EDB4EFB4F1B4F8
326
+ B514B515B518B51BB51CB524B525B527B528B529B52AB530B531B534B5380000
327
+ B6
328
+ 0000000000000000000000000000000000000000000000000000000000000000
329
+ 0000000000000000000000000000000000000000000000000000000000000000
330
+ 0000000000000000000000000000000000000000000000000000000000000000
331
+ 0000000000000000000000000000000000000000000000000000000000000000
332
+ 0000000000000000000000000000000000000000000000000000000000000000
333
+ 0000000000000000000000000000000000000000000000000000000000000000
334
+ 0000000000000000000000000000000000000000000000000000000000000000
335
+ 0000000000000000000000000000000000000000000000000000000000000000
336
+ 0000000000000000000000000000000000000000000000000000000000000000
337
+ 0000000000000000000000000000000000000000000000000000000000000000
338
+ 0000B540B541B543B544B545B54BB54CB54DB550B554B55CB55DB55FB560B561
339
+ B5A0B5A1B5A4B5A8B5AAB5ABB5B0B5B1B5B3B5B4B5B5B5BBB5BCB5BDB5C0B5C4
340
+ B5CCB5CDB5CFB5D0B5D1B5D8B5ECB610B611B614B618B625B62CB634B648B664
341
+ B668B69CB69DB6A0B6A4B6ABB6ACB6B1B6D4B6F0B6F4B6F8B700B701B705B728
342
+ B729B72CB72FB730B738B739B73BB744B748B74CB754B755B760B764B768B770
343
+ B771B773B775B77CB77DB780B784B78CB78DB78FB790B791B792B796B7970000
344
+ B7
345
+ 0000000000000000000000000000000000000000000000000000000000000000
346
+ 0000000000000000000000000000000000000000000000000000000000000000
347
+ 0000000000000000000000000000000000000000000000000000000000000000
348
+ 0000000000000000000000000000000000000000000000000000000000000000
349
+ 0000000000000000000000000000000000000000000000000000000000000000
350
+ 0000000000000000000000000000000000000000000000000000000000000000
351
+ 0000000000000000000000000000000000000000000000000000000000000000
352
+ 0000000000000000000000000000000000000000000000000000000000000000
353
+ 0000000000000000000000000000000000000000000000000000000000000000
354
+ 0000000000000000000000000000000000000000000000000000000000000000
355
+ 0000B798B799B79CB7A0B7A8B7A9B7ABB7ACB7ADB7B4B7B5B7B8B7C7B7C9B7EC
356
+ B7EDB7F0B7F4B7FCB7FDB7FFB800B801B807B808B809B80CB810B818B819B81B
357
+ B81DB824B825B828B82CB834B835B837B838B839B840B844B851B853B85CB85D
358
+ B860B864B86CB86DB86FB871B878B87CB88DB8A8B8B0B8B4B8B8B8C0B8C1B8C3
359
+ B8C5B8CCB8D0B8D4B8DDB8DFB8E1B8E8B8E9B8ECB8F0B8F8B8F9B8FBB8FDB904
360
+ B918B920B93CB93DB940B944B94CB94FB951B958B959B95CB960B968B9690000
361
+ B8
362
+ 0000000000000000000000000000000000000000000000000000000000000000
363
+ 0000000000000000000000000000000000000000000000000000000000000000
364
+ 0000000000000000000000000000000000000000000000000000000000000000
365
+ 0000000000000000000000000000000000000000000000000000000000000000
366
+ 0000000000000000000000000000000000000000000000000000000000000000
367
+ 0000000000000000000000000000000000000000000000000000000000000000
368
+ 0000000000000000000000000000000000000000000000000000000000000000
369
+ 0000000000000000000000000000000000000000000000000000000000000000
370
+ 0000000000000000000000000000000000000000000000000000000000000000
371
+ 0000000000000000000000000000000000000000000000000000000000000000
372
+ 0000B96BB96DB974B975B978B97CB984B985B987B989B98AB98DB98EB9ACB9AD
373
+ B9B0B9B4B9BCB9BDB9BFB9C1B9C8B9C9B9CCB9CEB9CFB9D0B9D1B9D2B9D8B9D9
374
+ B9DBB9DDB9DEB9E1B9E3B9E4B9E5B9E8B9ECB9F4B9F5B9F7B9F8B9F9B9FABA00
375
+ BA01BA08BA15BA38BA39BA3CBA40BA42BA48BA49BA4BBA4DBA4EBA53BA54BA55
376
+ BA58BA5CBA64BA65BA67BA68BA69BA70BA71BA74BA78BA83BA84BA85BA87BA8C
377
+ BAA8BAA9BAABBAACBAB0BAB2BAB8BAB9BABBBABDBAC4BAC8BAD8BAD9BAFC0000
378
+ B9
379
+ 0000000000000000000000000000000000000000000000000000000000000000
380
+ 0000000000000000000000000000000000000000000000000000000000000000
381
+ 0000000000000000000000000000000000000000000000000000000000000000
382
+ 0000000000000000000000000000000000000000000000000000000000000000
383
+ 0000000000000000000000000000000000000000000000000000000000000000
384
+ 0000000000000000000000000000000000000000000000000000000000000000
385
+ 0000000000000000000000000000000000000000000000000000000000000000
386
+ 0000000000000000000000000000000000000000000000000000000000000000
387
+ 0000000000000000000000000000000000000000000000000000000000000000
388
+ 0000000000000000000000000000000000000000000000000000000000000000
389
+ 0000BB00BB04BB0DBB0FBB11BB18BB1CBB20BB29BB2BBB34BB35BB36BB38BB3B
390
+ BB3CBB3DBB3EBB44BB45BB47BB49BB4DBB4FBB50BB54BB58BB61BB63BB6CBB88
391
+ BB8CBB90BBA4BBA8BBACBBB4BBB7BBC0BBC4BBC8BBD0BBD3BBF8BBF9BBFCBBFF
392
+ BC00BC02BC08BC09BC0BBC0CBC0DBC0FBC11BC14BC15BC16BC17BC18BC1BBC1C
393
+ BC1DBC1EBC1FBC24BC25BC27BC29BC2DBC30BC31BC34BC38BC40BC41BC43BC44
394
+ BC45BC49BC4CBC4DBC50BC5DBC84BC85BC88BC8BBC8CBC8EBC94BC95BC970000
395
+ BA
396
+ 0000000000000000000000000000000000000000000000000000000000000000
397
+ 0000000000000000000000000000000000000000000000000000000000000000
398
+ 0000000000000000000000000000000000000000000000000000000000000000
399
+ 0000000000000000000000000000000000000000000000000000000000000000
400
+ 0000000000000000000000000000000000000000000000000000000000000000
401
+ 0000000000000000000000000000000000000000000000000000000000000000
402
+ 0000000000000000000000000000000000000000000000000000000000000000
403
+ 0000000000000000000000000000000000000000000000000000000000000000
404
+ 0000000000000000000000000000000000000000000000000000000000000000
405
+ 0000000000000000000000000000000000000000000000000000000000000000
406
+ 0000BC99BC9ABCA0BCA1BCA4BCA7BCA8BCB0BCB1BCB3BCB4BCB5BCBCBCBDBCC0
407
+ BCC4BCCDBCCFBCD0BCD1BCD5BCD8BCDCBCF4BCF5BCF6BCF8BCFCBD04BD05BD07
408
+ BD09BD10BD14BD24BD2CBD40BD48BD49BD4CBD50BD58BD59BD64BD68BD80BD81
409
+ BD84BD87BD88BD89BD8ABD90BD91BD93BD95BD99BD9ABD9CBDA4BDB0BDB8BDD4
410
+ BDD5BDD8BDDCBDE9BDF0BDF4BDF8BE00BE03BE05BE0CBE0DBE10BE14BE1CBE1D
411
+ BE1FBE44BE45BE48BE4CBE4EBE54BE55BE57BE59BE5ABE5BBE60BE61BE640000
412
+ BB
413
+ 0000000000000000000000000000000000000000000000000000000000000000
414
+ 0000000000000000000000000000000000000000000000000000000000000000
415
+ 0000000000000000000000000000000000000000000000000000000000000000
416
+ 0000000000000000000000000000000000000000000000000000000000000000
417
+ 0000000000000000000000000000000000000000000000000000000000000000
418
+ 0000000000000000000000000000000000000000000000000000000000000000
419
+ 0000000000000000000000000000000000000000000000000000000000000000
420
+ 0000000000000000000000000000000000000000000000000000000000000000
421
+ 0000000000000000000000000000000000000000000000000000000000000000
422
+ 0000000000000000000000000000000000000000000000000000000000000000
423
+ 0000BE68BE6ABE70BE71BE73BE74BE75BE7BBE7CBE7DBE80BE84BE8CBE8DBE8F
424
+ BE90BE91BE98BE99BEA8BED0BED1BED4BED7BED8BEE0BEE3BEE4BEE5BEECBF01
425
+ BF08BF09BF18BF19BF1BBF1CBF1DBF40BF41BF44BF48BF50BF51BF55BF94BFB0
426
+ BFC5BFCCBFCDBFD0BFD4BFDCBFDFBFE1C03CC051C058C05CC060C068C069C090
427
+ C091C094C098C0A0C0A1C0A3C0A5C0ACC0ADC0AFC0B0C0B3C0B4C0B5C0B6C0BC
428
+ C0BDC0BFC0C0C0C1C0C5C0C8C0C9C0CCC0D0C0D8C0D9C0DBC0DCC0DDC0E40000
429
+ BC
430
+ 0000000000000000000000000000000000000000000000000000000000000000
431
+ 0000000000000000000000000000000000000000000000000000000000000000
432
+ 0000000000000000000000000000000000000000000000000000000000000000
433
+ 0000000000000000000000000000000000000000000000000000000000000000
434
+ 0000000000000000000000000000000000000000000000000000000000000000
435
+ 0000000000000000000000000000000000000000000000000000000000000000
436
+ 0000000000000000000000000000000000000000000000000000000000000000
437
+ 0000000000000000000000000000000000000000000000000000000000000000
438
+ 0000000000000000000000000000000000000000000000000000000000000000
439
+ 0000000000000000000000000000000000000000000000000000000000000000
440
+ 0000C0E5C0E8C0ECC0F4C0F5C0F7C0F9C100C104C108C110C115C11CC11DC11E
441
+ C11FC120C123C124C126C127C12CC12DC12FC130C131C136C138C139C13CC140
442
+ C148C149C14BC14CC14DC154C155C158C15CC164C165C167C168C169C170C174
443
+ C178C185C18CC18DC18EC190C194C196C19CC19DC19FC1A1C1A5C1A8C1A9C1AC
444
+ C1B0C1BDC1C4C1C8C1CCC1D4C1D7C1D8C1E0C1E4C1E8C1F0C1F1C1F3C1FCC1FD
445
+ C200C204C20CC20DC20FC211C218C219C21CC21FC220C228C229C22BC22D0000
446
+ BD
447
+ 0000000000000000000000000000000000000000000000000000000000000000
448
+ 0000000000000000000000000000000000000000000000000000000000000000
449
+ 0000000000000000000000000000000000000000000000000000000000000000
450
+ 0000000000000000000000000000000000000000000000000000000000000000
451
+ 0000000000000000000000000000000000000000000000000000000000000000
452
+ 0000000000000000000000000000000000000000000000000000000000000000
453
+ 0000000000000000000000000000000000000000000000000000000000000000
454
+ 0000000000000000000000000000000000000000000000000000000000000000
455
+ 0000000000000000000000000000000000000000000000000000000000000000
456
+ 0000000000000000000000000000000000000000000000000000000000000000
457
+ 0000C22FC231C232C234C248C250C251C254C258C260C265C26CC26DC270C274
458
+ C27CC27DC27FC281C288C289C290C298C29BC29DC2A4C2A5C2A8C2ACC2ADC2B4
459
+ C2B5C2B7C2B9C2DCC2DDC2E0C2E3C2E4C2EBC2ECC2EDC2EFC2F1C2F6C2F8C2F9
460
+ C2FBC2FCC300C308C309C30CC30DC313C314C315C318C31CC324C325C328C329
461
+ C345C368C369C36CC370C372C378C379C37CC37DC384C388C38CC3C0C3D8C3D9
462
+ C3DCC3DFC3E0C3E2C3E8C3E9C3EDC3F4C3F5C3F8C408C410C424C42CC4300000
463
+ BE
464
+ 0000000000000000000000000000000000000000000000000000000000000000
465
+ 0000000000000000000000000000000000000000000000000000000000000000
466
+ 0000000000000000000000000000000000000000000000000000000000000000
467
+ 0000000000000000000000000000000000000000000000000000000000000000
468
+ 0000000000000000000000000000000000000000000000000000000000000000
469
+ 0000000000000000000000000000000000000000000000000000000000000000
470
+ 0000000000000000000000000000000000000000000000000000000000000000
471
+ 0000000000000000000000000000000000000000000000000000000000000000
472
+ 0000000000000000000000000000000000000000000000000000000000000000
473
+ 0000000000000000000000000000000000000000000000000000000000000000
474
+ 0000C434C43CC43DC448C464C465C468C46CC474C475C479C480C494C49CC4B8
475
+ C4BCC4E9C4F0C4F1C4F4C4F8C4FAC4FFC500C501C50CC510C514C51CC528C529
476
+ C52CC530C538C539C53BC53DC544C545C548C549C54AC54CC54DC54EC553C554
477
+ C555C557C558C559C55DC55EC560C561C564C568C570C571C573C574C575C57C
478
+ C57DC580C584C587C58CC58DC58FC591C595C597C598C59CC5A0C5A9C5B4C5B5
479
+ C5B8C5B9C5BBC5BCC5BDC5BEC5C4C5C5C5C6C5C7C5C8C5C9C5CAC5CCC5CE0000
480
+ BF
481
+ 0000000000000000000000000000000000000000000000000000000000000000
482
+ 0000000000000000000000000000000000000000000000000000000000000000
483
+ 0000000000000000000000000000000000000000000000000000000000000000
484
+ 0000000000000000000000000000000000000000000000000000000000000000
485
+ 0000000000000000000000000000000000000000000000000000000000000000
486
+ 0000000000000000000000000000000000000000000000000000000000000000
487
+ 0000000000000000000000000000000000000000000000000000000000000000
488
+ 0000000000000000000000000000000000000000000000000000000000000000
489
+ 0000000000000000000000000000000000000000000000000000000000000000
490
+ 0000000000000000000000000000000000000000000000000000000000000000
491
+ 0000C5D0C5D1C5D4C5D8C5E0C5E1C5E3C5E5C5ECC5EDC5EEC5F0C5F4C5F6C5F7
492
+ C5FCC5FDC5FEC5FFC600C601C605C606C607C608C60CC610C618C619C61BC61C
493
+ C624C625C628C62CC62DC62EC630C633C634C635C637C639C63BC640C641C644
494
+ C648C650C651C653C654C655C65CC65DC660C66CC66FC671C678C679C67CC680
495
+ C688C689C68BC68DC694C695C698C69CC6A4C6A5C6A7C6A9C6B0C6B1C6B4C6B8
496
+ C6B9C6BAC6C0C6C1C6C3C6C5C6CCC6CDC6D0C6D4C6DCC6DDC6E0C6E1C6E80000
497
+ C0
498
+ 0000000000000000000000000000000000000000000000000000000000000000
499
+ 0000000000000000000000000000000000000000000000000000000000000000
500
+ 0000000000000000000000000000000000000000000000000000000000000000
501
+ 0000000000000000000000000000000000000000000000000000000000000000
502
+ 0000000000000000000000000000000000000000000000000000000000000000
503
+ 0000000000000000000000000000000000000000000000000000000000000000
504
+ 0000000000000000000000000000000000000000000000000000000000000000
505
+ 0000000000000000000000000000000000000000000000000000000000000000
506
+ 0000000000000000000000000000000000000000000000000000000000000000
507
+ 0000000000000000000000000000000000000000000000000000000000000000
508
+ 0000C6E9C6ECC6F0C6F8C6F9C6FDC704C705C708C70CC714C715C717C719C720
509
+ C721C724C728C730C731C733C735C737C73CC73DC740C744C74AC74CC74DC74F
510
+ C751C752C753C754C755C756C757C758C75CC760C768C76BC774C775C778C77C
511
+ C77DC77EC783C784C785C787C788C789C78AC78EC790C791C794C796C797C798
512
+ C79AC7A0C7A1C7A3C7A4C7A5C7A6C7ACC7ADC7B0C7B4C7BCC7BDC7BFC7C0C7C1
513
+ C7C8C7C9C7CCC7CEC7D0C7D8C7DDC7E4C7E8C7ECC800C801C804C808C80A0000
514
+ C1
515
+ 0000000000000000000000000000000000000000000000000000000000000000
516
+ 0000000000000000000000000000000000000000000000000000000000000000
517
+ 0000000000000000000000000000000000000000000000000000000000000000
518
+ 0000000000000000000000000000000000000000000000000000000000000000
519
+ 0000000000000000000000000000000000000000000000000000000000000000
520
+ 0000000000000000000000000000000000000000000000000000000000000000
521
+ 0000000000000000000000000000000000000000000000000000000000000000
522
+ 0000000000000000000000000000000000000000000000000000000000000000
523
+ 0000000000000000000000000000000000000000000000000000000000000000
524
+ 0000000000000000000000000000000000000000000000000000000000000000
525
+ 0000C810C811C813C815C816C81CC81DC820C824C82CC82DC82FC831C838C83C
526
+ C840C848C849C84CC84DC854C870C871C874C878C87AC880C881C883C885C886
527
+ C887C88BC88CC88DC894C89DC89FC8A1C8A8C8BCC8BDC8C4C8C8C8CCC8D4C8D5
528
+ C8D7C8D9C8E0C8E1C8E4C8F5C8FCC8FDC900C904C905C906C90CC90DC90FC911
529
+ C918C92CC934C950C951C954C958C960C961C963C96CC970C974C97CC988C989
530
+ C98CC990C998C999C99BC99DC9C0C9C1C9C4C9C7C9C8C9CAC9D0C9D1C9D30000
531
+ C2
532
+ 0000000000000000000000000000000000000000000000000000000000000000
533
+ 0000000000000000000000000000000000000000000000000000000000000000
534
+ 0000000000000000000000000000000000000000000000000000000000000000
535
+ 0000000000000000000000000000000000000000000000000000000000000000
536
+ 0000000000000000000000000000000000000000000000000000000000000000
537
+ 0000000000000000000000000000000000000000000000000000000000000000
538
+ 0000000000000000000000000000000000000000000000000000000000000000
539
+ 0000000000000000000000000000000000000000000000000000000000000000
540
+ 0000000000000000000000000000000000000000000000000000000000000000
541
+ 0000000000000000000000000000000000000000000000000000000000000000
542
+ 0000C9D5C9D6C9D9C9DAC9DCC9DDC9E0C9E2C9E4C9E7C9ECC9EDC9EFC9F0C9F1
543
+ C9F8C9F9C9FCCA00CA08CA09CA0BCA0CCA0DCA14CA18CA29CA4CCA4DCA50CA54
544
+ CA5CCA5DCA5FCA60CA61CA68CA7DCA84CA98CABCCABDCAC0CAC4CACCCACDCACF
545
+ CAD1CAD3CAD8CAD9CAE0CAECCAF4CB08CB10CB14CB18CB20CB21CB41CB48CB49
546
+ CB4CCB50CB58CB59CB5DCB64CB78CB79CB9CCBB8CBD4CBE4CBE7CBE9CC0CCC0D
547
+ CC10CC14CC1CCC1DCC21CC22CC27CC28CC29CC2CCC2ECC30CC38CC39CC3B0000
548
+ C3
549
+ 0000000000000000000000000000000000000000000000000000000000000000
550
+ 0000000000000000000000000000000000000000000000000000000000000000
551
+ 0000000000000000000000000000000000000000000000000000000000000000
552
+ 0000000000000000000000000000000000000000000000000000000000000000
553
+ 0000000000000000000000000000000000000000000000000000000000000000
554
+ 0000000000000000000000000000000000000000000000000000000000000000
555
+ 0000000000000000000000000000000000000000000000000000000000000000
556
+ 0000000000000000000000000000000000000000000000000000000000000000
557
+ 0000000000000000000000000000000000000000000000000000000000000000
558
+ 0000000000000000000000000000000000000000000000000000000000000000
559
+ 0000CC3CCC3DCC3ECC44CC45CC48CC4CCC54CC55CC57CC58CC59CC60CC64CC66
560
+ CC68CC70CC75CC98CC99CC9CCCA0CCA8CCA9CCABCCACCCADCCB4CCB5CCB8CCBC
561
+ CCC4CCC5CCC7CCC9CCD0CCD4CCE4CCECCCF0CD01CD08CD09CD0CCD10CD18CD19
562
+ CD1BCD1DCD24CD28CD2CCD39CD5CCD60CD64CD6CCD6DCD6FCD71CD78CD88CD94
563
+ CD95CD98CD9CCDA4CDA5CDA7CDA9CDB0CDC4CDCCCDD0CDE8CDECCDF0CDF8CDF9
564
+ CDFBCDFDCE04CE08CE0CCE14CE19CE20CE21CE24CE28CE30CE31CE33CE350000
565
+ C4
566
+ 0000000000000000000000000000000000000000000000000000000000000000
567
+ 0000000000000000000000000000000000000000000000000000000000000000
568
+ 0000000000000000000000000000000000000000000000000000000000000000
569
+ 0000000000000000000000000000000000000000000000000000000000000000
570
+ 0000000000000000000000000000000000000000000000000000000000000000
571
+ 0000000000000000000000000000000000000000000000000000000000000000
572
+ 0000000000000000000000000000000000000000000000000000000000000000
573
+ 0000000000000000000000000000000000000000000000000000000000000000
574
+ 0000000000000000000000000000000000000000000000000000000000000000
575
+ 0000000000000000000000000000000000000000000000000000000000000000
576
+ 0000CE58CE59CE5CCE5FCE60CE61CE68CE69CE6BCE6DCE74CE75CE78CE7CCE84
577
+ CE85CE87CE89CE90CE91CE94CE98CEA0CEA1CEA3CEA4CEA5CEACCEADCEC1CEE4
578
+ CEE5CEE8CEEBCEECCEF4CEF5CEF7CEF8CEF9CF00CF01CF04CF08CF10CF11CF13
579
+ CF15CF1CCF20CF24CF2CCF2DCF2FCF30CF31CF38CF54CF55CF58CF5CCF64CF65
580
+ CF67CF69CF70CF71CF74CF78CF80CF85CF8CCFA1CFA8CFB0CFC4CFE0CFE1CFE4
581
+ CFE8CFF0CFF1CFF3CFF5CFFCD000D004D011D018D02DD034D035D038D03C0000
582
+ C5
583
+ 0000000000000000000000000000000000000000000000000000000000000000
584
+ 0000000000000000000000000000000000000000000000000000000000000000
585
+ 0000000000000000000000000000000000000000000000000000000000000000
586
+ 0000000000000000000000000000000000000000000000000000000000000000
587
+ 0000000000000000000000000000000000000000000000000000000000000000
588
+ 0000000000000000000000000000000000000000000000000000000000000000
589
+ 0000000000000000000000000000000000000000000000000000000000000000
590
+ 0000000000000000000000000000000000000000000000000000000000000000
591
+ 0000000000000000000000000000000000000000000000000000000000000000
592
+ 0000000000000000000000000000000000000000000000000000000000000000
593
+ 0000D044D045D047D049D050D054D058D060D06CD06DD070D074D07CD07DD081
594
+ D0A4D0A5D0A8D0ACD0B4D0B5D0B7D0B9D0C0D0C1D0C4D0C8D0C9D0D0D0D1D0D3
595
+ D0D4D0D5D0DCD0DDD0E0D0E4D0ECD0EDD0EFD0F0D0F1D0F8D10DD130D131D134
596
+ D138D13AD140D141D143D144D145D14CD14DD150D154D15CD15DD15FD161D168
597
+ D16CD17CD184D188D1A0D1A1D1A4D1A8D1B0D1B1D1B3D1B5D1BAD1BCD1C0D1D8
598
+ D1F4D1F8D207D209D210D22CD22DD230D234D23CD23DD23FD241D248D25C0000
599
+ C6
600
+ 0000000000000000000000000000000000000000000000000000000000000000
601
+ 0000000000000000000000000000000000000000000000000000000000000000
602
+ 0000000000000000000000000000000000000000000000000000000000000000
603
+ 0000000000000000000000000000000000000000000000000000000000000000
604
+ 0000000000000000000000000000000000000000000000000000000000000000
605
+ 0000000000000000000000000000000000000000000000000000000000000000
606
+ 0000000000000000000000000000000000000000000000000000000000000000
607
+ 0000000000000000000000000000000000000000000000000000000000000000
608
+ 0000000000000000000000000000000000000000000000000000000000000000
609
+ 0000000000000000000000000000000000000000000000000000000000000000
610
+ 0000D264D280D281D284D288D290D291D295D29CD2A0D2A4D2ACD2B1D2B8D2B9
611
+ D2BCD2BFD2C0D2C2D2C8D2C9D2CBD2D4D2D8D2DCD2E4D2E5D2F0D2F1D2F4D2F8
612
+ D300D301D303D305D30CD30DD30ED310D314D316D31CD31DD31FD320D321D325
613
+ D328D329D32CD330D338D339D33BD33CD33DD344D345D37CD37DD380D384D38C
614
+ D38DD38FD390D391D398D399D39CD3A0D3A8D3A9D3ABD3ADD3B4D3B8D3BCD3C4
615
+ D3C5D3C8D3C9D3D0D3D8D3E1D3E3D3ECD3EDD3F0D3F4D3FCD3FDD3FFD4010000
616
+ C7
617
+ 0000000000000000000000000000000000000000000000000000000000000000
618
+ 0000000000000000000000000000000000000000000000000000000000000000
619
+ 0000000000000000000000000000000000000000000000000000000000000000
620
+ 0000000000000000000000000000000000000000000000000000000000000000
621
+ 0000000000000000000000000000000000000000000000000000000000000000
622
+ 0000000000000000000000000000000000000000000000000000000000000000
623
+ 0000000000000000000000000000000000000000000000000000000000000000
624
+ 0000000000000000000000000000000000000000000000000000000000000000
625
+ 0000000000000000000000000000000000000000000000000000000000000000
626
+ 0000000000000000000000000000000000000000000000000000000000000000
627
+ 0000D408D41DD440D444D45CD460D464D46DD46FD478D479D47CD47FD480D482
628
+ D488D489D48BD48DD494D4A9D4CCD4D0D4D4D4DCD4DFD4E8D4ECD4F0D4F8D4FB
629
+ D4FDD504D508D50CD514D515D517D53CD53DD540D544D54CD54DD54FD551D558
630
+ D559D55CD560D565D568D569D56BD56DD574D575D578D57CD584D585D587D588
631
+ D589D590D5A5D5C8D5C9D5CCD5D0D5D2D5D8D5D9D5DBD5DDD5E4D5E5D5E8D5EC
632
+ D5F4D5F5D5F7D5F9D600D601D604D608D610D611D613D614D615D61CD6200000
633
+ C8
634
+ 0000000000000000000000000000000000000000000000000000000000000000
635
+ 0000000000000000000000000000000000000000000000000000000000000000
636
+ 0000000000000000000000000000000000000000000000000000000000000000
637
+ 0000000000000000000000000000000000000000000000000000000000000000
638
+ 0000000000000000000000000000000000000000000000000000000000000000
639
+ 0000000000000000000000000000000000000000000000000000000000000000
640
+ 0000000000000000000000000000000000000000000000000000000000000000
641
+ 0000000000000000000000000000000000000000000000000000000000000000
642
+ 0000000000000000000000000000000000000000000000000000000000000000
643
+ 0000000000000000000000000000000000000000000000000000000000000000
644
+ 0000D624D62DD638D639D63CD640D645D648D649D64BD64DD651D654D655D658
645
+ D65CD667D669D670D671D674D683D685D68CD68DD690D694D69DD69FD6A1D6A8
646
+ D6ACD6B0D6B9D6BBD6C4D6C5D6C8D6CCD6D1D6D4D6D7D6D9D6E0D6E4D6E8D6F0
647
+ D6F5D6FCD6FDD700D704D711D718D719D71CD720D728D729D72BD72DD734D735
648
+ D738D73CD744D747D749D750D751D754D756D757D758D759D760D761D763D765
649
+ D769D76CD770D774D77CD77DD781D788D789D78CD790D798D799D79BD79D0000
650
+ CA
651
+ 0000000000000000000000000000000000000000000000000000000000000000
652
+ 0000000000000000000000000000000000000000000000000000000000000000
653
+ 0000000000000000000000000000000000000000000000000000000000000000
654
+ 0000000000000000000000000000000000000000000000000000000000000000
655
+ 0000000000000000000000000000000000000000000000000000000000000000
656
+ 0000000000000000000000000000000000000000000000000000000000000000
657
+ 0000000000000000000000000000000000000000000000000000000000000000
658
+ 0000000000000000000000000000000000000000000000000000000000000000
659
+ 0000000000000000000000000000000000000000000000000000000000000000
660
+ 0000000000000000000000000000000000000000000000000000000000000000
661
+ 00004F3D4F73504750F952A053EF547554E556095AC15BB6668767B667B767EF
662
+ 6B4C73C275C27A3C82DB8304885788888A368CC88DCF8EFB8FE699D5523B5374
663
+ 5404606A61646BBC73CF811A89BA89D295A34F83520A58BE597859E65E725E79
664
+ 61C763C0674667EC687F6F97764E770B78F57A087AFF7C21809D826E82718AEB
665
+ 95934E6B559D66F76E3478A37AED845B8910874E97A852D8574E582A5D4C611F
666
+ 61BE6221656267D16A446E1B751875B376E377B07D3A90AF945194529F950000
667
+ CB
668
+ 0000000000000000000000000000000000000000000000000000000000000000
669
+ 0000000000000000000000000000000000000000000000000000000000000000
670
+ 0000000000000000000000000000000000000000000000000000000000000000
671
+ 0000000000000000000000000000000000000000000000000000000000000000
672
+ 0000000000000000000000000000000000000000000000000000000000000000
673
+ 0000000000000000000000000000000000000000000000000000000000000000
674
+ 0000000000000000000000000000000000000000000000000000000000000000
675
+ 0000000000000000000000000000000000000000000000000000000000000000
676
+ 0000000000000000000000000000000000000000000000000000000000000000
677
+ 0000000000000000000000000000000000000000000000000000000000000000
678
+ 000053235CAC753280DB92409598525B580859DC5CA15D175EB75F3A5F4A6177
679
+ 6C5F757A75867CE07D737DB17F8C81548221859189418B1B92FC964D9C474ECB
680
+ 4EF7500B51F1584F6137613E6168653969EA6F1175A5768676D67B8782A584CB
681
+ F90093A7958B55805BA25751F9017CB37FB991B5502853BB5C455DE862D2636E
682
+ 64DA64E76E2070AC795B8DDD8E1EF902907D924592F84E7E4EF650655DFE5EFA
683
+ 61066957817186548E4793759A2B4E5E5091677068405109528D52926AA20000
684
+ CC
685
+ 0000000000000000000000000000000000000000000000000000000000000000
686
+ 0000000000000000000000000000000000000000000000000000000000000000
687
+ 0000000000000000000000000000000000000000000000000000000000000000
688
+ 0000000000000000000000000000000000000000000000000000000000000000
689
+ 0000000000000000000000000000000000000000000000000000000000000000
690
+ 0000000000000000000000000000000000000000000000000000000000000000
691
+ 0000000000000000000000000000000000000000000000000000000000000000
692
+ 0000000000000000000000000000000000000000000000000000000000000000
693
+ 0000000000000000000000000000000000000000000000000000000000000000
694
+ 0000000000000000000000000000000000000000000000000000000000000000
695
+ 000077BC92109ED452AB602F8FF2504861A963ED64CA683C6A846FC0818889A1
696
+ 96945805727D72AC75047D797E6D80A9898B8B7490639D5162896C7A6F547D50
697
+ 7F3A8A23517C614A7B9D8B199257938C4EAC4FD3501E50BE510652C152CD537F
698
+ 577058835E9A5F91617661AC64CE656C666F66BB66F468976D87708570F1749F
699
+ 74A574CA75D9786C78EC7ADF7AF67D457D938015803F811B83968B668F159015
700
+ 93E1980398389A5A9BE84FC25553583A59515B635C4660B86212684268B00000
701
+ CD
702
+ 0000000000000000000000000000000000000000000000000000000000000000
703
+ 0000000000000000000000000000000000000000000000000000000000000000
704
+ 0000000000000000000000000000000000000000000000000000000000000000
705
+ 0000000000000000000000000000000000000000000000000000000000000000
706
+ 0000000000000000000000000000000000000000000000000000000000000000
707
+ 0000000000000000000000000000000000000000000000000000000000000000
708
+ 0000000000000000000000000000000000000000000000000000000000000000
709
+ 0000000000000000000000000000000000000000000000000000000000000000
710
+ 0000000000000000000000000000000000000000000000000000000000000000
711
+ 0000000000000000000000000000000000000000000000000000000000000000
712
+ 000068E86EAA754C767878CE7A3D7CFB7E6B7E7C8A088AA18C3F968E9DC453E4
713
+ 53E9544A547156FA59D15B645C3B5EAB62F765376545657266A067AF69C16CBD
714
+ 75FC7690777E7A3F7F94800380A1818F82E682FD83F085C1883188B48AA5F903
715
+ 8F9C932E96C798679AD89F1354ED659B66F2688F7A408C379D6056F057645D11
716
+ 660668B168CD6EFE7428889E9BE46C68F9049AA84F9B516C5171529F5B545DE5
717
+ 6050606D62F163A7653B73D97A7A86A38CA2978F4E325BE16208679C74DC0000
718
+ CE
719
+ 0000000000000000000000000000000000000000000000000000000000000000
720
+ 0000000000000000000000000000000000000000000000000000000000000000
721
+ 0000000000000000000000000000000000000000000000000000000000000000
722
+ 0000000000000000000000000000000000000000000000000000000000000000
723
+ 0000000000000000000000000000000000000000000000000000000000000000
724
+ 0000000000000000000000000000000000000000000000000000000000000000
725
+ 0000000000000000000000000000000000000000000000000000000000000000
726
+ 0000000000000000000000000000000000000000000000000000000000000000
727
+ 0000000000000000000000000000000000000000000000000000000000000000
728
+ 0000000000000000000000000000000000000000000000000000000000000000
729
+ 000079D183D38A878AB28DE8904E934B98465ED369E885FF90EDF90551A05B98
730
+ 5BEC616368FA6B3E704C742F74D87BA17F5083C589C08CAB95DC9928522E605D
731
+ 62EC90024F8A5149532158D95EE366E06D38709A72C273D67B5080F1945B5366
732
+ 639B7F6B4E565080584A58DE602A612762D069D09B415B8F7D1880B18F5F4EA4
733
+ 50D154AC55AC5B0C5DA05DE7652A654E68216A4B72E1768E77EF7D5E7FF981A0
734
+ 854E86DF8F038F4E90CA99039A559BAB4E184E454E5D4EC74FF1517752FE0000
735
+ CF
736
+ 0000000000000000000000000000000000000000000000000000000000000000
737
+ 0000000000000000000000000000000000000000000000000000000000000000
738
+ 0000000000000000000000000000000000000000000000000000000000000000
739
+ 0000000000000000000000000000000000000000000000000000000000000000
740
+ 0000000000000000000000000000000000000000000000000000000000000000
741
+ 0000000000000000000000000000000000000000000000000000000000000000
742
+ 0000000000000000000000000000000000000000000000000000000000000000
743
+ 0000000000000000000000000000000000000000000000000000000000000000
744
+ 0000000000000000000000000000000000000000000000000000000000000000
745
+ 0000000000000000000000000000000000000000000000000000000000000000
746
+ 0000534053E353E5548E5614577557A25BC75D875ED061FC62D8655167B867E9
747
+ 69CB6B506BC66BEC6C426E9D707872D77396740377BF77E97A767D7F800981FC
748
+ 8205820A82DF88628B338CFC8EC0901190B1926492B699D29A459CE99DD79F9C
749
+ 570B5C4083CA97A097AB9EB4541B7A987FA488D98ECD90E158005C4863987A9F
750
+ 5BAE5F137A797AAE828E8EAC5026523852F85377570862F363726B0A6DC37737
751
+ 53A5735785688E7695D5673A6AC36F708A6D8ECC994BF90666776B788CB40000
752
+ D0
753
+ 0000000000000000000000000000000000000000000000000000000000000000
754
+ 0000000000000000000000000000000000000000000000000000000000000000
755
+ 0000000000000000000000000000000000000000000000000000000000000000
756
+ 0000000000000000000000000000000000000000000000000000000000000000
757
+ 0000000000000000000000000000000000000000000000000000000000000000
758
+ 0000000000000000000000000000000000000000000000000000000000000000
759
+ 0000000000000000000000000000000000000000000000000000000000000000
760
+ 0000000000000000000000000000000000000000000000000000000000000000
761
+ 0000000000000000000000000000000000000000000000000000000000000000
762
+ 0000000000000000000000000000000000000000000000000000000000000000
763
+ 00009B3CF90753EB572D594E63C669FB73EA78457ABA7AC57CFE8475898F8D73
764
+ 903595A852FB574775477B6083CC921EF9086A58514B524B5287621F68D86975
765
+ 969950C552A452E461C365A4683969FF747E7B4B82B983EB89B28B398FD19949
766
+ F9094ECA599764D266116A8E7434798179BD82A9887E887F895FF90A93264F0B
767
+ 53CA602562716C727D1A7D664E98516277DC80AF4F014F0E5176518055DC5668
768
+ 573B57FA57FC5914594759935BC45C905D0E5DF15E7E5FCC628065D765E30000
769
+ D1
770
+ 0000000000000000000000000000000000000000000000000000000000000000
771
+ 0000000000000000000000000000000000000000000000000000000000000000
772
+ 0000000000000000000000000000000000000000000000000000000000000000
773
+ 0000000000000000000000000000000000000000000000000000000000000000
774
+ 0000000000000000000000000000000000000000000000000000000000000000
775
+ 0000000000000000000000000000000000000000000000000000000000000000
776
+ 0000000000000000000000000000000000000000000000000000000000000000
777
+ 0000000000000000000000000000000000000000000000000000000000000000
778
+ 0000000000000000000000000000000000000000000000000000000000000000
779
+ 0000000000000000000000000000000000000000000000000000000000000000
780
+ 0000671E671F675E68CB68C46A5F6B3A6C236C7D6C826DC773987426742A7482
781
+ 74A37578757F788178EF794179477948797A7B957D007DBA7F888006802D808C
782
+ 8A188B4F8C488D779321932498E299519A0E9A0F9A659E927DCA4F76540962EE
783
+ 685491D155AB513AF90BF90C5A1C61E6F90D62CF62FFF90EF90FF910F911F912
784
+ F91390A3F914F915F916F917F9188AFEF919F91AF91BF91C6696F91D7156F91E
785
+ F91F96E3F920634F637A5357F921678F69606E73F9227537F923F924F9250000
786
+ D2
787
+ 0000000000000000000000000000000000000000000000000000000000000000
788
+ 0000000000000000000000000000000000000000000000000000000000000000
789
+ 0000000000000000000000000000000000000000000000000000000000000000
790
+ 0000000000000000000000000000000000000000000000000000000000000000
791
+ 0000000000000000000000000000000000000000000000000000000000000000
792
+ 0000000000000000000000000000000000000000000000000000000000000000
793
+ 0000000000000000000000000000000000000000000000000000000000000000
794
+ 0000000000000000000000000000000000000000000000000000000000000000
795
+ 0000000000000000000000000000000000000000000000000000000000000000
796
+ 0000000000000000000000000000000000000000000000000000000000000000
797
+ 00007D0DF926F927887256CA5A18F928F929F92AF92BF92C4E43F92D51675948
798
+ 67F08010F92E59735E74649A79CA5FF5606C62C8637B5BE75BD752AAF92F5974
799
+ 5F296012F930F931F9327459F933F934F935F936F937F93899D1F939F93AF93B
800
+ F93CF93DF93EF93FF940F941F942F9436FC3F944F94581BF8FB260F1F946F947
801
+ 8166F948F9495C3FF94AF94BF94CF94DF94EF94FF950F9515AE98A25677B7D10
802
+ F952F953F954F955F956F95780FDF958F9595C3C6CE5533F6EBA591A83360000
803
+ D3
804
+ 0000000000000000000000000000000000000000000000000000000000000000
805
+ 0000000000000000000000000000000000000000000000000000000000000000
806
+ 0000000000000000000000000000000000000000000000000000000000000000
807
+ 0000000000000000000000000000000000000000000000000000000000000000
808
+ 0000000000000000000000000000000000000000000000000000000000000000
809
+ 0000000000000000000000000000000000000000000000000000000000000000
810
+ 0000000000000000000000000000000000000000000000000000000000000000
811
+ 0000000000000000000000000000000000000000000000000000000000000000
812
+ 0000000000000000000000000000000000000000000000000000000000000000
813
+ 0000000000000000000000000000000000000000000000000000000000000000
814
+ 00004E394EB64F4655AE571858C75F5665B765E66A806BB56E4D77ED7AEF7C1E
815
+ 7DDE86CB88929132935B64BB6FBE737A75B890545556574D61BA64D466C76DE1
816
+ 6E5B6F6D6FB975F0804381BD854189838AC78B5A931F6C9375537B548E0F905D
817
+ 5510580258585E626207649E68E075767CD687B39EE84EE35788576E59275C0D
818
+ 5CB15E365F85623464E173B381FA888B8CB8968A9EDB5B855FB760B350125200
819
+ 52305716583558575C0E5C605CF65D8B5EA65F9260BC63116389641768430000
820
+ D4
821
+ 0000000000000000000000000000000000000000000000000000000000000000
822
+ 0000000000000000000000000000000000000000000000000000000000000000
823
+ 0000000000000000000000000000000000000000000000000000000000000000
824
+ 0000000000000000000000000000000000000000000000000000000000000000
825
+ 0000000000000000000000000000000000000000000000000000000000000000
826
+ 0000000000000000000000000000000000000000000000000000000000000000
827
+ 0000000000000000000000000000000000000000000000000000000000000000
828
+ 0000000000000000000000000000000000000000000000000000000000000000
829
+ 0000000000000000000000000000000000000000000000000000000000000000
830
+ 0000000000000000000000000000000000000000000000000000000000000000
831
+ 000068F96AC26DD86E216ED46FE471FE76DC777979B17A3B840489A98CED8DF3
832
+ 8E4890039014905390FD934D967697DC6BD27006725872A27368776379BF7BE4
833
+ 7E9B8B8058A960C7656665FD66BE6C8C711E71C98C5A98134E6D7A814EDD51AC
834
+ 51CD52D5540C61A76771685068DF6D1E6F7C75BC77B37AE580F484639285515C
835
+ 6597675C679375D87AC78373F95A8C469017982D5C6F81C0829A9041906F920D
836
+ 5F975D9D6A5971C8767B7B4985E48B0491279A30558761F6F95B76697F850000
837
+ D5
838
+ 0000000000000000000000000000000000000000000000000000000000000000
839
+ 0000000000000000000000000000000000000000000000000000000000000000
840
+ 0000000000000000000000000000000000000000000000000000000000000000
841
+ 0000000000000000000000000000000000000000000000000000000000000000
842
+ 0000000000000000000000000000000000000000000000000000000000000000
843
+ 0000000000000000000000000000000000000000000000000000000000000000
844
+ 0000000000000000000000000000000000000000000000000000000000000000
845
+ 0000000000000000000000000000000000000000000000000000000000000000
846
+ 0000000000000000000000000000000000000000000000000000000000000000
847
+ 0000000000000000000000000000000000000000000000000000000000000000
848
+ 0000863F87BA88F8908FF95C6D1B70D973DE7D61843DF95D916A99F1F95E4E82
849
+ 53756B046B12703E721B862D9E1E524C8FA35D5064E5652C6B166FEB7C437E9C
850
+ 85CD896489BD62C981D8881F5ECA67176D6A72FC7405746F878290DE4F865D0D
851
+ 5FA0840A51B763A075654EAE5006516951C968816A117CAE7CB17CE7826F8AD2
852
+ 8F1B91CF4FB6513752F554425EEC616E623E65C56ADA6FFE792A85DC882395AD
853
+ 9A629A6A9E979ECE529B66C66B77701D792B8F6297426190620065236F230000
854
+ D6
855
+ 0000000000000000000000000000000000000000000000000000000000000000
856
+ 0000000000000000000000000000000000000000000000000000000000000000
857
+ 0000000000000000000000000000000000000000000000000000000000000000
858
+ 0000000000000000000000000000000000000000000000000000000000000000
859
+ 0000000000000000000000000000000000000000000000000000000000000000
860
+ 0000000000000000000000000000000000000000000000000000000000000000
861
+ 0000000000000000000000000000000000000000000000000000000000000000
862
+ 0000000000000000000000000000000000000000000000000000000000000000
863
+ 0000000000000000000000000000000000000000000000000000000000000000
864
+ 0000000000000000000000000000000000000000000000000000000000000000
865
+ 0000714974897DF4806F84EE8F269023934A51BD521752A36D0C70C888C25EC9
866
+ 65826BAE6FC27C3E73754EE44F3656F9F95F5CBA5DBA601C73B27B2D7F9A7FCE
867
+ 8046901E923496F6974898189F614F8B6FA779AE91B496B752DEF960648864C4
868
+ 6AD36F5E7018721076E780018606865C8DEF8F0597329B6F9DFA9E75788C797F
869
+ 7DA083C993049E7F9E938AD658DF5F046727702774CF7C60807E512170287262
870
+ 78CA8CC28CDA8CF496F74E8650DA5BEE5ED6659971CE764277AD804A84FC0000
871
+ D7
872
+ 0000000000000000000000000000000000000000000000000000000000000000
873
+ 0000000000000000000000000000000000000000000000000000000000000000
874
+ 0000000000000000000000000000000000000000000000000000000000000000
875
+ 0000000000000000000000000000000000000000000000000000000000000000
876
+ 0000000000000000000000000000000000000000000000000000000000000000
877
+ 0000000000000000000000000000000000000000000000000000000000000000
878
+ 0000000000000000000000000000000000000000000000000000000000000000
879
+ 0000000000000000000000000000000000000000000000000000000000000000
880
+ 0000000000000000000000000000000000000000000000000000000000000000
881
+ 0000000000000000000000000000000000000000000000000000000000000000
882
+ 0000907C9B279F8D58D85A415C626A136DDA6F0F763B7D2F7E37851E893893E4
883
+ 964B528965D267F369B46D416E9C700F7409746075597624786B8B2C985E516D
884
+ 622E96784F96502B5D196DEA7DB88F2A5F8B61446817F961968652D2808B51DC
885
+ 51CC695E7A1C7DBE83F196754FDA52295398540F550E5C6560A7674E68A86D6C
886
+ 728172F874067483F96275E27C6C7F797FB8838988CF88E191CC91D096E29BC9
887
+ 541D6F7E71D0749885FA8EAA96A39C579E9F67976DCB743381E89716782C0000
888
+ D8
889
+ 0000000000000000000000000000000000000000000000000000000000000000
890
+ 0000000000000000000000000000000000000000000000000000000000000000
891
+ 0000000000000000000000000000000000000000000000000000000000000000
892
+ 0000000000000000000000000000000000000000000000000000000000000000
893
+ 0000000000000000000000000000000000000000000000000000000000000000
894
+ 0000000000000000000000000000000000000000000000000000000000000000
895
+ 0000000000000000000000000000000000000000000000000000000000000000
896
+ 0000000000000000000000000000000000000000000000000000000000000000
897
+ 0000000000000000000000000000000000000000000000000000000000000000
898
+ 0000000000000000000000000000000000000000000000000000000000000000
899
+ 00007ACB7B207C926469746A75F278BC78E899AC9B549EBB5BDE5E556F20819C
900
+ 83AB90884E07534D5A295DD25F4E6162633D666966FC6EFF6F2B7063779E842C
901
+ 8513883B8F1399459C3B551C62B9672B6CAB8309896A977A4EA159845FD85FD9
902
+ 671B7DB27F548292832B83BD8F1E909957CB59B95A925BD06627679A68856BCF
903
+ 71647F758CB78CE390819B4581088C8A964C9A409EA55B5F6C13731B76F276DF
904
+ 840C51AA8993514D519552C968C96C94770477207DBF7DEC97629EB56EC50000
905
+ D9
906
+ 0000000000000000000000000000000000000000000000000000000000000000
907
+ 0000000000000000000000000000000000000000000000000000000000000000
908
+ 0000000000000000000000000000000000000000000000000000000000000000
909
+ 0000000000000000000000000000000000000000000000000000000000000000
910
+ 0000000000000000000000000000000000000000000000000000000000000000
911
+ 0000000000000000000000000000000000000000000000000000000000000000
912
+ 0000000000000000000000000000000000000000000000000000000000000000
913
+ 0000000000000000000000000000000000000000000000000000000000000000
914
+ 0000000000000000000000000000000000000000000000000000000000000000
915
+ 0000000000000000000000000000000000000000000000000000000000000000
916
+ 0000851151A5540D547D660E669D69276E9F76BF7791831784C2879F91699298
917
+ 9CF488824FAE519252DF59C65E3D61556478647966AE67D06A216BCD6BDB725F
918
+ 72617441773877DB801782BC83058B008B288C8C67286C90726776EE77667A46
919
+ 9DA96B7F6C92592267268499536F589359995EDF63CF663467736E3A732B7AD7
920
+ 82D7932852D95DEB61AE61CB620A62C764AB65E069596B666BCB712173F7755D
921
+ 7E46821E8302856A8AA38CBF97279D6158A89ED85011520E543B554F65870000
922
+ DA
923
+ 0000000000000000000000000000000000000000000000000000000000000000
924
+ 0000000000000000000000000000000000000000000000000000000000000000
925
+ 0000000000000000000000000000000000000000000000000000000000000000
926
+ 0000000000000000000000000000000000000000000000000000000000000000
927
+ 0000000000000000000000000000000000000000000000000000000000000000
928
+ 0000000000000000000000000000000000000000000000000000000000000000
929
+ 0000000000000000000000000000000000000000000000000000000000000000
930
+ 0000000000000000000000000000000000000000000000000000000000000000
931
+ 0000000000000000000000000000000000000000000000000000000000000000
932
+ 0000000000000000000000000000000000000000000000000000000000000000
933
+ 00006C767D0A7D0B805E868A958096EF52FF6C95726954735A9A5C3E5D4B5F4C
934
+ 5FAE672A68B669636E3C6E4477097C737F8E85878B0E8FF797619EF45CB760B6
935
+ 610D61AB654F65FB65FC6C116CEF739F73C97DE195945BC6871C8B10525D535A
936
+ 62CD640F64B267346A386CCA73C0749E7B947C957E1B818A823685848FEB96F9
937
+ 99C14F34534A53CD53DB62CC642C6500659169C36CEE6F5873ED7554762276E4
938
+ 76FC78D078FB792C7D46822C87E08FD4981298EF52C362D464A56E246F510000
939
+ DB
940
+ 0000000000000000000000000000000000000000000000000000000000000000
941
+ 0000000000000000000000000000000000000000000000000000000000000000
942
+ 0000000000000000000000000000000000000000000000000000000000000000
943
+ 0000000000000000000000000000000000000000000000000000000000000000
944
+ 0000000000000000000000000000000000000000000000000000000000000000
945
+ 0000000000000000000000000000000000000000000000000000000000000000
946
+ 0000000000000000000000000000000000000000000000000000000000000000
947
+ 0000000000000000000000000000000000000000000000000000000000000000
948
+ 0000000000000000000000000000000000000000000000000000000000000000
949
+ 0000000000000000000000000000000000000000000000000000000000000000
950
+ 0000767C8DCB91B192629AEE9B435023508D574A59A85C285E475F77623F653E
951
+ 65B965C16609678B699C6EC278C57D2180AA8180822B82B384A1868C8A2A8B17
952
+ 90A696329F90500D4FF3F96357F95F9862DC6392676F6E43711976C380CC80DA
953
+ 88F488F589198CE08F29914D966A4F2F4F705E1B67CF6822767D767E9B445E61
954
+ 6A0A716971D4756AF9647E41854385E998DC4F107B4F7F7095A551E15E0668B5
955
+ 6C3E6C4E6CDB72AF7BC483036CD5743A50FB528858C164D86A9774A776560000
956
+ DC
957
+ 0000000000000000000000000000000000000000000000000000000000000000
958
+ 0000000000000000000000000000000000000000000000000000000000000000
959
+ 0000000000000000000000000000000000000000000000000000000000000000
960
+ 0000000000000000000000000000000000000000000000000000000000000000
961
+ 0000000000000000000000000000000000000000000000000000000000000000
962
+ 0000000000000000000000000000000000000000000000000000000000000000
963
+ 0000000000000000000000000000000000000000000000000000000000000000
964
+ 0000000000000000000000000000000000000000000000000000000000000000
965
+ 0000000000000000000000000000000000000000000000000000000000000000
966
+ 0000000000000000000000000000000000000000000000000000000000000000
967
+ 000078A7861795E29739F965535E5F018B8A8FA88FAF908A522577A59C499F08
968
+ 4E19500251755C5B5E77661E663A67C468C570B3750175C579C97ADD8F279920
969
+ 9A084FDD582158315BF6666E6B656D116E7A6F7D73E4752B83E988DC89138B5C
970
+ 8F144F0F50D55310535C5B935FA9670D798F8179832F8514890789868F398F3B
971
+ 99A59C12672C4E764FF859495C015CEF5CF0636768D270FD71A2742B7E2B84EC
972
+ 8702902292D29CF34E0D4ED84FEF50855256526F5426549057E0592B5A660000
973
+ DD
974
+ 0000000000000000000000000000000000000000000000000000000000000000
975
+ 0000000000000000000000000000000000000000000000000000000000000000
976
+ 0000000000000000000000000000000000000000000000000000000000000000
977
+ 0000000000000000000000000000000000000000000000000000000000000000
978
+ 0000000000000000000000000000000000000000000000000000000000000000
979
+ 0000000000000000000000000000000000000000000000000000000000000000
980
+ 0000000000000000000000000000000000000000000000000000000000000000
981
+ 0000000000000000000000000000000000000000000000000000000000000000
982
+ 0000000000000000000000000000000000000000000000000000000000000000
983
+ 0000000000000000000000000000000000000000000000000000000000000000
984
+ 00005B5A5B755BCC5E9CF9666276657765A76D6E6EA572367B267C3F7F368150
985
+ 8151819A8240829983A98A038CA08CE68CFB8D748DBA90E891DC961C964499D9
986
+ 9CE7531752065429567458B35954596E5FFF61A4626E66106C7E711A76C67C89
987
+ 7CDE7D1B82AC8CC196F0F9674F5B5F175F7F62C25D29670B68DA787C7E439D6C
988
+ 4E1550995315532A535159835A625E8760B2618A624962796590678769A76BD4
989
+ 6BD66BD76BD86CB8F968743575FA7812789179D579D87C837DCB7FE180A50000
990
+ DE
991
+ 0000000000000000000000000000000000000000000000000000000000000000
992
+ 0000000000000000000000000000000000000000000000000000000000000000
993
+ 0000000000000000000000000000000000000000000000000000000000000000
994
+ 0000000000000000000000000000000000000000000000000000000000000000
995
+ 0000000000000000000000000000000000000000000000000000000000000000
996
+ 0000000000000000000000000000000000000000000000000000000000000000
997
+ 0000000000000000000000000000000000000000000000000000000000000000
998
+ 0000000000000000000000000000000000000000000000000000000000000000
999
+ 0000000000000000000000000000000000000000000000000000000000000000
1000
+ 0000000000000000000000000000000000000000000000000000000000000000
1001
+ 0000813E81C283F2871A88E88AB98B6C8CBB9119975E98DB9F3B56AC5B2A5F6C
1002
+ 658C6AB36BAF6D5C6FF17015725D73AD8CA78CD3983B61916C3780589A014E4D
1003
+ 4E8B4E9B4ED54F3A4F3C4F7F4FDF50FF53F253F8550655E356DB58EB59625A11
1004
+ 5BEB5BFA5C045DF35E2B5F99601D6368659C65AF67F667FB68AD6B7B6C996CD7
1005
+ 6E23700973457802793E7940796079C17BE97D177D728086820D838E84D186C7
1006
+ 88DF8A508A5E8B1D8CDC8D668FAD90AA98FC99DF9E9D524AF9696714F96A0000
1007
+ DF
1008
+ 0000000000000000000000000000000000000000000000000000000000000000
1009
+ 0000000000000000000000000000000000000000000000000000000000000000
1010
+ 0000000000000000000000000000000000000000000000000000000000000000
1011
+ 0000000000000000000000000000000000000000000000000000000000000000
1012
+ 0000000000000000000000000000000000000000000000000000000000000000
1013
+ 0000000000000000000000000000000000000000000000000000000000000000
1014
+ 0000000000000000000000000000000000000000000000000000000000000000
1015
+ 0000000000000000000000000000000000000000000000000000000000000000
1016
+ 0000000000000000000000000000000000000000000000000000000000000000
1017
+ 0000000000000000000000000000000000000000000000000000000000000000
1018
+ 00005098522A5C7165636C5573CA7523759D7B97849C917897304E7764926BBA
1019
+ 715E85A94E09F96B674968EE6E17829F8518886B63F76F81921298AF4E0A50B7
1020
+ 50CF511F554655AA56175B405C195CE05E385E8A5EA05EC260F368516A616E58
1021
+ 723D724072C076F879657BB17FD488F389F48A738C618CDE971C585E74BD8CFD
1022
+ 55C7F96C7A617D2282727272751F7525F96D7B19588558FB5DBC5E8F5EB65F90
1023
+ 60556292637F654D669166D966F8681668F27280745E7B6E7D6E7DD67F720000
1024
+ E0
1025
+ 0000000000000000000000000000000000000000000000000000000000000000
1026
+ 0000000000000000000000000000000000000000000000000000000000000000
1027
+ 0000000000000000000000000000000000000000000000000000000000000000
1028
+ 0000000000000000000000000000000000000000000000000000000000000000
1029
+ 0000000000000000000000000000000000000000000000000000000000000000
1030
+ 0000000000000000000000000000000000000000000000000000000000000000
1031
+ 0000000000000000000000000000000000000000000000000000000000000000
1032
+ 0000000000000000000000000000000000000000000000000000000000000000
1033
+ 0000000000000000000000000000000000000000000000000000000000000000
1034
+ 0000000000000000000000000000000000000000000000000000000000000000
1035
+ 000080E5821285AF897F8A93901D92E49ECD9F205915596D5E2D60DC66146673
1036
+ 67906C506DC56F5F77F378A984C691CB932B4ED950CA514855845B0B5BA36247
1037
+ 657E65CB6E32717D74017444748774BF766C79AA7DDA7E557FA8817A81B38239
1038
+ 861A87EC8A758DE3907892919425994D9BAE53685C5169546CC46D296E2B820C
1039
+ 859B893B8A2D8AAA96EA9F67526166B96BB27E9687FE8D0D9583965D651D6D89
1040
+ 71EEF96E57CE59D35BAC602760FA6210661F665F732973F976DB77017B6C0000
1041
+ E1
1042
+ 0000000000000000000000000000000000000000000000000000000000000000
1043
+ 0000000000000000000000000000000000000000000000000000000000000000
1044
+ 0000000000000000000000000000000000000000000000000000000000000000
1045
+ 0000000000000000000000000000000000000000000000000000000000000000
1046
+ 0000000000000000000000000000000000000000000000000000000000000000
1047
+ 0000000000000000000000000000000000000000000000000000000000000000
1048
+ 0000000000000000000000000000000000000000000000000000000000000000
1049
+ 0000000000000000000000000000000000000000000000000000000000000000
1050
+ 0000000000000000000000000000000000000000000000000000000000000000
1051
+ 0000000000000000000000000000000000000000000000000000000000000000
1052
+ 00008056807281658AA091924E1652E26B726D177A057B397D30F96F8CB053EC
1053
+ 562F58515BB55C0F5C115DE2624063836414662D68B36CBC6D886EAF701F70A4
1054
+ 71D27526758F758E76197B117BE07C2B7D207D39852C856D86078A34900D9061
1055
+ 90B592B797F69A374FD75C6C675F6D917C9F7E8C8B168D16901F5B6B5DFD640D
1056
+ 84C0905C98E173875B8B609A677E6DDE8A1F8AA69001980C5237F9707051788E
1057
+ 9396887091D74FEE53D755FD56DA578258FD5AC25B885CAB5CC05E2561010000
1058
+ E2
1059
+ 0000000000000000000000000000000000000000000000000000000000000000
1060
+ 0000000000000000000000000000000000000000000000000000000000000000
1061
+ 0000000000000000000000000000000000000000000000000000000000000000
1062
+ 0000000000000000000000000000000000000000000000000000000000000000
1063
+ 0000000000000000000000000000000000000000000000000000000000000000
1064
+ 0000000000000000000000000000000000000000000000000000000000000000
1065
+ 0000000000000000000000000000000000000000000000000000000000000000
1066
+ 0000000000000000000000000000000000000000000000000000000000000000
1067
+ 0000000000000000000000000000000000000000000000000000000000000000
1068
+ 0000000000000000000000000000000000000000000000000000000000000000
1069
+ 0000620D624B6388641C653665786A396B8A6C346D196F3171E772E973787407
1070
+ 74B27626776179C07A577AEA7CB97D8F7DAC7E617F9E81298331849084DA85EA
1071
+ 88968AB08B908F3890429083916C929692B9968B96A796A896D6970098089996
1072
+ 9AD39B1A53D4587E59195B705BBF6DD16F5A719F742174B9808583FD5DE15F87
1073
+ 5FAA604265EC6812696F6A536B896D356DF373E376FE77AC7B4D7D148123821C
1074
+ 834084F485638A628AC49187931E980699B4620C88538FF092655D075D270000
1075
+ E3
1076
+ 0000000000000000000000000000000000000000000000000000000000000000
1077
+ 0000000000000000000000000000000000000000000000000000000000000000
1078
+ 0000000000000000000000000000000000000000000000000000000000000000
1079
+ 0000000000000000000000000000000000000000000000000000000000000000
1080
+ 0000000000000000000000000000000000000000000000000000000000000000
1081
+ 0000000000000000000000000000000000000000000000000000000000000000
1082
+ 0000000000000000000000000000000000000000000000000000000000000000
1083
+ 0000000000000000000000000000000000000000000000000000000000000000
1084
+ 0000000000000000000000000000000000000000000000000000000000000000
1085
+ 0000000000000000000000000000000000000000000000000000000000000000
1086
+ 00005D69745F819D87686FD562FE7FD2893689724E1E4E5850E752DD5347627F
1087
+ 66077E698805965E4F8D5319563659CB5AA45C385C4E5C4D5E025F11604365BD
1088
+ 662F664267BE67F4731C77E2793A7FC5849484CD89968A668A698AE18C558C7A
1089
+ 57F45BD45F0F606F62ED690D6B966E5C71847BD287558B588EFE98DF98FE4F38
1090
+ 4F814FE1547B5A205BB8613C65B0666871FC7533795E7D33814E81E3839885AA
1091
+ 85CE87038A0A8EAB8F9BF9718FC559315BA45BE660895BE95C0B5FC36C810000
1092
+ E4
1093
+ 0000000000000000000000000000000000000000000000000000000000000000
1094
+ 0000000000000000000000000000000000000000000000000000000000000000
1095
+ 0000000000000000000000000000000000000000000000000000000000000000
1096
+ 0000000000000000000000000000000000000000000000000000000000000000
1097
+ 0000000000000000000000000000000000000000000000000000000000000000
1098
+ 0000000000000000000000000000000000000000000000000000000000000000
1099
+ 0000000000000000000000000000000000000000000000000000000000000000
1100
+ 0000000000000000000000000000000000000000000000000000000000000000
1101
+ 0000000000000000000000000000000000000000000000000000000000000000
1102
+ 0000000000000000000000000000000000000000000000000000000000000000
1103
+ 0000F9726DF1700B751A82AF8AF64EC05341F97396D96C0F4E9E4FC45152555E
1104
+ 5A255CE86211725982BD83AA86FE88598A1D963F96C599139D099D5D580A5CB3
1105
+ 5DBD5E4460E1611563E16A026E2591029354984E9C109F775B895CB86309664F
1106
+ 6848773C96C1978D98549B9F65A18B018ECB95BC55355CA95DD65EB56697764C
1107
+ 83F495C758D362BC72CE9D284EF0592E600F663B6B8379E79D26539354C057C3
1108
+ 5D16611B66D66DAF788D827E969897445384627C63966DB27E0A814B984D0000
1109
+ E5
1110
+ 0000000000000000000000000000000000000000000000000000000000000000
1111
+ 0000000000000000000000000000000000000000000000000000000000000000
1112
+ 0000000000000000000000000000000000000000000000000000000000000000
1113
+ 0000000000000000000000000000000000000000000000000000000000000000
1114
+ 0000000000000000000000000000000000000000000000000000000000000000
1115
+ 0000000000000000000000000000000000000000000000000000000000000000
1116
+ 0000000000000000000000000000000000000000000000000000000000000000
1117
+ 0000000000000000000000000000000000000000000000000000000000000000
1118
+ 0000000000000000000000000000000000000000000000000000000000000000
1119
+ 0000000000000000000000000000000000000000000000000000000000000000
1120
+ 00006AFB7F4C9DAF9E1A4E5F503B51B6591C60F963F66930723A8036F97491CE
1121
+ 5F31F975F9767D0482E5846F84BB85E58E8DF9774F6FF978F97958E45B436059
1122
+ 63DA6518656D6698F97A694A6A236D0B7001716C75D2760D79B37A70F97B7F8A
1123
+ F97C8944F97D8B9391C0967DF97E990A57045FA165BC6F01760079A68A9E99AD
1124
+ 9B5A9F6C510461B662916A8D81C6504358305F6671098A008AFA5B7C86164FFA
1125
+ 513C56B4594463A96DF95DAA696D51864E884F59F97FF980F9815982F9820000
1126
+ E6
1127
+ 0000000000000000000000000000000000000000000000000000000000000000
1128
+ 0000000000000000000000000000000000000000000000000000000000000000
1129
+ 0000000000000000000000000000000000000000000000000000000000000000
1130
+ 0000000000000000000000000000000000000000000000000000000000000000
1131
+ 0000000000000000000000000000000000000000000000000000000000000000
1132
+ 0000000000000000000000000000000000000000000000000000000000000000
1133
+ 0000000000000000000000000000000000000000000000000000000000000000
1134
+ 0000000000000000000000000000000000000000000000000000000000000000
1135
+ 0000000000000000000000000000000000000000000000000000000000000000
1136
+ 0000000000000000000000000000000000000000000000000000000000000000
1137
+ 0000F9836B5F6C5DF98474B57916F9858207824583398F3F8F5DF9869918F987
1138
+ F988F9894EA6F98A57DF5F796613F98BF98C75AB7E798B6FF98D90069A5B56A5
1139
+ 582759F85A1F5BB4F98E5EF6F98FF9906350633BF991693D6C876CBF6D8E6D93
1140
+ 6DF56F14F99270DF71367159F99371C371D5F994784F786FF9957B757DE3F996
1141
+ 7E2FF997884D8EDFF998F999F99A925BF99B9CF6F99CF99DF99E60856D85F99F
1142
+ 71B1F9A0F9A195B153ADF9A2F9A3F9A467D3F9A5708E71307430827682D20000
1143
+ E7
1144
+ 0000000000000000000000000000000000000000000000000000000000000000
1145
+ 0000000000000000000000000000000000000000000000000000000000000000
1146
+ 0000000000000000000000000000000000000000000000000000000000000000
1147
+ 0000000000000000000000000000000000000000000000000000000000000000
1148
+ 0000000000000000000000000000000000000000000000000000000000000000
1149
+ 0000000000000000000000000000000000000000000000000000000000000000
1150
+ 0000000000000000000000000000000000000000000000000000000000000000
1151
+ 0000000000000000000000000000000000000000000000000000000000000000
1152
+ 0000000000000000000000000000000000000000000000000000000000000000
1153
+ 0000000000000000000000000000000000000000000000000000000000000000
1154
+ 0000F9A695BB9AE59E7D66C4F9A771C18449F9A8F9A9584BF9AAF9AB5DB85F71
1155
+ F9AC6620668E697969AE6C386CF36E366F416FDA701B702F715071DF7370F9AD
1156
+ 745BF9AE74D476C87A4E7E93F9AFF9B082F18A608FCEF9B19348F9B29719F9B3
1157
+ F9B44E42502AF9B5520853E166F36C6D6FCA730A777F7A6282AE85DD8602F9B6
1158
+ 88D48A638B7D8C6BF9B792B3F9B8971398104E944F0D4FC950B25348543E5433
1159
+ 55DA586258BA59675A1B5BE4609FF9B961CA655665FF666468A76C5A6FB30000
1160
+ E8
1161
+ 0000000000000000000000000000000000000000000000000000000000000000
1162
+ 0000000000000000000000000000000000000000000000000000000000000000
1163
+ 0000000000000000000000000000000000000000000000000000000000000000
1164
+ 0000000000000000000000000000000000000000000000000000000000000000
1165
+ 0000000000000000000000000000000000000000000000000000000000000000
1166
+ 0000000000000000000000000000000000000000000000000000000000000000
1167
+ 0000000000000000000000000000000000000000000000000000000000000000
1168
+ 0000000000000000000000000000000000000000000000000000000000000000
1169
+ 0000000000000000000000000000000000000000000000000000000000000000
1170
+ 0000000000000000000000000000000000000000000000000000000000000000
1171
+ 000070CF71AC73527B7D87088AA49C329F075C4B6C8373447389923A6EAB7465
1172
+ 761F7A697E15860A514058C564C174EE751576707FC1909596CD99546E2674E6
1173
+ 7AA97AAA81E586D987788A1B5A495B8C5B9B68A169006D6373A97413742C7897
1174
+ 7DE97FEB81188155839E8C4C962E981166F05F8065FA67896C6A738B502D5A03
1175
+ 6B6A77EE59165D6C5DCD7325754FF9BAF9BB50E551F9582F592D599659DA5BE5
1176
+ F9BCF9BD5DA262D76416649364FEF9BE66DCF9BF6A48F9C071FF7464F9C10000
1177
+ E9
1178
+ 0000000000000000000000000000000000000000000000000000000000000000
1179
+ 0000000000000000000000000000000000000000000000000000000000000000
1180
+ 0000000000000000000000000000000000000000000000000000000000000000
1181
+ 0000000000000000000000000000000000000000000000000000000000000000
1182
+ 0000000000000000000000000000000000000000000000000000000000000000
1183
+ 0000000000000000000000000000000000000000000000000000000000000000
1184
+ 0000000000000000000000000000000000000000000000000000000000000000
1185
+ 0000000000000000000000000000000000000000000000000000000000000000
1186
+ 0000000000000000000000000000000000000000000000000000000000000000
1187
+ 0000000000000000000000000000000000000000000000000000000000000000
1188
+ 00007A887AAF7E477E5E80008170F9C287EF89818B209059F9C390809952617E
1189
+ 6B326D747E1F89258FB14FD150AD519752C757C758895BB95EB8614269956D8C
1190
+ 6E676EB6719474627528752C8073833884C98E0A939493DEF9C44E8E4F515076
1191
+ 512A53C853CB53F35B875BD35C24611A618265F4725B7397744076C279507991
1192
+ 79B97D067FBD828B85D5865E8FC2904790F591EA968596E896E952D65F6765ED
1193
+ 6631682F715C7A3690C1980A4E91F9C56A526B9E6F907189801882B885530000
1194
+ EA
1195
+ 0000000000000000000000000000000000000000000000000000000000000000
1196
+ 0000000000000000000000000000000000000000000000000000000000000000
1197
+ 0000000000000000000000000000000000000000000000000000000000000000
1198
+ 0000000000000000000000000000000000000000000000000000000000000000
1199
+ 0000000000000000000000000000000000000000000000000000000000000000
1200
+ 0000000000000000000000000000000000000000000000000000000000000000
1201
+ 0000000000000000000000000000000000000000000000000000000000000000
1202
+ 0000000000000000000000000000000000000000000000000000000000000000
1203
+ 0000000000000000000000000000000000000000000000000000000000000000
1204
+ 0000000000000000000000000000000000000000000000000000000000000000
1205
+ 0000904B969596F297FB851A9B314E90718A96C45143539F54E15713571257A3
1206
+ 5A9B5AC45BC36028613F63F46C856D396E726E907230733F745782D188818F45
1207
+ 9060F9C6966298589D1B67088D8A925E4F4D504950DE5371570D59D45A015C09
1208
+ 617066906E2D7232744B7DEF80C3840E8466853F875F885B89188B02905597CB
1209
+ 9B4F4E734F915112516AF9C7552F55A95B7A5BA55E7C5E7D5EBE60A060DF6108
1210
+ 610963C465386709F9C867D467DAF9C9696169626CB96D27F9CA6E38F9CB0000
1211
+ EB
1212
+ 0000000000000000000000000000000000000000000000000000000000000000
1213
+ 0000000000000000000000000000000000000000000000000000000000000000
1214
+ 0000000000000000000000000000000000000000000000000000000000000000
1215
+ 0000000000000000000000000000000000000000000000000000000000000000
1216
+ 0000000000000000000000000000000000000000000000000000000000000000
1217
+ 0000000000000000000000000000000000000000000000000000000000000000
1218
+ 0000000000000000000000000000000000000000000000000000000000000000
1219
+ 0000000000000000000000000000000000000000000000000000000000000000
1220
+ 0000000000000000000000000000000000000000000000000000000000000000
1221
+ 0000000000000000000000000000000000000000000000000000000000000000
1222
+ 00006FE173367337F9CC745C7531F9CD7652F9CEF9CF7DAD81FE843888D58A98
1223
+ 8ADB8AED8E308E42904A903E907A914991C9936EF9D0F9D15809F9D26BD38089
1224
+ 80B2F9D3F9D45141596B5C39F9D5F9D66F6473A780E48D07F9D79217958FF9D8
1225
+ F9D9F9DAF9DB807F620E701C7D68878DF9DC57A0606961476BB78ABE928096B1
1226
+ 4E59541F6DEB852D967097F398EE63D66CE3909151DD61C981BA9DF94F9D501A
1227
+ 51005B9C610F61FF64EC69056BC5759177E37FA98264858F87FB88638ABC0000
1228
+ EC
1229
+ 0000000000000000000000000000000000000000000000000000000000000000
1230
+ 0000000000000000000000000000000000000000000000000000000000000000
1231
+ 0000000000000000000000000000000000000000000000000000000000000000
1232
+ 0000000000000000000000000000000000000000000000000000000000000000
1233
+ 0000000000000000000000000000000000000000000000000000000000000000
1234
+ 0000000000000000000000000000000000000000000000000000000000000000
1235
+ 0000000000000000000000000000000000000000000000000000000000000000
1236
+ 0000000000000000000000000000000000000000000000000000000000000000
1237
+ 0000000000000000000000000000000000000000000000000000000000000000
1238
+ 0000000000000000000000000000000000000000000000000000000000000000
1239
+ 00008B7091AB4E8C4EE54F0AF9DDF9DE593759E8F9DF5DF25F1B5F5B6021F9E0
1240
+ F9E1F9E2F9E3723E73E5F9E4757075CDF9E579FBF9E6800C8033808482E18351
1241
+ F9E7F9E88CBD8CB39087F9E9F9EA98F4990CF9EBF9EC703776CA7FCA7FCC7FFC
1242
+ 8B1A4EBA4EC152035370F9ED54BD56E059FB5BC55F155FCD6E6EF9EEF9EF7D6A
1243
+ 8335F9F086938A8DF9F1976D9777F9F2F9F34E004F5A4F7E58F965E56EA29038
1244
+ 93B099B94EFB58EC598A59D96041F9F4F9F57A14F9F6834F8CC3516553440000
1245
+ ED
1246
+ 0000000000000000000000000000000000000000000000000000000000000000
1247
+ 0000000000000000000000000000000000000000000000000000000000000000
1248
+ 0000000000000000000000000000000000000000000000000000000000000000
1249
+ 0000000000000000000000000000000000000000000000000000000000000000
1250
+ 0000000000000000000000000000000000000000000000000000000000000000
1251
+ 0000000000000000000000000000000000000000000000000000000000000000
1252
+ 0000000000000000000000000000000000000000000000000000000000000000
1253
+ 0000000000000000000000000000000000000000000000000000000000000000
1254
+ 0000000000000000000000000000000000000000000000000000000000000000
1255
+ 0000000000000000000000000000000000000000000000000000000000000000
1256
+ 0000F9F7F9F8F9F94ECD52695B5582BF4ED4523A54A859C959FF5B505B575B5C
1257
+ 606361486ECB7099716E738674F775B578C17D2B800581EA8328851785C98AEE
1258
+ 8CC796CC4F5C52FA56BC65AB6628707C70B872357DBD828D914C96C09D725B71
1259
+ 68E76B986F7A76DE5C9166AB6F5B7BB47C2A883696DC4E084ED75320583458BB
1260
+ 58EF596C5C075E335E845F35638C66B267566A1F6AA36B0C6F3F7246F9FA7350
1261
+ 748B7AE07CA7817881DF81E7838A846C8523859485CF88DD8D1391AC95770000
1262
+ EE
1263
+ 0000000000000000000000000000000000000000000000000000000000000000
1264
+ 0000000000000000000000000000000000000000000000000000000000000000
1265
+ 0000000000000000000000000000000000000000000000000000000000000000
1266
+ 0000000000000000000000000000000000000000000000000000000000000000
1267
+ 0000000000000000000000000000000000000000000000000000000000000000
1268
+ 0000000000000000000000000000000000000000000000000000000000000000
1269
+ 0000000000000000000000000000000000000000000000000000000000000000
1270
+ 0000000000000000000000000000000000000000000000000000000000000000
1271
+ 0000000000000000000000000000000000000000000000000000000000000000
1272
+ 0000000000000000000000000000000000000000000000000000000000000000
1273
+ 0000969C518D54C957285BB0624D6750683D68936E3D6ED3707D7E2188C18CA1
1274
+ 8F099F4B9F4E722D7B8F8ACD931A4F474F4E5132548059D05E9562B56775696E
1275
+ 6A176CAE6E1A72D9732A75BD7BB87D3582E783F9845785F78A5B8CAF8E879019
1276
+ 90B896CE9F5F52E3540A5AE15BC2645865756EF472C4F9FB76847A4D7B1B7C4D
1277
+ 7E3E7FDF837B8B2B8CCA8D648DE18E5F8FEA8FF9906993D14F434F7A50B35168
1278
+ 5178524D526A5861587C59605C085C555EDB609B623068136BBF6C086FB10000
1279
+ EF
1280
+ 0000000000000000000000000000000000000000000000000000000000000000
1281
+ 0000000000000000000000000000000000000000000000000000000000000000
1282
+ 0000000000000000000000000000000000000000000000000000000000000000
1283
+ 0000000000000000000000000000000000000000000000000000000000000000
1284
+ 0000000000000000000000000000000000000000000000000000000000000000
1285
+ 0000000000000000000000000000000000000000000000000000000000000000
1286
+ 0000000000000000000000000000000000000000000000000000000000000000
1287
+ 0000000000000000000000000000000000000000000000000000000000000000
1288
+ 0000000000000000000000000000000000000000000000000000000000000000
1289
+ 0000000000000000000000000000000000000000000000000000000000000000
1290
+ 0000714E742075307538755176727B4C7B8B7BAD7BC67E8F8A6E8F3E8F49923F
1291
+ 92939322942B96FB985A986B991E5207622A62986D5976647ACA7BC07D765360
1292
+ 5CBE5E976F3870B97C9897119B8E9EDE63A5647A87764E014E954EAD505C5075
1293
+ 544859C35B9A5E405EAD5EF75F8160C5633A653F657465CC6676667867FE6968
1294
+ 6A896B636C406DC06DE86E1F6E5E701E70A1738E73FD753A775B7887798E7A0B
1295
+ 7A7D7CBE7D8E82478A028AEA8C9E912D914A91D8926692CC9320970697560000
1296
+ F0
1297
+ 0000000000000000000000000000000000000000000000000000000000000000
1298
+ 0000000000000000000000000000000000000000000000000000000000000000
1299
+ 0000000000000000000000000000000000000000000000000000000000000000
1300
+ 0000000000000000000000000000000000000000000000000000000000000000
1301
+ 0000000000000000000000000000000000000000000000000000000000000000
1302
+ 0000000000000000000000000000000000000000000000000000000000000000
1303
+ 0000000000000000000000000000000000000000000000000000000000000000
1304
+ 0000000000000000000000000000000000000000000000000000000000000000
1305
+ 0000000000000000000000000000000000000000000000000000000000000000
1306
+ 0000000000000000000000000000000000000000000000000000000000000000
1307
+ 0000975C98029F0E52365291557C58245E1D5F1F608C63D068AF6FDF796D7B2C
1308
+ 81CD85BA88FD8AF88E44918D9664969B973D984C9F4A4FCE514651CB52A95632
1309
+ 5F145F6B63AA64CD65E9664166FA66F9671D689D68D769FD6F156F6E716771E5
1310
+ 722A74AA773A7956795A79DF7A207A957C977CDF7D447E70808785FB86A48A54
1311
+ 8ABF8D998E819020906D91E3963B96D59CE565CF7C078DB393C35B585C0A5352
1312
+ 62D9731D50275B975F9E60B0616B68D56DD9742E7A2E7D427D9C7E31816B0000
1313
+ F1
1314
+ 0000000000000000000000000000000000000000000000000000000000000000
1315
+ 0000000000000000000000000000000000000000000000000000000000000000
1316
+ 0000000000000000000000000000000000000000000000000000000000000000
1317
+ 0000000000000000000000000000000000000000000000000000000000000000
1318
+ 0000000000000000000000000000000000000000000000000000000000000000
1319
+ 0000000000000000000000000000000000000000000000000000000000000000
1320
+ 0000000000000000000000000000000000000000000000000000000000000000
1321
+ 0000000000000000000000000000000000000000000000000000000000000000
1322
+ 0000000000000000000000000000000000000000000000000000000000000000
1323
+ 0000000000000000000000000000000000000000000000000000000000000000
1324
+ 00008E2A8E35937E94184F5057505DE65EA7632B7F6A4E3B4F4F4F8F505A59DD
1325
+ 80C4546A546855FE594F5B995DDE5EDA665D673167F1682A6CE86D326E4A6F8D
1326
+ 70B773E075877C4C7D027D2C7DA2821F86DB8A3B8A858D708E8A8F339031914E
1327
+ 9152944499D07AF97CA54FCA510151C657C85BEF5CFB66596A3D6D5A6E966FEC
1328
+ 710C756F7AE388229021907596CB99FF83014E2D4EF2884691CD537D6ADB696B
1329
+ 6C41847A589E618E66FE62EF70DD751175C77E5284B88B498D084E4B53EA0000
1330
+ F2
1331
+ 0000000000000000000000000000000000000000000000000000000000000000
1332
+ 0000000000000000000000000000000000000000000000000000000000000000
1333
+ 0000000000000000000000000000000000000000000000000000000000000000
1334
+ 0000000000000000000000000000000000000000000000000000000000000000
1335
+ 0000000000000000000000000000000000000000000000000000000000000000
1336
+ 0000000000000000000000000000000000000000000000000000000000000000
1337
+ 0000000000000000000000000000000000000000000000000000000000000000
1338
+ 0000000000000000000000000000000000000000000000000000000000000000
1339
+ 0000000000000000000000000000000000000000000000000000000000000000
1340
+ 0000000000000000000000000000000000000000000000000000000000000000
1341
+ 000054AB573057405FD763016307646F652F65E8667A679D67B36B626C606C9A
1342
+ 6F2C77E57825794979577D1980A2810281F3829D82B787188A8CF9FC8D048DBE
1343
+ 907276F47A197A377E548077550755D45875632F64226649664B686D699B6B84
1344
+ 6D256EB173CD746874A1755B75B976E1771E778B79E67E097E1D81FB852F8897
1345
+ 8A3A8CD18EEB8FB0903293AD9663967397074F8453F159EA5AC95E19684E74C6
1346
+ 75BE79E97A9281A386ED8CEA8DCC8FED659F6715F9FD57F76F577DDD8F2F0000
1347
+ F3
1348
+ 0000000000000000000000000000000000000000000000000000000000000000
1349
+ 0000000000000000000000000000000000000000000000000000000000000000
1350
+ 0000000000000000000000000000000000000000000000000000000000000000
1351
+ 0000000000000000000000000000000000000000000000000000000000000000
1352
+ 0000000000000000000000000000000000000000000000000000000000000000
1353
+ 0000000000000000000000000000000000000000000000000000000000000000
1354
+ 0000000000000000000000000000000000000000000000000000000000000000
1355
+ 0000000000000000000000000000000000000000000000000000000000000000
1356
+ 0000000000000000000000000000000000000000000000000000000000000000
1357
+ 0000000000000000000000000000000000000000000000000000000000000000
1358
+ 000093F696C65FB561F26F844E144F98501F53C955DF5D6F5DEE6B216B6478CB
1359
+ 7B9AF9FE8E498ECA906E6349643E77407A84932F947F9F6A64B06FAF71E674A8
1360
+ 74DA7AC47C127E827CB27E988B9A8D0A947D9910994C52395BDF64E6672D7D2E
1361
+ 50ED53C358796158615961FA65AC7AD98B928B9650095021527555315A3C5EE0
1362
+ 5F706134655E660C663666A269CD6EC46F32731676217A938139825983D684BC
1363
+ 50B557F05BC05BE85F6963A178267DB583DC852191C791F5518A67F57B560000
1364
+ F4
1365
+ 0000000000000000000000000000000000000000000000000000000000000000
1366
+ 0000000000000000000000000000000000000000000000000000000000000000
1367
+ 0000000000000000000000000000000000000000000000000000000000000000
1368
+ 0000000000000000000000000000000000000000000000000000000000000000
1369
+ 0000000000000000000000000000000000000000000000000000000000000000
1370
+ 0000000000000000000000000000000000000000000000000000000000000000
1371
+ 0000000000000000000000000000000000000000000000000000000000000000
1372
+ 0000000000000000000000000000000000000000000000000000000000000000
1373
+ 0000000000000000000000000000000000000000000000000000000000000000
1374
+ 0000000000000000000000000000000000000000000000000000000000000000
1375
+ 00008CAC51C459BB60BD8655501CF9FF52545C3A617D621A62D364F265A56ECC
1376
+ 7620810A8E60965F96BB4EDF5343559859295DDD64C56CC96DFA73947A7F821B
1377
+ 85A68CE48E10907791E795E1962197C651F854F255865FB964A46F887DB48F1F
1378
+ 8F4D943550C95C166CBE6DFB751B77BB7C3D7C648A798AC2581E59BE5E166377
1379
+ 7252758A776B8ADC8CBC8F125EF366746DF8807D83C18ACB97519BD6FA005243
1380
+ 66FF6D956EEF7DE08AE6902E905E9AD4521D527F54E86194628462DB68A20000
1381
+ F5
1382
+ 0000000000000000000000000000000000000000000000000000000000000000
1383
+ 0000000000000000000000000000000000000000000000000000000000000000
1384
+ 0000000000000000000000000000000000000000000000000000000000000000
1385
+ 0000000000000000000000000000000000000000000000000000000000000000
1386
+ 0000000000000000000000000000000000000000000000000000000000000000
1387
+ 0000000000000000000000000000000000000000000000000000000000000000
1388
+ 0000000000000000000000000000000000000000000000000000000000000000
1389
+ 0000000000000000000000000000000000000000000000000000000000000000
1390
+ 0000000000000000000000000000000000000000000000000000000000000000
1391
+ 0000000000000000000000000000000000000000000000000000000000000000
1392
+ 00006912695A6A3570927126785D7901790E79D27A0D8096827882D583498549
1393
+ 8C828D859162918B91AE4FC356D171ED77D7870089F85BF85FD6675190A853E2
1394
+ 585A5BF560A4618164607E3D80708525928364AE50AC5D146700589C62BD63A8
1395
+ 690E69786A1E6E6B76BA79CB82BB84298ACF8DA88FFD9112914B919C93109318
1396
+ 939A96DB9A369C0D4E11755C795D7AFA7B517BC97E2E84C48E598E748EF89010
1397
+ 6625693F744351FA672E9EDC51455FE06C9687F2885D887760B481B584030000
1398
+ F6
1399
+ 0000000000000000000000000000000000000000000000000000000000000000
1400
+ 0000000000000000000000000000000000000000000000000000000000000000
1401
+ 0000000000000000000000000000000000000000000000000000000000000000
1402
+ 0000000000000000000000000000000000000000000000000000000000000000
1403
+ 0000000000000000000000000000000000000000000000000000000000000000
1404
+ 0000000000000000000000000000000000000000000000000000000000000000
1405
+ 0000000000000000000000000000000000000000000000000000000000000000
1406
+ 0000000000000000000000000000000000000000000000000000000000000000
1407
+ 0000000000000000000000000000000000000000000000000000000000000000
1408
+ 0000000000000000000000000000000000000000000000000000000000000000
1409
+ 00008D0553D6543956345A365C31708A7FE0805A810681ED8DA391899A5F9DF2
1410
+ 50744EC453A060FB6E2C5C644F88502455E45CD95E5F606568946CBB6DC471BE
1411
+ 75D475F476617A1A7A497DC77DFB7F6E81F486A98F1C96C999B39F52524752C5
1412
+ 98ED89AA4E0367D26F064FB55BE267956C886D78741B782791DD937C87C479E4
1413
+ 7A315FEB4ED654A4553E58AE59A560F0625362D6673669558235964099B199DD
1414
+ 502C53535544577CFA016258FA0264E2666B67DD6FC16FEF742274388A170000
1415
+ F7
1416
+ 0000000000000000000000000000000000000000000000000000000000000000
1417
+ 0000000000000000000000000000000000000000000000000000000000000000
1418
+ 0000000000000000000000000000000000000000000000000000000000000000
1419
+ 0000000000000000000000000000000000000000000000000000000000000000
1420
+ 0000000000000000000000000000000000000000000000000000000000000000
1421
+ 0000000000000000000000000000000000000000000000000000000000000000
1422
+ 0000000000000000000000000000000000000000000000000000000000000000
1423
+ 0000000000000000000000000000000000000000000000000000000000000000
1424
+ 0000000000000000000000000000000000000000000000000000000000000000
1425
+ 0000000000000000000000000000000000000000000000000000000000000000
1426
+ 000094385451560657665F48619A6B4E705870AD7DBB8A95596A812B63A27708
1427
+ 803D8CAA5854642D69BB5B955E116E6FFA038569514C53F0592A6020614B6B86
1428
+ 6C706CF07B1E80CE82D48DC690B098B1FA0464C76FA464916504514E5410571F
1429
+ 8A0E615F6876FA0575DB7B527D71901A580669CC817F892A9000983950785957
1430
+ 59AC6295900F9B2A615D727995D657615A465DF4628A64AD64FA67776CE26D3E
1431
+ 722C743678347F7782AD8DDB981752245742677F724874E38CA98FA692110000
1432
+ F8
1433
+ 0000000000000000000000000000000000000000000000000000000000000000
1434
+ 0000000000000000000000000000000000000000000000000000000000000000
1435
+ 0000000000000000000000000000000000000000000000000000000000000000
1436
+ 0000000000000000000000000000000000000000000000000000000000000000
1437
+ 0000000000000000000000000000000000000000000000000000000000000000
1438
+ 0000000000000000000000000000000000000000000000000000000000000000
1439
+ 0000000000000000000000000000000000000000000000000000000000000000
1440
+ 0000000000000000000000000000000000000000000000000000000000000000
1441
+ 0000000000000000000000000000000000000000000000000000000000000000
1442
+ 0000000000000000000000000000000000000000000000000000000000000000
1443
+ 0000962A516B53ED634C4F695504609665576C9B6D7F724C72FD7A1789878C9D
1444
+ 5F6D6F8E70F981A8610E4FBF504F624172477BC77DE87FE9904D97AD9A198CB6
1445
+ 576A5E7367B0840D8A5554205B165E635EE25F0A658380BA853D9589965B4F48
1446
+ 5305530D530F548654FA57035E036016629B62B16355FA066CE16D6675B17832
1447
+ 80DE812F82DE846184B2888D8912900B92EA98FD9B915E4566B466DD70117206
1448
+ FA074FF5527D5F6A615367536A196F0274E2796888688C7998C798C49A430000
1449
+ F9
1450
+ 0000000000000000000000000000000000000000000000000000000000000000
1451
+ 0000000000000000000000000000000000000000000000000000000000000000
1452
+ 0000000000000000000000000000000000000000000000000000000000000000
1453
+ 0000000000000000000000000000000000000000000000000000000000000000
1454
+ 0000000000000000000000000000000000000000000000000000000000000000
1455
+ 0000000000000000000000000000000000000000000000000000000000000000
1456
+ 0000000000000000000000000000000000000000000000000000000000000000
1457
+ 0000000000000000000000000000000000000000000000000000000000000000
1458
+ 0000000000000000000000000000000000000000000000000000000000000000
1459
+ 0000000000000000000000000000000000000000000000000000000000000000
1460
+ 000054C17A1F69538AF78C4A98A899AE5F7C62AB75B276AE88AB907F96425339
1461
+ 5F3C5FC56CCC73CC7562758B7B4682FE999D4E4F903C4E0B4F5553A6590F5EC8
1462
+ 66306CB37455837787668CC09050971E9C1558D15B7886508B149DB45BD26068
1463
+ 608D65F16C576F226FA3701A7F557FF095919592965097D352728F4451FD542B
1464
+ 54B85563558A6ABB6DB57DD88266929C96779E79540854C876D286E495A495D4
1465
+ 965C4EA24F0959EE5AE65DF760526297676D68416C866E2F7F38809B822A0000
1466
+ FA
1467
+ 0000000000000000000000000000000000000000000000000000000000000000
1468
+ 0000000000000000000000000000000000000000000000000000000000000000
1469
+ 0000000000000000000000000000000000000000000000000000000000000000
1470
+ 0000000000000000000000000000000000000000000000000000000000000000
1471
+ 0000000000000000000000000000000000000000000000000000000000000000
1472
+ 0000000000000000000000000000000000000000000000000000000000000000
1473
+ 0000000000000000000000000000000000000000000000000000000000000000
1474
+ 0000000000000000000000000000000000000000000000000000000000000000
1475
+ 0000000000000000000000000000000000000000000000000000000000000000
1476
+ 0000000000000000000000000000000000000000000000000000000000000000
1477
+ 0000FA08FA0998054EA5505554B35793595A5B695BB361C869776D77702387F9
1478
+ 89E38A728AE7908299ED9AB852BE683850165E78674F8347884C4EAB541156AE
1479
+ 73E6911597FF9909995799995653589F865B8A3161B26AF6737B8ED26B4796AA
1480
+ 9A57595572008D6B97694FD45CF45F2661F8665B6CEB70AB738473B973FE7729
1481
+ 774D7D437D627E2382378852FA0A8CE29249986F5B517A74884098015ACC4FE0
1482
+ 5354593E5CFD633E6D7972F98105810783A292CF98304EA851445211578B0000
1483
+ FB
1484
+ 0000000000000000000000000000000000000000000000000000000000000000
1485
+ 0000000000000000000000000000000000000000000000000000000000000000
1486
+ 0000000000000000000000000000000000000000000000000000000000000000
1487
+ 0000000000000000000000000000000000000000000000000000000000000000
1488
+ 0000000000000000000000000000000000000000000000000000000000000000
1489
+ 0000000000000000000000000000000000000000000000000000000000000000
1490
+ 0000000000000000000000000000000000000000000000000000000000000000
1491
+ 0000000000000000000000000000000000000000000000000000000000000000
1492
+ 0000000000000000000000000000000000000000000000000000000000000000
1493
+ 0000000000000000000000000000000000000000000000000000000000000000
1494
+ 00005F626CC26ECE7005705070AF719273E97469834A87A28861900890A293A3
1495
+ 99A8516E5F5760E0616766B385598E4A91AF978B4E4E4E92547C58D558FA597D
1496
+ 5CB55F2762366248660A66676BEB6D696DCF6E566EF86F946FE06FE9705D72D0
1497
+ 7425745A74E07693795C7CCA7E1E80E182A6846B84BF864E865F87748B778C6A
1498
+ 93AC9800986560D1621691775A5A660F6DF76E3E743F9B425FFD60DA7B0F54C4
1499
+ 5F186C5E6CD36D2A70D87D0586798A0C9D3B5316548C5B056A3A706B75750000
1500
+ FC
1501
+ 0000000000000000000000000000000000000000000000000000000000000000
1502
+ 0000000000000000000000000000000000000000000000000000000000000000
1503
+ 0000000000000000000000000000000000000000000000000000000000000000
1504
+ 0000000000000000000000000000000000000000000000000000000000000000
1505
+ 0000000000000000000000000000000000000000000000000000000000000000
1506
+ 0000000000000000000000000000000000000000000000000000000000000000
1507
+ 0000000000000000000000000000000000000000000000000000000000000000
1508
+ 0000000000000000000000000000000000000000000000000000000000000000
1509
+ 0000000000000000000000000000000000000000000000000000000000000000
1510
+ 0000000000000000000000000000000000000000000000000000000000000000
1511
+ 0000798D79BE82B183EF8A718B418CA89774FA0B64F4652B78BA78BB7A6B4E38
1512
+ 559A59505BA65E7B60A363DB6B61666568536E19716574B07D0890849A699C25
1513
+ 6D3B6ED1733E8C4195CA51F05E4C5FA8604D60F66130614C6643664469A56CC1
1514
+ 6E5F6EC96F62714C749C76877BC17C27835287579051968D9EC3532F56DE5EFB
1515
+ 5F8A6062609461F7666667036A9C6DEE6FAE7070736A7E6A81BE833486D48AA8
1516
+ 8CC4528373725B966A6B940454EE56865B5D6548658566C9689F6D8D6DC60000
1517
+ FD
1518
+ 0000000000000000000000000000000000000000000000000000000000000000
1519
+ 0000000000000000000000000000000000000000000000000000000000000000
1520
+ 0000000000000000000000000000000000000000000000000000000000000000
1521
+ 0000000000000000000000000000000000000000000000000000000000000000
1522
+ 0000000000000000000000000000000000000000000000000000000000000000
1523
+ 0000000000000000000000000000000000000000000000000000000000000000
1524
+ 0000000000000000000000000000000000000000000000000000000000000000
1525
+ 0000000000000000000000000000000000000000000000000000000000000000
1526
+ 0000000000000000000000000000000000000000000000000000000000000000
1527
+ 0000000000000000000000000000000000000000000000000000000000000000
1528
+ 0000723B80B491759A4D4FAF5019539A540E543C558955C55E3F5F8C673D7166
1529
+ 73DD900552DB52F3586458CE7104718F71FB85B08A13668885A855A76684714A
1530
+ 8431534955996BC15F595FBD63EE668971478AF18F1D9EBE4F11643A70CB7566
1531
+ 866760648B4E9DF8514751F653086D3680F89ED166156B23709875D554035C79
1532
+ 7D078A166B206B3D6B46543860706D3D7FD5820850D651DE559C566B56CD59EC
1533
+ 5B095E0C619961986231665E66E6719971B971BA72A779A77A007FB28A700000
parrot/lib/tcl8.6/encoding/gb2312-raw.enc ADDED
@@ -0,0 +1,1380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: gb2312, double-byte
2
+ D
3
+ 233F 0 81
4
+ 21
5
+ 0000000000000000000000000000000000000000000000000000000000000000
6
+ 0000000000000000000000000000000000000000000000000000000000000000
7
+ 000030003001300230FB02C902C700A8300330052015FF5E2225202620182019
8
+ 201C201D3014301530083009300A300B300C300D300E300F3016301730103011
9
+ 00B100D700F72236222722282211220F222A222922082237221A22A522252220
10
+ 23122299222B222E2261224C2248223D221D2260226E226F22642265221E2235
11
+ 22342642264000B0203220332103FF0400A4FFE0FFE1203000A7211626062605
12
+ 25CB25CF25CE25C725C625A125A025B325B2203B219221902191219330130000
13
+ 0000000000000000000000000000000000000000000000000000000000000000
14
+ 0000000000000000000000000000000000000000000000000000000000000000
15
+ 0000000000000000000000000000000000000000000000000000000000000000
16
+ 0000000000000000000000000000000000000000000000000000000000000000
17
+ 0000000000000000000000000000000000000000000000000000000000000000
18
+ 0000000000000000000000000000000000000000000000000000000000000000
19
+ 0000000000000000000000000000000000000000000000000000000000000000
20
+ 0000000000000000000000000000000000000000000000000000000000000000
21
+ 22
22
+ 0000000000000000000000000000000000000000000000000000000000000000
23
+ 0000000000000000000000000000000000000000000000000000000000000000
24
+ 0000000000000000000000000000000000000000000000000000000000000000
25
+ 000024882489248A248B248C248D248E248F2490249124922493249424952496
26
+ 249724982499249A249B247424752476247724782479247A247B247C247D247E
27
+ 247F248024812482248324842485248624872460246124622463246424652466
28
+ 2467246824690000000032203221322232233224322532263227322832290000
29
+ 00002160216121622163216421652166216721682169216A216B000000000000
30
+ 0000000000000000000000000000000000000000000000000000000000000000
31
+ 0000000000000000000000000000000000000000000000000000000000000000
32
+ 0000000000000000000000000000000000000000000000000000000000000000
33
+ 0000000000000000000000000000000000000000000000000000000000000000
34
+ 0000000000000000000000000000000000000000000000000000000000000000
35
+ 0000000000000000000000000000000000000000000000000000000000000000
36
+ 0000000000000000000000000000000000000000000000000000000000000000
37
+ 0000000000000000000000000000000000000000000000000000000000000000
38
+ 23
39
+ 0000000000000000000000000000000000000000000000000000000000000000
40
+ 0000000000000000000000000000000000000000000000000000000000000000
41
+ 0000FF01FF02FF03FFE5FF05FF06FF07FF08FF09FF0AFF0BFF0CFF0DFF0EFF0F
42
+ FF10FF11FF12FF13FF14FF15FF16FF17FF18FF19FF1AFF1BFF1CFF1DFF1EFF1F
43
+ FF20FF21FF22FF23FF24FF25FF26FF27FF28FF29FF2AFF2BFF2CFF2DFF2EFF2F
44
+ FF30FF31FF32FF33FF34FF35FF36FF37FF38FF39FF3AFF3BFF3CFF3DFF3EFF3F
45
+ FF40FF41FF42FF43FF44FF45FF46FF47FF48FF49FF4AFF4BFF4CFF4DFF4EFF4F
46
+ FF50FF51FF52FF53FF54FF55FF56FF57FF58FF59FF5AFF5BFF5CFF5DFFE30000
47
+ 0000000000000000000000000000000000000000000000000000000000000000
48
+ 0000000000000000000000000000000000000000000000000000000000000000
49
+ 0000000000000000000000000000000000000000000000000000000000000000
50
+ 0000000000000000000000000000000000000000000000000000000000000000
51
+ 0000000000000000000000000000000000000000000000000000000000000000
52
+ 0000000000000000000000000000000000000000000000000000000000000000
53
+ 0000000000000000000000000000000000000000000000000000000000000000
54
+ 0000000000000000000000000000000000000000000000000000000000000000
55
+ 24
56
+ 0000000000000000000000000000000000000000000000000000000000000000
57
+ 0000000000000000000000000000000000000000000000000000000000000000
58
+ 0000304130423043304430453046304730483049304A304B304C304D304E304F
59
+ 3050305130523053305430553056305730583059305A305B305C305D305E305F
60
+ 3060306130623063306430653066306730683069306A306B306C306D306E306F
61
+ 3070307130723073307430753076307730783079307A307B307C307D307E307F
62
+ 3080308130823083308430853086308730883089308A308B308C308D308E308F
63
+ 3090309130923093000000000000000000000000000000000000000000000000
64
+ 0000000000000000000000000000000000000000000000000000000000000000
65
+ 0000000000000000000000000000000000000000000000000000000000000000
66
+ 0000000000000000000000000000000000000000000000000000000000000000
67
+ 0000000000000000000000000000000000000000000000000000000000000000
68
+ 0000000000000000000000000000000000000000000000000000000000000000
69
+ 0000000000000000000000000000000000000000000000000000000000000000
70
+ 0000000000000000000000000000000000000000000000000000000000000000
71
+ 0000000000000000000000000000000000000000000000000000000000000000
72
+ 25
73
+ 0000000000000000000000000000000000000000000000000000000000000000
74
+ 0000000000000000000000000000000000000000000000000000000000000000
75
+ 000030A130A230A330A430A530A630A730A830A930AA30AB30AC30AD30AE30AF
76
+ 30B030B130B230B330B430B530B630B730B830B930BA30BB30BC30BD30BE30BF
77
+ 30C030C130C230C330C430C530C630C730C830C930CA30CB30CC30CD30CE30CF
78
+ 30D030D130D230D330D430D530D630D730D830D930DA30DB30DC30DD30DE30DF
79
+ 30E030E130E230E330E430E530E630E730E830E930EA30EB30EC30ED30EE30EF
80
+ 30F030F130F230F330F430F530F6000000000000000000000000000000000000
81
+ 0000000000000000000000000000000000000000000000000000000000000000
82
+ 0000000000000000000000000000000000000000000000000000000000000000
83
+ 0000000000000000000000000000000000000000000000000000000000000000
84
+ 0000000000000000000000000000000000000000000000000000000000000000
85
+ 0000000000000000000000000000000000000000000000000000000000000000
86
+ 0000000000000000000000000000000000000000000000000000000000000000
87
+ 0000000000000000000000000000000000000000000000000000000000000000
88
+ 0000000000000000000000000000000000000000000000000000000000000000
89
+ 26
90
+ 0000000000000000000000000000000000000000000000000000000000000000
91
+ 0000000000000000000000000000000000000000000000000000000000000000
92
+ 0000039103920393039403950396039703980399039A039B039C039D039E039F
93
+ 03A003A103A303A403A503A603A703A803A90000000000000000000000000000
94
+ 000003B103B203B303B403B503B603B703B803B903BA03BB03BC03BD03BE03BF
95
+ 03C003C103C303C403C503C603C703C803C90000000000000000000000000000
96
+ 0000000000000000000000000000000000000000000000000000000000000000
97
+ 0000000000000000000000000000000000000000000000000000000000000000
98
+ 0000000000000000000000000000000000000000000000000000000000000000
99
+ 0000000000000000000000000000000000000000000000000000000000000000
100
+ 0000000000000000000000000000000000000000000000000000000000000000
101
+ 0000000000000000000000000000000000000000000000000000000000000000
102
+ 0000000000000000000000000000000000000000000000000000000000000000
103
+ 0000000000000000000000000000000000000000000000000000000000000000
104
+ 0000000000000000000000000000000000000000000000000000000000000000
105
+ 0000000000000000000000000000000000000000000000000000000000000000
106
+ 27
107
+ 0000000000000000000000000000000000000000000000000000000000000000
108
+ 0000000000000000000000000000000000000000000000000000000000000000
109
+ 000004100411041204130414041504010416041704180419041A041B041C041D
110
+ 041E041F0420042104220423042404250426042704280429042A042B042C042D
111
+ 042E042F00000000000000000000000000000000000000000000000000000000
112
+ 000004300431043204330434043504510436043704380439043A043B043C043D
113
+ 043E043F0440044104420443044404450446044704480449044A044B044C044D
114
+ 044E044F00000000000000000000000000000000000000000000000000000000
115
+ 0000000000000000000000000000000000000000000000000000000000000000
116
+ 0000000000000000000000000000000000000000000000000000000000000000
117
+ 0000000000000000000000000000000000000000000000000000000000000000
118
+ 0000000000000000000000000000000000000000000000000000000000000000
119
+ 0000000000000000000000000000000000000000000000000000000000000000
120
+ 0000000000000000000000000000000000000000000000000000000000000000
121
+ 0000000000000000000000000000000000000000000000000000000000000000
122
+ 0000000000000000000000000000000000000000000000000000000000000000
123
+ 28
124
+ 0000000000000000000000000000000000000000000000000000000000000000
125
+ 0000000000000000000000000000000000000000000000000000000000000000
126
+ 0000010100E101CE00E0011300E9011B00E8012B00ED01D000EC014D00F301D2
127
+ 00F2016B00FA01D400F901D601D801DA01DC00FC00EA00000000000000000000
128
+ 0000000000000000000031053106310731083109310A310B310C310D310E310F
129
+ 3110311131123113311431153116311731183119311A311B311C311D311E311F
130
+ 3120312131223123312431253126312731283129000000000000000000000000
131
+ 0000000000000000000000000000000000000000000000000000000000000000
132
+ 0000000000000000000000000000000000000000000000000000000000000000
133
+ 0000000000000000000000000000000000000000000000000000000000000000
134
+ 0000000000000000000000000000000000000000000000000000000000000000
135
+ 0000000000000000000000000000000000000000000000000000000000000000
136
+ 0000000000000000000000000000000000000000000000000000000000000000
137
+ 0000000000000000000000000000000000000000000000000000000000000000
138
+ 0000000000000000000000000000000000000000000000000000000000000000
139
+ 0000000000000000000000000000000000000000000000000000000000000000
140
+ 29
141
+ 0000000000000000000000000000000000000000000000000000000000000000
142
+ 0000000000000000000000000000000000000000000000000000000000000000
143
+ 00000000000000002500250125022503250425052506250725082509250A250B
144
+ 250C250D250E250F2510251125122513251425152516251725182519251A251B
145
+ 251C251D251E251F2520252125222523252425252526252725282529252A252B
146
+ 252C252D252E252F2530253125322533253425352536253725382539253A253B
147
+ 253C253D253E253F2540254125422543254425452546254725482549254A254B
148
+ 0000000000000000000000000000000000000000000000000000000000000000
149
+ 0000000000000000000000000000000000000000000000000000000000000000
150
+ 0000000000000000000000000000000000000000000000000000000000000000
151
+ 0000000000000000000000000000000000000000000000000000000000000000
152
+ 0000000000000000000000000000000000000000000000000000000000000000
153
+ 0000000000000000000000000000000000000000000000000000000000000000
154
+ 0000000000000000000000000000000000000000000000000000000000000000
155
+ 0000000000000000000000000000000000000000000000000000000000000000
156
+ 0000000000000000000000000000000000000000000000000000000000000000
157
+ 30
158
+ 0000000000000000000000000000000000000000000000000000000000000000
159
+ 0000000000000000000000000000000000000000000000000000000000000000
160
+ 0000554A963F57C3632854CE550954C07691764C853C77EE827E788D72319698
161
+ 978D6C285B894FFA630966975CB880FA684880AE660276CE51F9655671AC7FF1
162
+ 888450B2596561CA6FB382AD634C625253ED54277B06516B75A45DF462D48DCB
163
+ 9776628A8019575D97387F627238767D67CF767E64464F708D2562DC7A176591
164
+ 73ED642C6273822C9881677F7248626E62CC4F3474E3534A529E7ECA90A65E2E
165
+ 6886699C81807ED168D278C5868C9551508D8C2482DE80DE5305891252650000
166
+ 0000000000000000000000000000000000000000000000000000000000000000
167
+ 0000000000000000000000000000000000000000000000000000000000000000
168
+ 0000000000000000000000000000000000000000000000000000000000000000
169
+ 0000000000000000000000000000000000000000000000000000000000000000
170
+ 0000000000000000000000000000000000000000000000000000000000000000
171
+ 0000000000000000000000000000000000000000000000000000000000000000
172
+ 0000000000000000000000000000000000000000000000000000000000000000
173
+ 0000000000000000000000000000000000000000000000000000000000000000
174
+ 31
175
+ 0000000000000000000000000000000000000000000000000000000000000000
176
+ 0000000000000000000000000000000000000000000000000000000000000000
177
+ 0000858496F94FDD582199715B9D62B162A566B48C799C8D7206676F789160B2
178
+ 535153178F8880CC8D1D94A1500D72C8590760EB711988AB595482EF672C7B28
179
+ 5D297EF7752D6CF58E668FF8903C9F3B6BD491197B145F7C78A784D6853D6BD5
180
+ 6BD96BD65E015E8775F995ED655D5F0A5FC58F9F58C181C2907F965B97AD8FB9
181
+ 7F168D2C62414FBF53D8535E8FA88FA98FAB904D68075F6A819888689CD6618B
182
+ 522B762A5F6C658C6FD26EE85BBE6448517551B067C44E1979C9997C70B30000
183
+ 0000000000000000000000000000000000000000000000000000000000000000
184
+ 0000000000000000000000000000000000000000000000000000000000000000
185
+ 0000000000000000000000000000000000000000000000000000000000000000
186
+ 0000000000000000000000000000000000000000000000000000000000000000
187
+ 0000000000000000000000000000000000000000000000000000000000000000
188
+ 0000000000000000000000000000000000000000000000000000000000000000
189
+ 0000000000000000000000000000000000000000000000000000000000000000
190
+ 0000000000000000000000000000000000000000000000000000000000000000
191
+ 32
192
+ 0000000000000000000000000000000000000000000000000000000000000000
193
+ 0000000000000000000000000000000000000000000000000000000000000000
194
+ 000075C55E7673BB83E064AD62E894B56CE2535A52C3640F94C27B944F2F5E1B
195
+ 82368116818A6E246CCA9A736355535C54FA886557E04E0D5E036B657C3F90E8
196
+ 601664E6731C88C16750624D8D22776C8E2991C75F6983DC8521991053C28695
197
+ 6B8B60ED60E8707F82CD82314ED36CA785CF64CD7CD969FD66F9834953957B56
198
+ 4FA7518C6D4B5C428E6D63D253C9832C833667E578B4643D5BDF5C945DEE8BE7
199
+ 62C667F48C7A640063BA8749998B8C177F2094F24EA7961098A4660C73160000
200
+ 0000000000000000000000000000000000000000000000000000000000000000
201
+ 0000000000000000000000000000000000000000000000000000000000000000
202
+ 0000000000000000000000000000000000000000000000000000000000000000
203
+ 0000000000000000000000000000000000000000000000000000000000000000
204
+ 0000000000000000000000000000000000000000000000000000000000000000
205
+ 0000000000000000000000000000000000000000000000000000000000000000
206
+ 0000000000000000000000000000000000000000000000000000000000000000
207
+ 0000000000000000000000000000000000000000000000000000000000000000
208
+ 33
209
+ 0000000000000000000000000000000000000000000000000000000000000000
210
+ 0000000000000000000000000000000000000000000000000000000000000000
211
+ 0000573A5C1D5E38957F507F80A05382655E7545553150218D856284949E671D
212
+ 56326F6E5DE2543570928F66626F64A463A35F7B6F8890F481E38FB05C186668
213
+ 5FF16C8996488D81886C649179F057CE6A59621054484E587A0B60E96F848BDA
214
+ 627F901E9A8B79E4540375F4630153196C608FDF5F1B9A70803B9F7F4F885C3A
215
+ 8D647FC565A570BD514551B2866B5D075BA062BD916C75748E0C7A2061017B79
216
+ 4EC77EF877854E1181ED521D51FA6A7153A88E87950496CF6EC19664695A0000
217
+ 0000000000000000000000000000000000000000000000000000000000000000
218
+ 0000000000000000000000000000000000000000000000000000000000000000
219
+ 0000000000000000000000000000000000000000000000000000000000000000
220
+ 0000000000000000000000000000000000000000000000000000000000000000
221
+ 0000000000000000000000000000000000000000000000000000000000000000
222
+ 0000000000000000000000000000000000000000000000000000000000000000
223
+ 0000000000000000000000000000000000000000000000000000000000000000
224
+ 0000000000000000000000000000000000000000000000000000000000000000
225
+ 34
226
+ 0000000000000000000000000000000000000000000000000000000000000000
227
+ 0000000000000000000000000000000000000000000000000000000000000000
228
+ 0000784050A877D7641089E6590463E35DDD7A7F693D4F20823955984E3275AE
229
+ 7A975E625E8A95EF521B5439708A6376952457826625693F918755076DF37EAF
230
+ 882262337EF075B5832878C196CC8F9E614874F78BCD6B64523A8D506B21806A
231
+ 847156F153064ECE4E1B51D17C97918B7C074FC38E7F7BE17A9C64675D1450AC
232
+ 810676017CB96DEC7FE067515B585BF878CB64AE641363AA632B9519642D8FBE
233
+ 7B5476296253592754466B7950A362345E266B864EE38D37888B5F85902E0000
234
+ 0000000000000000000000000000000000000000000000000000000000000000
235
+ 0000000000000000000000000000000000000000000000000000000000000000
236
+ 0000000000000000000000000000000000000000000000000000000000000000
237
+ 0000000000000000000000000000000000000000000000000000000000000000
238
+ 0000000000000000000000000000000000000000000000000000000000000000
239
+ 0000000000000000000000000000000000000000000000000000000000000000
240
+ 0000000000000000000000000000000000000000000000000000000000000000
241
+ 0000000000000000000000000000000000000000000000000000000000000000
242
+ 35
243
+ 0000000000000000000000000000000000000000000000000000000000000000
244
+ 0000000000000000000000000000000000000000000000000000000000000000
245
+ 00006020803D62C54E39535590F863B880C665E66C2E4F4660EE6DE18BDE5F39
246
+ 86CB5F536321515A83616863520063638E4850125C9B79775BFC52307A3B60BC
247
+ 905376D75FB75F9776848E6C706F767B7B4977AA51F3909358244F4E6EF48FEA
248
+ 654C7B1B72C46DA47FDF5AE162B55E95573084827B2C5E1D5F1F90127F1498A0
249
+ 63826EC7789870B95178975B57AB75354F4375385E9760E659606DC06BBF7889
250
+ 53FC96D551CB52016389540A94938C038DCC7239789F87768FED8C0D53E00000
251
+ 0000000000000000000000000000000000000000000000000000000000000000
252
+ 0000000000000000000000000000000000000000000000000000000000000000
253
+ 0000000000000000000000000000000000000000000000000000000000000000
254
+ 0000000000000000000000000000000000000000000000000000000000000000
255
+ 0000000000000000000000000000000000000000000000000000000000000000
256
+ 0000000000000000000000000000000000000000000000000000000000000000
257
+ 0000000000000000000000000000000000000000000000000000000000000000
258
+ 0000000000000000000000000000000000000000000000000000000000000000
259
+ 36
260
+ 0000000000000000000000000000000000000000000000000000000000000000
261
+ 0000000000000000000000000000000000000000000000000000000000000000
262
+ 00004E0176EF53EE948998769F0E952D5B9A8BA24E224E1C51AC846361C252A8
263
+ 680B4F97606B51BB6D1E515C6296659796618C46901775D890FD77636BD2728A
264
+ 72EC8BFB583577798D4C675C9540809A5EA66E2159927AEF77ED953B6BB565AD
265
+ 7F0E58065151961F5BF958A954288E726566987F56E4949D76FE9041638754C6
266
+ 591A593A579B8EB267358DFA8235524160F0581586FE5CE89E454FC4989D8BB9
267
+ 5A2560765384627C904F9102997F6069800C513F80335C1499756D314E8C0000
268
+ 0000000000000000000000000000000000000000000000000000000000000000
269
+ 0000000000000000000000000000000000000000000000000000000000000000
270
+ 0000000000000000000000000000000000000000000000000000000000000000
271
+ 0000000000000000000000000000000000000000000000000000000000000000
272
+ 0000000000000000000000000000000000000000000000000000000000000000
273
+ 0000000000000000000000000000000000000000000000000000000000000000
274
+ 0000000000000000000000000000000000000000000000000000000000000000
275
+ 0000000000000000000000000000000000000000000000000000000000000000
276
+ 37
277
+ 0000000000000000000000000000000000000000000000000000000000000000
278
+ 0000000000000000000000000000000000000000000000000000000000000000
279
+ 00008D3053D17F5A7B4F4F104E4F96006CD573D085E95E06756A7FFB6A0A77FE
280
+ 94927E4151E170E653CD8FD483038D2972AF996D6CDB574A82B365B980AA623F
281
+ 963259A84EFF8BBF7EBA653E83F2975E556198DE80A5532A8BFD542080BA5E9F
282
+ 6CB88D3982AC915A54296C1B52067EB7575F711A6C7E7C89594B4EFD5FFF6124
283
+ 7CAA4E305C0167AB87025CF0950B98CE75AF70FD902251AF7F1D8BBD594951E4
284
+ 4F5B5426592B657780A45B75627662C28F905E456C1F7B264F0F4FD8670D0000
285
+ 0000000000000000000000000000000000000000000000000000000000000000
286
+ 0000000000000000000000000000000000000000000000000000000000000000
287
+ 0000000000000000000000000000000000000000000000000000000000000000
288
+ 0000000000000000000000000000000000000000000000000000000000000000
289
+ 0000000000000000000000000000000000000000000000000000000000000000
290
+ 0000000000000000000000000000000000000000000000000000000000000000
291
+ 0000000000000000000000000000000000000000000000000000000000000000
292
+ 0000000000000000000000000000000000000000000000000000000000000000
293
+ 38
294
+ 0000000000000000000000000000000000000000000000000000000000000000
295
+ 0000000000000000000000000000000000000000000000000000000000000000
296
+ 00006D6E6DAA798F88B15F17752B629A8F854FEF91DC65A7812F81515E9C8150
297
+ 8D74526F89868D4B590D50854ED8961C723681798D1F5BCC8BA3964459877F1A
298
+ 54905676560E8BE565396982949976D66E895E727518674667D17AFF809D8D76
299
+ 611F79C665628D635188521A94A27F38809B7EB25C976E2F67607BD9768B9AD8
300
+ 818F7F947CD5641E95507A3F544A54E56B4C640162089E3D80F3759952729769
301
+ 845B683C86E49601969494EC4E2A54047ED968398DDF801566F45E9A7FB90000
302
+ 0000000000000000000000000000000000000000000000000000000000000000
303
+ 0000000000000000000000000000000000000000000000000000000000000000
304
+ 0000000000000000000000000000000000000000000000000000000000000000
305
+ 0000000000000000000000000000000000000000000000000000000000000000
306
+ 0000000000000000000000000000000000000000000000000000000000000000
307
+ 0000000000000000000000000000000000000000000000000000000000000000
308
+ 0000000000000000000000000000000000000000000000000000000000000000
309
+ 0000000000000000000000000000000000000000000000000000000000000000
310
+ 39
311
+ 0000000000000000000000000000000000000000000000000000000000000000
312
+ 0000000000000000000000000000000000000000000000000000000000000000
313
+ 000057C2803F68975DE5653B529F606D9F9A4F9B8EAC516C5BAB5F135DE96C5E
314
+ 62F18D21517194A952FE6C9F82DF72D757A267848D2D591F8F9C83C754957B8D
315
+ 4F306CBD5B6459D19F1353E486CA9AA88C3780A16545987E56FA96C7522E74DC
316
+ 52505BE1630289024E5662D0602A68FA51735B9851A089C27BA199867F5060EF
317
+ 704C8D2F51495E7F901B747089C4572D78455F529F9F95FA8F689B3C8BE17678
318
+ 684267DC8DEA8D35523D8F8A6EDA68CD950590ED56FD679C88F98FC754C80000
319
+ 0000000000000000000000000000000000000000000000000000000000000000
320
+ 0000000000000000000000000000000000000000000000000000000000000000
321
+ 0000000000000000000000000000000000000000000000000000000000000000
322
+ 0000000000000000000000000000000000000000000000000000000000000000
323
+ 0000000000000000000000000000000000000000000000000000000000000000
324
+ 0000000000000000000000000000000000000000000000000000000000000000
325
+ 0000000000000000000000000000000000000000000000000000000000000000
326
+ 0000000000000000000000000000000000000000000000000000000000000000
327
+ 3A
328
+ 0000000000000000000000000000000000000000000000000000000000000000
329
+ 0000000000000000000000000000000000000000000000000000000000000000
330
+ 00009AB85B696D776C264EA55BB39A87916361A890AF97E9542B6DB55BD251FD
331
+ 558A7F557FF064BC634D65F161BE608D710A6C576C49592F676D822A58D5568E
332
+ 8C6A6BEB90DD597D801753F76D695475559D837783CF683879BE548C4F555408
333
+ 76D28C8996026CB36DB88D6B89109E648D3A563F9ED175D55F8872E0606854FC
334
+ 4EA86A2A886160528F7054C470D886799E3F6D2A5B8F5F187EA255894FAF7334
335
+ 543C539A5019540E547C4E4E5FFD745A58F6846B80E1877472D07CCA6E560000
336
+ 0000000000000000000000000000000000000000000000000000000000000000
337
+ 0000000000000000000000000000000000000000000000000000000000000000
338
+ 0000000000000000000000000000000000000000000000000000000000000000
339
+ 0000000000000000000000000000000000000000000000000000000000000000
340
+ 0000000000000000000000000000000000000000000000000000000000000000
341
+ 0000000000000000000000000000000000000000000000000000000000000000
342
+ 0000000000000000000000000000000000000000000000000000000000000000
343
+ 0000000000000000000000000000000000000000000000000000000000000000
344
+ 3B
345
+ 0000000000000000000000000000000000000000000000000000000000000000
346
+ 0000000000000000000000000000000000000000000000000000000000000000
347
+ 00005F27864E552C62A44E926CAA623782B154D7534E733E6ED1753B52125316
348
+ 8BDD69D05F8A60006DEE574F6B2273AF68538FD87F13636260A3552475EA8C62
349
+ 71156DA35BA65E7B8352614C9EC478FA87577C27768751F060F6714C66435E4C
350
+ 604D8C0E707063258F895FBD606286D456DE6BC160946167534960E066668D3F
351
+ 79FD4F1A70E96C478BB38BF27ED88364660F5A5A9B426D516DF78C416D3B4F19
352
+ 706B83B7621660D1970D8D27797851FB573E57FA673A75787A3D79EF7B950000
353
+ 0000000000000000000000000000000000000000000000000000000000000000
354
+ 0000000000000000000000000000000000000000000000000000000000000000
355
+ 0000000000000000000000000000000000000000000000000000000000000000
356
+ 0000000000000000000000000000000000000000000000000000000000000000
357
+ 0000000000000000000000000000000000000000000000000000000000000000
358
+ 0000000000000000000000000000000000000000000000000000000000000000
359
+ 0000000000000000000000000000000000000000000000000000000000000000
360
+ 0000000000000000000000000000000000000000000000000000000000000000
361
+ 3C
362
+ 0000000000000000000000000000000000000000000000000000000000000000
363
+ 0000000000000000000000000000000000000000000000000000000000000000
364
+ 0000808C99658FF96FC08BA59E2159EC7EE97F095409678168D88F917C4D96C6
365
+ 53CA602575BE6C7253735AC97EA7632451E0810A5DF184DF628051805B634F0E
366
+ 796D524260B86D4E5BC45BC28BA18BB065E25FCC964559937EE77EAA560967B7
367
+ 59394F735BB652A0835A988A8D3E753294BE50477A3C4EF767B69A7E5AC16B7C
368
+ 76D1575A5C167B3A95F4714E517C80A9827059787F04832768C067EC78B17877
369
+ 62E363617B804FED526A51CF835069DB92748DF58D3189C1952E7BAD4EF60000
370
+ 0000000000000000000000000000000000000000000000000000000000000000
371
+ 0000000000000000000000000000000000000000000000000000000000000000
372
+ 0000000000000000000000000000000000000000000000000000000000000000
373
+ 0000000000000000000000000000000000000000000000000000000000000000
374
+ 0000000000000000000000000000000000000000000000000000000000000000
375
+ 0000000000000000000000000000000000000000000000000000000000000000
376
+ 0000000000000000000000000000000000000000000000000000000000000000
377
+ 0000000000000000000000000000000000000000000000000000000000000000
378
+ 3D
379
+ 0000000000000000000000000000000000000000000000000000000000000000
380
+ 0000000000000000000000000000000000000000000000000000000000000000
381
+ 0000506582305251996F6E106E856DA75EFA50F559DC5C066D466C5F7586848B
382
+ 686859568BB253209171964D854969127901712680F64EA490CA6D479A845A07
383
+ 56BC640594F077EB4FA5811A72E189D2997A7F347EDE527F655991758F7F8F83
384
+ 53EB7A9663ED63A5768679F888579636622A52AB8282685467706377776B7AED
385
+ 6D017ED389E359D0621285C982A5754C501F4ECB75A58BEB5C4A5DFE7B4B65A4
386
+ 91D14ECA6D25895F7D2795264EC58C288FDB9773664B79818FD170EC6D780000
387
+ 0000000000000000000000000000000000000000000000000000000000000000
388
+ 0000000000000000000000000000000000000000000000000000000000000000
389
+ 0000000000000000000000000000000000000000000000000000000000000000
390
+ 0000000000000000000000000000000000000000000000000000000000000000
391
+ 0000000000000000000000000000000000000000000000000000000000000000
392
+ 0000000000000000000000000000000000000000000000000000000000000000
393
+ 0000000000000000000000000000000000000000000000000000000000000000
394
+ 0000000000000000000000000000000000000000000000000000000000000000
395
+ 3E
396
+ 0000000000000000000000000000000000000000000000000000000000000000
397
+ 0000000000000000000000000000000000000000000000000000000000000000
398
+ 00005C3D52B283465162830E775B66769CB84EAC60CA7CBE7CB37ECF4E958B66
399
+ 666F988897595883656C955C5F8475C997567ADF7ADE51C070AF7A9863EA7A76
400
+ 7EA0739697ED4E4570784E5D915253A9655165E781FC8205548E5C31759A97A0
401
+ 62D872D975BD5C459A7983CA5C40548077E94E3E6CAE805A62D2636E5DE85177
402
+ 8DDD8E1E952F4FF153E560E770AC526763509E435A1F5026773753777EE26485
403
+ 652B628963985014723589C951B38BC07EDD574783CC94A7519B541B5CFB0000
404
+ 0000000000000000000000000000000000000000000000000000000000000000
405
+ 0000000000000000000000000000000000000000000000000000000000000000
406
+ 0000000000000000000000000000000000000000000000000000000000000000
407
+ 0000000000000000000000000000000000000000000000000000000000000000
408
+ 0000000000000000000000000000000000000000000000000000000000000000
409
+ 0000000000000000000000000000000000000000000000000000000000000000
410
+ 0000000000000000000000000000000000000000000000000000000000000000
411
+ 0000000000000000000000000000000000000000000000000000000000000000
412
+ 3F
413
+ 0000000000000000000000000000000000000000000000000000000000000000
414
+ 0000000000000000000000000000000000000000000000000000000000000000
415
+ 00004FCA7AE36D5A90E19A8F55805496536154AF5F0063E9697751EF6168520A
416
+ 582A52D8574E780D770B5EB761777CE0625B62974EA27095800362F770E49760
417
+ 577782DB67EF68F578D5989779D158F354B353EF6E34514B523B5BA28BFE80AF
418
+ 554357A660735751542D7A7A60505B5463A762A053E362635BC767AF54ED7A9F
419
+ 82E691775E9388E4593857AE630E8DE880EF57577B774FA95FEB5BBD6B3E5321
420
+ 7B5072C2684677FF773665F751B54E8F76D45CBF7AA58475594E9B4150800000
421
+ 0000000000000000000000000000000000000000000000000000000000000000
422
+ 0000000000000000000000000000000000000000000000000000000000000000
423
+ 0000000000000000000000000000000000000000000000000000000000000000
424
+ 0000000000000000000000000000000000000000000000000000000000000000
425
+ 0000000000000000000000000000000000000000000000000000000000000000
426
+ 0000000000000000000000000000000000000000000000000000000000000000
427
+ 0000000000000000000000000000000000000000000000000000000000000000
428
+ 0000000000000000000000000000000000000000000000000000000000000000
429
+ 40
430
+ 0000000000000000000000000000000000000000000000000000000000000000
431
+ 0000000000000000000000000000000000000000000000000000000000000000
432
+ 0000998861276E8357646606634656F062EC62695ED39614578362C955878721
433
+ 814A8FA3556683B167658D5684DD5A6A680F62E67BEE961151706F9C8C3063FD
434
+ 89C861D27F0670C26EE57405699472FC5ECA90CE67176D6A635E52B372628001
435
+ 4F6C59E5916A70D96D9D52D24E5096F7956D857E78CA7D2F5121579264C2808B
436
+ 7C7B6CEA68F1695E51B7539868A872819ECE7BF172F879BB6F137406674E91CC
437
+ 9CA4793C83898354540F68174E3D538952B1783E5386522950884F8B4FD00000
438
+ 0000000000000000000000000000000000000000000000000000000000000000
439
+ 0000000000000000000000000000000000000000000000000000000000000000
440
+ 0000000000000000000000000000000000000000000000000000000000000000
441
+ 0000000000000000000000000000000000000000000000000000000000000000
442
+ 0000000000000000000000000000000000000000000000000000000000000000
443
+ 0000000000000000000000000000000000000000000000000000000000000000
444
+ 0000000000000000000000000000000000000000000000000000000000000000
445
+ 0000000000000000000000000000000000000000000000000000000000000000
446
+ 41
447
+ 0000000000000000000000000000000000000000000000000000000000000000
448
+ 0000000000000000000000000000000000000000000000000000000000000000
449
+ 000075E27ACB7C926CA596B6529B748354E94FE9805483B28FDE95705EC9601C
450
+ 6D9F5E18655B813894FE604B70BC7EC37CAE51C968817CB1826F4E248F8691CF
451
+ 667E4EAE8C0564A9804A50DA759771CE5BE58FBD6F664E86648295635ED66599
452
+ 521788C270C852A3730E7433679778F797164E3490BB9CDE6DCB51DB8D41541D
453
+ 62CE73B283F196F69F8494C34F367F9A51CC707596755CAD988653E64EE46E9C
454
+ 740969B4786B998F7559521876246D4167F3516D9F99804B54997B3C7ABF0000
455
+ 0000000000000000000000000000000000000000000000000000000000000000
456
+ 0000000000000000000000000000000000000000000000000000000000000000
457
+ 0000000000000000000000000000000000000000000000000000000000000000
458
+ 0000000000000000000000000000000000000000000000000000000000000000
459
+ 0000000000000000000000000000000000000000000000000000000000000000
460
+ 0000000000000000000000000000000000000000000000000000000000000000
461
+ 0000000000000000000000000000000000000000000000000000000000000000
462
+ 0000000000000000000000000000000000000000000000000000000000000000
463
+ 42
464
+ 0000000000000000000000000000000000000000000000000000000000000000
465
+ 0000000000000000000000000000000000000000000000000000000000000000
466
+ 00009686578462E29647697C5A0464027BD36F0F964B82A6536298855E907089
467
+ 63B35364864F9C819E93788C97328DEF8D429E7F6F5E79845F559646622E9A74
468
+ 541594DD4FA365C55C655C617F1586516C2F5F8B73876EE47EFF5CE6631B5B6A
469
+ 6EE653754E7163A0756562A18F6E4F264ED16CA67EB68BBA841D87BA7F57903B
470
+ 95237BA99AA188F8843D6D1B9A867EDC59889EBB739B780186829A6C9A82561B
471
+ 541757CB4E709EA653568FC881097792999286EE6EE1851366FC61626F2B0000
472
+ 0000000000000000000000000000000000000000000000000000000000000000
473
+ 0000000000000000000000000000000000000000000000000000000000000000
474
+ 0000000000000000000000000000000000000000000000000000000000000000
475
+ 0000000000000000000000000000000000000000000000000000000000000000
476
+ 0000000000000000000000000000000000000000000000000000000000000000
477
+ 0000000000000000000000000000000000000000000000000000000000000000
478
+ 0000000000000000000000000000000000000000000000000000000000000000
479
+ 0000000000000000000000000000000000000000000000000000000000000000
480
+ 43
481
+ 0000000000000000000000000000000000000000000000000000000000000000
482
+ 0000000000000000000000000000000000000000000000000000000000000000
483
+ 00008C298292832B76F26C135FD983BD732B8305951A6BDB77DB94C6536F8302
484
+ 51925E3D8C8C8D384E4873AB679A68859176970971646CA177095A9295416BCF
485
+ 7F8E66275BD059B95A9A95E895F74EEC840C84996AAC76DF9530731B68A65B5F
486
+ 772F919A97617CDC8FF78C1C5F257C7379D889C56CCC871C5BC65E4268C97720
487
+ 7EF55195514D52C95A297F05976282D763CF778485D079D26E3A5E9959998511
488
+ 706D6C1162BF76BF654F60AF95FD660E879F9E2394ED540D547D8C2C64780000
489
+ 0000000000000000000000000000000000000000000000000000000000000000
490
+ 0000000000000000000000000000000000000000000000000000000000000000
491
+ 0000000000000000000000000000000000000000000000000000000000000000
492
+ 0000000000000000000000000000000000000000000000000000000000000000
493
+ 0000000000000000000000000000000000000000000000000000000000000000
494
+ 0000000000000000000000000000000000000000000000000000000000000000
495
+ 0000000000000000000000000000000000000000000000000000000000000000
496
+ 0000000000000000000000000000000000000000000000000000000000000000
497
+ 44
498
+ 0000000000000000000000000000000000000000000000000000000000000000
499
+ 0000000000000000000000000000000000000000000000000000000000000000
500
+ 0000647986116A21819C78E864699B5462B9672B83AB58A89ED86CAB6F205BDE
501
+ 964C8C0B725F67D062C772614EA959C66BCD589366AE5E5552DF6155672876EE
502
+ 776672677A4662FF54EA545094A090A35A1C7EB36C164E435976801059485357
503
+ 753796BE56CA63208111607C95F96DD65462998151855AE980FD59AE9713502A
504
+ 6CE55C3C62DF4F60533F817B90066EBA852B62C85E7478BE64B5637B5FF55A18
505
+ 917F9E1F5C3F634F80425B7D556E954A954D6D8560A867E072DE51DD5B810000
506
+ 0000000000000000000000000000000000000000000000000000000000000000
507
+ 0000000000000000000000000000000000000000000000000000000000000000
508
+ 0000000000000000000000000000000000000000000000000000000000000000
509
+ 0000000000000000000000000000000000000000000000000000000000000000
510
+ 0000000000000000000000000000000000000000000000000000000000000000
511
+ 0000000000000000000000000000000000000000000000000000000000000000
512
+ 0000000000000000000000000000000000000000000000000000000000000000
513
+ 0000000000000000000000000000000000000000000000000000000000000000
514
+ 45
515
+ 0000000000000000000000000000000000000000000000000000000000000000
516
+ 0000000000000000000000000000000000000000000000000000000000000000
517
+ 000062E76CDE725B626D94AE7EBD81136D53519C5F04597452AA601259736696
518
+ 8650759F632A61E67CEF8BFA54E66B279E256BB485D5545550766CA4556A8DB4
519
+ 722C5E156015743662CD6392724C5F986E436D3E65006F5876D878D076FC7554
520
+ 522453DB4E535E9E65C1802A80D6629B5486522870AE888D8DD16CE1547880DA
521
+ 57F988F48D54966A914D4F696C9B55B776C6783062A870F96F8E5F6D84EC68DA
522
+ 787C7BF781A8670B9E4F636778B0576F78129739627962AB528874356BD70000
523
+ 0000000000000000000000000000000000000000000000000000000000000000
524
+ 0000000000000000000000000000000000000000000000000000000000000000
525
+ 0000000000000000000000000000000000000000000000000000000000000000
526
+ 0000000000000000000000000000000000000000000000000000000000000000
527
+ 0000000000000000000000000000000000000000000000000000000000000000
528
+ 0000000000000000000000000000000000000000000000000000000000000000
529
+ 0000000000000000000000000000000000000000000000000000000000000000
530
+ 0000000000000000000000000000000000000000000000000000000000000000
531
+ 46
532
+ 0000000000000000000000000000000000000000000000000000000000000000
533
+ 0000000000000000000000000000000000000000000000000000000000000000
534
+ 00005564813E75B276AE533975DE50FB5C418B6C7BC7504F72479A9798D86F02
535
+ 74E27968648777A562FC98918D2B54C180584E52576A82F9840D5E7351ED74F6
536
+ 8BC45C4F57616CFC98875A4678349B448FEB7C955256625194FA4EC683868461
537
+ 83E984B257D467345703666E6D668C3166DD7011671F6B3A6816621A59BB4E03
538
+ 51C46F0667D26C8F517668CB59476B6775665D0E81109F5065D7794879419A91
539
+ 8D775C824E5E4F01542F5951780C56686C148FC45F036C7D6CE38BAB63900000
540
+ 0000000000000000000000000000000000000000000000000000000000000000
541
+ 0000000000000000000000000000000000000000000000000000000000000000
542
+ 0000000000000000000000000000000000000000000000000000000000000000
543
+ 0000000000000000000000000000000000000000000000000000000000000000
544
+ 0000000000000000000000000000000000000000000000000000000000000000
545
+ 0000000000000000000000000000000000000000000000000000000000000000
546
+ 0000000000000000000000000000000000000000000000000000000000000000
547
+ 0000000000000000000000000000000000000000000000000000000000000000
548
+ 47
549
+ 0000000000000000000000000000000000000000000000000000000000000000
550
+ 0000000000000000000000000000000000000000000000000000000000000000
551
+ 000060706D3D72756266948E94C553438FC17B7E4EDF8C264E7E9ED494B194B3
552
+ 524D6F5C90636D458C3458115D4C6B206B4967AA545B81547F8C589985375F3A
553
+ 62A26A47953965726084686577A74E544FA85DE7979864AC7FD85CED4FCF7A8D
554
+ 520783044E14602F7A8394A64FB54EB279E6743452E482B964D279BD5BDD6C81
555
+ 97528F7B6C22503E537F6E0564CE66746C3060C598778BF75E86743C7A7779CB
556
+ 4E1890B174036C4256DA914B6CC58D8B533A86C666F28EAF5C489A716E200000
557
+ 0000000000000000000000000000000000000000000000000000000000000000
558
+ 0000000000000000000000000000000000000000000000000000000000000000
559
+ 0000000000000000000000000000000000000000000000000000000000000000
560
+ 0000000000000000000000000000000000000000000000000000000000000000
561
+ 0000000000000000000000000000000000000000000000000000000000000000
562
+ 0000000000000000000000000000000000000000000000000000000000000000
563
+ 0000000000000000000000000000000000000000000000000000000000000000
564
+ 0000000000000000000000000000000000000000000000000000000000000000
565
+ 48
566
+ 0000000000000000000000000000000000000000000000000000000000000000
567
+ 0000000000000000000000000000000000000000000000000000000000000000
568
+ 000053D65A369F8B8DA353BB570898A76743919B6CC9516875CA62F372AC5238
569
+ 529D7F3A7094763853749E4A69B7786E96C088D97FA4713671C3518967D374E4
570
+ 58E4651856B78BA9997662707ED560F970ED58EC4EC14EBA5FCD97E74EFB8BA4
571
+ 5203598A7EAB62544ECD65E5620E833884C98363878D71946EB65BB97ED25197
572
+ 63C967D480898339881551125B7A59828FB14E736C5D516589258F6F962E854A
573
+ 745E951095F06DA682E55F3164926D128428816E9CC3585E8D5B4E0953C10000
574
+ 0000000000000000000000000000000000000000000000000000000000000000
575
+ 0000000000000000000000000000000000000000000000000000000000000000
576
+ 0000000000000000000000000000000000000000000000000000000000000000
577
+ 0000000000000000000000000000000000000000000000000000000000000000
578
+ 0000000000000000000000000000000000000000000000000000000000000000
579
+ 0000000000000000000000000000000000000000000000000000000000000000
580
+ 0000000000000000000000000000000000000000000000000000000000000000
581
+ 0000000000000000000000000000000000000000000000000000000000000000
582
+ 49
583
+ 0000000000000000000000000000000000000000000000000000000000000000
584
+ 0000000000000000000000000000000000000000000000000000000000000000
585
+ 00004F1E6563685155D34E2764149A9A626B5AC2745F82726DA968EE50E7838E
586
+ 7802674052396C997EB150BB5565715E7B5B665273CA82EB67495C715220717D
587
+ 886B95EA965564C58D6181B355846C5562477F2E58924F2455468D4F664C4E0A
588
+ 5C1A88F368A2634E7A0D70E7828D52FA97F65C1154E890B57ECD59628D4A86C7
589
+ 820C820D8D6664445C0461516D89793E8BBE78377533547B4F388EAB6DF15A20
590
+ 7EC5795E6C885BA15A76751A80BE614E6E1758F0751F7525727253477EF30000
591
+ 0000000000000000000000000000000000000000000000000000000000000000
592
+ 0000000000000000000000000000000000000000000000000000000000000000
593
+ 0000000000000000000000000000000000000000000000000000000000000000
594
+ 0000000000000000000000000000000000000000000000000000000000000000
595
+ 0000000000000000000000000000000000000000000000000000000000000000
596
+ 0000000000000000000000000000000000000000000000000000000000000000
597
+ 0000000000000000000000000000000000000000000000000000000000000000
598
+ 0000000000000000000000000000000000000000000000000000000000000000
599
+ 4A
600
+ 0000000000000000000000000000000000000000000000000000000000000000
601
+ 0000000000000000000000000000000000000000000000000000000000000000
602
+ 0000770176DB526980DC57235E08593172EE65BD6E7F8BD75C388671534177F3
603
+ 62FE65F64EC098DF86805B9E8BC653F277E24F7F5C4E9A7659CB5F0F793A58EB
604
+ 4E1667FF4E8B62ED8A93901D52BF662F55DC566C90024ED54F8D91CA99706C0F
605
+ 5E0260435BA489C68BD56536624B99965B885BFF6388552E53D77626517D852C
606
+ 67A268B36B8A62928F9353D482126DD1758F4E668D4E5B70719F85AF669166D9
607
+ 7F7287009ECD9F205C5E672F8FF06811675F620D7AD658855EB665706F310000
608
+ 0000000000000000000000000000000000000000000000000000000000000000
609
+ 0000000000000000000000000000000000000000000000000000000000000000
610
+ 0000000000000000000000000000000000000000000000000000000000000000
611
+ 0000000000000000000000000000000000000000000000000000000000000000
612
+ 0000000000000000000000000000000000000000000000000000000000000000
613
+ 0000000000000000000000000000000000000000000000000000000000000000
614
+ 0000000000000000000000000000000000000000000000000000000000000000
615
+ 0000000000000000000000000000000000000000000000000000000000000000
616
+ 4B
617
+ 0000000000000000000000000000000000000000000000000000000000000000
618
+ 0000000000000000000000000000000000000000000000000000000000000000
619
+ 000060555237800D6454887075295E05681362F4971C53CC723D8C016C347761
620
+ 7A0E542E77AC987A821C8BF47855671470C165AF64955636601D79C153F84E1D
621
+ 6B7B80865BFA55E356DB4F3A4F3C99725DF3677E80386002988290015B8B8BBC
622
+ 8BF5641C825864DE55FD82CF91654FD77D20901F7C9F50F358516EAF5BBF8BC9
623
+ 80839178849C7B97867D968B968F7EE59AD3788E5C817A57904296A7795F5B59
624
+ 635F7B0B84D168AD55067F2974107D2295016240584C4ED65B83597958540000
625
+ 0000000000000000000000000000000000000000000000000000000000000000
626
+ 0000000000000000000000000000000000000000000000000000000000000000
627
+ 0000000000000000000000000000000000000000000000000000000000000000
628
+ 0000000000000000000000000000000000000000000000000000000000000000
629
+ 0000000000000000000000000000000000000000000000000000000000000000
630
+ 0000000000000000000000000000000000000000000000000000000000000000
631
+ 0000000000000000000000000000000000000000000000000000000000000000
632
+ 0000000000000000000000000000000000000000000000000000000000000000
633
+ 4C
634
+ 0000000000000000000000000000000000000000000000000000000000000000
635
+ 0000000000000000000000000000000000000000000000000000000000000000
636
+ 0000736D631E8E4B8E0F80CE82D462AC53F06CF0915E592A60016C70574D644A
637
+ 8D2A762B6EE9575B6A8075F06F6D8C2D8C0857666BEF889278B363A253F970AD
638
+ 6C645858642A580268E0819B55107CD650188EBA6DCC8D9F70EB638F6D9B6ED4
639
+ 7EE68404684390036DD896768BA85957727985E4817E75BC8A8A68AF52548E22
640
+ 951163D098988E44557C4F5366FF568F60D56D9552435C4959296DFB586B7530
641
+ 751C606C82148146631167618FE2773A8DF38D3494C15E165385542C70C30000
642
+ 0000000000000000000000000000000000000000000000000000000000000000
643
+ 0000000000000000000000000000000000000000000000000000000000000000
644
+ 0000000000000000000000000000000000000000000000000000000000000000
645
+ 0000000000000000000000000000000000000000000000000000000000000000
646
+ 0000000000000000000000000000000000000000000000000000000000000000
647
+ 0000000000000000000000000000000000000000000000000000000000000000
648
+ 0000000000000000000000000000000000000000000000000000000000000000
649
+ 0000000000000000000000000000000000000000000000000000000000000000
650
+ 4D
651
+ 0000000000000000000000000000000000000000000000000000000000000000
652
+ 0000000000000000000000000000000000000000000000000000000000000000
653
+ 00006C405EF7505C4EAD5EAD633A8247901A6850916E77B3540C94DC5F647AE5
654
+ 687663457B527EDF75DB507762955934900F51F879C37A8156FE5F9290146D82
655
+ 5C60571F541051546E4D56E263A89893817F8715892A9000541E5C6F81C062D6
656
+ 625881319E3596409A6E9A7C692D59A562D3553E631654C786D96D3C5A0374E6
657
+ 889C6B6A59168C4C5F2F6E7E73A9987D4E3870F75B8C7897633D665A769660CB
658
+ 5B9B5A494E0781556C6A738B4EA167897F515F8065FA671B5FD859845A010000
659
+ 0000000000000000000000000000000000000000000000000000000000000000
660
+ 0000000000000000000000000000000000000000000000000000000000000000
661
+ 0000000000000000000000000000000000000000000000000000000000000000
662
+ 0000000000000000000000000000000000000000000000000000000000000000
663
+ 0000000000000000000000000000000000000000000000000000000000000000
664
+ 0000000000000000000000000000000000000000000000000000000000000000
665
+ 0000000000000000000000000000000000000000000000000000000000000000
666
+ 0000000000000000000000000000000000000000000000000000000000000000
667
+ 4E
668
+ 0000000000000000000000000000000000000000000000000000000000000000
669
+ 0000000000000000000000000000000000000000000000000000000000000000
670
+ 00005DCD5FAE537197E68FDD684556F4552F60DF4E3A6F4D7EF482C7840E59D4
671
+ 4F1F4F2A5C3E7EAC672A851A5473754F80C355829B4F4F4D6E2D8C135C096170
672
+ 536B761F6E29868A658795FB7EB9543B7A337D0A95EE55E17FC174EE631D8717
673
+ 6DA17A9D621165A1536763E16C835DEB545C94A84E4C6C618BEC5C4B65E0829C
674
+ 68A7543E54346BCB6B664E9463425348821E4F0D4FAE575E620A96FE66647269
675
+ 52FF52A1609F8BEF661471996790897F785277FD6670563B54389521727A0000
676
+ 0000000000000000000000000000000000000000000000000000000000000000
677
+ 0000000000000000000000000000000000000000000000000000000000000000
678
+ 0000000000000000000000000000000000000000000000000000000000000000
679
+ 0000000000000000000000000000000000000000000000000000000000000000
680
+ 0000000000000000000000000000000000000000000000000000000000000000
681
+ 0000000000000000000000000000000000000000000000000000000000000000
682
+ 0000000000000000000000000000000000000000000000000000000000000000
683
+ 0000000000000000000000000000000000000000000000000000000000000000
684
+ 4F
685
+ 0000000000000000000000000000000000000000000000000000000000000000
686
+ 0000000000000000000000000000000000000000000000000000000000000000
687
+ 00007A00606F5E0C6089819D591560DC718470EF6EAA6C5072806A8488AD5E2D
688
+ 4E605AB3559C94E36D177CFB9699620F7EC6778E867E5323971E8F9666875CE1
689
+ 4FA072ED4E0B53A6590F54136380952851484ED99C9C7EA454B88D2488548237
690
+ 95F26D8E5F265ACC663E966973B0732E53BF817A99857FA15BAA967796507EBF
691
+ 76F853A2957699997BB189446E584E617FD479658BE660F354CD4EAB98795DF7
692
+ 6A6150CF54118C618427785D9704524A54EE56A395006D885BB56DC666530000
693
+ 0000000000000000000000000000000000000000000000000000000000000000
694
+ 0000000000000000000000000000000000000000000000000000000000000000
695
+ 0000000000000000000000000000000000000000000000000000000000000000
696
+ 0000000000000000000000000000000000000000000000000000000000000000
697
+ 0000000000000000000000000000000000000000000000000000000000000000
698
+ 0000000000000000000000000000000000000000000000000000000000000000
699
+ 0000000000000000000000000000000000000000000000000000000000000000
700
+ 0000000000000000000000000000000000000000000000000000000000000000
701
+ 50
702
+ 0000000000000000000000000000000000000000000000000000000000000000
703
+ 0000000000000000000000000000000000000000000000000000000000000000
704
+ 00005C0F5B5D6821809655787B11654869544E9B6B47874E978B534F631F643A
705
+ 90AA659C80C18C10519968B0537887F961C86CC46CFB8C225C5185AA82AF950C
706
+ 6B238F9B65B05FFB5FC34FE18845661F8165732960FA51745211578B5F6290A2
707
+ 884C91925E78674F602759D3514451F680F853086C7996C4718A4F114FEE7F9E
708
+ 673D55C5950879C088967EE3589F620C9700865A5618987B5F908BB884C49157
709
+ 53D965ED5E8F755C60647D6E5A7F7EEA7EED8F6955A75BA360AC65CB73840000
710
+ 0000000000000000000000000000000000000000000000000000000000000000
711
+ 0000000000000000000000000000000000000000000000000000000000000000
712
+ 0000000000000000000000000000000000000000000000000000000000000000
713
+ 0000000000000000000000000000000000000000000000000000000000000000
714
+ 0000000000000000000000000000000000000000000000000000000000000000
715
+ 0000000000000000000000000000000000000000000000000000000000000000
716
+ 0000000000000000000000000000000000000000000000000000000000000000
717
+ 0000000000000000000000000000000000000000000000000000000000000000
718
+ 51
719
+ 0000000000000000000000000000000000000000000000000000000000000000
720
+ 0000000000000000000000000000000000000000000000000000000000000000
721
+ 00009009766377297EDA9774859B5B667A7496EA884052CB718F5FAA65EC8BE2
722
+ 5BFB9A6F5DE16B896C5B8BAD8BAF900A8FC5538B62BC9E269E2D54404E2B82BD
723
+ 7259869C5D1688596DAF96C554D14E9A8BB6710954BD960970DF6DF976D04E25
724
+ 781487125CA95EF68A00989C960E708E6CBF594463A9773C884D6F1482735830
725
+ 71D5538C781A96C155015F6671305BB48C1A9A8C6B83592E9E2F79E76768626C
726
+ 4F6F75A17F8A6D0B96336C274EF075D2517B68376F3E90808170599674760000
727
+ 0000000000000000000000000000000000000000000000000000000000000000
728
+ 0000000000000000000000000000000000000000000000000000000000000000
729
+ 0000000000000000000000000000000000000000000000000000000000000000
730
+ 0000000000000000000000000000000000000000000000000000000000000000
731
+ 0000000000000000000000000000000000000000000000000000000000000000
732
+ 0000000000000000000000000000000000000000000000000000000000000000
733
+ 0000000000000000000000000000000000000000000000000000000000000000
734
+ 0000000000000000000000000000000000000000000000000000000000000000
735
+ 52
736
+ 0000000000000000000000000000000000000000000000000000000000000000
737
+ 0000000000000000000000000000000000000000000000000000000000000000
738
+ 000064475C2790657A918C2359DA54AC8200836F898180006930564E80367237
739
+ 91CE51B64E5F987563964E1A53F666F3814B591C6DB24E0058F9533B63D694F1
740
+ 4F9D4F0A886398905937905779FB4EEA80F075916C825B9C59E85F5D69058681
741
+ 501A5DF24E5977E34EE5827A6291661390915C794EBF5F7981C69038808475AB
742
+ 4EA688D4610F6BC55FC64E4976CA6EA28BE38BAE8C0A8BD15F027FFC7FCC7ECE
743
+ 8335836B56E06BB797F3963459FB541F94F66DEB5BC5996E5C395F1596900000
744
+ 0000000000000000000000000000000000000000000000000000000000000000
745
+ 0000000000000000000000000000000000000000000000000000000000000000
746
+ 0000000000000000000000000000000000000000000000000000000000000000
747
+ 0000000000000000000000000000000000000000000000000000000000000000
748
+ 0000000000000000000000000000000000000000000000000000000000000000
749
+ 0000000000000000000000000000000000000000000000000000000000000000
750
+ 0000000000000000000000000000000000000000000000000000000000000000
751
+ 0000000000000000000000000000000000000000000000000000000000000000
752
+ 53
753
+ 0000000000000000000000000000000000000000000000000000000000000000
754
+ 0000000000000000000000000000000000000000000000000000000000000000
755
+ 0000537082F16A315A749E705E947F2883B984248425836787478FCE8D6276C8
756
+ 5F719896786C662054DF62E54F6381C375C85EB896CD8E0A86F9548F6CF36D8C
757
+ 6C38607F52C775285E7D4F1860A05FE75C24753190AE94C072B96CB96E389149
758
+ 670953CB53F34F5191C98BF153C85E7C8FC26DE44E8E76C26986865E611A8206
759
+ 4F594FDE903E9C7C61096E1D6E1496854E885A3196E84E0E5C7F79B95B878BED
760
+ 7FBD738957DF828B90C15401904755BB5CEA5FA161086B3272F180B28A890000
761
+ 0000000000000000000000000000000000000000000000000000000000000000
762
+ 0000000000000000000000000000000000000000000000000000000000000000
763
+ 0000000000000000000000000000000000000000000000000000000000000000
764
+ 0000000000000000000000000000000000000000000000000000000000000000
765
+ 0000000000000000000000000000000000000000000000000000000000000000
766
+ 0000000000000000000000000000000000000000000000000000000000000000
767
+ 0000000000000000000000000000000000000000000000000000000000000000
768
+ 0000000000000000000000000000000000000000000000000000000000000000
769
+ 54
770
+ 0000000000000000000000000000000000000000000000000000000000000000
771
+ 0000000000000000000000000000000000000000000000000000000000000000
772
+ 00006D745BD388D598848C6B9A6D9E336E0A51A4514357A38881539F63F48F95
773
+ 56ED54585706733F6E907F188FDC82D1613F6028966266F07EA68D8A8DC394A5
774
+ 5CB37CA4670860A6960580184E9190E75300966851418FD08574915D665597F5
775
+ 5B55531D78386742683D54C9707E5BB08F7D518D572854B1651266828D5E8D43
776
+ 810F846C906D7CDF51FF85FB67A365E96FA186A48E81566A90207682707671E5
777
+ 8D2362E952196CFD8D3C600E589E618E66FE8D60624E55B36E23672D8F670000
778
+ 0000000000000000000000000000000000000000000000000000000000000000
779
+ 0000000000000000000000000000000000000000000000000000000000000000
780
+ 0000000000000000000000000000000000000000000000000000000000000000
781
+ 0000000000000000000000000000000000000000000000000000000000000000
782
+ 0000000000000000000000000000000000000000000000000000000000000000
783
+ 0000000000000000000000000000000000000000000000000000000000000000
784
+ 0000000000000000000000000000000000000000000000000000000000000000
785
+ 0000000000000000000000000000000000000000000000000000000000000000
786
+ 55
787
+ 0000000000000000000000000000000000000000000000000000000000000000
788
+ 0000000000000000000000000000000000000000000000000000000000000000
789
+ 000094E195F87728680569A8548B4E4D70B88BC86458658B5B857A84503A5BE8
790
+ 77BB6BE18A797C986CBE76CF65A98F975D2D5C5586386808536062187AD96E5B
791
+ 7EFD6A1F7AE05F706F335F20638C6DA867564E085E108D264ED780C07634969C
792
+ 62DB662D627E6CBC8D7571677F695146808753EC906E629854F286F08F998005
793
+ 951785178FD96D5973CD659F771F7504782781FB8D1E94884FA6679575B98BCA
794
+ 9707632F9547963584B8632377415F8172F04E896014657462EF6B63653F0000
795
+ 0000000000000000000000000000000000000000000000000000000000000000
796
+ 0000000000000000000000000000000000000000000000000000000000000000
797
+ 0000000000000000000000000000000000000000000000000000000000000000
798
+ 0000000000000000000000000000000000000000000000000000000000000000
799
+ 0000000000000000000000000000000000000000000000000000000000000000
800
+ 0000000000000000000000000000000000000000000000000000000000000000
801
+ 0000000000000000000000000000000000000000000000000000000000000000
802
+ 0000000000000000000000000000000000000000000000000000000000000000
803
+ 56
804
+ 0000000000000000000000000000000000000000000000000000000000000000
805
+ 0000000000000000000000000000000000000000000000000000000000000000
806
+ 00005E2775C790D18BC1829D679D652F5431871877E580A281026C414E4B7EC7
807
+ 804C76F4690D6B966267503C4F84574063076B628DBE53EA65E87EB85FD7631A
808
+ 63B781F381F47F6E5E1C5CD95236667A79E97A1A8D28709975D46EDE6CBB7A92
809
+ 4E2D76C55FE0949F88777EC879CD80BF91CD4EF24F17821F54685DDE6D328BCC
810
+ 7CA58F7480985E1A549276B15B99663C9AA473E0682A86DB6731732A8BF88BDB
811
+ 90107AF970DB716E62C477A956314E3B845767F152A986C08D2E94F87B510000
812
+ 0000000000000000000000000000000000000000000000000000000000000000
813
+ 0000000000000000000000000000000000000000000000000000000000000000
814
+ 0000000000000000000000000000000000000000000000000000000000000000
815
+ 0000000000000000000000000000000000000000000000000000000000000000
816
+ 0000000000000000000000000000000000000000000000000000000000000000
817
+ 0000000000000000000000000000000000000000000000000000000000000000
818
+ 0000000000000000000000000000000000000000000000000000000000000000
819
+ 0000000000000000000000000000000000000000000000000000000000000000
820
+ 57
821
+ 0000000000000000000000000000000000000000000000000000000000000000
822
+ 0000000000000000000000000000000000000000000000000000000000000000
823
+ 00004F4F6CE8795D9A7B6293722A62FD4E1378168F6C64B08D5A7BC668695E84
824
+ 88C55986649E58EE72B6690E95258FFD8D5857607F008C0651C6634962D95353
825
+ 684C74228301914C55447740707C6D4A517954A88D4459FF6ECB6DC45B5C7D2B
826
+ 4ED47C7D6ED35B5081EA6E0D5B579B0368D58E2A5B977EFC603B7EB590B98D70
827
+ 594F63CD79DF8DB3535265CF79568BC5963B7EC494BB7E825634918967007F6A
828
+ 5C0A907566285DE64F5067DE505A4F5C57505EA7000000000000000000000000
829
+ 0000000000000000000000000000000000000000000000000000000000000000
830
+ 0000000000000000000000000000000000000000000000000000000000000000
831
+ 0000000000000000000000000000000000000000000000000000000000000000
832
+ 0000000000000000000000000000000000000000000000000000000000000000
833
+ 0000000000000000000000000000000000000000000000000000000000000000
834
+ 0000000000000000000000000000000000000000000000000000000000000000
835
+ 0000000000000000000000000000000000000000000000000000000000000000
836
+ 0000000000000000000000000000000000000000000000000000000000000000
837
+ 58
838
+ 0000000000000000000000000000000000000000000000000000000000000000
839
+ 0000000000000000000000000000000000000000000000000000000000000000
840
+ 00004E8D4E0C51404E105EFF53454E154E984E1E9B325B6C56694E2879BA4E3F
841
+ 53154E47592D723B536E6C1056DF80E499976BD3777E9F174E364E9F9F104E5C
842
+ 4E694E9382885B5B556C560F4EC4538D539D53A353A553AE97658D5D531A53F5
843
+ 5326532E533E8D5C5366536352025208520E522D5233523F5240524C525E5261
844
+ 525C84AF527D528252815290529351827F544EBB4EC34EC94EC24EE84EE14EEB
845
+ 4EDE4F1B4EF34F224F644EF54F254F274F094F2B4F5E4F6765384F5A4F5D0000
846
+ 0000000000000000000000000000000000000000000000000000000000000000
847
+ 0000000000000000000000000000000000000000000000000000000000000000
848
+ 0000000000000000000000000000000000000000000000000000000000000000
849
+ 0000000000000000000000000000000000000000000000000000000000000000
850
+ 0000000000000000000000000000000000000000000000000000000000000000
851
+ 0000000000000000000000000000000000000000000000000000000000000000
852
+ 0000000000000000000000000000000000000000000000000000000000000000
853
+ 0000000000000000000000000000000000000000000000000000000000000000
854
+ 59
855
+ 0000000000000000000000000000000000000000000000000000000000000000
856
+ 0000000000000000000000000000000000000000000000000000000000000000
857
+ 00004F5F4F574F324F3D4F764F744F914F894F834F8F4F7E4F7B4FAA4F7C4FAC
858
+ 4F944FE64FE84FEA4FC54FDA4FE34FDC4FD14FDF4FF85029504C4FF3502C500F
859
+ 502E502D4FFE501C500C50255028507E504350555048504E506C507B50A550A7
860
+ 50A950BA50D6510650ED50EC50E650EE5107510B4EDD6C3D4F584F654FCE9FA0
861
+ 6C467C74516E5DFD9EC999985181591452F9530D8A07531051EB591951554EA0
862
+ 51564EB3886E88A44EB5811488D279805B3488037FB851AB51B151BD51BC0000
863
+ 0000000000000000000000000000000000000000000000000000000000000000
864
+ 0000000000000000000000000000000000000000000000000000000000000000
865
+ 0000000000000000000000000000000000000000000000000000000000000000
866
+ 0000000000000000000000000000000000000000000000000000000000000000
867
+ 0000000000000000000000000000000000000000000000000000000000000000
868
+ 0000000000000000000000000000000000000000000000000000000000000000
869
+ 0000000000000000000000000000000000000000000000000000000000000000
870
+ 0000000000000000000000000000000000000000000000000000000000000000
871
+ 5A
872
+ 0000000000000000000000000000000000000000000000000000000000000000
873
+ 0000000000000000000000000000000000000000000000000000000000000000
874
+ 000051C7519651A251A58BA08BA68BA78BAA8BB48BB58BB78BC28BC38BCB8BCF
875
+ 8BCE8BD28BD38BD48BD68BD88BD98BDC8BDF8BE08BE48BE88BE98BEE8BF08BF3
876
+ 8BF68BF98BFC8BFF8C008C028C048C078C0C8C0F8C118C128C148C158C168C19
877
+ 8C1B8C188C1D8C1F8C208C218C258C278C2A8C2B8C2E8C2F8C328C338C358C36
878
+ 5369537A961D962296219631962A963D963C964296499654965F9667966C9672
879
+ 96749688968D969796B09097909B909D909990AC90A190B490B390B690BA0000
880
+ 0000000000000000000000000000000000000000000000000000000000000000
881
+ 0000000000000000000000000000000000000000000000000000000000000000
882
+ 0000000000000000000000000000000000000000000000000000000000000000
883
+ 0000000000000000000000000000000000000000000000000000000000000000
884
+ 0000000000000000000000000000000000000000000000000000000000000000
885
+ 0000000000000000000000000000000000000000000000000000000000000000
886
+ 0000000000000000000000000000000000000000000000000000000000000000
887
+ 0000000000000000000000000000000000000000000000000000000000000000
888
+ 5B
889
+ 0000000000000000000000000000000000000000000000000000000000000000
890
+ 0000000000000000000000000000000000000000000000000000000000000000
891
+ 000090B890B090CF90C590BE90D090C490C790D390E690E290DC90D790DB90EB
892
+ 90EF90FE91049122911E91239131912F913991439146520D594252A252AC52AD
893
+ 52BE54FF52D052D652F053DF71EE77CD5EF451F551FC9B2F53B65F01755A5DEF
894
+ 574C57A957A1587E58BC58C558D15729572C572A57335739572E572F575C573B
895
+ 574257695785576B5786577C577B5768576D5776577357AD57A4578C57B257CF
896
+ 57A757B4579357A057D557D857DA57D957D257B857F457EF57F857E457DD0000
897
+ 0000000000000000000000000000000000000000000000000000000000000000
898
+ 0000000000000000000000000000000000000000000000000000000000000000
899
+ 0000000000000000000000000000000000000000000000000000000000000000
900
+ 0000000000000000000000000000000000000000000000000000000000000000
901
+ 0000000000000000000000000000000000000000000000000000000000000000
902
+ 0000000000000000000000000000000000000000000000000000000000000000
903
+ 0000000000000000000000000000000000000000000000000000000000000000
904
+ 0000000000000000000000000000000000000000000000000000000000000000
905
+ 5C
906
+ 0000000000000000000000000000000000000000000000000000000000000000
907
+ 0000000000000000000000000000000000000000000000000000000000000000
908
+ 0000580B580D57FD57ED5800581E5819584458205865586C58815889589A5880
909
+ 99A89F1961FF8279827D827F828F828A82A88284828E82918297829982AB82B8
910
+ 82BE82B082C882CA82E3829882B782AE82CB82CC82C182A982B482A182AA829F
911
+ 82C482CE82A482E1830982F782E4830F830782DC82F482D282D8830C82FB82D3
912
+ 8311831A83068314831582E082D5831C8351835B835C83088392833C83348331
913
+ 839B835E832F834F83478343835F834083178360832D833A8333836683650000
914
+ 0000000000000000000000000000000000000000000000000000000000000000
915
+ 0000000000000000000000000000000000000000000000000000000000000000
916
+ 0000000000000000000000000000000000000000000000000000000000000000
917
+ 0000000000000000000000000000000000000000000000000000000000000000
918
+ 0000000000000000000000000000000000000000000000000000000000000000
919
+ 0000000000000000000000000000000000000000000000000000000000000000
920
+ 0000000000000000000000000000000000000000000000000000000000000000
921
+ 0000000000000000000000000000000000000000000000000000000000000000
922
+ 5D
923
+ 0000000000000000000000000000000000000000000000000000000000000000
924
+ 0000000000000000000000000000000000000000000000000000000000000000
925
+ 00008368831B8369836C836A836D836E83B0837883B383B483A083AA8393839C
926
+ 8385837C83B683A9837D83B8837B8398839E83A883BA83BC83C1840183E583D8
927
+ 58078418840B83DD83FD83D6841C84388411840683D483DF840F840383F883F9
928
+ 83EA83C583C0842683F083E1845C8451845A8459847384878488847A84898478
929
+ 843C844684698476848C848E8431846D84C184CD84D084E684BD84D384CA84BF
930
+ 84BA84E084A184B984B4849784E584E3850C750D853884F08539851F853A0000
931
+ 0000000000000000000000000000000000000000000000000000000000000000
932
+ 0000000000000000000000000000000000000000000000000000000000000000
933
+ 0000000000000000000000000000000000000000000000000000000000000000
934
+ 0000000000000000000000000000000000000000000000000000000000000000
935
+ 0000000000000000000000000000000000000000000000000000000000000000
936
+ 0000000000000000000000000000000000000000000000000000000000000000
937
+ 0000000000000000000000000000000000000000000000000000000000000000
938
+ 0000000000000000000000000000000000000000000000000000000000000000
939
+ 5E
940
+ 0000000000000000000000000000000000000000000000000000000000000000
941
+ 0000000000000000000000000000000000000000000000000000000000000000
942
+ 00008556853B84FF84FC8559854885688564855E857A77A285438572857B85A4
943
+ 85A88587858F857985AE859C858585B985B785B085D385C185DC85FF86278605
944
+ 86298616863C5EFE5F08593C594180375955595A5958530F5C225C255C2C5C34
945
+ 624C626A629F62BB62CA62DA62D762EE632262F66339634B634363AD63F66371
946
+ 637A638E63B4636D63AC638A636963AE63BC63F263F863E063FF63C463DE63CE
947
+ 645263C663BE64456441640B641B6420640C64266421645E6484646D64960000
948
+ 0000000000000000000000000000000000000000000000000000000000000000
949
+ 0000000000000000000000000000000000000000000000000000000000000000
950
+ 0000000000000000000000000000000000000000000000000000000000000000
951
+ 0000000000000000000000000000000000000000000000000000000000000000
952
+ 0000000000000000000000000000000000000000000000000000000000000000
953
+ 0000000000000000000000000000000000000000000000000000000000000000
954
+ 0000000000000000000000000000000000000000000000000000000000000000
955
+ 0000000000000000000000000000000000000000000000000000000000000000
956
+ 5F
957
+ 0000000000000000000000000000000000000000000000000000000000000000
958
+ 0000000000000000000000000000000000000000000000000000000000000000
959
+ 0000647A64B764B8649964BA64C064D064D764E464E265096525652E5F0B5FD2
960
+ 75195F11535F53F153FD53E953E853FB541254165406544B5452545354545456
961
+ 54435421545754595423543254825494547754715464549A549B548454765466
962
+ 549D54D054AD54C254B454D254A754A654D354D4547254A354D554BB54BF54CC
963
+ 54D954DA54DC54A954AA54A454DD54CF54DE551B54E7552054FD551454F35522
964
+ 5523550F55115527552A5567558F55B55549556D55415555553F5550553C0000
965
+ 0000000000000000000000000000000000000000000000000000000000000000
966
+ 0000000000000000000000000000000000000000000000000000000000000000
967
+ 0000000000000000000000000000000000000000000000000000000000000000
968
+ 0000000000000000000000000000000000000000000000000000000000000000
969
+ 0000000000000000000000000000000000000000000000000000000000000000
970
+ 0000000000000000000000000000000000000000000000000000000000000000
971
+ 0000000000000000000000000000000000000000000000000000000000000000
972
+ 0000000000000000000000000000000000000000000000000000000000000000
973
+ 60
974
+ 0000000000000000000000000000000000000000000000000000000000000000
975
+ 0000000000000000000000000000000000000000000000000000000000000000
976
+ 00005537555655755576557755335530555C558B55D2558355B155B955885581
977
+ 559F557E55D65591557B55DF55BD55BE5594559955EA55F755C9561F55D155EB
978
+ 55EC55D455E655DD55C455EF55E555F255F355CC55CD55E855F555E48F94561E
979
+ 5608560C56015624562355FE56005627562D565856395657562C564D56625659
980
+ 565C564C5654568656645671566B567B567C5685569356AF56D456D756DD56E1
981
+ 56F556EB56F956FF5704570A5709571C5E0F5E195E145E115E315E3B5E3C0000
982
+ 0000000000000000000000000000000000000000000000000000000000000000
983
+ 0000000000000000000000000000000000000000000000000000000000000000
984
+ 0000000000000000000000000000000000000000000000000000000000000000
985
+ 0000000000000000000000000000000000000000000000000000000000000000
986
+ 0000000000000000000000000000000000000000000000000000000000000000
987
+ 0000000000000000000000000000000000000000000000000000000000000000
988
+ 0000000000000000000000000000000000000000000000000000000000000000
989
+ 0000000000000000000000000000000000000000000000000000000000000000
990
+ 61
991
+ 0000000000000000000000000000000000000000000000000000000000000000
992
+ 0000000000000000000000000000000000000000000000000000000000000000
993
+ 00005E375E445E545E5B5E5E5E615C8C5C7A5C8D5C905C965C885C985C995C91
994
+ 5C9A5C9C5CB55CA25CBD5CAC5CAB5CB15CA35CC15CB75CC45CD25CE45CCB5CE5
995
+ 5D025D035D275D265D2E5D245D1E5D065D1B5D585D3E5D345D3D5D6C5D5B5D6F
996
+ 5D5D5D6B5D4B5D4A5D695D745D825D995D9D8C735DB75DC55F735F775F825F87
997
+ 5F895F8C5F955F995F9C5FA85FAD5FB55FBC88625F6172AD72B072B472B772B8
998
+ 72C372C172CE72CD72D272E872EF72E972F272F472F7730172F3730372FA0000
999
+ 0000000000000000000000000000000000000000000000000000000000000000
1000
+ 0000000000000000000000000000000000000000000000000000000000000000
1001
+ 0000000000000000000000000000000000000000000000000000000000000000
1002
+ 0000000000000000000000000000000000000000000000000000000000000000
1003
+ 0000000000000000000000000000000000000000000000000000000000000000
1004
+ 0000000000000000000000000000000000000000000000000000000000000000
1005
+ 0000000000000000000000000000000000000000000000000000000000000000
1006
+ 0000000000000000000000000000000000000000000000000000000000000000
1007
+ 62
1008
+ 0000000000000000000000000000000000000000000000000000000000000000
1009
+ 0000000000000000000000000000000000000000000000000000000000000000
1010
+ 000072FB731773137321730A731E731D7315732273397325732C733873317350
1011
+ 734D73577360736C736F737E821B592598E7592459029963996799689969996A
1012
+ 996B996C99749977997D998099849987998A998D999099919993999499955E80
1013
+ 5E915E8B5E965EA55EA05EB95EB55EBE5EB38D535ED25ED15EDB5EE85EEA81BA
1014
+ 5FC45FC95FD65FCF60035FEE60045FE15FE45FFE600560065FEA5FED5FF86019
1015
+ 60356026601B600F600D6029602B600A603F602160786079607B607A60420000
1016
+ 0000000000000000000000000000000000000000000000000000000000000000
1017
+ 0000000000000000000000000000000000000000000000000000000000000000
1018
+ 0000000000000000000000000000000000000000000000000000000000000000
1019
+ 0000000000000000000000000000000000000000000000000000000000000000
1020
+ 0000000000000000000000000000000000000000000000000000000000000000
1021
+ 0000000000000000000000000000000000000000000000000000000000000000
1022
+ 0000000000000000000000000000000000000000000000000000000000000000
1023
+ 0000000000000000000000000000000000000000000000000000000000000000
1024
+ 63
1025
+ 0000000000000000000000000000000000000000000000000000000000000000
1026
+ 0000000000000000000000000000000000000000000000000000000000000000
1027
+ 0000606A607D6096609A60AD609D60836092608C609B60EC60BB60B160DD60D8
1028
+ 60C660DA60B4612061266115612360F46100610E612B614A617561AC619461A7
1029
+ 61B761D461F55FDD96B395E995EB95F195F395F595F695FC95FE960396049606
1030
+ 9608960A960B960C960D960F96129615961696179619961A4E2C723F62156C35
1031
+ 6C546C5C6C4A6CA36C856C906C946C8C6C686C696C746C766C866CA96CD06CD4
1032
+ 6CAD6CF76CF86CF16CD76CB26CE06CD66CFA6CEB6CEE6CB16CD36CEF6CFE0000
1033
+ 0000000000000000000000000000000000000000000000000000000000000000
1034
+ 0000000000000000000000000000000000000000000000000000000000000000
1035
+ 0000000000000000000000000000000000000000000000000000000000000000
1036
+ 0000000000000000000000000000000000000000000000000000000000000000
1037
+ 0000000000000000000000000000000000000000000000000000000000000000
1038
+ 0000000000000000000000000000000000000000000000000000000000000000
1039
+ 0000000000000000000000000000000000000000000000000000000000000000
1040
+ 0000000000000000000000000000000000000000000000000000000000000000
1041
+ 64
1042
+ 0000000000000000000000000000000000000000000000000000000000000000
1043
+ 0000000000000000000000000000000000000000000000000000000000000000
1044
+ 00006D396D276D0C6D436D486D076D046D196D0E6D2B6D4D6D2E6D356D1A6D4F
1045
+ 6D526D546D336D916D6F6D9E6DA06D5E6D936D946D5C6D606D7C6D636E1A6DC7
1046
+ 6DC56DDE6E0E6DBF6DE06E116DE66DDD6DD96E166DAB6E0C6DAE6E2B6E6E6E4E
1047
+ 6E6B6EB26E5F6E866E536E546E326E256E446EDF6EB16E986EE06F2D6EE26EA5
1048
+ 6EA76EBD6EBB6EB76ED76EB46ECF6E8F6EC26E9F6F626F466F476F246F156EF9
1049
+ 6F2F6F366F4B6F746F2A6F096F296F896F8D6F8C6F786F726F7C6F7A6FD10000
1050
+ 0000000000000000000000000000000000000000000000000000000000000000
1051
+ 0000000000000000000000000000000000000000000000000000000000000000
1052
+ 0000000000000000000000000000000000000000000000000000000000000000
1053
+ 0000000000000000000000000000000000000000000000000000000000000000
1054
+ 0000000000000000000000000000000000000000000000000000000000000000
1055
+ 0000000000000000000000000000000000000000000000000000000000000000
1056
+ 0000000000000000000000000000000000000000000000000000000000000000
1057
+ 0000000000000000000000000000000000000000000000000000000000000000
1058
+ 65
1059
+ 0000000000000000000000000000000000000000000000000000000000000000
1060
+ 0000000000000000000000000000000000000000000000000000000000000000
1061
+ 00006FC96FA76FB96FB66FC26FE16FEE6FDE6FE06FEF701A7023701B70397035
1062
+ 704F705E5B805B845B955B935BA55BB8752F9A9E64345BE45BEE89305BF08E47
1063
+ 8B078FB68FD38FD58FE58FEE8FE48FE98FE68FF38FE890059004900B90269011
1064
+ 900D9016902190359036902D902F9044905190529050906890589062905B66B9
1065
+ 9074907D908290889083908B5F505F575F565F585C3B54AB5C505C595B715C63
1066
+ 5C667FBC5F2A5F295F2D82745F3C9B3B5C6E59815983598D59A959AA59A30000
1067
+ 0000000000000000000000000000000000000000000000000000000000000000
1068
+ 0000000000000000000000000000000000000000000000000000000000000000
1069
+ 0000000000000000000000000000000000000000000000000000000000000000
1070
+ 0000000000000000000000000000000000000000000000000000000000000000
1071
+ 0000000000000000000000000000000000000000000000000000000000000000
1072
+ 0000000000000000000000000000000000000000000000000000000000000000
1073
+ 0000000000000000000000000000000000000000000000000000000000000000
1074
+ 0000000000000000000000000000000000000000000000000000000000000000
1075
+ 66
1076
+ 0000000000000000000000000000000000000000000000000000000000000000
1077
+ 0000000000000000000000000000000000000000000000000000000000000000
1078
+ 0000599759CA59AB599E59A459D259B259AF59D759BE5A055A0659DD5A0859E3
1079
+ 59D859F95A0C5A095A325A345A115A235A135A405A675A4A5A555A3C5A625A75
1080
+ 80EC5AAA5A9B5A775A7A5ABE5AEB5AB25AD25AD45AB85AE05AE35AF15AD65AE6
1081
+ 5AD85ADC5B095B175B165B325B375B405C155C1C5B5A5B655B735B515B535B62
1082
+ 9A759A779A789A7A9A7F9A7D9A809A819A859A889A8A9A909A929A939A969A98
1083
+ 9A9B9A9C9A9D9A9F9AA09AA29AA39AA59AA77E9F7EA17EA37EA57EA87EA90000
1084
+ 0000000000000000000000000000000000000000000000000000000000000000
1085
+ 0000000000000000000000000000000000000000000000000000000000000000
1086
+ 0000000000000000000000000000000000000000000000000000000000000000
1087
+ 0000000000000000000000000000000000000000000000000000000000000000
1088
+ 0000000000000000000000000000000000000000000000000000000000000000
1089
+ 0000000000000000000000000000000000000000000000000000000000000000
1090
+ 0000000000000000000000000000000000000000000000000000000000000000
1091
+ 0000000000000000000000000000000000000000000000000000000000000000
1092
+ 67
1093
+ 0000000000000000000000000000000000000000000000000000000000000000
1094
+ 0000000000000000000000000000000000000000000000000000000000000000
1095
+ 00007EAD7EB07EBE7EC07EC17EC27EC97ECB7ECC7ED07ED47ED77EDB7EE07EE1
1096
+ 7EE87EEB7EEE7EEF7EF17EF27F0D7EF67EFA7EFB7EFE7F017F027F037F077F08
1097
+ 7F0B7F0C7F0F7F117F127F177F197F1C7F1B7F1F7F217F227F237F247F257F26
1098
+ 7F277F2A7F2B7F2C7F2D7F2F7F307F317F327F337F355E7A757F5DDB753E9095
1099
+ 738E739173AE73A2739F73CF73C273D173B773B373C073C973C873E573D9987C
1100
+ 740A73E973E773DE73BA73F2740F742A745B7426742574287430742E742C0000
1101
+ 0000000000000000000000000000000000000000000000000000000000000000
1102
+ 0000000000000000000000000000000000000000000000000000000000000000
1103
+ 0000000000000000000000000000000000000000000000000000000000000000
1104
+ 0000000000000000000000000000000000000000000000000000000000000000
1105
+ 0000000000000000000000000000000000000000000000000000000000000000
1106
+ 0000000000000000000000000000000000000000000000000000000000000000
1107
+ 0000000000000000000000000000000000000000000000000000000000000000
1108
+ 0000000000000000000000000000000000000000000000000000000000000000
1109
+ 68
1110
+ 0000000000000000000000000000000000000000000000000000000000000000
1111
+ 0000000000000000000000000000000000000000000000000000000000000000
1112
+ 0000741B741A7441745C7457745574597477746D747E749C748E748074817487
1113
+ 748B749E74A874A9749074A774D274BA97EA97EB97EC674C6753675E67486769
1114
+ 67A56787676A6773679867A7677567A8679E67AD678B6777677C67F0680967D8
1115
+ 680A67E967B0680C67D967B567DA67B367DD680067C367B867E2680E67C167FD
1116
+ 6832683368606861684E6862684468646883681D68556866684168676840683E
1117
+ 684A6849682968B5688F687468776893686B68C2696E68FC691F692068F90000
1118
+ 0000000000000000000000000000000000000000000000000000000000000000
1119
+ 0000000000000000000000000000000000000000000000000000000000000000
1120
+ 0000000000000000000000000000000000000000000000000000000000000000
1121
+ 0000000000000000000000000000000000000000000000000000000000000000
1122
+ 0000000000000000000000000000000000000000000000000000000000000000
1123
+ 0000000000000000000000000000000000000000000000000000000000000000
1124
+ 0000000000000000000000000000000000000000000000000000000000000000
1125
+ 0000000000000000000000000000000000000000000000000000000000000000
1126
+ 69
1127
+ 0000000000000000000000000000000000000000000000000000000000000000
1128
+ 0000000000000000000000000000000000000000000000000000000000000000
1129
+ 0000692468F0690B6901695768E369106971693969606942695D6984696B6980
1130
+ 69986978693469CC6987698869CE6989696669636979699B69A769BB69AB69AD
1131
+ 69D469B169C169CA69DF699569E0698D69FF6A2F69ED6A176A186A6569F26A44
1132
+ 6A3E6AA06A506A5B6A356A8E6A796A3D6A286A586A7C6A916A906AA96A976AAB
1133
+ 733773526B816B826B876B846B926B936B8D6B9A6B9B6BA16BAA8F6B8F6D8F71
1134
+ 8F728F738F758F768F788F778F798F7A8F7C8F7E8F818F828F848F878F8B0000
1135
+ 0000000000000000000000000000000000000000000000000000000000000000
1136
+ 0000000000000000000000000000000000000000000000000000000000000000
1137
+ 0000000000000000000000000000000000000000000000000000000000000000
1138
+ 0000000000000000000000000000000000000000000000000000000000000000
1139
+ 0000000000000000000000000000000000000000000000000000000000000000
1140
+ 0000000000000000000000000000000000000000000000000000000000000000
1141
+ 0000000000000000000000000000000000000000000000000000000000000000
1142
+ 0000000000000000000000000000000000000000000000000000000000000000
1143
+ 6A
1144
+ 0000000000000000000000000000000000000000000000000000000000000000
1145
+ 0000000000000000000000000000000000000000000000000000000000000000
1146
+ 00008F8D8F8E8F8F8F988F9A8ECE620B6217621B621F6222622162256224622C
1147
+ 81E774EF74F474FF750F75117513653465EE65EF65F0660A6619677266036615
1148
+ 6600708566F7661D66346631663666358006665F66546641664F665666616657
1149
+ 66776684668C66A7669D66BE66DB66DC66E666E98D328D338D368D3B8D3D8D40
1150
+ 8D458D468D488D498D478D4D8D558D5989C789CA89CB89CC89CE89CF89D089D1
1151
+ 726E729F725D7266726F727E727F7284728B728D728F72926308633263B00000
1152
+ 0000000000000000000000000000000000000000000000000000000000000000
1153
+ 0000000000000000000000000000000000000000000000000000000000000000
1154
+ 0000000000000000000000000000000000000000000000000000000000000000
1155
+ 0000000000000000000000000000000000000000000000000000000000000000
1156
+ 0000000000000000000000000000000000000000000000000000000000000000
1157
+ 0000000000000000000000000000000000000000000000000000000000000000
1158
+ 0000000000000000000000000000000000000000000000000000000000000000
1159
+ 0000000000000000000000000000000000000000000000000000000000000000
1160
+ 6B
1161
+ 0000000000000000000000000000000000000000000000000000000000000000
1162
+ 0000000000000000000000000000000000000000000000000000000000000000
1163
+ 0000643F64D880046BEA6BF36BFD6BF56BF96C056C076C066C0D6C156C186C19
1164
+ 6C1A6C216C296C246C2A6C3265356555656B724D72527256723086625216809F
1165
+ 809C809380BC670A80BD80B180AB80AD80B480B780E780E880E980EA80DB80C2
1166
+ 80C480D980CD80D7671080DD80EB80F180F480ED810D810E80F280FC67158112
1167
+ 8C5A8136811E812C811881328148814C815381748159815A817181608169817C
1168
+ 817D816D8167584D5AB58188818281916ED581A381AA81CC672681CA81BB0000
1169
+ 0000000000000000000000000000000000000000000000000000000000000000
1170
+ 0000000000000000000000000000000000000000000000000000000000000000
1171
+ 0000000000000000000000000000000000000000000000000000000000000000
1172
+ 0000000000000000000000000000000000000000000000000000000000000000
1173
+ 0000000000000000000000000000000000000000000000000000000000000000
1174
+ 0000000000000000000000000000000000000000000000000000000000000000
1175
+ 0000000000000000000000000000000000000000000000000000000000000000
1176
+ 0000000000000000000000000000000000000000000000000000000000000000
1177
+ 6C
1178
+ 0000000000000000000000000000000000000000000000000000000000000000
1179
+ 0000000000000000000000000000000000000000000000000000000000000000
1180
+ 000081C181A66B246B376B396B436B466B5998D198D298D398D598D998DA6BB3
1181
+ 5F406BC289F365909F51659365BC65C665C465C365CC65CE65D265D67080709C
1182
+ 7096709D70BB70C070B770AB70B170E870CA711071137116712F71317173715C
1183
+ 716871457172714A7178717A719871B371B571A871A071E071D471E771F9721D
1184
+ 7228706C7118716671B9623E623D624362486249793B794079467949795B795C
1185
+ 7953795A796279577960796F7967797A7985798A799A79A779B35FD15FD00000
1186
+ 0000000000000000000000000000000000000000000000000000000000000000
1187
+ 0000000000000000000000000000000000000000000000000000000000000000
1188
+ 0000000000000000000000000000000000000000000000000000000000000000
1189
+ 0000000000000000000000000000000000000000000000000000000000000000
1190
+ 0000000000000000000000000000000000000000000000000000000000000000
1191
+ 0000000000000000000000000000000000000000000000000000000000000000
1192
+ 0000000000000000000000000000000000000000000000000000000000000000
1193
+ 0000000000000000000000000000000000000000000000000000000000000000
1194
+ 6D
1195
+ 0000000000000000000000000000000000000000000000000000000000000000
1196
+ 0000000000000000000000000000000000000000000000000000000000000000
1197
+ 0000603C605D605A606760416059606360AB6106610D615D61A9619D61CB61D1
1198
+ 62068080807F6C936CF66DFC77F677F87800780978177818781165AB782D781C
1199
+ 781D7839783A783B781F783C7825782C78237829784E786D7856785778267850
1200
+ 7847784C786A789B7893789A7887789C78A178A378B278B978A578D478D978C9
1201
+ 78EC78F2790578F479137924791E79349F9B9EF99EFB9EFC76F17704770D76F9
1202
+ 77077708771A77227719772D7726773577387750775177477743775A77680000
1203
+ 0000000000000000000000000000000000000000000000000000000000000000
1204
+ 0000000000000000000000000000000000000000000000000000000000000000
1205
+ 0000000000000000000000000000000000000000000000000000000000000000
1206
+ 0000000000000000000000000000000000000000000000000000000000000000
1207
+ 0000000000000000000000000000000000000000000000000000000000000000
1208
+ 0000000000000000000000000000000000000000000000000000000000000000
1209
+ 0000000000000000000000000000000000000000000000000000000000000000
1210
+ 0000000000000000000000000000000000000000000000000000000000000000
1211
+ 6E
1212
+ 0000000000000000000000000000000000000000000000000000000000000000
1213
+ 0000000000000000000000000000000000000000000000000000000000000000
1214
+ 000077627765777F778D777D7780778C7791779F77A077B077B577BD753A7540
1215
+ 754E754B7548755B7572757975837F587F617F5F8A487F687F747F717F797F81
1216
+ 7F7E76CD76E58832948594869487948B948A948C948D948F9490949494979495
1217
+ 949A949B949C94A394A494AB94AA94AD94AC94AF94B094B294B494B694B794B8
1218
+ 94B994BA94BC94BD94BF94C494C894C994CA94CB94CC94CD94CE94D094D194D2
1219
+ 94D594D694D794D994D894DB94DE94DF94E094E294E494E594E794E894EA0000
1220
+ 0000000000000000000000000000000000000000000000000000000000000000
1221
+ 0000000000000000000000000000000000000000000000000000000000000000
1222
+ 0000000000000000000000000000000000000000000000000000000000000000
1223
+ 0000000000000000000000000000000000000000000000000000000000000000
1224
+ 0000000000000000000000000000000000000000000000000000000000000000
1225
+ 0000000000000000000000000000000000000000000000000000000000000000
1226
+ 0000000000000000000000000000000000000000000000000000000000000000
1227
+ 0000000000000000000000000000000000000000000000000000000000000000
1228
+ 6F
1229
+ 0000000000000000000000000000000000000000000000000000000000000000
1230
+ 0000000000000000000000000000000000000000000000000000000000000000
1231
+ 000094E994EB94EE94EF94F394F494F594F794F994FC94FD94FF950395029506
1232
+ 95079509950A950D950E950F951295139514951595169518951B951D951E951F
1233
+ 9522952A952B9529952C953195329534953695379538953C953E953F95429535
1234
+ 9544954595469549954C954E954F9552955395549556955795589559955B955E
1235
+ 955F955D95619562956495659566956795689569956A956B956C956F95719572
1236
+ 9573953A77E777EC96C979D579ED79E379EB7A065D477A037A027A1E7A140000
1237
+ 0000000000000000000000000000000000000000000000000000000000000000
1238
+ 0000000000000000000000000000000000000000000000000000000000000000
1239
+ 0000000000000000000000000000000000000000000000000000000000000000
1240
+ 0000000000000000000000000000000000000000000000000000000000000000
1241
+ 0000000000000000000000000000000000000000000000000000000000000000
1242
+ 0000000000000000000000000000000000000000000000000000000000000000
1243
+ 0000000000000000000000000000000000000000000000000000000000000000
1244
+ 0000000000000000000000000000000000000000000000000000000000000000
1245
+ 70
1246
+ 0000000000000000000000000000000000000000000000000000000000000000
1247
+ 0000000000000000000000000000000000000000000000000000000000000000
1248
+ 00007A397A377A519ECF99A57A707688768E7693769976A474DE74E0752C9E20
1249
+ 9E229E289E299E2A9E2B9E2C9E329E319E369E389E379E399E3A9E3E9E419E42
1250
+ 9E449E469E479E489E499E4B9E4C9E4E9E519E559E579E5A9E5B9E5C9E5E9E63
1251
+ 9E669E679E689E699E6A9E6B9E6C9E719E6D9E7375927594759675A0759D75AC
1252
+ 75A375B375B475B875C475B175B075C375C275D675CD75E375E875E675E475EB
1253
+ 75E7760375F175FC75FF761076007605760C7617760A76257618761576190000
1254
+ 0000000000000000000000000000000000000000000000000000000000000000
1255
+ 0000000000000000000000000000000000000000000000000000000000000000
1256
+ 0000000000000000000000000000000000000000000000000000000000000000
1257
+ 0000000000000000000000000000000000000000000000000000000000000000
1258
+ 0000000000000000000000000000000000000000000000000000000000000000
1259
+ 0000000000000000000000000000000000000000000000000000000000000000
1260
+ 0000000000000000000000000000000000000000000000000000000000000000
1261
+ 0000000000000000000000000000000000000000000000000000000000000000
1262
+ 71
1263
+ 0000000000000000000000000000000000000000000000000000000000000000
1264
+ 0000000000000000000000000000000000000000000000000000000000000000
1265
+ 0000761B763C762276207640762D7630763F76357643763E7633764D765E7654
1266
+ 765C7656766B766F7FCA7AE67A787A797A807A867A887A957AA67AA07AAC7AA8
1267
+ 7AAD7AB3886488698872887D887F888288A288C688B788BC88C988E288CE88E3
1268
+ 88E588F1891A88FC88E888FE88F0892189198913891B890A8934892B89368941
1269
+ 8966897B758B80E576B276B477DC801280148016801C80208022802580268027
1270
+ 802980288031800B803580438046804D80528069807189839878988098830000
1271
+ 0000000000000000000000000000000000000000000000000000000000000000
1272
+ 0000000000000000000000000000000000000000000000000000000000000000
1273
+ 0000000000000000000000000000000000000000000000000000000000000000
1274
+ 0000000000000000000000000000000000000000000000000000000000000000
1275
+ 0000000000000000000000000000000000000000000000000000000000000000
1276
+ 0000000000000000000000000000000000000000000000000000000000000000
1277
+ 0000000000000000000000000000000000000000000000000000000000000000
1278
+ 0000000000000000000000000000000000000000000000000000000000000000
1279
+ 72
1280
+ 0000000000000000000000000000000000000000000000000000000000000000
1281
+ 0000000000000000000000000000000000000000000000000000000000000000
1282
+ 00009889988C988D988F9894989A989B989E989F98A198A298A598A6864D8654
1283
+ 866C866E867F867A867C867B86A8868D868B86AC869D86A786A386AA869386A9
1284
+ 86B686C486B586CE86B086BA86B186AF86C986CF86B486E986F186F286ED86F3
1285
+ 86D0871386DE86F486DF86D886D18703870786F88708870A870D87098723873B
1286
+ 871E8725872E871A873E87488734873187298737873F87828722877D877E877B
1287
+ 87608770874C876E878B87538763877C876487598765879387AF87A887D20000
1288
+ 0000000000000000000000000000000000000000000000000000000000000000
1289
+ 0000000000000000000000000000000000000000000000000000000000000000
1290
+ 0000000000000000000000000000000000000000000000000000000000000000
1291
+ 0000000000000000000000000000000000000000000000000000000000000000
1292
+ 0000000000000000000000000000000000000000000000000000000000000000
1293
+ 0000000000000000000000000000000000000000000000000000000000000000
1294
+ 0000000000000000000000000000000000000000000000000000000000000000
1295
+ 0000000000000000000000000000000000000000000000000000000000000000
1296
+ 73
1297
+ 0000000000000000000000000000000000000000000000000000000000000000
1298
+ 0000000000000000000000000000000000000000000000000000000000000000
1299
+ 000087C68788878587AD8797878387AB87E587AC87B587B387CB87D387BD87D1
1300
+ 87C087CA87DB87EA87E087EE8816881387FE880A881B88218839883C7F367F42
1301
+ 7F447F4582107AFA7AFD7B087B037B047B157B0A7B2B7B0F7B477B387B2A7B19
1302
+ 7B2E7B317B207B257B247B337B3E7B1E7B587B5A7B457B757B4C7B5D7B607B6E
1303
+ 7B7B7B627B727B717B907BA67BA77BB87BAC7B9D7BA87B857BAA7B9C7BA27BAB
1304
+ 7BB47BD17BC17BCC7BDD7BDA7BE57BE67BEA7C0C7BFE7BFC7C0F7C167C0B0000
1305
+ 0000000000000000000000000000000000000000000000000000000000000000
1306
+ 0000000000000000000000000000000000000000000000000000000000000000
1307
+ 0000000000000000000000000000000000000000000000000000000000000000
1308
+ 0000000000000000000000000000000000000000000000000000000000000000
1309
+ 0000000000000000000000000000000000000000000000000000000000000000
1310
+ 0000000000000000000000000000000000000000000000000000000000000000
1311
+ 0000000000000000000000000000000000000000000000000000000000000000
1312
+ 0000000000000000000000000000000000000000000000000000000000000000
1313
+ 74
1314
+ 0000000000000000000000000000000000000000000000000000000000000000
1315
+ 0000000000000000000000000000000000000000000000000000000000000000
1316
+ 00007C1F7C2A7C267C387C417C4081FE82018202820481EC8844822182228223
1317
+ 822D822F8228822B8238823B82338234823E82448249824B824F825A825F8268
1318
+ 887E8885888888D888DF895E7F9D7F9F7FA77FAF7FB07FB27C7C65497C917C9D
1319
+ 7C9C7C9E7CA27CB27CBC7CBD7CC17CC77CCC7CCD7CC87CC57CD77CE8826E66A8
1320
+ 7FBF7FCE7FD57FE57FE17FE67FE97FEE7FF37CF87D777DA67DAE7E477E9B9EB8
1321
+ 9EB48D738D848D948D918DB18D678D6D8C478C49914A9150914E914F91640000
1322
+ 0000000000000000000000000000000000000000000000000000000000000000
1323
+ 0000000000000000000000000000000000000000000000000000000000000000
1324
+ 0000000000000000000000000000000000000000000000000000000000000000
1325
+ 0000000000000000000000000000000000000000000000000000000000000000
1326
+ 0000000000000000000000000000000000000000000000000000000000000000
1327
+ 0000000000000000000000000000000000000000000000000000000000000000
1328
+ 0000000000000000000000000000000000000000000000000000000000000000
1329
+ 0000000000000000000000000000000000000000000000000000000000000000
1330
+ 75
1331
+ 0000000000000000000000000000000000000000000000000000000000000000
1332
+ 0000000000000000000000000000000000000000000000000000000000000000
1333
+ 00009162916191709169916F917D917E917291749179918C91859190918D9191
1334
+ 91A291A391AA91AD91AE91AF91B591B491BA8C559E7E8DB88DEB8E058E598E69
1335
+ 8DB58DBF8DBC8DBA8DC48DD68DD78DDA8DDE8DCE8DCF8DDB8DC68DEC8DF78DF8
1336
+ 8DE38DF98DFB8DE48E098DFD8E148E1D8E1F8E2C8E2E8E238E2F8E3A8E408E39
1337
+ 8E358E3D8E318E498E418E428E518E528E4A8E708E768E7C8E6F8E748E858E8F
1338
+ 8E948E908E9C8E9E8C788C828C8A8C858C988C94659B89D689DE89DA89DC0000
1339
+ 0000000000000000000000000000000000000000000000000000000000000000
1340
+ 0000000000000000000000000000000000000000000000000000000000000000
1341
+ 0000000000000000000000000000000000000000000000000000000000000000
1342
+ 0000000000000000000000000000000000000000000000000000000000000000
1343
+ 0000000000000000000000000000000000000000000000000000000000000000
1344
+ 0000000000000000000000000000000000000000000000000000000000000000
1345
+ 0000000000000000000000000000000000000000000000000000000000000000
1346
+ 0000000000000000000000000000000000000000000000000000000000000000
1347
+ 76
1348
+ 0000000000000000000000000000000000000000000000000000000000000000
1349
+ 0000000000000000000000000000000000000000000000000000000000000000
1350
+ 000089E589EB89EF8A3E8B26975396E996F396EF970697019708970F970E972A
1351
+ 972D9730973E9F809F839F859F869F879F889F899F8A9F8C9EFE9F0B9F0D96B9
1352
+ 96BC96BD96CE96D277BF96E0928E92AE92C8933E936A93CA938F943E946B9C7F
1353
+ 9C829C859C869C879C887A239C8B9C8E9C909C919C929C949C959C9A9C9B9C9E
1354
+ 9C9F9CA09CA19CA29CA39CA59CA69CA79CA89CA99CAB9CAD9CAE9CB09CB19CB2
1355
+ 9CB39CB49CB59CB69CB79CBA9CBB9CBC9CBD9CC49CC59CC69CC79CCA9CCB0000
1356
+ 0000000000000000000000000000000000000000000000000000000000000000
1357
+ 0000000000000000000000000000000000000000000000000000000000000000
1358
+ 0000000000000000000000000000000000000000000000000000000000000000
1359
+ 0000000000000000000000000000000000000000000000000000000000000000
1360
+ 0000000000000000000000000000000000000000000000000000000000000000
1361
+ 0000000000000000000000000000000000000000000000000000000000000000
1362
+ 0000000000000000000000000000000000000000000000000000000000000000
1363
+ 0000000000000000000000000000000000000000000000000000000000000000
1364
+ 77
1365
+ 0000000000000000000000000000000000000000000000000000000000000000
1366
+ 0000000000000000000000000000000000000000000000000000000000000000
1367
+ 00009CCC9CCD9CCE9CCF9CD09CD39CD49CD59CD79CD89CD99CDC9CDD9CDF9CE2
1368
+ 977C978597919792979497AF97AB97A397B297B49AB19AB09AB79E589AB69ABA
1369
+ 9ABC9AC19AC09AC59AC29ACB9ACC9AD19B459B439B479B499B489B4D9B5198E8
1370
+ 990D992E995599549ADF9AE19AE69AEF9AEB9AFB9AED9AF99B089B0F9B139B1F
1371
+ 9B239EBD9EBE7E3B9E829E879E889E8B9E9293D69E9D9E9F9EDB9EDC9EDD9EE0
1372
+ 9EDF9EE29EE99EE79EE59EEA9EEF9F229F2C9F2F9F399F379F3D9F3E9F440000
1373
+ 0000000000000000000000000000000000000000000000000000000000000000
1374
+ 0000000000000000000000000000000000000000000000000000000000000000
1375
+ 0000000000000000000000000000000000000000000000000000000000000000
1376
+ 0000000000000000000000000000000000000000000000000000000000000000
1377
+ 0000000000000000000000000000000000000000000000000000000000000000
1378
+ 0000000000000000000000000000000000000000000000000000000000000000
1379
+ 0000000000000000000000000000000000000000000000000000000000000000
1380
+ 0000000000000000000000000000000000000000000000000000000000000000
parrot/lib/tcl8.6/encoding/iso2022-jp.enc ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso2022-jp, escape-driven
2
+ E
3
+ name iso2022-jp
4
+ init {}
5
+ final {}
6
+ ascii \x1b(B
7
+ jis0201 \x1b(J
8
+ jis0208 \x1b$B
9
+ jis0208 \x1b$@
10
+ jis0212 \x1b$(D
11
+ gb2312 \x1b$A
12
+ ksc5601 \x1b$(C
parrot/lib/tcl8.6/encoding/iso2022.enc ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso2022, escape-driven
2
+ E
3
+ name iso2022
4
+ init {}
5
+ final {}
6
+ iso8859-1 \x1b(B
7
+ jis0201 \x1b(J
8
+ gb1988 \x1b(T
9
+ jis0208 \x1b$B
10
+ jis0208 \x1b$@
11
+ jis0212 \x1b$(D
12
+ gb2312 \x1b$A
13
+ ksc5601 \x1b$(C
14
+ jis0208 \x1b&@\x1b$B
parrot/lib/tcl8.6/encoding/iso8859-1.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-1, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A000A100A200A300A400A500A600A700A800A900AA00AB00AC00AD00AE00AF
16
+ 00B000B100B200B300B400B500B600B700B800B900BA00BB00BC00BD00BE00BF
17
+ 00C000C100C200C300C400C500C600C700C800C900CA00CB00CC00CD00CE00CF
18
+ 00D000D100D200D300D400D500D600D700D800D900DA00DB00DC00DD00DE00DF
19
+ 00E000E100E200E300E400E500E600E700E800E900EA00EB00EC00ED00EE00EF
20
+ 00F000F100F200F300F400F500F600F700F800F900FA00FB00FC00FD00FE00FF
parrot/lib/tcl8.6/encoding/iso8859-10.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-10, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A0010401120122012A0128013600A7013B011001600166017D00AD016A014A
16
+ 00B0010501130123012B0129013700B7013C011101610167017E2015016B014B
17
+ 010000C100C200C300C400C500C6012E010C00C9011800CB011600CD00CE00CF
18
+ 00D00145014C00D300D400D500D6016800D8017200DA00DB00DC00DD00DE00DF
19
+ 010100E100E200E300E400E500E6012F010D00E9011900EB011700ED00EE00EF
20
+ 00F00146014D00F300F400F500F6016900F8017300FA00FB00FC00FD00FE0138
parrot/lib/tcl8.6/encoding/iso8859-13.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-13, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A0201D00A200A300A4201E00A600A700D800A9015600AB00AC00AD00AE00C6
16
+ 00B000B100B200B3201C00B500B600B700F800B9015700BB00BC00BD00BE00E6
17
+ 0104012E0100010600C400C501180112010C00C90179011601220136012A013B
18
+ 01600143014500D3014C00D500D600D701720141015A016A00DC017B017D00DF
19
+ 0105012F0101010700E400E501190113010D00E9017A011701230137012B013C
20
+ 01610144014600F3014D00F500F600F701730142015B016B00FC017C017E2019
parrot/lib/tcl8.6/encoding/iso8859-15.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-15, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A000A100A200A320AC00A5016000A7016100A900AA00AB00AC00AD00AE00AF
16
+ 00B000B100B200B3017D00B500B600B7017E00B900BA00BB01520153017800BF
17
+ 00C000C100C200C300C400C500C600C700C800C900CA00CB00CC00CD00CE00CF
18
+ 00D000D100D200D300D400D500D600D700D800D900DA00DB00DC00DD00DE00DF
19
+ 00E000E100E200E300E400E500E600E700E800E900EA00EB00EC00ED00EE00EF
20
+ 00F000F100F200F300F400F500F600F700F800F900FA00FB00FC00FD00FE00FF
parrot/lib/tcl8.6/encoding/iso8859-2.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-2, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A0010402D8014100A4013D015A00A700A80160015E0164017900AD017D017B
16
+ 00B0010502DB014200B4013E015B02C700B80161015F0165017A02DD017E017C
17
+ 015400C100C2010200C40139010600C7010C00C9011800CB011A00CD00CE010E
18
+ 01100143014700D300D4015000D600D70158016E00DA017000DC00DD016200DF
19
+ 015500E100E2010300E4013A010700E7010D00E9011900EB011B00ED00EE010F
20
+ 01110144014800F300F4015100F600F70159016F00FA017100FC00FD016302D9
parrot/lib/tcl8.6/encoding/iso8859-4.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-4, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A001040138015600A40128013B00A700A8016001120122016600AD017D00AF
16
+ 00B0010502DB015700B40129013C02C700B80161011301230167014A017E014B
17
+ 010000C100C200C300C400C500C6012E010C00C9011800CB011600CD00CE012A
18
+ 01100145014C013600D400D500D600D700D8017200DA00DB00DC0168016A00DF
19
+ 010100E100E200E300E400E500E6012F010D00E9011900EB011700ED00EE012B
20
+ 01110146014D013700F400F500F600F700F8017300FA00FB00FC0169016B02D9
parrot/lib/tcl8.6/encoding/iso8859-6.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-6, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A000000000000000A40000000000000000000000000000060C00AD00000000
16
+ 00000000000000000000000000000000000000000000061B000000000000061F
17
+ 0000062106220623062406250626062706280629062A062B062C062D062E062F
18
+ 0630063106320633063406350636063706380639063A00000000000000000000
19
+ 0640064106420643064406450646064706480649064A064B064C064D064E064F
20
+ 0650065106520000000000000000000000000000000000000000000000000000
parrot/lib/tcl8.6/encoding/iso8859-7.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: iso8859-7, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 00A02018201900A320AC20AF00A600A700A800A9037A00AB00AC00AD00002015
16
+ 00B000B100B200B303840385038600B703880389038A00BB038C00BD038E038F
17
+ 0390039103920393039403950396039703980399039A039B039C039D039E039F
18
+ 03A003A1000003A303A403A503A603A703A803A903AA03AB03AC03AD03AE03AF
19
+ 03B003B103B203B303B403B503B603B703B803B903BA03BB03BC03BD03BE03BF
20
+ 03C003C103C203C303C403C503C603C703C803C903CA03CB03CC03CD03CE0000
parrot/lib/tcl8.6/encoding/jis0201.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: jis0201, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D203E007F
13
+ 0080008100820083008400850086008700880089008A008B008C008D008E008F
14
+ 0090009100920093009400950096009700980099009A009B009C009D009E009F
15
+ 0000FF61FF62FF63FF64FF65FF66FF67FF68FF69FF6AFF6BFF6CFF6DFF6EFF6F
16
+ FF70FF71FF72FF73FF74FF75FF76FF77FF78FF79FF7AFF7BFF7CFF7DFF7EFF7F
17
+ FF80FF81FF82FF83FF84FF85FF86FF87FF88FF89FF8AFF8BFF8CFF8DFF8EFF8F
18
+ FF90FF91FF92FF93FF94FF95FF96FF97FF98FF99FF9AFF9BFF9CFF9DFF9EFF9F
19
+ 0000000000000000000000000000000000000000000000000000000000000000
20
+ 0000000000000000000000000000000000000000000000000000000000000000
parrot/lib/tcl8.6/encoding/jis0212.enc ADDED
@@ -0,0 +1,1159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: jis0212, double-byte
2
+ D
3
+ 2244 0 68
4
+ 22
5
+ 0000000000000000000000000000000000000000000000000000000000000000
6
+ 0000000000000000000000000000000000000000000000000000000000000000
7
+ 00000000000000000000000000000000000000000000000000000000000002D8
8
+ 02C700B802D902DD00AF02DB02DA007E03840385000000000000000000000000
9
+ 0000000000A100A600BF00000000000000000000000000000000000000000000
10
+ 0000000000000000000000000000000000000000000000000000000000000000
11
+ 0000000000000000000000000000000000000000000000BA00AA00A900AE2122
12
+ 00A4211600000000000000000000000000000000000000000000000000000000
13
+ 0000000000000000000000000000000000000000000000000000000000000000
14
+ 0000000000000000000000000000000000000000000000000000000000000000
15
+ 0000000000000000000000000000000000000000000000000000000000000000
16
+ 0000000000000000000000000000000000000000000000000000000000000000
17
+ 0000000000000000000000000000000000000000000000000000000000000000
18
+ 0000000000000000000000000000000000000000000000000000000000000000
19
+ 0000000000000000000000000000000000000000000000000000000000000000
20
+ 0000000000000000000000000000000000000000000000000000000000000000
21
+ 26
22
+ 0000000000000000000000000000000000000000000000000000000000000000
23
+ 0000000000000000000000000000000000000000000000000000000000000000
24
+ 0000000000000000000000000000000000000000000000000000000000000000
25
+ 0000000000000000000000000000000000000000000000000000000000000000
26
+ 0000000000000000000000000000000000000000000000000000000000000000
27
+ 0000000000000000000000000000000000000000000000000000000000000000
28
+ 0000038603880389038A03AA0000038C0000038E03AB0000038F000000000000
29
+ 000003AC03AD03AE03AF03CA039003CC03C203CD03CB03B003CE000000000000
30
+ 0000000000000000000000000000000000000000000000000000000000000000
31
+ 0000000000000000000000000000000000000000000000000000000000000000
32
+ 0000000000000000000000000000000000000000000000000000000000000000
33
+ 0000000000000000000000000000000000000000000000000000000000000000
34
+ 0000000000000000000000000000000000000000000000000000000000000000
35
+ 0000000000000000000000000000000000000000000000000000000000000000
36
+ 0000000000000000000000000000000000000000000000000000000000000000
37
+ 0000000000000000000000000000000000000000000000000000000000000000
38
+ 27
39
+ 0000000000000000000000000000000000000000000000000000000000000000
40
+ 0000000000000000000000000000000000000000000000000000000000000000
41
+ 0000000000000000000000000000000000000000000000000000000000000000
42
+ 0000000000000000000000000000000000000000000000000000000000000000
43
+ 0000000004020403040404050406040704080409040A040B040C040E040F0000
44
+ 0000000000000000000000000000000000000000000000000000000000000000
45
+ 0000000000000000000000000000000000000000000000000000000000000000
46
+ 0000000004520453045404550456045704580459045A045B045C045E045F0000
47
+ 0000000000000000000000000000000000000000000000000000000000000000
48
+ 0000000000000000000000000000000000000000000000000000000000000000
49
+ 0000000000000000000000000000000000000000000000000000000000000000
50
+ 0000000000000000000000000000000000000000000000000000000000000000
51
+ 0000000000000000000000000000000000000000000000000000000000000000
52
+ 0000000000000000000000000000000000000000000000000000000000000000
53
+ 0000000000000000000000000000000000000000000000000000000000000000
54
+ 0000000000000000000000000000000000000000000000000000000000000000
55
+ 29
56
+ 0000000000000000000000000000000000000000000000000000000000000000
57
+ 0000000000000000000000000000000000000000000000000000000000000000
58
+ 000000C60110000001260000013200000141013F0000014A00D8015200000166
59
+ 00DE000000000000000000000000000000000000000000000000000000000000
60
+ 000000E6011100F00127013101330138014201400149014B00F8015300DF0167
61
+ 00FE000000000000000000000000000000000000000000000000000000000000
62
+ 0000000000000000000000000000000000000000000000000000000000000000
63
+ 0000000000000000000000000000000000000000000000000000000000000000
64
+ 0000000000000000000000000000000000000000000000000000000000000000
65
+ 0000000000000000000000000000000000000000000000000000000000000000
66
+ 0000000000000000000000000000000000000000000000000000000000000000
67
+ 0000000000000000000000000000000000000000000000000000000000000000
68
+ 0000000000000000000000000000000000000000000000000000000000000000
69
+ 0000000000000000000000000000000000000000000000000000000000000000
70
+ 0000000000000000000000000000000000000000000000000000000000000000
71
+ 0000000000000000000000000000000000000000000000000000000000000000
72
+ 2A
73
+ 0000000000000000000000000000000000000000000000000000000000000000
74
+ 0000000000000000000000000000000000000000000000000000000000000000
75
+ 000000C100C000C400C2010201CD0100010400C500C301060108010C00C7010A
76
+ 010E00C900C800CB00CA011A0116011201180000011C011E01220120012400CD
77
+ 00CC00CF00CE01CF0130012A012E0128013401360139013D013B014301470145
78
+ 00D100D300D200D600D401D10150014C00D5015401580156015A015C0160015E
79
+ 0164016200DA00D900DC00DB016C01D30170016A0172016E016801D701DB01D9
80
+ 01D5017400DD017801760179017D017B00000000000000000000000000000000
81
+ 0000000000000000000000000000000000000000000000000000000000000000
82
+ 0000000000000000000000000000000000000000000000000000000000000000
83
+ 0000000000000000000000000000000000000000000000000000000000000000
84
+ 0000000000000000000000000000000000000000000000000000000000000000
85
+ 0000000000000000000000000000000000000000000000000000000000000000
86
+ 0000000000000000000000000000000000000000000000000000000000000000
87
+ 0000000000000000000000000000000000000000000000000000000000000000
88
+ 0000000000000000000000000000000000000000000000000000000000000000
89
+ 2B
90
+ 0000000000000000000000000000000000000000000000000000000000000000
91
+ 0000000000000000000000000000000000000000000000000000000000000000
92
+ 000000E100E000E400E2010301CE0101010500E500E301070109010D00E7010B
93
+ 010F00E900E800EB00EA011B01170113011901F5011D011F00000121012500ED
94
+ 00EC00EF00EE01D00000012B012F012901350137013A013E013C014401480146
95
+ 00F100F300F200F600F401D20151014D00F5015501590157015B015D0161015F
96
+ 0165016300FA00F900FC00FB016D01D40171016B0173016F016901D801DC01DA
97
+ 01D6017500FD00FF0177017A017E017C00000000000000000000000000000000
98
+ 0000000000000000000000000000000000000000000000000000000000000000
99
+ 0000000000000000000000000000000000000000000000000000000000000000
100
+ 0000000000000000000000000000000000000000000000000000000000000000
101
+ 0000000000000000000000000000000000000000000000000000000000000000
102
+ 0000000000000000000000000000000000000000000000000000000000000000
103
+ 0000000000000000000000000000000000000000000000000000000000000000
104
+ 0000000000000000000000000000000000000000000000000000000000000000
105
+ 0000000000000000000000000000000000000000000000000000000000000000
106
+ 30
107
+ 0000000000000000000000000000000000000000000000000000000000000000
108
+ 0000000000000000000000000000000000000000000000000000000000000000
109
+ 00004E024E044E054E0C4E124E1F4E234E244E284E2B4E2E4E2F4E304E354E40
110
+ 4E414E444E474E514E5A4E5C4E634E684E694E744E754E794E7F4E8D4E964E97
111
+ 4E9D4EAF4EB94EC34ED04EDA4EDB4EE04EE14EE24EE84EEF4EF14EF34EF54EFD
112
+ 4EFE4EFF4F004F024F034F084F0B4F0C4F124F154F164F174F194F2E4F314F60
113
+ 4F334F354F374F394F3B4F3E4F404F424F484F494F4B4F4C4F524F544F564F58
114
+ 4F5F4F634F6A4F6C4F6E4F714F774F784F794F7A4F7D4F7E4F814F824F840000
115
+ 0000000000000000000000000000000000000000000000000000000000000000
116
+ 0000000000000000000000000000000000000000000000000000000000000000
117
+ 0000000000000000000000000000000000000000000000000000000000000000
118
+ 0000000000000000000000000000000000000000000000000000000000000000
119
+ 0000000000000000000000000000000000000000000000000000000000000000
120
+ 0000000000000000000000000000000000000000000000000000000000000000
121
+ 0000000000000000000000000000000000000000000000000000000000000000
122
+ 0000000000000000000000000000000000000000000000000000000000000000
123
+ 31
124
+ 0000000000000000000000000000000000000000000000000000000000000000
125
+ 0000000000000000000000000000000000000000000000000000000000000000
126
+ 00004F854F894F8A4F8C4F8E4F904F924F934F944F974F994F9A4F9E4F9F4FB2
127
+ 4FB74FB94FBB4FBC4FBD4FBE4FC04FC14FC54FC64FC84FC94FCB4FCC4FCD4FCF
128
+ 4FD24FDC4FE04FE24FF04FF24FFC4FFD4FFF5000500150045007500A500C500E
129
+ 5010501350175018501B501C501D501E50225027502E50305032503350355040
130
+ 5041504250455046504A504C504E50515052505350575059505F506050625063
131
+ 50665067506A506D50705071503B5081508350845086508A508E508F50900000
132
+ 0000000000000000000000000000000000000000000000000000000000000000
133
+ 0000000000000000000000000000000000000000000000000000000000000000
134
+ 0000000000000000000000000000000000000000000000000000000000000000
135
+ 0000000000000000000000000000000000000000000000000000000000000000
136
+ 0000000000000000000000000000000000000000000000000000000000000000
137
+ 0000000000000000000000000000000000000000000000000000000000000000
138
+ 0000000000000000000000000000000000000000000000000000000000000000
139
+ 0000000000000000000000000000000000000000000000000000000000000000
140
+ 32
141
+ 0000000000000000000000000000000000000000000000000000000000000000
142
+ 0000000000000000000000000000000000000000000000000000000000000000
143
+ 00005092509350945096509B509C509E509F50A050A150A250AA50AF50B050B9
144
+ 50BA50BD50C050C350C450C750CC50CE50D050D350D450D850DC50DD50DF50E2
145
+ 50E450E650E850E950EF50F150F650FA50FE5103510651075108510B510C510D
146
+ 510E50F2511051175119511B511C511D511E512351275128512C512D512F5131
147
+ 513351345135513851395142514A514F5153515551575158515F51645166517E
148
+ 51835184518B518E5198519D51A151A351AD51B851BA51BC51BE51BF51C20000
149
+ 0000000000000000000000000000000000000000000000000000000000000000
150
+ 0000000000000000000000000000000000000000000000000000000000000000
151
+ 0000000000000000000000000000000000000000000000000000000000000000
152
+ 0000000000000000000000000000000000000000000000000000000000000000
153
+ 0000000000000000000000000000000000000000000000000000000000000000
154
+ 0000000000000000000000000000000000000000000000000000000000000000
155
+ 0000000000000000000000000000000000000000000000000000000000000000
156
+ 0000000000000000000000000000000000000000000000000000000000000000
157
+ 33
158
+ 0000000000000000000000000000000000000000000000000000000000000000
159
+ 0000000000000000000000000000000000000000000000000000000000000000
160
+ 000051C851CF51D151D251D351D551D851DE51E251E551EE51F251F351F451F7
161
+ 5201520252055212521352155216521852225228523152325235523C52455249
162
+ 525552575258525A525C525F526052615266526E527752785279528052825285
163
+ 528A528C52935295529652975298529A529C52A452A552A652A752AF52B052B6
164
+ 52B752B852BA52BB52BD52C052C452C652C852CC52CF52D152D452D652DB52DC
165
+ 52E152E552E852E952EA52EC52F052F152F452F652F753005303530A530B0000
166
+ 0000000000000000000000000000000000000000000000000000000000000000
167
+ 0000000000000000000000000000000000000000000000000000000000000000
168
+ 0000000000000000000000000000000000000000000000000000000000000000
169
+ 0000000000000000000000000000000000000000000000000000000000000000
170
+ 0000000000000000000000000000000000000000000000000000000000000000
171
+ 0000000000000000000000000000000000000000000000000000000000000000
172
+ 0000000000000000000000000000000000000000000000000000000000000000
173
+ 0000000000000000000000000000000000000000000000000000000000000000
174
+ 34
175
+ 0000000000000000000000000000000000000000000000000000000000000000
176
+ 0000000000000000000000000000000000000000000000000000000000000000
177
+ 0000530C531153135318531B531C531E531F5325532753285329532B532C532D
178
+ 533053325335533C533D533E5342534C534B5359535B536153635365536C536D
179
+ 53725379537E538353875388538E539353945399539D53A153A453AA53AB53AF
180
+ 53B253B453B553B753B853BA53BD53C053C553CF53D253D353D553DA53DD53DE
181
+ 53E053E653E753F554025413541A542154275428542A542F5431543454355443
182
+ 54445447544D544F545E54625464546654675469546B546D546E5474547F0000
183
+ 0000000000000000000000000000000000000000000000000000000000000000
184
+ 0000000000000000000000000000000000000000000000000000000000000000
185
+ 0000000000000000000000000000000000000000000000000000000000000000
186
+ 0000000000000000000000000000000000000000000000000000000000000000
187
+ 0000000000000000000000000000000000000000000000000000000000000000
188
+ 0000000000000000000000000000000000000000000000000000000000000000
189
+ 0000000000000000000000000000000000000000000000000000000000000000
190
+ 0000000000000000000000000000000000000000000000000000000000000000
191
+ 35
192
+ 0000000000000000000000000000000000000000000000000000000000000000
193
+ 0000000000000000000000000000000000000000000000000000000000000000
194
+ 000054815483548554885489548D549154955496549C549F54A154A654A754A9
195
+ 54AA54AD54AE54B154B754B954BA54BB54BF54C654CA54CD54CE54E054EA54EC
196
+ 54EF54F654FC54FE54FF55005501550555085509550C550D550E5515552A552B
197
+ 553255355536553B553C553D554155475549554A554D555055515558555A555B
198
+ 555E5560556155645566557F5581558255865588558E558F5591559255935594
199
+ 559755A355A455AD55B255BF55C155C355C655C955CB55CC55CE55D155D20000
200
+ 0000000000000000000000000000000000000000000000000000000000000000
201
+ 0000000000000000000000000000000000000000000000000000000000000000
202
+ 0000000000000000000000000000000000000000000000000000000000000000
203
+ 0000000000000000000000000000000000000000000000000000000000000000
204
+ 0000000000000000000000000000000000000000000000000000000000000000
205
+ 0000000000000000000000000000000000000000000000000000000000000000
206
+ 0000000000000000000000000000000000000000000000000000000000000000
207
+ 0000000000000000000000000000000000000000000000000000000000000000
208
+ 36
209
+ 0000000000000000000000000000000000000000000000000000000000000000
210
+ 0000000000000000000000000000000000000000000000000000000000000000
211
+ 000055D355D755D855DB55DE55E255E955F655FF56055608560A560D560E560F
212
+ 5610561156125619562C56305633563556375639563B563C563D563F56405641
213
+ 5643564456465649564B564D564F5654565E566056615662566356665669566D
214
+ 566F567156725675568456855688568B568C56955699569A569D569E569F56A6
215
+ 56A756A856A956AB56AC56AD56B156B356B756BE56C556C956CA56CB56CF56D0
216
+ 56CC56CD56D956DC56DD56DF56E156E456E556E656E756E856F156EB56ED0000
217
+ 0000000000000000000000000000000000000000000000000000000000000000
218
+ 0000000000000000000000000000000000000000000000000000000000000000
219
+ 0000000000000000000000000000000000000000000000000000000000000000
220
+ 0000000000000000000000000000000000000000000000000000000000000000
221
+ 0000000000000000000000000000000000000000000000000000000000000000
222
+ 0000000000000000000000000000000000000000000000000000000000000000
223
+ 0000000000000000000000000000000000000000000000000000000000000000
224
+ 0000000000000000000000000000000000000000000000000000000000000000
225
+ 37
226
+ 0000000000000000000000000000000000000000000000000000000000000000
227
+ 0000000000000000000000000000000000000000000000000000000000000000
228
+ 000056F656F7570157025707570A570C57115715571A571B571D572057225723
229
+ 572457255729572A572C572E572F57335734573D573E573F57455746574C574D
230
+ 57525762576557675768576B576D576E576F5770577157735774577557775779
231
+ 577A577B577C577E57815783578C579457975799579A579C579D579E579F57A1
232
+ 579557A757A857A957AC57B857BD57C757C857CC57CF57D557DD57DE57E457E6
233
+ 57E757E957ED57F057F557F657F857FD57FE57FF580358045808580957E10000
234
+ 0000000000000000000000000000000000000000000000000000000000000000
235
+ 0000000000000000000000000000000000000000000000000000000000000000
236
+ 0000000000000000000000000000000000000000000000000000000000000000
237
+ 0000000000000000000000000000000000000000000000000000000000000000
238
+ 0000000000000000000000000000000000000000000000000000000000000000
239
+ 0000000000000000000000000000000000000000000000000000000000000000
240
+ 0000000000000000000000000000000000000000000000000000000000000000
241
+ 0000000000000000000000000000000000000000000000000000000000000000
242
+ 38
243
+ 0000000000000000000000000000000000000000000000000000000000000000
244
+ 0000000000000000000000000000000000000000000000000000000000000000
245
+ 0000580C580D581B581E581F582058265827582D58325839583F5849584C584D
246
+ 584F58505855585F58615864586758685878587C587F58805881588758885889
247
+ 588A588C588D588F589058945896589D58A058A158A258A658A958B158B258C4
248
+ 58BC58C258C858CD58CE58D058D258D458D658DA58DD58E158E258E958F35905
249
+ 5906590B590C5912591359148641591D5921592359245928592F593059335935
250
+ 5936593F59435946595259535959595B595D595E595F59615963596B596D0000
251
+ 0000000000000000000000000000000000000000000000000000000000000000
252
+ 0000000000000000000000000000000000000000000000000000000000000000
253
+ 0000000000000000000000000000000000000000000000000000000000000000
254
+ 0000000000000000000000000000000000000000000000000000000000000000
255
+ 0000000000000000000000000000000000000000000000000000000000000000
256
+ 0000000000000000000000000000000000000000000000000000000000000000
257
+ 0000000000000000000000000000000000000000000000000000000000000000
258
+ 0000000000000000000000000000000000000000000000000000000000000000
259
+ 39
260
+ 0000000000000000000000000000000000000000000000000000000000000000
261
+ 0000000000000000000000000000000000000000000000000000000000000000
262
+ 0000596F5972597559765979597B597C598B598C598E599259955997599F59A4
263
+ 59A759AD59AE59AF59B059B359B759BA59BC59C159C359C459C859CA59CD59D2
264
+ 59DD59DE59DF59E359E459E759EE59EF59F159F259F459F75A005A045A0C5A0D
265
+ 5A0E5A125A135A1E5A235A245A275A285A2A5A2D5A305A445A455A475A485A4C
266
+ 5A505A555A5E5A635A655A675A6D5A775A7A5A7B5A7E5A8B5A905A935A965A99
267
+ 5A9C5A9E5A9F5AA05AA25AA75AAC5AB15AB25AB35AB55AB85ABA5ABB5ABF0000
268
+ 0000000000000000000000000000000000000000000000000000000000000000
269
+ 0000000000000000000000000000000000000000000000000000000000000000
270
+ 0000000000000000000000000000000000000000000000000000000000000000
271
+ 0000000000000000000000000000000000000000000000000000000000000000
272
+ 0000000000000000000000000000000000000000000000000000000000000000
273
+ 0000000000000000000000000000000000000000000000000000000000000000
274
+ 0000000000000000000000000000000000000000000000000000000000000000
275
+ 0000000000000000000000000000000000000000000000000000000000000000
276
+ 3A
277
+ 0000000000000000000000000000000000000000000000000000000000000000
278
+ 0000000000000000000000000000000000000000000000000000000000000000
279
+ 00005AC45AC65AC85ACF5ADA5ADC5AE05AE55AEA5AEE5AF55AF65AFD5B005B01
280
+ 5B085B175B345B195B1B5B1D5B215B255B2D5B385B415B4B5B4C5B525B565B5E
281
+ 5B685B6E5B6F5B7C5B7D5B7E5B7F5B815B845B865B8A5B8E5B905B915B935B94
282
+ 5B965BA85BA95BAC5BAD5BAF5BB15BB25BB75BBA5BBC5BC05BC15BCD5BCF5BD6
283
+ 5BD75BD85BD95BDA5BE05BEF5BF15BF45BFD5C0C5C175C1E5C1F5C235C265C29
284
+ 5C2B5C2C5C2E5C305C325C355C365C595C5A5C5C5C625C635C675C685C690000
285
+ 0000000000000000000000000000000000000000000000000000000000000000
286
+ 0000000000000000000000000000000000000000000000000000000000000000
287
+ 0000000000000000000000000000000000000000000000000000000000000000
288
+ 0000000000000000000000000000000000000000000000000000000000000000
289
+ 0000000000000000000000000000000000000000000000000000000000000000
290
+ 0000000000000000000000000000000000000000000000000000000000000000
291
+ 0000000000000000000000000000000000000000000000000000000000000000
292
+ 0000000000000000000000000000000000000000000000000000000000000000
293
+ 3B
294
+ 0000000000000000000000000000000000000000000000000000000000000000
295
+ 0000000000000000000000000000000000000000000000000000000000000000
296
+ 00005C6D5C705C745C755C7A5C7B5C7C5C7D5C875C885C8A5C8F5C925C9D5C9F
297
+ 5CA05CA25CA35CA65CAA5CB25CB45CB55CBA5CC95CCB5CD25CDD5CD75CEE5CF1
298
+ 5CF25CF45D015D065D0D5D125D2B5D235D245D265D275D315D345D395D3D5D3F
299
+ 5D425D435D465D485D555D515D595D4A5D5F5D605D615D625D645D6A5D6D5D70
300
+ 5D795D7A5D7E5D7F5D815D835D885D8A5D925D935D945D955D995D9B5D9F5DA0
301
+ 5DA75DAB5DB05DB45DB85DB95DC35DC75DCB5DD05DCE5DD85DD95DE05DE40000
302
+ 0000000000000000000000000000000000000000000000000000000000000000
303
+ 0000000000000000000000000000000000000000000000000000000000000000
304
+ 0000000000000000000000000000000000000000000000000000000000000000
305
+ 0000000000000000000000000000000000000000000000000000000000000000
306
+ 0000000000000000000000000000000000000000000000000000000000000000
307
+ 0000000000000000000000000000000000000000000000000000000000000000
308
+ 0000000000000000000000000000000000000000000000000000000000000000
309
+ 0000000000000000000000000000000000000000000000000000000000000000
310
+ 3C
311
+ 0000000000000000000000000000000000000000000000000000000000000000
312
+ 0000000000000000000000000000000000000000000000000000000000000000
313
+ 00005DE95DF85DF95E005E075E0D5E125E145E155E185E1F5E205E2E5E285E32
314
+ 5E355E3E5E4B5E505E495E515E565E585E5B5E5C5E5E5E685E6A5E6B5E6C5E6D
315
+ 5E6E5E705E805E8B5E8E5EA25EA45EA55EA85EAA5EAC5EB15EB35EBD5EBE5EBF
316
+ 5EC65ECC5ECB5ECE5ED15ED25ED45ED55EDC5EDE5EE55EEB5F025F065F075F08
317
+ 5F0E5F195F1C5F1D5F215F225F235F245F285F2B5F2C5F2E5F305F345F365F3B
318
+ 5F3D5F3F5F405F445F455F475F4D5F505F545F585F5B5F605F635F645F670000
319
+ 0000000000000000000000000000000000000000000000000000000000000000
320
+ 0000000000000000000000000000000000000000000000000000000000000000
321
+ 0000000000000000000000000000000000000000000000000000000000000000
322
+ 0000000000000000000000000000000000000000000000000000000000000000
323
+ 0000000000000000000000000000000000000000000000000000000000000000
324
+ 0000000000000000000000000000000000000000000000000000000000000000
325
+ 0000000000000000000000000000000000000000000000000000000000000000
326
+ 0000000000000000000000000000000000000000000000000000000000000000
327
+ 3D
328
+ 0000000000000000000000000000000000000000000000000000000000000000
329
+ 0000000000000000000000000000000000000000000000000000000000000000
330
+ 00005F6F5F725F745F755F785F7A5F7D5F7E5F895F8D5F8F5F965F9C5F9D5FA2
331
+ 5FA75FAB5FA45FAC5FAF5FB05FB15FB85FC45FC75FC85FC95FCB5FD05FD15FD2
332
+ 5FD35FD45FDE5FE15FE25FE85FE95FEA5FEC5FED5FEE5FEF5FF25FF35FF65FFA
333
+ 5FFC6007600A600D6013601460176018601A601F6024602D6033603560406047
334
+ 60486049604C6051605460566057605D606160676071607E607F608260866088
335
+ 608A608E6091609360956098609D609E60A260A460A560A860B060B160B70000
336
+ 0000000000000000000000000000000000000000000000000000000000000000
337
+ 0000000000000000000000000000000000000000000000000000000000000000
338
+ 0000000000000000000000000000000000000000000000000000000000000000
339
+ 0000000000000000000000000000000000000000000000000000000000000000
340
+ 0000000000000000000000000000000000000000000000000000000000000000
341
+ 0000000000000000000000000000000000000000000000000000000000000000
342
+ 0000000000000000000000000000000000000000000000000000000000000000
343
+ 0000000000000000000000000000000000000000000000000000000000000000
344
+ 3E
345
+ 0000000000000000000000000000000000000000000000000000000000000000
346
+ 0000000000000000000000000000000000000000000000000000000000000000
347
+ 000060BB60BE60C260C460C860C960CA60CB60CE60CF60D460D560D960DB60DD
348
+ 60DE60E260E560F260F560F860FC60FD61026107610A610C6110611161126113
349
+ 6114611661176119611C611E6122612A612B6130613161356136613761396141
350
+ 614561466149615E6160616C61726178617B617C617F6180618161836184618B
351
+ 618D6192619361976198619C619D619F61A061A561A861AA61AD61B861B961BC
352
+ 61C061C161C261CE61CF61D561DC61DD61DE61DF61E161E261E761E961E50000
353
+ 0000000000000000000000000000000000000000000000000000000000000000
354
+ 0000000000000000000000000000000000000000000000000000000000000000
355
+ 0000000000000000000000000000000000000000000000000000000000000000
356
+ 0000000000000000000000000000000000000000000000000000000000000000
357
+ 0000000000000000000000000000000000000000000000000000000000000000
358
+ 0000000000000000000000000000000000000000000000000000000000000000
359
+ 0000000000000000000000000000000000000000000000000000000000000000
360
+ 0000000000000000000000000000000000000000000000000000000000000000
361
+ 3F
362
+ 0000000000000000000000000000000000000000000000000000000000000000
363
+ 0000000000000000000000000000000000000000000000000000000000000000
364
+ 000061EC61ED61EF620162036204620762136215621C62206222622362276229
365
+ 622B6239623D6242624362446246624C62506251625262546256625A625C6264
366
+ 626D626F6273627A627D628D628E628F629062A662A862B362B662B762BA62BE
367
+ 62BF62C462CE62D562D662DA62EA62F262F462FC62FD63036304630A630B630D
368
+ 63106313631663186329632A632D633563366339633C63416342634363446346
369
+ 634A634B634E6352635363546358635B63656366636C636D6371637463750000
370
+ 0000000000000000000000000000000000000000000000000000000000000000
371
+ 0000000000000000000000000000000000000000000000000000000000000000
372
+ 0000000000000000000000000000000000000000000000000000000000000000
373
+ 0000000000000000000000000000000000000000000000000000000000000000
374
+ 0000000000000000000000000000000000000000000000000000000000000000
375
+ 0000000000000000000000000000000000000000000000000000000000000000
376
+ 0000000000000000000000000000000000000000000000000000000000000000
377
+ 0000000000000000000000000000000000000000000000000000000000000000
378
+ 40
379
+ 0000000000000000000000000000000000000000000000000000000000000000
380
+ 0000000000000000000000000000000000000000000000000000000000000000
381
+ 00006378637C637D637F638263846387638A6390639463956399639A639E63A4
382
+ 63A663AD63AE63AF63BD63C163C563C863CE63D163D363D463D563DC63E063E5
383
+ 63EA63EC63F263F363F563F863F96409640A6410641264146418641E64206422
384
+ 642464256429642A642F64306435643D643F644B644F6451645264536454645A
385
+ 645B645C645D645F646064616463646D64736474647B647D64856487648F6490
386
+ 649164986499649B649D649F64A164A364A664A864AC64B364BD64BE64BF0000
387
+ 0000000000000000000000000000000000000000000000000000000000000000
388
+ 0000000000000000000000000000000000000000000000000000000000000000
389
+ 0000000000000000000000000000000000000000000000000000000000000000
390
+ 0000000000000000000000000000000000000000000000000000000000000000
391
+ 0000000000000000000000000000000000000000000000000000000000000000
392
+ 0000000000000000000000000000000000000000000000000000000000000000
393
+ 0000000000000000000000000000000000000000000000000000000000000000
394
+ 0000000000000000000000000000000000000000000000000000000000000000
395
+ 41
396
+ 0000000000000000000000000000000000000000000000000000000000000000
397
+ 0000000000000000000000000000000000000000000000000000000000000000
398
+ 000064C464C964CA64CB64CC64CE64D064D164D564D764E464E564E964EA64ED
399
+ 64F064F564F764FB64FF6501650465086509650A650F6513651465166519651B
400
+ 651E651F652265266529652E6531653A653C653D654365476549655065526554
401
+ 655F65606567656B657A657D65816585658A659265956598659D65A065A365A6
402
+ 65AE65B265B365B465BF65C265C865C965CE65D065D465D665D865DF65F065F2
403
+ 65F465F565F965FE65FF6600660466086609660D6611661266156616661D0000
404
+ 0000000000000000000000000000000000000000000000000000000000000000
405
+ 0000000000000000000000000000000000000000000000000000000000000000
406
+ 0000000000000000000000000000000000000000000000000000000000000000
407
+ 0000000000000000000000000000000000000000000000000000000000000000
408
+ 0000000000000000000000000000000000000000000000000000000000000000
409
+ 0000000000000000000000000000000000000000000000000000000000000000
410
+ 0000000000000000000000000000000000000000000000000000000000000000
411
+ 0000000000000000000000000000000000000000000000000000000000000000
412
+ 42
413
+ 0000000000000000000000000000000000000000000000000000000000000000
414
+ 0000000000000000000000000000000000000000000000000000000000000000
415
+ 0000661E662166226623662466266629662A662B662C662E6630663166336639
416
+ 6637664066456646664A664C6651664E665766586659665B665C6660666166FB
417
+ 666A666B666C667E66736675667F667766786679667B6680667C668B668C668D
418
+ 669066926699669A669B669C669F66A066A466AD66B166B266B566BB66BF66C0
419
+ 66C266C366C866CC66CE66CF66D466DB66DF66E866EB66EC66EE66FA67056707
420
+ 670E67136719671C672067226733673E674567476748674C67546755675D0000
421
+ 0000000000000000000000000000000000000000000000000000000000000000
422
+ 0000000000000000000000000000000000000000000000000000000000000000
423
+ 0000000000000000000000000000000000000000000000000000000000000000
424
+ 0000000000000000000000000000000000000000000000000000000000000000
425
+ 0000000000000000000000000000000000000000000000000000000000000000
426
+ 0000000000000000000000000000000000000000000000000000000000000000
427
+ 0000000000000000000000000000000000000000000000000000000000000000
428
+ 0000000000000000000000000000000000000000000000000000000000000000
429
+ 43
430
+ 0000000000000000000000000000000000000000000000000000000000000000
431
+ 0000000000000000000000000000000000000000000000000000000000000000
432
+ 00006766676C676E67746776677B67816784678E678F67916793679667986799
433
+ 679B67B067B167B267B567BB67BC67BD67F967C067C267C367C567C867C967D2
434
+ 67D767D967DC67E167E667F067F267F667F7685268146819681D681F68286827
435
+ 682C682D682F683068316833683B683F68446845684A684C685568576858685B
436
+ 686B686E686F68706871687268756879687A687B687C68826884688668886896
437
+ 6898689A689C68A168A368A568A968AA68AE68B268BB68C568C868CC68CF0000
438
+ 0000000000000000000000000000000000000000000000000000000000000000
439
+ 0000000000000000000000000000000000000000000000000000000000000000
440
+ 0000000000000000000000000000000000000000000000000000000000000000
441
+ 0000000000000000000000000000000000000000000000000000000000000000
442
+ 0000000000000000000000000000000000000000000000000000000000000000
443
+ 0000000000000000000000000000000000000000000000000000000000000000
444
+ 0000000000000000000000000000000000000000000000000000000000000000
445
+ 0000000000000000000000000000000000000000000000000000000000000000
446
+ 44
447
+ 0000000000000000000000000000000000000000000000000000000000000000
448
+ 0000000000000000000000000000000000000000000000000000000000000000
449
+ 000068D068D168D368D668D968DC68DD68E568E868EA68EB68EC68ED68F068F1
450
+ 68F568F668FB68FC68FD69066909690A69106911691369166917693169336935
451
+ 6938693B694269456949694E6957695B696369646965696669686969696C6970
452
+ 69716972697A697B697F6980698D69926996699869A169A569A669A869AB69AD
453
+ 69AF69B769B869BA69BC69C569C869D169D669D769E269E569EE69EF69F169F3
454
+ 69F569FE6A006A016A036A0F6A116A156A1A6A1D6A206A246A286A306A320000
455
+ 0000000000000000000000000000000000000000000000000000000000000000
456
+ 0000000000000000000000000000000000000000000000000000000000000000
457
+ 0000000000000000000000000000000000000000000000000000000000000000
458
+ 0000000000000000000000000000000000000000000000000000000000000000
459
+ 0000000000000000000000000000000000000000000000000000000000000000
460
+ 0000000000000000000000000000000000000000000000000000000000000000
461
+ 0000000000000000000000000000000000000000000000000000000000000000
462
+ 0000000000000000000000000000000000000000000000000000000000000000
463
+ 45
464
+ 0000000000000000000000000000000000000000000000000000000000000000
465
+ 0000000000000000000000000000000000000000000000000000000000000000
466
+ 00006A346A376A3B6A3E6A3F6A456A466A496A4A6A4E6A506A516A526A556A56
467
+ 6A5B6A646A676A6A6A716A736A7E6A816A836A866A876A896A8B6A916A9B6A9D
468
+ 6A9E6A9F6AA56AAB6AAF6AB06AB16AB46ABD6ABE6ABF6AC66AC96AC86ACC6AD0
469
+ 6AD46AD56AD66ADC6ADD6AE46AE76AEC6AF06AF16AF26AFC6AFD6B026B036B06
470
+ 6B076B096B0F6B106B116B176B1B6B1E6B246B286B2B6B2C6B2F6B356B366B3B
471
+ 6B3F6B466B4A6B4D6B526B566B586B5D6B606B676B6B6B6E6B706B756B7D0000
472
+ 0000000000000000000000000000000000000000000000000000000000000000
473
+ 0000000000000000000000000000000000000000000000000000000000000000
474
+ 0000000000000000000000000000000000000000000000000000000000000000
475
+ 0000000000000000000000000000000000000000000000000000000000000000
476
+ 0000000000000000000000000000000000000000000000000000000000000000
477
+ 0000000000000000000000000000000000000000000000000000000000000000
478
+ 0000000000000000000000000000000000000000000000000000000000000000
479
+ 0000000000000000000000000000000000000000000000000000000000000000
480
+ 46
481
+ 0000000000000000000000000000000000000000000000000000000000000000
482
+ 0000000000000000000000000000000000000000000000000000000000000000
483
+ 00006B7E6B826B856B976B9B6B9F6BA06BA26BA36BA86BA96BAC6BAD6BAE6BB0
484
+ 6BB86BB96BBD6BBE6BC36BC46BC96BCC6BD66BDA6BE16BE36BE66BE76BEE6BF1
485
+ 6BF76BF96BFF6C026C046C056C096C0D6C0E6C106C126C196C1F6C266C276C28
486
+ 6C2C6C2E6C336C356C366C3A6C3B6C3F6C4A6C4B6C4D6C4F6C526C546C596C5B
487
+ 6C5C6C6B6C6D6C6F6C746C766C786C796C7B6C856C866C876C896C946C956C97
488
+ 6C986C9C6C9F6CB06CB26CB46CC26CC66CCD6CCF6CD06CD16CD26CD46CD60000
489
+ 0000000000000000000000000000000000000000000000000000000000000000
490
+ 0000000000000000000000000000000000000000000000000000000000000000
491
+ 0000000000000000000000000000000000000000000000000000000000000000
492
+ 0000000000000000000000000000000000000000000000000000000000000000
493
+ 0000000000000000000000000000000000000000000000000000000000000000
494
+ 0000000000000000000000000000000000000000000000000000000000000000
495
+ 0000000000000000000000000000000000000000000000000000000000000000
496
+ 0000000000000000000000000000000000000000000000000000000000000000
497
+ 47
498
+ 0000000000000000000000000000000000000000000000000000000000000000
499
+ 0000000000000000000000000000000000000000000000000000000000000000
500
+ 00006CDA6CDC6CE06CE76CE96CEB6CEC6CEE6CF26CF46D046D076D0A6D0E6D0F
501
+ 6D116D136D1A6D266D276D286C676D2E6D2F6D316D396D3C6D3F6D576D5E6D5F
502
+ 6D616D656D676D6F6D706D7C6D826D876D916D926D946D966D976D986DAA6DAC
503
+ 6DB46DB76DB96DBD6DBF6DC46DC86DCA6DCE6DCF6DD66DDB6DDD6DDF6DE06DE2
504
+ 6DE56DE96DEF6DF06DF46DF66DFC6E006E046E1E6E226E276E326E366E396E3B
505
+ 6E3C6E446E456E486E496E4B6E4F6E516E526E536E546E576E5C6E5D6E5E0000
506
+ 0000000000000000000000000000000000000000000000000000000000000000
507
+ 0000000000000000000000000000000000000000000000000000000000000000
508
+ 0000000000000000000000000000000000000000000000000000000000000000
509
+ 0000000000000000000000000000000000000000000000000000000000000000
510
+ 0000000000000000000000000000000000000000000000000000000000000000
511
+ 0000000000000000000000000000000000000000000000000000000000000000
512
+ 0000000000000000000000000000000000000000000000000000000000000000
513
+ 0000000000000000000000000000000000000000000000000000000000000000
514
+ 48
515
+ 0000000000000000000000000000000000000000000000000000000000000000
516
+ 0000000000000000000000000000000000000000000000000000000000000000
517
+ 00006E626E636E686E736E7B6E7D6E8D6E936E996EA06EA76EAD6EAE6EB16EB3
518
+ 6EBB6EBF6EC06EC16EC36EC76EC86ECA6ECD6ECE6ECF6EEB6EED6EEE6EF96EFB
519
+ 6EFD6F046F086F0A6F0C6F0D6F166F186F1A6F1B6F266F296F2A6F2F6F306F33
520
+ 6F366F3B6F3C6F2D6F4F6F516F526F536F576F596F5A6F5D6F5E6F616F626F68
521
+ 6F6C6F7D6F7E6F836F876F886F8B6F8C6F8D6F906F926F936F946F966F9A6F9F
522
+ 6FA06FA56FA66FA76FA86FAE6FAF6FB06FB56FB66FBC6FC56FC76FC86FCA0000
523
+ 0000000000000000000000000000000000000000000000000000000000000000
524
+ 0000000000000000000000000000000000000000000000000000000000000000
525
+ 0000000000000000000000000000000000000000000000000000000000000000
526
+ 0000000000000000000000000000000000000000000000000000000000000000
527
+ 0000000000000000000000000000000000000000000000000000000000000000
528
+ 0000000000000000000000000000000000000000000000000000000000000000
529
+ 0000000000000000000000000000000000000000000000000000000000000000
530
+ 0000000000000000000000000000000000000000000000000000000000000000
531
+ 49
532
+ 0000000000000000000000000000000000000000000000000000000000000000
533
+ 0000000000000000000000000000000000000000000000000000000000000000
534
+ 00006FDA6FDE6FE86FE96FF06FF56FF96FFC6FFD7000700570067007700D7017
535
+ 70207023702F703470377039703C7043704470487049704A704B70547055705D
536
+ 705E704E70647065706C706E70757076707E7081708570867094709570967097
537
+ 7098709B70A470AB70B070B170B470B770CA70D170D370D470D570D670D870DC
538
+ 70E470FA71037104710571067107710B710C710F711E7120712B712D712F7130
539
+ 713171387141714571467147714A714B715071527157715A715C715E71600000
540
+ 0000000000000000000000000000000000000000000000000000000000000000
541
+ 0000000000000000000000000000000000000000000000000000000000000000
542
+ 0000000000000000000000000000000000000000000000000000000000000000
543
+ 0000000000000000000000000000000000000000000000000000000000000000
544
+ 0000000000000000000000000000000000000000000000000000000000000000
545
+ 0000000000000000000000000000000000000000000000000000000000000000
546
+ 0000000000000000000000000000000000000000000000000000000000000000
547
+ 0000000000000000000000000000000000000000000000000000000000000000
548
+ 4A
549
+ 0000000000000000000000000000000000000000000000000000000000000000
550
+ 0000000000000000000000000000000000000000000000000000000000000000
551
+ 000071687179718071857187718C7192719A719B71A071A271AF71B071B271B3
552
+ 71BA71BF71C071C171C471CB71CC71D371D671D971DA71DC71F871FE72007207
553
+ 7208720972137217721A721D721F7224722B722F723472387239724172427243
554
+ 7245724E724F7250725372557256725A725C725E726072637268726B726E726F
555
+ 727172777278727B727C727F72847289728D728E7293729B72A872AD72AE72B1
556
+ 72B472BE72C172C772C972CC72D572D672D872DF72E572F372F472FA72FB0000
557
+ 0000000000000000000000000000000000000000000000000000000000000000
558
+ 0000000000000000000000000000000000000000000000000000000000000000
559
+ 0000000000000000000000000000000000000000000000000000000000000000
560
+ 0000000000000000000000000000000000000000000000000000000000000000
561
+ 0000000000000000000000000000000000000000000000000000000000000000
562
+ 0000000000000000000000000000000000000000000000000000000000000000
563
+ 0000000000000000000000000000000000000000000000000000000000000000
564
+ 0000000000000000000000000000000000000000000000000000000000000000
565
+ 4B
566
+ 0000000000000000000000000000000000000000000000000000000000000000
567
+ 0000000000000000000000000000000000000000000000000000000000000000
568
+ 000072FE7302730473057307730B730D7312731373187319731E732273247327
569
+ 7328732C733173327335733A733B733D7343734D7350735273567358735D735E
570
+ 735F7360736673677369736B736C736E736F737173777379737C738073817383
571
+ 73857386738E73907393739573977398739C739E739F73A073A273A573A673AA
572
+ 73AB73AD73B573B773B973BC73BD73BF73C573C673C973CB73CC73CF73D273D3
573
+ 73D673D973DD73E173E373E673E773E973F473F573F773F973FA73FB73FD0000
574
+ 0000000000000000000000000000000000000000000000000000000000000000
575
+ 0000000000000000000000000000000000000000000000000000000000000000
576
+ 0000000000000000000000000000000000000000000000000000000000000000
577
+ 0000000000000000000000000000000000000000000000000000000000000000
578
+ 0000000000000000000000000000000000000000000000000000000000000000
579
+ 0000000000000000000000000000000000000000000000000000000000000000
580
+ 0000000000000000000000000000000000000000000000000000000000000000
581
+ 0000000000000000000000000000000000000000000000000000000000000000
582
+ 4C
583
+ 0000000000000000000000000000000000000000000000000000000000000000
584
+ 0000000000000000000000000000000000000000000000000000000000000000
585
+ 000073FF7400740174047407740A7411741A741B7424742674287429742A742B
586
+ 742C742D742E742F74307431743974407443744474467447744B744D74517452
587
+ 7457745D7462746674677468746B746D746E7471747274807481748574867487
588
+ 7489748F74907491749274987499749A749C749F74A074A174A374A674A874A9
589
+ 74AA74AB74AE74AF74B174B274B574B974BB74BF74C874C974CC74D074D374D8
590
+ 74DA74DB74DE74DF74E474E874EA74EB74EF74F474FA74FB74FC74FF75060000
591
+ 0000000000000000000000000000000000000000000000000000000000000000
592
+ 0000000000000000000000000000000000000000000000000000000000000000
593
+ 0000000000000000000000000000000000000000000000000000000000000000
594
+ 0000000000000000000000000000000000000000000000000000000000000000
595
+ 0000000000000000000000000000000000000000000000000000000000000000
596
+ 0000000000000000000000000000000000000000000000000000000000000000
597
+ 0000000000000000000000000000000000000000000000000000000000000000
598
+ 0000000000000000000000000000000000000000000000000000000000000000
599
+ 4D
600
+ 0000000000000000000000000000000000000000000000000000000000000000
601
+ 0000000000000000000000000000000000000000000000000000000000000000
602
+ 000075127516751775207521752475277529752A752F75367539753D753E753F
603
+ 7540754375477548754E755075527557755E755F7561756F75717579757A757B
604
+ 757C757D757E7581758575907592759375957599759C75A275A475B475BA75BF
605
+ 75C075C175C475C675CC75CE75CF75D775DC75DF75E075E175E475E775EC75EE
606
+ 75EF75F175F9760076027603760476077608760A760C760F7612761376157616
607
+ 7619761B761C761D761E7623762576267629762D763276337635763876390000
608
+ 0000000000000000000000000000000000000000000000000000000000000000
609
+ 0000000000000000000000000000000000000000000000000000000000000000
610
+ 0000000000000000000000000000000000000000000000000000000000000000
611
+ 0000000000000000000000000000000000000000000000000000000000000000
612
+ 0000000000000000000000000000000000000000000000000000000000000000
613
+ 0000000000000000000000000000000000000000000000000000000000000000
614
+ 0000000000000000000000000000000000000000000000000000000000000000
615
+ 0000000000000000000000000000000000000000000000000000000000000000
616
+ 4E
617
+ 0000000000000000000000000000000000000000000000000000000000000000
618
+ 0000000000000000000000000000000000000000000000000000000000000000
619
+ 0000763A763C764A764076417643764476457649764B76557659765F76647665
620
+ 766D766E766F7671767476817685768C768D7695769B769C769D769F76A076A2
621
+ 76A376A476A576A676A776A876AA76AD76BD76C176C576C976CB76CC76CE76D4
622
+ 76D976E076E676E876EC76F076F176F676F976FC77007706770A770E77127714
623
+ 771577177719771A771C77227728772D772E772F7734773577367739773D773E
624
+ 774277457746774A774D774E774F775277567757775C775E775F776077620000
625
+ 0000000000000000000000000000000000000000000000000000000000000000
626
+ 0000000000000000000000000000000000000000000000000000000000000000
627
+ 0000000000000000000000000000000000000000000000000000000000000000
628
+ 0000000000000000000000000000000000000000000000000000000000000000
629
+ 0000000000000000000000000000000000000000000000000000000000000000
630
+ 0000000000000000000000000000000000000000000000000000000000000000
631
+ 0000000000000000000000000000000000000000000000000000000000000000
632
+ 0000000000000000000000000000000000000000000000000000000000000000
633
+ 4F
634
+ 0000000000000000000000000000000000000000000000000000000000000000
635
+ 0000000000000000000000000000000000000000000000000000000000000000
636
+ 000077647767776A776C7770777277737774777A777D77807784778C778D7794
637
+ 77957796779A779F77A277A777AA77AE77AF77B177B577BE77C377C977D177D2
638
+ 77D577D977DE77DF77E077E477E677EA77EC77F077F177F477F877FB78057806
639
+ 7809780D780E7811781D782178227823782D782E783078357837784378447847
640
+ 7848784C784E7852785C785E78607861786378647868786A786E787A787E788A
641
+ 788F7894789878A1789D789E789F78A478A878AC78AD78B078B178B278B30000
642
+ 0000000000000000000000000000000000000000000000000000000000000000
643
+ 0000000000000000000000000000000000000000000000000000000000000000
644
+ 0000000000000000000000000000000000000000000000000000000000000000
645
+ 0000000000000000000000000000000000000000000000000000000000000000
646
+ 0000000000000000000000000000000000000000000000000000000000000000
647
+ 0000000000000000000000000000000000000000000000000000000000000000
648
+ 0000000000000000000000000000000000000000000000000000000000000000
649
+ 0000000000000000000000000000000000000000000000000000000000000000
650
+ 50
651
+ 0000000000000000000000000000000000000000000000000000000000000000
652
+ 0000000000000000000000000000000000000000000000000000000000000000
653
+ 000078BB78BD78BF78C778C878C978CC78CE78D278D378D578D678E478DB78DF
654
+ 78E078E178E678EA78F278F3790078F678F778FA78FB78FF7906790C7910791A
655
+ 791C791E791F7920792579277929792D793179347935793B793D793F79447945
656
+ 7946794A794B794F795179547958795B795C79677969796B79727979797B797C
657
+ 797E798B798C799179937994799579967998799B799C79A179A879A979AB79AF
658
+ 79B179B479B879BB79C279C479C779C879CA79CF79D479D679DA79DD79DE0000
659
+ 0000000000000000000000000000000000000000000000000000000000000000
660
+ 0000000000000000000000000000000000000000000000000000000000000000
661
+ 0000000000000000000000000000000000000000000000000000000000000000
662
+ 0000000000000000000000000000000000000000000000000000000000000000
663
+ 0000000000000000000000000000000000000000000000000000000000000000
664
+ 0000000000000000000000000000000000000000000000000000000000000000
665
+ 0000000000000000000000000000000000000000000000000000000000000000
666
+ 0000000000000000000000000000000000000000000000000000000000000000
667
+ 51
668
+ 0000000000000000000000000000000000000000000000000000000000000000
669
+ 0000000000000000000000000000000000000000000000000000000000000000
670
+ 000079E079E279E579EA79EB79ED79F179F879FC7A027A037A077A097A0A7A0C
671
+ 7A117A157A1B7A1E7A217A277A2B7A2D7A2F7A307A347A357A387A397A3A7A44
672
+ 7A457A477A487A4C7A557A567A597A5C7A5D7A5F7A607A657A677A6A7A6D7A75
673
+ 7A787A7E7A807A827A857A867A8A7A8B7A907A917A947A9E7AA07AA37AAC7AB3
674
+ 7AB57AB97ABB7ABC7AC67AC97ACC7ACE7AD17ADB7AE87AE97AEB7AEC7AF17AF4
675
+ 7AFB7AFD7AFE7B077B147B1F7B237B277B297B2A7B2B7B2D7B2E7B2F7B300000
676
+ 0000000000000000000000000000000000000000000000000000000000000000
677
+ 0000000000000000000000000000000000000000000000000000000000000000
678
+ 0000000000000000000000000000000000000000000000000000000000000000
679
+ 0000000000000000000000000000000000000000000000000000000000000000
680
+ 0000000000000000000000000000000000000000000000000000000000000000
681
+ 0000000000000000000000000000000000000000000000000000000000000000
682
+ 0000000000000000000000000000000000000000000000000000000000000000
683
+ 0000000000000000000000000000000000000000000000000000000000000000
684
+ 52
685
+ 0000000000000000000000000000000000000000000000000000000000000000
686
+ 0000000000000000000000000000000000000000000000000000000000000000
687
+ 00007B317B347B3D7B3F7B407B417B477B4E7B557B607B647B667B697B6A7B6D
688
+ 7B6F7B727B737B777B847B897B8E7B907B917B967B9B7B9E7BA07BA57BAC7BAF
689
+ 7BB07BB27BB57BB67BBA7BBB7BBC7BBD7BC27BC57BC87BCA7BD47BD67BD77BD9
690
+ 7BDA7BDB7BE87BEA7BF27BF47BF57BF87BF97BFA7BFC7BFE7C017C027C037C04
691
+ 7C067C097C0B7C0C7C0E7C0F7C197C1B7C207C257C267C287C2C7C317C337C34
692
+ 7C367C397C3A7C467C4A7C557C517C527C537C597C5A7C5B7C5C7C5D7C5E0000
693
+ 0000000000000000000000000000000000000000000000000000000000000000
694
+ 0000000000000000000000000000000000000000000000000000000000000000
695
+ 0000000000000000000000000000000000000000000000000000000000000000
696
+ 0000000000000000000000000000000000000000000000000000000000000000
697
+ 0000000000000000000000000000000000000000000000000000000000000000
698
+ 0000000000000000000000000000000000000000000000000000000000000000
699
+ 0000000000000000000000000000000000000000000000000000000000000000
700
+ 0000000000000000000000000000000000000000000000000000000000000000
701
+ 53
702
+ 0000000000000000000000000000000000000000000000000000000000000000
703
+ 0000000000000000000000000000000000000000000000000000000000000000
704
+ 00007C617C637C677C697C6D7C6E7C707C727C797C7C7C7D7C867C877C8F7C94
705
+ 7C9E7CA07CA67CB07CB67CB77CBA7CBB7CBC7CBF7CC47CC77CC87CC97CCD7CCF
706
+ 7CD37CD47CD57CD77CD97CDA7CDD7CE67CE97CEB7CF57D037D077D087D097D0F
707
+ 7D117D127D137D167D1D7D1E7D237D267D2A7D2D7D317D3C7D3D7D3E7D407D41
708
+ 7D477D487D4D7D517D537D577D597D5A7D5C7D5D7D657D677D6A7D707D787D7A
709
+ 7D7B7D7F7D817D827D837D857D867D887D8B7D8C7D8D7D917D967D977D9D0000
710
+ 0000000000000000000000000000000000000000000000000000000000000000
711
+ 0000000000000000000000000000000000000000000000000000000000000000
712
+ 0000000000000000000000000000000000000000000000000000000000000000
713
+ 0000000000000000000000000000000000000000000000000000000000000000
714
+ 0000000000000000000000000000000000000000000000000000000000000000
715
+ 0000000000000000000000000000000000000000000000000000000000000000
716
+ 0000000000000000000000000000000000000000000000000000000000000000
717
+ 0000000000000000000000000000000000000000000000000000000000000000
718
+ 54
719
+ 0000000000000000000000000000000000000000000000000000000000000000
720
+ 0000000000000000000000000000000000000000000000000000000000000000
721
+ 00007D9E7DA67DA77DAA7DB37DB67DB77DB97DC27DC37DC47DC57DC67DCC7DCD
722
+ 7DCE7DD77DD97E007DE27DE57DE67DEA7DEB7DED7DF17DF57DF67DF97DFA7E08
723
+ 7E107E117E157E177E1C7E1D7E207E277E287E2C7E2D7E2F7E337E367E3F7E44
724
+ 7E457E477E4E7E507E527E587E5F7E617E627E657E6B7E6E7E6F7E737E787E7E
725
+ 7E817E867E877E8A7E8D7E917E957E987E9A7E9D7E9E7F3C7F3B7F3D7F3E7F3F
726
+ 7F437F447F477F4F7F527F537F5B7F5C7F5D7F617F637F647F657F667F6D0000
727
+ 0000000000000000000000000000000000000000000000000000000000000000
728
+ 0000000000000000000000000000000000000000000000000000000000000000
729
+ 0000000000000000000000000000000000000000000000000000000000000000
730
+ 0000000000000000000000000000000000000000000000000000000000000000
731
+ 0000000000000000000000000000000000000000000000000000000000000000
732
+ 0000000000000000000000000000000000000000000000000000000000000000
733
+ 0000000000000000000000000000000000000000000000000000000000000000
734
+ 0000000000000000000000000000000000000000000000000000000000000000
735
+ 55
736
+ 0000000000000000000000000000000000000000000000000000000000000000
737
+ 0000000000000000000000000000000000000000000000000000000000000000
738
+ 00007F717F7D7F7E7F7F7F807F8B7F8D7F8F7F907F917F967F977F9C7FA17FA2
739
+ 7FA67FAA7FAD7FB47FBC7FBF7FC07FC37FC87FCE7FCF7FDB7FDF7FE37FE57FE8
740
+ 7FEC7FEE7FEF7FF27FFA7FFD7FFE7FFF80078008800A800D800E800F80118013
741
+ 80148016801D801E801F802080248026802C802E80308034803580378039803A
742
+ 803C803E80408044806080648066806D8071807580818088808E809C809E80A6
743
+ 80A780AB80B880B980C880CD80CF80D280D480D580D780D880E080ED80EE0000
744
+ 0000000000000000000000000000000000000000000000000000000000000000
745
+ 0000000000000000000000000000000000000000000000000000000000000000
746
+ 0000000000000000000000000000000000000000000000000000000000000000
747
+ 0000000000000000000000000000000000000000000000000000000000000000
748
+ 0000000000000000000000000000000000000000000000000000000000000000
749
+ 0000000000000000000000000000000000000000000000000000000000000000
750
+ 0000000000000000000000000000000000000000000000000000000000000000
751
+ 0000000000000000000000000000000000000000000000000000000000000000
752
+ 56
753
+ 0000000000000000000000000000000000000000000000000000000000000000
754
+ 0000000000000000000000000000000000000000000000000000000000000000
755
+ 000080F080F280F380F680F980FA80FE8103810B811681178118811C811E8120
756
+ 81248127812C81308135813A813C81458147814A814C81528157816081618167
757
+ 81688169816D816F817781818190818481858186818B818E81968198819B819E
758
+ 81A281AE81B281B481BB81CB81C381C581CA81CE81CF81D581D781DB81DD81DE
759
+ 81E181E481EB81EC81F081F181F281F581F681F881F981FD81FF82008203820F
760
+ 821382148219821A821D82218222822882328234823A82438244824582460000
761
+ 0000000000000000000000000000000000000000000000000000000000000000
762
+ 0000000000000000000000000000000000000000000000000000000000000000
763
+ 0000000000000000000000000000000000000000000000000000000000000000
764
+ 0000000000000000000000000000000000000000000000000000000000000000
765
+ 0000000000000000000000000000000000000000000000000000000000000000
766
+ 0000000000000000000000000000000000000000000000000000000000000000
767
+ 0000000000000000000000000000000000000000000000000000000000000000
768
+ 0000000000000000000000000000000000000000000000000000000000000000
769
+ 57
770
+ 0000000000000000000000000000000000000000000000000000000000000000
771
+ 0000000000000000000000000000000000000000000000000000000000000000
772
+ 0000824B824E824F82518256825C826082638267826D8274827B827D827F8280
773
+ 82818283828482878289828A828E8291829482968298829A829B82A082A182A3
774
+ 82A482A782A882A982AA82AE82B082B282B482B782BA82BC82BE82BF82C682D0
775
+ 82D582DA82E082E282E482E882EA82ED82EF82F682F782FD82FE830083018307
776
+ 8308830A830B8354831B831D831E831F83218322832C832D832E833083338337
777
+ 833A833C833D8342834383448347834D834E8351835583568357837083780000
778
+ 0000000000000000000000000000000000000000000000000000000000000000
779
+ 0000000000000000000000000000000000000000000000000000000000000000
780
+ 0000000000000000000000000000000000000000000000000000000000000000
781
+ 0000000000000000000000000000000000000000000000000000000000000000
782
+ 0000000000000000000000000000000000000000000000000000000000000000
783
+ 0000000000000000000000000000000000000000000000000000000000000000
784
+ 0000000000000000000000000000000000000000000000000000000000000000
785
+ 0000000000000000000000000000000000000000000000000000000000000000
786
+ 58
787
+ 0000000000000000000000000000000000000000000000000000000000000000
788
+ 0000000000000000000000000000000000000000000000000000000000000000
789
+ 0000837D837F8380838283848386838D83928394839583988399839B839C839D
790
+ 83A683A783A983AC83BE83BF83C083C783C983CF83D083D183D483DD835383E8
791
+ 83EA83F683F883F983FC84018406840A840F84118415841983AD842F84398445
792
+ 84478448844A844D844F84518452845684588459845A845C8460846484658467
793
+ 846A84708473847484768478847C847D84818485849284938495849E84A684A8
794
+ 84A984AA84AF84B184B484BA84BD84BE84C084C284C784C884CC84CF84D30000
795
+ 0000000000000000000000000000000000000000000000000000000000000000
796
+ 0000000000000000000000000000000000000000000000000000000000000000
797
+ 0000000000000000000000000000000000000000000000000000000000000000
798
+ 0000000000000000000000000000000000000000000000000000000000000000
799
+ 0000000000000000000000000000000000000000000000000000000000000000
800
+ 0000000000000000000000000000000000000000000000000000000000000000
801
+ 0000000000000000000000000000000000000000000000000000000000000000
802
+ 0000000000000000000000000000000000000000000000000000000000000000
803
+ 59
804
+ 0000000000000000000000000000000000000000000000000000000000000000
805
+ 0000000000000000000000000000000000000000000000000000000000000000
806
+ 000084DC84E784EA84EF84F084F184F284F7853284FA84FB84FD850285038507
807
+ 850C850E8510851C851E85228523852485258527852A852B852F853385348536
808
+ 853F8546854F855085518552855385568559855C855D855E855F856085618562
809
+ 8564856B856F8579857A857B857D857F8581858585868589858B858C858F8593
810
+ 8598859D859F85A085A285A585A785B485B685B785B885BC85BD85BE85BF85C2
811
+ 85C785CA85CB85CE85AD85D885DA85DF85E085E685E885ED85F385F685FC0000
812
+ 0000000000000000000000000000000000000000000000000000000000000000
813
+ 0000000000000000000000000000000000000000000000000000000000000000
814
+ 0000000000000000000000000000000000000000000000000000000000000000
815
+ 0000000000000000000000000000000000000000000000000000000000000000
816
+ 0000000000000000000000000000000000000000000000000000000000000000
817
+ 0000000000000000000000000000000000000000000000000000000000000000
818
+ 0000000000000000000000000000000000000000000000000000000000000000
819
+ 0000000000000000000000000000000000000000000000000000000000000000
820
+ 5A
821
+ 0000000000000000000000000000000000000000000000000000000000000000
822
+ 0000000000000000000000000000000000000000000000000000000000000000
823
+ 000085FF860086048605860D860E86108611861286188619861B861E86218627
824
+ 862986368638863A863C863D864086428646865286538656865786588659865D
825
+ 866086618662866386648669866C866F867586768677867A868D869186968698
826
+ 869A869C86A186A686A786A886AD86B186B386B486B586B786B886B986BF86C0
827
+ 86C186C386C586D186D286D586D786DA86DC86E086E386E586E7868886FA86FC
828
+ 86FD870487058707870B870E870F8710871387148719871E871F872187230000
829
+ 0000000000000000000000000000000000000000000000000000000000000000
830
+ 0000000000000000000000000000000000000000000000000000000000000000
831
+ 0000000000000000000000000000000000000000000000000000000000000000
832
+ 0000000000000000000000000000000000000000000000000000000000000000
833
+ 0000000000000000000000000000000000000000000000000000000000000000
834
+ 0000000000000000000000000000000000000000000000000000000000000000
835
+ 0000000000000000000000000000000000000000000000000000000000000000
836
+ 0000000000000000000000000000000000000000000000000000000000000000
837
+ 5B
838
+ 0000000000000000000000000000000000000000000000000000000000000000
839
+ 0000000000000000000000000000000000000000000000000000000000000000
840
+ 00008728872E872F873187328739873A873C873D873E874087438745874D8758
841
+ 875D876187648765876F87718772877B8783878487858786878787888789878B
842
+ 878C879087938795879787988799879E87A087A387A787AC87AD87AE87B187B5
843
+ 87BE87BF87C187C887C987CA87CE87D587D687D987DA87DC87DF87E287E387E4
844
+ 87EA87EB87ED87F187F387F887FA87FF8801880388068809880A880B88108819
845
+ 8812881388148818881A881B881C881E881F8828882D882E8830883288350000
846
+ 0000000000000000000000000000000000000000000000000000000000000000
847
+ 0000000000000000000000000000000000000000000000000000000000000000
848
+ 0000000000000000000000000000000000000000000000000000000000000000
849
+ 0000000000000000000000000000000000000000000000000000000000000000
850
+ 0000000000000000000000000000000000000000000000000000000000000000
851
+ 0000000000000000000000000000000000000000000000000000000000000000
852
+ 0000000000000000000000000000000000000000000000000000000000000000
853
+ 0000000000000000000000000000000000000000000000000000000000000000
854
+ 5C
855
+ 0000000000000000000000000000000000000000000000000000000000000000
856
+ 0000000000000000000000000000000000000000000000000000000000000000
857
+ 0000883A883C88418843884588488849884A884B884E8851885588568858885A
858
+ 885C885F88608864886988718879887B88808898889A889B889C889F88A088A8
859
+ 88AA88BA88BD88BE88C088CA88CB88CC88CD88CE88D188D288D388DB88DE88E7
860
+ 88EF88F088F188F588F789018906890D890E890F8915891689188919891A891C
861
+ 892089268927892889308931893289358939893A893E89408942894589468949
862
+ 894F89528957895A895B895C896189628963896B896E897089738975897A0000
863
+ 0000000000000000000000000000000000000000000000000000000000000000
864
+ 0000000000000000000000000000000000000000000000000000000000000000
865
+ 0000000000000000000000000000000000000000000000000000000000000000
866
+ 0000000000000000000000000000000000000000000000000000000000000000
867
+ 0000000000000000000000000000000000000000000000000000000000000000
868
+ 0000000000000000000000000000000000000000000000000000000000000000
869
+ 0000000000000000000000000000000000000000000000000000000000000000
870
+ 0000000000000000000000000000000000000000000000000000000000000000
871
+ 5D
872
+ 0000000000000000000000000000000000000000000000000000000000000000
873
+ 0000000000000000000000000000000000000000000000000000000000000000
874
+ 0000897B897C897D8989898D899089948995899B899C899F89A089A589B089B4
875
+ 89B589B689B789BC89D489D589D689D789D889E589E989EB89ED89F189F389F6
876
+ 89F989FD89FF8A048A058A078A0F8A118A128A148A158A1E8A208A228A248A26
877
+ 8A2B8A2C8A2F8A358A378A3D8A3E8A408A438A458A478A498A4D8A4E8A538A56
878
+ 8A578A588A5C8A5D8A618A658A678A758A768A778A798A7A8A7B8A7E8A7F8A80
879
+ 8A838A868A8B8A8F8A908A928A968A978A998A9F8AA78AA98AAE8AAF8AB30000
880
+ 0000000000000000000000000000000000000000000000000000000000000000
881
+ 0000000000000000000000000000000000000000000000000000000000000000
882
+ 0000000000000000000000000000000000000000000000000000000000000000
883
+ 0000000000000000000000000000000000000000000000000000000000000000
884
+ 0000000000000000000000000000000000000000000000000000000000000000
885
+ 0000000000000000000000000000000000000000000000000000000000000000
886
+ 0000000000000000000000000000000000000000000000000000000000000000
887
+ 0000000000000000000000000000000000000000000000000000000000000000
888
+ 5E
889
+ 0000000000000000000000000000000000000000000000000000000000000000
890
+ 0000000000000000000000000000000000000000000000000000000000000000
891
+ 00008AB68AB78ABB8ABE8AC38AC68AC88AC98ACA8AD18AD38AD48AD58AD78ADD
892
+ 8ADF8AEC8AF08AF48AF58AF68AFC8AFF8B058B068B0B8B118B1C8B1E8B1F8B0A
893
+ 8B2D8B308B378B3C8B428B438B448B458B468B488B528B538B548B598B4D8B5E
894
+ 8B638B6D8B768B788B798B7C8B7E8B818B848B858B8B8B8D8B8F8B948B958B9C
895
+ 8B9E8B9F8C388C398C3D8C3E8C458C478C498C4B8C4F8C518C538C548C578C58
896
+ 8C5B8C5D8C598C638C648C668C688C698C6D8C738C758C768C7B8C7E8C860000
897
+ 0000000000000000000000000000000000000000000000000000000000000000
898
+ 0000000000000000000000000000000000000000000000000000000000000000
899
+ 0000000000000000000000000000000000000000000000000000000000000000
900
+ 0000000000000000000000000000000000000000000000000000000000000000
901
+ 0000000000000000000000000000000000000000000000000000000000000000
902
+ 0000000000000000000000000000000000000000000000000000000000000000
903
+ 0000000000000000000000000000000000000000000000000000000000000000
904
+ 0000000000000000000000000000000000000000000000000000000000000000
905
+ 5F
906
+ 0000000000000000000000000000000000000000000000000000000000000000
907
+ 0000000000000000000000000000000000000000000000000000000000000000
908
+ 00008C878C8B8C908C928C938C998C9B8C9C8CA48CB98CBA8CC58CC68CC98CCB
909
+ 8CCF8CD68CD58CD98CDD8CE18CE88CEC8CEF8CF08CF28CF58CF78CF88CFE8CFF
910
+ 8D018D038D098D128D178D1B8D658D698D6C8D6E8D7F8D828D848D888D8D8D90
911
+ 8D918D958D9E8D9F8DA08DA68DAB8DAC8DAF8DB28DB58DB78DB98DBB8DC08DC5
912
+ 8DC68DC78DC88DCA8DCE8DD18DD48DD58DD78DD98DE48DE58DE78DEC8DF08DBC
913
+ 8DF18DF28DF48DFD8E018E048E058E068E0B8E118E148E168E208E218E220000
914
+ 0000000000000000000000000000000000000000000000000000000000000000
915
+ 0000000000000000000000000000000000000000000000000000000000000000
916
+ 0000000000000000000000000000000000000000000000000000000000000000
917
+ 0000000000000000000000000000000000000000000000000000000000000000
918
+ 0000000000000000000000000000000000000000000000000000000000000000
919
+ 0000000000000000000000000000000000000000000000000000000000000000
920
+ 0000000000000000000000000000000000000000000000000000000000000000
921
+ 0000000000000000000000000000000000000000000000000000000000000000
922
+ 60
923
+ 0000000000000000000000000000000000000000000000000000000000000000
924
+ 0000000000000000000000000000000000000000000000000000000000000000
925
+ 00008E238E268E278E318E338E368E378E388E398E3D8E408E418E4B8E4D8E4E
926
+ 8E4F8E548E5B8E5C8E5D8E5E8E618E628E698E6C8E6D8E6F8E708E718E798E7A
927
+ 8E7B8E828E838E898E908E928E958E9A8E9B8E9D8E9E8EA28EA78EA98EAD8EAE
928
+ 8EB38EB58EBA8EBB8EC08EC18EC38EC48EC78ECF8ED18ED48EDC8EE88EEE8EF0
929
+ 8EF18EF78EF98EFA8EED8F008F028F078F088F0F8F108F168F178F188F1E8F20
930
+ 8F218F238F258F278F288F2C8F2D8F2E8F348F358F368F378F3A8F408F410000
931
+ 0000000000000000000000000000000000000000000000000000000000000000
932
+ 0000000000000000000000000000000000000000000000000000000000000000
933
+ 0000000000000000000000000000000000000000000000000000000000000000
934
+ 0000000000000000000000000000000000000000000000000000000000000000
935
+ 0000000000000000000000000000000000000000000000000000000000000000
936
+ 0000000000000000000000000000000000000000000000000000000000000000
937
+ 0000000000000000000000000000000000000000000000000000000000000000
938
+ 0000000000000000000000000000000000000000000000000000000000000000
939
+ 61
940
+ 0000000000000000000000000000000000000000000000000000000000000000
941
+ 0000000000000000000000000000000000000000000000000000000000000000
942
+ 00008F438F478F4F8F518F528F538F548F558F588F5D8F5E8F658F9D8FA08FA1
943
+ 8FA48FA58FA68FB58FB68FB88FBE8FC08FC18FC68FCA8FCB8FCD8FD08FD28FD3
944
+ 8FD58FE08FE38FE48FE88FEE8FF18FF58FF68FFB8FFE900290049008900C9018
945
+ 901B90289029902F902A902C902D903390349037903F90439044904C905B905D
946
+ 906290669067906C90709074907990859088908B908C908E9090909590979098
947
+ 9099909B90A090A190A290A590B090B290B390B490B690BD90CC90BE90C30000
948
+ 0000000000000000000000000000000000000000000000000000000000000000
949
+ 0000000000000000000000000000000000000000000000000000000000000000
950
+ 0000000000000000000000000000000000000000000000000000000000000000
951
+ 0000000000000000000000000000000000000000000000000000000000000000
952
+ 0000000000000000000000000000000000000000000000000000000000000000
953
+ 0000000000000000000000000000000000000000000000000000000000000000
954
+ 0000000000000000000000000000000000000000000000000000000000000000
955
+ 0000000000000000000000000000000000000000000000000000000000000000
956
+ 62
957
+ 0000000000000000000000000000000000000000000000000000000000000000
958
+ 0000000000000000000000000000000000000000000000000000000000000000
959
+ 000090C490C590C790C890D590D790D890D990DC90DD90DF90E590D290F690EB
960
+ 90EF90F090F490FE90FF91009104910591069108910D91109114911691179118
961
+ 911A911C911E912091259122912391279129912E912F91319134913691379139
962
+ 913A913C913D914391479148914F915391579159915A915B916191649167916D
963
+ 91749179917A917B9181918391859186918A918E91919193919491959198919E
964
+ 91A191A691A891AC91AD91AE91B091B191B291B391B691BB91BC91BD91BF0000
965
+ 0000000000000000000000000000000000000000000000000000000000000000
966
+ 0000000000000000000000000000000000000000000000000000000000000000
967
+ 0000000000000000000000000000000000000000000000000000000000000000
968
+ 0000000000000000000000000000000000000000000000000000000000000000
969
+ 0000000000000000000000000000000000000000000000000000000000000000
970
+ 0000000000000000000000000000000000000000000000000000000000000000
971
+ 0000000000000000000000000000000000000000000000000000000000000000
972
+ 0000000000000000000000000000000000000000000000000000000000000000
973
+ 63
974
+ 0000000000000000000000000000000000000000000000000000000000000000
975
+ 0000000000000000000000000000000000000000000000000000000000000000
976
+ 000091C291C391C591D391D491D791D991DA91DE91E491E591E991EA91EC91ED
977
+ 91EE91EF91F091F191F791F991FB91FD9200920192049205920692079209920A
978
+ 920C92109212921392169218921C921D92239224922592269228922E922F9230
979
+ 92339235923692389239923A923C923E92409242924392469247924A924D924E
980
+ 924F925192589259925C925D926092619265926792689269926E926F92709275
981
+ 9276927792789279927B927C927D927F92889289928A928D928E929292970000
982
+ 0000000000000000000000000000000000000000000000000000000000000000
983
+ 0000000000000000000000000000000000000000000000000000000000000000
984
+ 0000000000000000000000000000000000000000000000000000000000000000
985
+ 0000000000000000000000000000000000000000000000000000000000000000
986
+ 0000000000000000000000000000000000000000000000000000000000000000
987
+ 0000000000000000000000000000000000000000000000000000000000000000
988
+ 0000000000000000000000000000000000000000000000000000000000000000
989
+ 0000000000000000000000000000000000000000000000000000000000000000
990
+ 64
991
+ 0000000000000000000000000000000000000000000000000000000000000000
992
+ 0000000000000000000000000000000000000000000000000000000000000000
993
+ 00009299929F92A092A492A592A792A892AB92AF92B292B692B892BA92BB92BC
994
+ 92BD92BF92C092C192C292C392C592C692C792C892CB92CC92CD92CE92D092D3
995
+ 92D592D792D892D992DC92DD92DF92E092E192E392E592E792E892EC92EE92F0
996
+ 92F992FB92FF930093029308930D931193149315931C931D931E931F93219324
997
+ 932593279329932A933393349336933793479348934993509351935293559357
998
+ 9358935A935E9364936593679369936A936D936F937093719373937493760000
999
+ 0000000000000000000000000000000000000000000000000000000000000000
1000
+ 0000000000000000000000000000000000000000000000000000000000000000
1001
+ 0000000000000000000000000000000000000000000000000000000000000000
1002
+ 0000000000000000000000000000000000000000000000000000000000000000
1003
+ 0000000000000000000000000000000000000000000000000000000000000000
1004
+ 0000000000000000000000000000000000000000000000000000000000000000
1005
+ 0000000000000000000000000000000000000000000000000000000000000000
1006
+ 0000000000000000000000000000000000000000000000000000000000000000
1007
+ 65
1008
+ 0000000000000000000000000000000000000000000000000000000000000000
1009
+ 0000000000000000000000000000000000000000000000000000000000000000
1010
+ 0000937A937D937F9380938193829388938A938B938D938F939293959398939B
1011
+ 939E93A193A393A493A693A893AB93B493B593B693BA93A993C193C493C593C6
1012
+ 93C793C993CA93CB93CC93CD93D393D993DC93DE93DF93E293E693E793F993F7
1013
+ 93F893FA93FB93FD94019402940494089409940D940E940F941594169417941F
1014
+ 942E942F9431943294339434943B943F943D944394459448944A944C94559459
1015
+ 945C945F946194639468946B946D946E946F9471947294849483957895790000
1016
+ 0000000000000000000000000000000000000000000000000000000000000000
1017
+ 0000000000000000000000000000000000000000000000000000000000000000
1018
+ 0000000000000000000000000000000000000000000000000000000000000000
1019
+ 0000000000000000000000000000000000000000000000000000000000000000
1020
+ 0000000000000000000000000000000000000000000000000000000000000000
1021
+ 0000000000000000000000000000000000000000000000000000000000000000
1022
+ 0000000000000000000000000000000000000000000000000000000000000000
1023
+ 0000000000000000000000000000000000000000000000000000000000000000
1024
+ 66
1025
+ 0000000000000000000000000000000000000000000000000000000000000000
1026
+ 0000000000000000000000000000000000000000000000000000000000000000
1027
+ 0000957E95849588958C958D958E959D959E959F95A195A695A995AB95AC95B4
1028
+ 95B695BA95BD95BF95C695C895C995CB95D095D195D295D395D995DA95DD95DE
1029
+ 95DF95E095E495E6961D961E9622962496259626962C96319633963796389639
1030
+ 963A963C963D9641965296549656965796589661966E9674967B967C967E967F
1031
+ 9681968296839684968996919696969A969D969F96A496A596A696A996AE96AF
1032
+ 96B396BA96CA96D25DB296D896DA96DD96DE96DF96E996EF96F196FA97020000
1033
+ 0000000000000000000000000000000000000000000000000000000000000000
1034
+ 0000000000000000000000000000000000000000000000000000000000000000
1035
+ 0000000000000000000000000000000000000000000000000000000000000000
1036
+ 0000000000000000000000000000000000000000000000000000000000000000
1037
+ 0000000000000000000000000000000000000000000000000000000000000000
1038
+ 0000000000000000000000000000000000000000000000000000000000000000
1039
+ 0000000000000000000000000000000000000000000000000000000000000000
1040
+ 0000000000000000000000000000000000000000000000000000000000000000
1041
+ 67
1042
+ 0000000000000000000000000000000000000000000000000000000000000000
1043
+ 0000000000000000000000000000000000000000000000000000000000000000
1044
+ 0000970397059709971A971B971D97219722972397289731973397419743974A
1045
+ 974E974F975597579758975A975B97639767976A976E9773977697779778977B
1046
+ 977D977F978097899795979697979799979A979E979F97A297AC97AE97B197B2
1047
+ 97B597B697B897B997BA97BC97BE97BF97C197C497C597C797C997CA97CC97CD
1048
+ 97CE97D097D197D497D797D897D997DD97DE97E097DB97E197E497EF97F197F4
1049
+ 97F797F897FA9807980A9819980D980E98149816981C981E9820982398260000
1050
+ 0000000000000000000000000000000000000000000000000000000000000000
1051
+ 0000000000000000000000000000000000000000000000000000000000000000
1052
+ 0000000000000000000000000000000000000000000000000000000000000000
1053
+ 0000000000000000000000000000000000000000000000000000000000000000
1054
+ 0000000000000000000000000000000000000000000000000000000000000000
1055
+ 0000000000000000000000000000000000000000000000000000000000000000
1056
+ 0000000000000000000000000000000000000000000000000000000000000000
1057
+ 0000000000000000000000000000000000000000000000000000000000000000
1058
+ 68
1059
+ 0000000000000000000000000000000000000000000000000000000000000000
1060
+ 0000000000000000000000000000000000000000000000000000000000000000
1061
+ 0000982B982E982F98309832983398359825983E98449847984A985198529853
1062
+ 985698579859985A9862986398659866986A986C98AB98AD98AE98B098B498B7
1063
+ 98B898BA98BB98BF98C298C598C898CC98E198E398E598E698E798EA98F398F6
1064
+ 9902990799089911991599169917991A991B991C991F992299269927992B9931
1065
+ 99329933993499359939993A993B993C99409941994699479948994D994E9954
1066
+ 99589959995B995C995E995F9960999B999D999F99A699B099B199B299B50000
1067
+ 0000000000000000000000000000000000000000000000000000000000000000
1068
+ 0000000000000000000000000000000000000000000000000000000000000000
1069
+ 0000000000000000000000000000000000000000000000000000000000000000
1070
+ 0000000000000000000000000000000000000000000000000000000000000000
1071
+ 0000000000000000000000000000000000000000000000000000000000000000
1072
+ 0000000000000000000000000000000000000000000000000000000000000000
1073
+ 0000000000000000000000000000000000000000000000000000000000000000
1074
+ 0000000000000000000000000000000000000000000000000000000000000000
1075
+ 69
1076
+ 0000000000000000000000000000000000000000000000000000000000000000
1077
+ 0000000000000000000000000000000000000000000000000000000000000000
1078
+ 000099B999BA99BD99BF99C399C999D399D499D999DA99DC99DE99E799EA99EB
1079
+ 99EC99F099F499F599F999FD99FE9A029A039A049A0B9A0C9A109A119A169A1E
1080
+ 9A209A229A239A249A279A2D9A2E9A339A359A369A389A479A419A449A4A9A4B
1081
+ 9A4C9A4E9A519A549A569A5D9AAA9AAC9AAE9AAF9AB29AB49AB59AB69AB99ABB
1082
+ 9ABE9ABF9AC19AC39AC69AC89ACE9AD09AD29AD59AD69AD79ADB9ADC9AE09AE4
1083
+ 9AE59AE79AE99AEC9AF29AF39AF59AF99AFA9AFD9AFF9B009B019B029B030000
1084
+ 0000000000000000000000000000000000000000000000000000000000000000
1085
+ 0000000000000000000000000000000000000000000000000000000000000000
1086
+ 0000000000000000000000000000000000000000000000000000000000000000
1087
+ 0000000000000000000000000000000000000000000000000000000000000000
1088
+ 0000000000000000000000000000000000000000000000000000000000000000
1089
+ 0000000000000000000000000000000000000000000000000000000000000000
1090
+ 0000000000000000000000000000000000000000000000000000000000000000
1091
+ 0000000000000000000000000000000000000000000000000000000000000000
1092
+ 6A
1093
+ 0000000000000000000000000000000000000000000000000000000000000000
1094
+ 0000000000000000000000000000000000000000000000000000000000000000
1095
+ 00009B049B059B089B099B0B9B0C9B0D9B0E9B109B129B169B199B1B9B1C9B20
1096
+ 9B269B2B9B2D9B339B349B359B379B399B3A9B3D9B489B4B9B4C9B559B569B57
1097
+ 9B5B9B5E9B619B639B659B669B689B6A9B6B9B6C9B6D9B6E9B739B759B779B78
1098
+ 9B799B7F9B809B849B859B869B879B899B8A9B8B9B8D9B8F9B909B949B9A9B9D
1099
+ 9B9E9BA69BA79BA99BAC9BB09BB19BB29BB79BB89BBB9BBC9BBE9BBF9BC19BC7
1100
+ 9BC89BCE9BD09BD79BD89BDD9BDF9BE59BE79BEA9BEB9BEF9BF39BF79BF80000
1101
+ 0000000000000000000000000000000000000000000000000000000000000000
1102
+ 0000000000000000000000000000000000000000000000000000000000000000
1103
+ 0000000000000000000000000000000000000000000000000000000000000000
1104
+ 0000000000000000000000000000000000000000000000000000000000000000
1105
+ 0000000000000000000000000000000000000000000000000000000000000000
1106
+ 0000000000000000000000000000000000000000000000000000000000000000
1107
+ 0000000000000000000000000000000000000000000000000000000000000000
1108
+ 0000000000000000000000000000000000000000000000000000000000000000
1109
+ 6B
1110
+ 0000000000000000000000000000000000000000000000000000000000000000
1111
+ 0000000000000000000000000000000000000000000000000000000000000000
1112
+ 00009BF99BFA9BFD9BFF9C009C029C0B9C0F9C119C169C189C199C1A9C1C9C1E
1113
+ 9C229C239C269C279C289C299C2A9C319C359C369C379C3D9C419C439C449C45
1114
+ 9C499C4A9C4E9C4F9C509C539C549C569C589C5B9C5D9C5E9C5F9C639C699C6A
1115
+ 9C5C9C6B9C689C6E9C709C729C759C779C7B9CE69CF29CF79CF99D0B9D029D11
1116
+ 9D179D189D1C9D1D9D1E9D2F9D309D329D339D349D3A9D3C9D459D3D9D429D43
1117
+ 9D479D4A9D539D549D5F9D639D629D659D699D6A9D6B9D709D769D779D7B0000
1118
+ 0000000000000000000000000000000000000000000000000000000000000000
1119
+ 0000000000000000000000000000000000000000000000000000000000000000
1120
+ 0000000000000000000000000000000000000000000000000000000000000000
1121
+ 0000000000000000000000000000000000000000000000000000000000000000
1122
+ 0000000000000000000000000000000000000000000000000000000000000000
1123
+ 0000000000000000000000000000000000000000000000000000000000000000
1124
+ 0000000000000000000000000000000000000000000000000000000000000000
1125
+ 0000000000000000000000000000000000000000000000000000000000000000
1126
+ 6C
1127
+ 0000000000000000000000000000000000000000000000000000000000000000
1128
+ 0000000000000000000000000000000000000000000000000000000000000000
1129
+ 00009D7C9D7E9D839D849D869D8A9D8D9D8E9D929D939D959D969D979D989DA1
1130
+ 9DAA9DAC9DAE9DB19DB59DB99DBC9DBF9DC39DC79DC99DCA9DD49DD59DD69DD7
1131
+ 9DDA9DDE9DDF9DE09DE59DE79DE99DEB9DEE9DF09DF39DF49DFE9E0A9E029E07
1132
+ 9E0E9E109E119E129E159E169E199E1C9E1D9E7A9E7B9E7C9E809E829E839E84
1133
+ 9E859E879E8E9E8F9E969E989E9B9E9E9EA49EA89EAC9EAE9EAF9EB09EB39EB4
1134
+ 9EB59EC69EC89ECB9ED59EDF9EE49EE79EEC9EED9EEE9EF09EF19EF29EF50000
1135
+ 0000000000000000000000000000000000000000000000000000000000000000
1136
+ 0000000000000000000000000000000000000000000000000000000000000000
1137
+ 0000000000000000000000000000000000000000000000000000000000000000
1138
+ 0000000000000000000000000000000000000000000000000000000000000000
1139
+ 0000000000000000000000000000000000000000000000000000000000000000
1140
+ 0000000000000000000000000000000000000000000000000000000000000000
1141
+ 0000000000000000000000000000000000000000000000000000000000000000
1142
+ 0000000000000000000000000000000000000000000000000000000000000000
1143
+ 6D
1144
+ 0000000000000000000000000000000000000000000000000000000000000000
1145
+ 0000000000000000000000000000000000000000000000000000000000000000
1146
+ 00009EF89EFF9F029F039F099F0F9F109F119F129F149F169F179F199F1A9F1B
1147
+ 9F1F9F229F269F2A9F2B9F2F9F319F329F349F379F399F3A9F3C9F3D9F3F9F41
1148
+ 9F439F449F459F469F479F539F559F569F579F589F5A9F5D9F5E9F689F699F6D
1149
+ 9F6E9F6F9F709F719F739F759F7A9F7D9F8F9F909F919F929F949F969F979F9E
1150
+ 9FA19FA29FA39FA5000000000000000000000000000000000000000000000000
1151
+ 0000000000000000000000000000000000000000000000000000000000000000
1152
+ 0000000000000000000000000000000000000000000000000000000000000000
1153
+ 0000000000000000000000000000000000000000000000000000000000000000
1154
+ 0000000000000000000000000000000000000000000000000000000000000000
1155
+ 0000000000000000000000000000000000000000000000000000000000000000
1156
+ 0000000000000000000000000000000000000000000000000000000000000000
1157
+ 0000000000000000000000000000000000000000000000000000000000000000
1158
+ 0000000000000000000000000000000000000000000000000000000000000000
1159
+ 0000000000000000000000000000000000000000000000000000000000000000
parrot/lib/tcl8.6/encoding/koi8-r.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: koi8-r, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 25002502250C251025142518251C2524252C2534253C258025842588258C2590
14
+ 259125922593232025A02219221A22482264226500A0232100B000B200B700F7
15
+ 25502551255204512553255425552556255725582559255A255B255C255D255E
16
+ 255F25602561040125622563256425652566256725682569256A256B256C00A9
17
+ 044E0430043104460434043504440433044504380439043A043B043C043D043E
18
+ 043F044F044004410442044304360432044C044B04370448044D04490447044A
19
+ 042E0410041104260414041504240413042504180419041A041B041C041D041E
20
+ 041F042F042004210422042304160412042C042B04170428042D04290427042A
parrot/lib/tcl8.6/encoding/macCentEuro.enc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Encoding file: macCentEuro, single-byte
2
+ S
3
+ 003F 0 1
4
+ 00
5
+ 0000000100020003000400050006000700080009000A000B000C000D000E000F
6
+ 0010001100120013001400150016001700180019001A001B001C001D001E001F
7
+ 0020002100220023002400250026002700280029002A002B002C002D002E002F
8
+ 0030003100320033003400350036003700380039003A003B003C003D003E003F
9
+ 0040004100420043004400450046004700480049004A004B004C004D004E004F
10
+ 0050005100520053005400550056005700580059005A005B005C005D005E005F
11
+ 0060006100620063006400650066006700680069006A006B006C006D006E006F
12
+ 0070007100720073007400750076007700780079007A007B007C007D007E007F
13
+ 00C40100010100C9010400D600DC00E10105010C00E4010D0106010700E90179
14
+ 017A010E00ED010F01120113011600F3011700F400F600F500FA011A011B00FC
15
+ 202000B0011800A300A7202200B600DF00AE00A92122011900A822600123012E
16
+ 012F012A22642265012B0136220222110142013B013C013D013E0139013A0145
17
+ 0146014300AC221A01440147220600AB00BB202600A00148015000D50151014C
18
+ 20132014201C201D2018201900F725CA014D0154015501582039203A01590156
19
+ 01570160201A201E0161015A015B00C10164016500CD017D017E016A00D300D4
20
+ 016B016E00DA016F017001710172017300DD00FD0137017B0141017C012202C7