mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
uppweb: roadmap improvements.
git-svn-id: svn://ultimatepp.org/upp/trunk@11609 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6f3958a118
commit
6da87eb305
4 changed files with 222 additions and 229 deletions
|
|
@ -2,7 +2,7 @@ topic "Historical roadmap";
|
|||
[2 $$0,0#00000000000000000000000000000000:Default]
|
||||
[l288;i1120;a17;O9;~~~.1408;2 $$1,0#10431211400427159095818037425705:param]
|
||||
[a83;*R6 $$2,5#31310162474203024125188417583966:caption]
|
||||
[b83;*4 $$3,5#07864147445237544204411237157677:title]
|
||||
[H4;b83;*4 $$3,5#07864147445237544204411237157677:title]
|
||||
[i288;O9;C2 $$4,6#40027414424643823182269349404212:item]
|
||||
[b42;a42;ph2 $$5,5#45413000475342174754091244180557:text]
|
||||
[l288;b17;a17;2 $$6,6#27521748481378242620020725143825:desc]
|
||||
|
|
@ -101,7 +101,7 @@ TheIDE and UMK from tarball (POSIX environment). Compilation
|
|||
on multiple cores is possible with `"`-j`" option.&]
|
||||
[s5;l160;i150;O0; Documentation improvements.&]
|
||||
[s5;l160;i150;O0; Bug fixes in various areas.&]
|
||||
[s3; &]
|
||||
[s0; &]
|
||||
[s3; 2015.2 (rev 9251)[3 (Dec 2015)]&]
|
||||
[s5; The main focus of this release was [^topic`:`/`/ide`/app`/Assist`$en`-us^ C`+`+
|
||||
parser and Assist`+`+ features]. and [^topic`:`/`/ide`/app`/AndroidBuilder`$en`-us^ A
|
||||
|
|
@ -149,133 +149,129 @@ there is theide32.exe).&]
|
|||
[s5;l160;i150;O0; There is once again `'[* mingw]`' variant which is
|
||||
coupled with TDM64 release of mingw`-w64.&]
|
||||
[s0;*_4 &]
|
||||
[s0; [*_4 2015.1 (rev 8227)][*3 (Mar 2015)]&]
|
||||
[s0;4 &]
|
||||
[s0; [* Core]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; U`+`+ abandoned `"default pick`" semantics for containers.
|
||||
The transfer semantics now has to be specified explicitly, either
|
||||
as `'[* pick]`' or `'[* clone]`' (this is enforced in C`+`+11 mode,
|
||||
in legacy mode old behaviour is maintained and pick/clone are
|
||||
optional).&]
|
||||
[s0;i150;O0; New containers, based on fast`-insertion arrays: [* InVector,
|
||||
InArray, SortedIndex, SortedVectorMap, SortedArrayMap]. SortedIndex,
|
||||
SortedVectorMap and SortedArrayMap provide binary searches, while
|
||||
maintaining random access to the array, with performance comparable
|
||||
to binary tree based containers (e.g. std`::map).&]
|
||||
[s0;i150;O0; New [* Core/POP3] package `- support for retrieving emails
|
||||
form POP3 servers.&]
|
||||
[s0;i150;O0; Initial round of C`+`+11 support (lambda callbacks,
|
||||
[s3; 2015.1 (rev 8227)[3 (Mar 2015)]&]
|
||||
[s23; Core&]
|
||||
[s5;l160;i150;O0; U`+`+ abandoned `"default pick`" semantics for
|
||||
containers. The transfer semantics now has to be specified explicitly,
|
||||
either as `'[* pick]`' or `'[* clone]`' (this is enforced in C`+`+11
|
||||
mode, in legacy mode old behaviour is maintained and pick/clone
|
||||
are optional).&]
|
||||
[s5;l160;i150;O0; New containers, based on fast`-insertion arrays:
|
||||
[* InVector, InArray, SortedIndex, SortedVectorMap, SortedArrayMap].
|
||||
SortedIndex, SortedVectorMap and SortedArrayMap provide binary
|
||||
searches, while maintaining random access to the array, with
|
||||
performance comparable to binary tree based containers (e.g.
|
||||
std`::map).&]
|
||||
[s5;l160;i150;O0; New [* Core/POP3] package `- support for retrieving
|
||||
emails form POP3 servers.&]
|
||||
[s5;l160;i150;O0; Initial round of [* C`+`+11] support (lambda callbacks,
|
||||
minor fixes)&]
|
||||
[s0;i150;O0; A set of small utility functions [* findarg], [* decode],
|
||||
[s5;l160;i150;O0; A set of small utility functions [* findarg], [* decode],
|
||||
[* min]/[* max] now supporting more arguments. [* SplitTo ]and [* Merge]
|
||||
for splitting/merging strings.&]
|
||||
[s0;i150;O0; [* InFilterStream], [* OutFilterStream] classes that can
|
||||
[s5;l160;i150;O0; InFilterStream, OutFilterStream classes that can
|
||||
provide some sort of processing (e.g. compression) to regular
|
||||
streams.&]
|
||||
[s0;i150;O0; New Date related functions [* EasterDay], [* GetMonths],
|
||||
[s5;l160;i150;O0; New Date related functions [* EasterDay], [* GetMonths],
|
||||
[* GetWeek], [* GetWeekDate].&]
|
||||
[s0;i150;O0; MIME / fileextension mapping functions [* FileExtToMIME
|
||||
[s5;l160;i150;O0; MIME / fileextension mapping functions [* FileExtToMIME
|
||||
]and [* MIMEToFileExt].&]
|
||||
[s0;i150;O0; Some ARMv7 related optimization (unaligned access, byte
|
||||
swaps).&]
|
||||
[s0;i150;O0; [* SpinLock] class.&]
|
||||
[s0;i150;O0; Stream optimization methods [* GetPtr], [* PutPtr], [* GetSzPtr]
|
||||
provide safe access to Stream internal buffer.&]
|
||||
[s0;i150;O0; String/WString`::[* Find](const String`&) significantly
|
||||
[s5;l160;i150;O0; Some [* ARMv7] related optimization (unaligned access,
|
||||
byte swaps).&]
|
||||
[s5;l160;i150;O0; [* SpinLock] class.&]
|
||||
[s5;l160;i150;O0; Stream optimization methods [* GetPtr], [* PutPtr],
|
||||
[* GetSzPtr] provide safe access to Stream internal buffer.&]
|
||||
[s5;l160;i150;O0; String/WString`::[* Find](const String`&) significantly
|
||||
speed optimized.&]
|
||||
[s0;i150;O0; [* Value] invalid casts now throwing exception [* ValueTypeError]
|
||||
[s5;l160;i150;O0; Value invalid casts now throwing exception ValueTypeError
|
||||
instead of panic.&]
|
||||
[s0;i150;O0; [* WebSocket] class.&]
|
||||
[s0;i150;O0; `[[* Stable]`][* SortBy]`[[* Keys]`|[* Values]`] functions for
|
||||
sorting VectorMap, ArrayMap.&]
|
||||
[s0;i150;O0; [* plugin]/[* lz4 ]`- adapted fast compression library&]
|
||||
[s0;i150;O0; [* plugin]/[* lzma ]`- adapted high ratio compression library&]
|
||||
[s0;i150;O0; [* plugin]/[* glew] `- popular OpenGL utility library adapted
|
||||
as package&]
|
||||
[s0; &]
|
||||
[s0; [* GUI programming `& graphics]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; [* Gtk ]backend (U`+`+ now using Gtk for host platform
|
||||
[s5;l160;i150;O0; [* WebSocket] class.&]
|
||||
[s5;l160;i150;O0; `[[* Stable]`][* SortBy]`[[* Keys]`|[* Values]`] functions
|
||||
for sorting VectorMap, ArrayMap.&]
|
||||
[s5;l160;i150;O0; [* plugin/lz4] `- adapted fast compression library&]
|
||||
[s5;l160;i150;O0; [* plugin/lzma] `- adapted high ratio compression
|
||||
library&]
|
||||
[s5;l160;i150;O0; [* plugin/glew] `- popular OpenGL utility library
|
||||
adapted as package&]
|
||||
[s23; GUI programming `& graphics&]
|
||||
[s5;l160;i150;O0; [* GTK backend] (U`+`+ now using Gtk for host platform
|
||||
interface)&]
|
||||
[s0;i150;O0; [* EditDateDlg], [* EditNumber ]simple function for entering
|
||||
single value (equivalent to EditText)&]
|
||||
[s0;i150;O0; ArrayCtrl new methods to add/retrieve ValueMaps and
|
||||
ValueArrays, new [* CreateCtrl]<T> method.&]
|
||||
[s0;i150;O0; LineEdit heavily optimized to be able to work with huge
|
||||
files (>100MB).&]
|
||||
[s0;i150;O0; LineEdit now able to work with [* rectangular selections.]&]
|
||||
[s0;i150;O0; [* DDARasterizer] and [* SDraw] are new tools providing
|
||||
[s5;l160;i150;O0; [* EditDateDlg], [* EditNumber] simple function for
|
||||
entering single value (equivalent to EditText)&]
|
||||
[s5;l160;i150;O0; ArrayCtrl new methods to add/retrieve ValueMaps
|
||||
and ValueArrays, new [* CreateCtrl]<T> method.&]
|
||||
[s5;l160;i150;O0; LineEdit heavily optimized to be able to work with
|
||||
huge files (>100MB).&]
|
||||
[s5;l160;i150;O0; LineEdit now able to work with [* rectangular selections.]&]
|
||||
[s5;l160;i150;O0; [* DDARasterizer] and [* SDraw ]are new tools providing
|
||||
Draw with minimal host platform support (only two operations,
|
||||
paint Image and paint colored rectangle, are required).&]
|
||||
[s0;i150;O0; Image rescaling now supports varios filters, like bicubic
|
||||
or lanczos.&]
|
||||
[s0;i150;O0; AttrText is now rich comparable Value: it is now possible
|
||||
to sort ArrayCtrl by AttrText filled columns.&]
|
||||
[s0;i150;O0; [* GLDraw] `- Draw implemented using OpenGL (ES).&]
|
||||
[s0;i150;O0; [* SVG parser] (to Painter interface).&]
|
||||
[s0;i150;O0; [* plugin]/[* ppm ]`- trivial image format support.&]
|
||||
[s0;i150;O0; [* RichText]/RichEdit [* header]/[* footer ]support, QTF now
|
||||
using BASE64 for binary data (instead of 7`-bit raw encoding).&]
|
||||
[s0;i150;O0; [* Turtle] is another web framework of U`+`+ `- this one
|
||||
allows to convert existing GUI applications into Web application:
|
||||
simple javascript terminal connects to server where GUI application
|
||||
[s5;l160;i150;O0; Image rescaling now supports varios filters, like
|
||||
bicubic or lanczos.&]
|
||||
[s5;l160;i150;O0; AttrText is now rich comparable Value: it is now
|
||||
possible to sort ArrayCtrl by AttrText filled columns.&]
|
||||
[s5;l160;i150;O0; [* GLDraw] `- Draw implemented using OpenGL (ES).&]
|
||||
[s5;l160;i150;O0; [* SVG parser] (to Painter interface).&]
|
||||
[s5;l160;i150;O0; [* plugin/ppm] `- trivial image format support.&]
|
||||
[s5;l160;i150;O0; [* RichText/RichEdit] header/footer support, QTF
|
||||
now using BASE64 for binary data (instead of 7`-bit raw encoding).&]
|
||||
[s5;l160;i150;O0; [* Turtle ]is another web framework of U`+`+ `- this
|
||||
one allows to convert existing GUI applications into Web application:
|
||||
simple Java Script terminal connects to server where GUI application
|
||||
runs.&]
|
||||
[s0;i150;O0; [* ScatterDraw/ScatterCtrl] `- Added legend table, linked
|
||||
scroll controls, units, data fitting to equations, run time user
|
||||
equations, zoom window, improved text drawing, huge datasets
|
||||
handling and key/mouse handling.&]
|
||||
[s0;i150;O0; X11 backend: Multimonitor support, removed flickering
|
||||
[s5;l160;i150;O0; [* ScatterDraw/ScatterCtrl] `- Added legend table,
|
||||
linked scroll controls, units, data fitting to equations, run
|
||||
time user equations, zoom window, improved text drawing, huge
|
||||
datasets handling and key/mouse handling.&]
|
||||
[s5;l160;i150;O0; X11 backend: Multimonitor support, removed flickering
|
||||
when opening window&]
|
||||
[s0;i150;O0; [* Error]`[[* OK]`|[* Cancel]`|[* Yes]`|[* No]...`] `- new Prompt
|
||||
[s5;l160;i150;O0; [* Error`[OK`|Cancel`|Yes`|No...`]] `- new Prompt
|
||||
variants with Error decorations&]
|
||||
[s0; &]
|
||||
[s0; [* Sql]&]
|
||||
[s0; &]
|
||||
[s0;i150;O0; New variants of Insert/Select/Update commands (now roughly
|
||||
supporting all important combinations of SQL standard).&]
|
||||
[s0;i150;O0; [* SqlSetFrom ]functions creates a SqlSet from any container.&]
|
||||
[s0;i150;O0; S`_ structures refactored, now provide an improved interface
|
||||
with better introspection.&]
|
||||
[s0;i150;O0; Sql console redesigned.&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; Win64 PDB (Visual C`+`+ compiled code) debugger.&]
|
||||
[s0;i150;O0; Find/replace GUI refactored, added support for incremental
|
||||
finds, added regexp support.&]
|
||||
[s0;i150;O0; Block replace now has grep`-like feature to remove matching/non`-matchin
|
||||
g lines (instead of replacing matches)&]
|
||||
[s0;i150;O0; Case insensitive replace now has `"mimic case`" option
|
||||
(mimics the case of first and next characters, so replacing `"vector`"
|
||||
`-> `"array`", when match is `"Vector`", result is `"Array`").&]
|
||||
[s0;i150;O0; Compilation errors now parsed and displayed nicely.&]
|
||||
[s0;i150;O0; Assist`+`+ context goto (Alt`+J) now supports local
|
||||
[s23; Sql&]
|
||||
[s5;l160;i150;O0; New variants of Insert/Select/Update commands (now
|
||||
roughly supporting all important combinations of SQL standard).&]
|
||||
[s5;l160;i150;O0; SqlSetFrom functions creates a SqlSet from any
|
||||
container.&]
|
||||
[s5;l160;i150;O0; S`_ structures refactored, now provide an improved
|
||||
interface with better introspection.&]
|
||||
[s5;l160;i150;O0; Sql console redesigned.&]
|
||||
[s23; TheIDE&]
|
||||
[s5;l160;i150;O0; Win64 PDB (Visual C`+`+ compiled code) debugger.&]
|
||||
[s5;l160;i150;O0; Find/replace GUI refactored, added support for
|
||||
incremental finds, added regexp support.&]
|
||||
[s5;l160;i150;O0; Block replace now has grep`-like feature to remove
|
||||
matching/non`-matching lines (instead of replacing matches)&]
|
||||
[s5;l160;i150;O0; Case insensitive replace now has `"mimic case`"
|
||||
option (mimics the case of first and next characters, so replacing
|
||||
`"vector`" `-> `"array`", when match is `"Vector`", result is
|
||||
`"Array`").&]
|
||||
[s5;l160;i150;O0; Compilation errors now parsed and displayed nicely.&]
|
||||
[s5;l160;i150;O0; Assist`+`+ context goto (Alt`+J) now supports local
|
||||
variables (goes to declaration).&]
|
||||
[s0;i150;O0; Layout/Icon designers now have find Search filter.&]
|
||||
[s0;i150;O0; Ide now displays long numbers with thousands separators.&]
|
||||
[s0;i150;O0; Syntax highlighting refactored, added highlighting of
|
||||
HTML, XML, .log files, .xsd files, .diff files, C`+`+11 keywords
|
||||
[s5;l160;i150;O0; Layout/Icon designers now have find Search filter.&]
|
||||
[s5;l160;i150;O0; Ide now displays long numbers with thousands separators.&]
|
||||
[s5;l160;i150;O0; Syntax highlighting refactored, added highlighting
|
||||
of HTML, XML, .log files, .xsd files, .diff files, C`+`+11 keywords
|
||||
highlighted, TODO and FIXME comments highlighted&]
|
||||
[s0;i150;O0; Directory comparison tool.&]
|
||||
[s0;i150;O0; Simple Json/XML viewers.&]
|
||||
[s0;i150;O0; Comment/Uncomment block.&]
|
||||
[s0;i150;O0; Selected identifier is now highlighted in all the text.&]
|
||||
[s0;i150;O0; Current line is highlighted with faint lines.&]
|
||||
[s0;i150;O0; Precompiled headers support for release mode (BLITZ
|
||||
[s5;l160;i150;O0; Directory comparison tool.&]
|
||||
[s5;l160;i150;O0; Simple Json/XML viewers.&]
|
||||
[s5;l160;i150;O0; Comment/Uncomment block.&]
|
||||
[s5;l160;i150;O0; Selected identifier is now highlighted in all the
|
||||
text.&]
|
||||
[s5;l160;i150;O0; Current line is highlighted with faint lines.&]
|
||||
[s5;l160;i150;O0; Precompiled headers support for release mode (BLITZ
|
||||
still far better for debug builds).&]
|
||||
[s0;i150;O0; Insert file path (plain or as CString) function.&]
|
||||
[s0;i150;O0; Layout code generator now can place double`-quotes around
|
||||
elements, generate handlers for buttons.&]
|
||||
[s0;i150;O0; Layout designer now can sort widgets based on their
|
||||
[s5;l160;i150;O0; Insert file path (plain or as CString) function.&]
|
||||
[s5;l160;i150;O0; Layout code generator now can place double`-quotes
|
||||
around elements, generate handlers for buttons.&]
|
||||
[s5;l160;i150;O0; Layout designer now can sort widgets based on their
|
||||
graphical position.&]
|
||||
[s0;i150;O0; Code navigator is completely redesigned.&]
|
||||
[s0;i150;O0; Icon designer supports various rescaling filters and
|
||||
new icon smoothing function.&]
|
||||
[s0;i150;O0; Ide now has line duplicate feature (CTRL`+D).&]
|
||||
[s5;l160;i150;O0; Code navigator is completely redesigned.&]
|
||||
[s5;l160;i150;O0; Icon designer supports various rescaling filters
|
||||
and new icon smoothing function.&]
|
||||
[s5;l160;i150;O0; Ide now has line duplicate feature (CTRL`+D).&]
|
||||
[s0; &]
|
||||
[s0;3 &]
|
||||
[s0; [*_4 5485][*3 (Oct 2012)]&]
|
||||
[s3; 5485[3 (Oct 2012)]&]
|
||||
[s0;3 &]
|
||||
[s0; The focus of this release was server programming. The main new
|
||||
feature is `"[* Skylark]`", lean and mean [^http`:`/`/www`.ultimatepp`.org`/srcdoc`$Skylark`$Tutorial`$en`-us`.html^ U
|
||||
|
|
@ -366,10 +362,7 @@ functions.&]
|
|||
[s0;i150;O0; New find in files dialog option to filter files according
|
||||
to their `'read only`' status.&]
|
||||
[s0;4 &]
|
||||
[s0;4 &]
|
||||
[s0; [*_3 Previous releases]&]
|
||||
[s0; &]
|
||||
[s0; [*_4 4193][*3 (24 Nov 2011)]&]
|
||||
[s3; 4193[3 (24 Nov 2011)]&]
|
||||
[s0;* &]
|
||||
[s0; `"Rainbow`" technology decouples U`+`+ GUI from host platform.
|
||||
It is now possible to develop new GUI&]
|
||||
|
|
@ -439,7 +432,7 @@ are now replaced with actual parameters.&]
|
|||
manipulation and PDF digital signing.&]
|
||||
[s0;#i150;O0; HttpClient now supports PUT method.&]
|
||||
[s0;3 &]
|
||||
[s0; [*_4 3211][*3 (16 Feb 2011)]&]
|
||||
[s3; 3211[3 (16 Feb 2011)]&]
|
||||
[s0;*3 &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; SSE2 as Option in main config, templates now include
|
||||
|
|
@ -519,7 +512,7 @@ PointCtrl, PopUpC, RectCtrl, Styler, ValueCtrl, Docking , TabBar,
|
|||
SysExec, Protect, Updater, SysExecGui, OfficeAutomation, Dispatcher,
|
||||
Styler, Cypher, ProductVersion, Uniq, SplashSV and HelpViewer.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2791][*3 (18 Oct 2010)]&]
|
||||
[s3; 2791[3 (18 Oct 2010)]&]
|
||||
[s0;*3 &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; Now it has direct support for Windows SDK 7.1.&]
|
||||
|
|
@ -632,7 +625,7 @@ recipients.&]
|
|||
[s0; UltimateBook&]
|
||||
[s0;i150;O0; Updated doc &]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2467][*3 (10 Jun 2010)]&]
|
||||
[s3; 2467[3 (10 Jun 2010)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; Now has QTF designer. &]
|
||||
|
|
@ -668,7 +661,7 @@ refresh.&]
|
|||
[s0;i150;O0; ExpandFrame/ExpanderCtrl: Fixes fopr horizontal alignment.&]
|
||||
[s0;i150;O0; AESStream: Added SHA2 functions.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2361][*3 (4 May 2010)]&]
|
||||
[s3; 2361[3 (4 May 2010)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; Packages now sorted by directory closeness to main package
|
||||
|
|
@ -700,7 +693,7 @@ instead of last&]
|
|||
[s0; Uppsrc:&]
|
||||
[s0; New IT`-IT translation&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2232][*3 (17 March 2010)]&]
|
||||
[s3; 2232[3 (17 March 2010)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; Sorting of package has been improved, placing project
|
||||
|
|
@ -725,7 +718,7 @@ reference to slave instead of index.&]
|
|||
[s0; RichText:&]
|
||||
[s0;i150;O0; RichTextView now have `"ShrinkOversizedObjects`" option.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2070][*3 (16 February 2010)]&]
|
||||
[s3; 2070[3 (16 February 2010)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; User interface for Find and Replace was significantly
|
||||
|
|
@ -750,7 +743,7 @@ added.&]
|
|||
[s0; Draw:&]
|
||||
[s0;i150;O0; The search for missing glyphs (i18n issue) was optimized.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1952][*3 (27 January 2010)]&]
|
||||
[s3; 1952[3 (27 January 2010)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIde]&]
|
||||
[s0;i150;O0; Improved installation in Win32 with support for the
|
||||
|
|
@ -776,7 +769,7 @@ in Win32.&]
|
|||
[s0;i150;O0; Containers now have a new debugging utility to resolve
|
||||
pick semantic errors.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1824][*3 (21 December 2009)]&]
|
||||
[s3; 1824[3 (21 December 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; Autosetup now recognizes Win32 SDK 7.0.&]
|
||||
|
|
@ -795,7 +788,7 @@ complement Core and CtrlLib.&]
|
|||
&]
|
||||
[s0;i150;O0; SysInfo: Improved Unicode support.&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1713][*3 (30 November 2009)]&]
|
||||
[s3; 1713[3 (30 November 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;i150;O0; .t files are now saved with strings converted by escaping
|
||||
|
|
@ -839,7 +832,7 @@ the content.&]
|
|||
[s0;i150;O0; New functions to SysInfo&]
|
||||
[s0; Urr `- UDP request`-response protocol added &]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1659][*3 (26 October 2009)]&]
|
||||
[s3; 1659[3 (26 October 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0;* &]
|
||||
|
|
@ -862,7 +855,7 @@ Assist`+`+ package check when inserting / removing separators
|
|||
and auxiliary package contents&]
|
||||
[s0; Package selector now shows app icons if available &]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1607][*3 (07 October 2009)]&]
|
||||
[s3; 1607[3 (07 October 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0; &]
|
||||
|
|
@ -879,7 +872,7 @@ insertion)&]
|
|||
[s0;i150;O0; CtrlCore: RegisterSystemHotKey (system`-wide hotkey)
|
||||
&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1579][*3 (23 September 2009)]&]
|
||||
[s3; 1579[3 (23 September 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0;* &]
|
||||
|
|
@ -891,7 +884,7 @@ hull calculation (ConvexHullOrder)&]
|
|||
[s0;i150;O0; Draw, plugin/tif: Added GetActivePage support&]
|
||||
[s0;i150;O0; Fixed a lot of minor bugs&]
|
||||
[s0;*4 &]
|
||||
[s0; [*_4 1517][*3 (19 August 2009)]&]
|
||||
[s3; 1517[3 (19 August 2009)]&]
|
||||
[s0; &]
|
||||
[s0; Major overhaul graphics infrastructure is finished, U`+`+ is
|
||||
now capable of headless drawing operations&]
|
||||
|
|
@ -915,7 +908,7 @@ data to screen&]
|
|||
[s0;i150;O0; Added package internal include paths&]
|
||||
[s0; Ctrl`+mouse wheel changes font size&]
|
||||
[s0;*4 &]
|
||||
[s0; [*_4 1314][*3 (17 June 2009)]&]
|
||||
[s3; 1314[3 (17 June 2009)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0; &]
|
||||
|
|
@ -935,7 +928,7 @@ data to screen&]
|
|||
[s0;i150;O0; FileTabs now persistent&]
|
||||
[s0;i150;O0; Non`-fixed pitch fonts allowed in editor (used as fixed...)&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1254][*3 (03 June 2009)]&]
|
||||
[s3; 1254[3 (03 June 2009)]&]
|
||||
[s0;*4 &]
|
||||
[s0; [* Library]&]
|
||||
[s0; &]
|
||||
|
|
@ -950,7 +943,7 @@ SqlBinary enable for PGSQL) &]
|
|||
selection of more understandable options, main packages now displayed
|
||||
bold&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 1205][*3 (18 May 2009)]&]
|
||||
[s3; 1205[3 (18 May 2009)]&]
|
||||
[s0;*4 &]
|
||||
[s0; [* Library]&]
|
||||
[s0; &]
|
||||
|
|
@ -966,7 +959,7 @@ bold&]
|
|||
[s0;i150;O0; Ctrl`+Click onto symbol jumps to its definition &]
|
||||
[s0;i150;O0; Package selector now shows the nest&]
|
||||
[s0;*4 &]
|
||||
[s0; [*_4 1126][*3 (5 May 2009)]&]
|
||||
[s3; 1126[3 (5 May 2009)]&]
|
||||
[s0;*4 &]
|
||||
[s0;%- [* Library]&]
|
||||
[s0;*%- &]
|
||||
|
|
@ -987,7 +980,7 @@ Register &]
|
|||
[s0;i150;O0; Refactored CodeNavigator, search symbol (Ctrl`+Q) now
|
||||
copies current id search field &]
|
||||
[s0;*4 &]
|
||||
[s0; [%-*_4 1096][*3 (26 April 2009)]&]
|
||||
[s3; [%- 1096][3 (26 April 2009)]&]
|
||||
[s0;*4%- &]
|
||||
[s0;%- [* Library]&]
|
||||
[s0;*%- &]
|
||||
|
|
@ -1033,7 +1026,7 @@ to expand it to if() ;&]
|
|||
[s0;i150;O0;%- Print command (of source files)&]
|
||||
[s0;i150;O0;%- Editor: ToUpper/Lower/InitCaps/SwapCase &]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2008.1][*3 (28 July 2008)]&]
|
||||
[s3; 2008.1[3 (28 July 2008)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0; &]
|
||||
|
|
@ -1056,7 +1049,7 @@ to expand it to if() ;&]
|
|||
window&]
|
||||
[s0;i150;O0; Help Help integrated into main window&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 2007.1][*3 (11 April 2007)]&]
|
||||
[s3; 2007.1[3 (11 April 2007)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0;* &]
|
||||
|
|
@ -1085,7 +1078,7 @@ to produce antialiased icons)&]
|
|||
[s0;i150;O0; FreeBSD port available&]
|
||||
[s0;i150;O0; Ubuntu .deb packages released&]
|
||||
[s0;4 &]
|
||||
[s0; [*_4 605][*3 (15 May 2006)]&]
|
||||
[s3; 605[3 (15 May 2006)]&]
|
||||
[s0;* &]
|
||||
[s0; [* Library]&]
|
||||
[s0;* &]
|
||||
|
|
@ -1101,7 +1094,7 @@ to produce antialiased icons)&]
|
|||
[s0;i150;O0; new Windows installer `- download size reduced by 50%&]
|
||||
[s0; &]
|
||||
[s0;*3 &]
|
||||
[s0; [*_4 602][*3 (28 February 2006)]&]
|
||||
[s3; 602[3 (28 February 2006)]&]
|
||||
[s0; &]
|
||||
[s0; [* Library]&]
|
||||
[s0;* &]
|
||||
|
|
@ -1128,7 +1121,7 @@ marked files are optimized for speed) modes&]
|
|||
[s0;i150;O0; New TheIDE command`-line mode, including compilation
|
||||
(via umk utility)&]
|
||||
[s0;*_3 &]
|
||||
[s0; [*_4 511][*3 (20 November 2005)]&]
|
||||
[s3; 511[3 (20 November 2005)]&]
|
||||
[s0; &]
|
||||
[s0; [* U`+`+ Library]&]
|
||||
[s0; &]
|
||||
|
|
|
|||
|
|
@ -1,70 +1,69 @@
|
|||
TITLE("Historical roadmap")
|
||||
COMPRESSED
|
||||
120,156,173,125,11,127,218,72,150,239,87,209,77,122,38,144,193,188,177,49,217,59,191,181,177,147,184,219,142,221,198,73,247,110,214,211,8,16,160,182,144,212,146,176,77,246,222,249,236,247,252,207,169,42,61,73,39,179,119,30,49,8,169,170,84,117,222,207,207,93,235,135,31,218,141,246,203,246,159,252,103,116,230,44,237,173,151,220,127,246,186,195,225,27,183,211,233,182,223,216,157,163,55,215,199,111,254,249,207,127,54,59,253,246,240,13,6,235,208,96,157,118,191,215,233,118,232,90,187,223,61,234,12,142,219,199,131,97,103,216,238,29,245,187,131,163,246,96,20,218,145,189,185,255,108,15,123,111,94,223,30,210,83,221,198,224,101,175,211,235,180,59,135,221,62,221,213,238,181,187,253,78,119,208,25,14,251,157,163,193,176,119,124,120,56,154,219,97,226,6,254,253,231,25,158,235,211,99,61,122,172,125,52,60,236,119,232,161,254,160,219,59,26,244,233,225,126,159,150,215,163,137,143,14,143,142,70,137,155,120,206,253,103,23,235,166,213,142,177,202,126,227,240,37,173,174,
|
||||
123,68,79,246,187,253,195,126,111,216,237,117,134,221,238,225,113,175,127,220,167,101,119,186,35,55,113,104,145,179,126,247,141,77,255,15,215,120,112,64,51,246,7,253,78,143,246,164,127,52,232,209,141,71,244,183,223,62,238,116,105,218,97,123,48,160,25,157,103,189,81,51,218,34,108,19,158,61,164,73,187,71,3,60,49,236,15,59,189,163,97,183,223,61,236,210,50,218,71,244,170,88,195,96,180,112,226,57,61,219,235,118,222,140,255,125,240,166,67,207,29,53,142,94,118,219,199,237,238,225,209,49,205,71,171,165,23,238,29,31,119,122,67,154,175,223,25,180,59,189,209,60,88,208,75,206,186,131,118,143,39,27,210,57,28,210,160,188,39,131,195,14,173,183,219,27,210,108,71,157,94,143,254,29,244,135,71,163,216,193,73,36,65,116,255,249,245,191,215,218,205,118,179,59,24,212,241,248,49,61,62,236,245,123,189,254,225,113,191,211,238,209,52,52,70,31,27,118,216,166,179,236,12,186,195,209,204,142,105,78,222,208,14,128,136,182,188,55,28,244,104,210,67,250,135,142,
|
||||
147,222,170,71,155,210,61,238,15,123,189,97,123,52,247,236,56,86,59,131,93,121,141,215,235,116,26,157,206,203,35,108,232,160,215,237,31,99,71,122,93,218,217,238,225,224,184,67,91,59,56,236,183,187,163,200,249,99,235,70,206,198,241,105,111,93,130,138,55,250,100,20,8,210,202,4,2,187,141,78,151,96,112,112,120,216,198,78,13,8,14,186,189,1,237,114,187,51,236,211,138,232,191,116,186,137,2,194,89,231,240,72,128,162,211,107,116,122,47,143,187,253,30,173,228,184,223,167,119,167,1,58,199,157,78,167,61,164,255,210,155,209,142,48,88,116,20,60,169,233,229,241,126,163,211,127,121,68,208,75,103,116,220,199,244,199,61,236,92,151,54,190,123,216,30,208,9,116,229,241,46,246,187,251,3,237,120,167,59,196,255,121,207,59,131,70,135,208,128,150,216,25,12,232,189,123,180,201,221,33,189,251,128,118,189,199,144,221,57,26,142,62,56,79,241,153,157,56,10,74,94,143,127,16,240,234,28,54,58,135,47,219,120,126,48,60,166,163,235,244,177,127,189,126,255,184,
|
||||
123,220,235,13,186,199,131,222,97,155,246,49,22,60,198,195,192,36,198,66,51,200,81,163,115,68,56,69,239,58,24,208,219,243,99,244,230,71,29,44,165,59,60,62,196,46,168,65,166,7,158,235,99,29,4,19,52,196,223,58,157,35,12,49,36,28,25,14,15,219,189,99,218,6,122,251,246,128,0,155,40,192,144,142,152,78,184,75,80,15,18,48,127,176,87,206,244,64,161,39,79,14,168,27,244,6,67,192,42,61,73,139,166,233,105,156,227,118,251,144,174,12,135,132,60,163,149,29,42,160,235,182,27,221,54,65,14,145,154,1,97,31,205,66,32,215,62,6,217,32,34,64,187,78,84,231,120,32,80,55,61,240,157,56,113,22,116,224,131,54,191,106,183,211,232,118,104,191,8,230,6,131,97,191,127,72,43,165,89,143,64,133,112,108,132,169,131,163,222,232,198,142,20,197,249,141,159,234,54,186,221,151,111,251,253,183,135,135,231,39,237,211,179,238,209,248,176,115,126,50,62,25,159,118,207,134,231,103,195,225,9,81,184,200,241,28,198,142,25,33,193,27,27,231,196,79,
|
||||
247,26,221,222,203,163,238,201,224,232,236,232,180,71,84,139,144,3,132,167,253,246,244,180,219,57,37,204,57,26,180,71,241,118,166,182,229,191,127,251,191,127,57,255,112,240,113,98,125,142,187,111,172,247,110,76,216,234,206,109,207,138,2,123,177,177,195,191,222,127,142,123,111,44,128,70,179,99,213,34,231,209,2,180,246,235,86,237,71,219,231,235,117,220,51,120,99,221,173,221,216,162,255,37,107,199,90,186,81,156,88,106,149,86,176,180,62,78,255,54,253,27,253,100,39,214,231,215,45,75,97,91,124,111,141,241,67,167,99,205,131,77,104,39,238,204,115,248,163,235,57,81,147,134,116,172,141,237,250,214,50,152,111,99,235,201,142,233,105,107,28,68,206,125,195,178,23,11,215,95,209,239,254,206,114,252,181,237,207,25,123,99,203,246,188,224,201,89,88,179,157,25,221,246,23,150,187,9,163,224,145,174,3,51,61,207,241,44,250,190,34,36,221,96,152,120,27,134,65,148,52,173,95,28,26,218,139,3,107,225,46,252,233,171,132,230,142,86,78,98,217,179,96,155,88,39,
|
||||
254,34,10,220,5,15,248,228,88,120,132,70,196,138,44,207,157,69,118,180,179,2,95,222,51,244,236,132,158,221,52,177,63,93,218,68,220,37,123,197,16,237,18,101,125,115,221,126,99,93,71,238,202,245,105,207,101,147,198,180,184,25,129,47,189,8,141,186,112,194,200,153,219,152,5,115,70,14,13,59,167,47,79,110,178,182,222,110,253,57,120,150,124,155,57,73,226,68,150,103,111,102,11,219,188,80,213,140,167,14,77,216,58,167,241,54,78,178,14,22,50,149,31,60,209,248,190,189,161,225,91,217,137,113,0,246,99,16,225,32,107,113,66,235,176,163,69,157,230,195,40,142,191,168,156,67,94,198,246,86,4,80,201,122,19,243,240,97,228,110,236,200,245,118,214,83,16,61,96,171,62,19,48,216,254,138,64,161,65,3,198,46,49,40,2,0,63,161,83,167,119,153,108,103,183,248,181,65,155,231,199,9,127,230,125,248,228,58,79,234,155,90,57,14,151,158,174,94,204,133,239,38,46,67,245,150,30,166,215,8,136,215,111,220,47,54,118,47,198,17,91,39,183,87,52,214,
|
||||
124,77,4,116,158,108,35,231,171,47,229,5,115,240,53,61,12,237,81,64,224,103,217,43,90,118,195,162,95,31,0,83,132,12,145,179,216,206,101,11,93,159,78,135,8,210,58,114,236,5,109,175,26,5,11,104,100,134,148,83,160,21,208,186,102,24,9,0,253,100,239,98,171,115,72,32,157,56,248,238,174,124,26,180,22,19,76,123,238,210,165,107,147,201,121,215,2,151,174,87,46,252,157,67,219,73,27,48,39,140,244,183,97,138,146,233,1,53,120,177,116,182,126,146,61,54,226,137,192,154,134,229,59,79,116,10,91,252,234,47,228,211,197,50,115,103,229,190,11,206,9,94,210,30,0,5,90,183,55,227,170,123,199,193,47,4,19,211,209,232,173,235,95,210,123,103,79,53,182,166,175,150,145,195,164,100,190,182,9,33,167,175,172,205,150,36,33,139,48,13,20,199,145,115,5,88,17,220,252,30,204,226,202,125,144,73,156,232,214,137,131,109,52,7,176,129,124,23,231,10,105,12,53,148,156,23,77,7,168,36,201,107,207,176,68,199,137,166,2,23,205,142,88,219,216,89,
|
||||
110,61,134,174,80,255,12,184,176,163,200,222,233,203,37,82,84,57,193,47,107,135,224,220,77,136,220,61,208,10,99,199,143,9,41,42,113,108,109,63,58,233,192,143,132,110,116,162,149,131,78,146,8,203,89,110,35,218,193,12,48,203,89,223,17,174,94,218,113,210,224,79,147,132,222,64,62,18,221,104,88,116,72,139,147,37,65,116,195,186,117,30,157,40,118,204,149,170,169,222,210,64,99,162,235,68,243,99,171,54,223,70,68,104,18,34,3,219,24,43,184,252,79,98,40,216,15,198,17,144,66,181,31,204,11,240,12,237,220,158,141,167,109,153,19,39,154,25,190,1,92,204,209,233,141,253,187,208,174,165,99,3,179,133,218,165,107,16,34,94,57,252,243,243,123,59,94,91,211,3,34,128,196,208,252,192,159,30,204,163,93,152,96,117,225,218,157,211,110,203,239,12,64,180,69,152,7,139,170,222,240,247,39,221,193,33,163,105,238,1,0,240,222,135,66,111,11,58,27,206,105,209,219,112,193,20,57,9,248,25,226,48,36,117,88,252,19,206,96,223,46,169,33,190,196,201,
|
||||
34,15,233,159,255,177,78,146,112,58,154,182,166,173,37,241,149,89,16,60,76,155,43,2,166,237,108,218,116,131,41,63,51,109,253,195,194,223,251,236,113,88,53,102,58,27,18,212,92,193,17,236,60,171,80,213,36,72,45,194,251,210,231,53,224,208,114,15,27,62,249,238,227,69,142,53,79,255,106,169,221,174,164,49,55,139,229,89,100,63,241,81,223,186,243,245,29,33,41,207,160,56,160,117,115,246,214,138,137,98,202,225,87,174,45,247,28,86,70,68,6,204,101,141,149,69,173,101,16,128,179,226,133,137,136,45,72,24,1,69,171,28,233,4,184,61,78,34,207,90,5,137,53,113,146,75,98,100,227,192,35,8,196,2,223,57,201,216,241,188,91,226,49,154,247,154,247,38,105,231,226,236,188,26,202,55,66,66,245,242,8,218,227,144,198,161,117,58,243,7,37,27,36,66,35,192,63,249,118,80,48,18,20,104,235,148,232,0,105,196,78,18,236,105,64,20,142,121,79,229,75,144,14,64,84,65,100,139,152,100,1,119,142,191,44,213,196,14,152,36,67,223,147,51,179,106,
|
||||
158,77,247,201,247,89,20,60,197,78,36,152,12,82,73,55,123,244,162,128,139,72,227,155,69,112,231,39,224,89,81,229,212,215,32,66,96,84,140,204,188,68,107,3,124,113,13,43,178,108,22,17,150,76,59,26,32,138,174,236,140,226,147,142,203,228,108,225,204,182,43,204,172,197,80,12,211,200,125,163,125,196,102,96,48,119,69,192,177,224,165,211,206,238,33,7,68,133,125,145,84,133,112,18,181,33,182,185,112,151,75,218,121,31,220,68,129,8,86,230,65,36,244,157,84,182,138,215,193,83,245,126,95,5,132,197,66,204,9,43,193,220,163,56,7,194,139,200,94,77,255,74,36,45,4,234,71,14,137,164,182,79,164,154,102,136,147,106,144,6,57,166,127,104,21,79,244,137,198,130,244,76,59,72,116,140,22,91,253,126,56,247,5,201,73,193,138,55,130,200,138,205,208,162,180,41,126,225,106,168,215,228,54,36,121,68,132,26,13,167,11,146,243,231,32,179,10,82,232,23,135,240,158,101,157,101,20,108,20,216,87,83,119,207,22,49,10,123,177,16,19,145,81,15,120,137,
|
||||
132,212,46,177,187,138,249,247,240,127,86,8,250,197,49,181,80,203,99,18,227,52,3,206,182,174,183,168,30,234,19,1,65,64,90,137,157,189,149,150,229,102,100,30,131,219,231,147,74,153,7,27,78,40,185,206,96,155,231,62,56,128,159,6,189,40,1,87,66,16,30,210,74,157,100,190,247,200,148,82,0,1,43,214,44,93,134,75,105,170,200,127,149,76,137,224,141,240,145,142,11,167,100,180,36,96,52,125,156,131,97,19,139,226,183,195,208,114,92,76,81,62,94,253,36,71,72,178,193,12,187,86,187,185,158,92,252,74,178,216,163,27,5,62,118,160,222,4,241,50,152,28,40,154,31,178,154,7,86,76,7,17,6,196,80,102,12,168,180,19,211,23,211,131,223,167,47,20,43,169,124,231,51,69,128,101,204,210,126,151,180,157,45,80,245,217,97,9,244,81,159,26,193,182,220,78,187,147,106,185,131,102,87,180,92,168,249,245,207,61,203,170,157,57,115,254,165,126,111,20,221,156,86,202,252,155,169,147,16,22,214,82,255,145,4,161,59,23,198,74,20,111,218,34,200,156,
|
||||
182,78,232,69,227,100,250,131,67,98,196,54,254,135,64,35,164,0,34,155,188,163,234,6,92,213,194,202,125,147,127,217,55,162,0,223,169,192,94,58,114,21,66,104,8,189,199,62,168,99,172,105,173,117,17,56,64,137,196,218,145,174,171,201,142,30,133,248,212,118,181,174,255,169,38,123,161,129,7,90,186,168,222,247,95,85,68,47,29,98,78,177,67,4,152,165,119,108,51,244,122,37,225,184,27,7,26,91,2,42,250,175,74,7,102,73,250,157,160,249,188,63,35,178,20,19,210,236,170,33,6,72,245,243,221,91,102,164,188,249,175,255,125,96,77,255,155,254,251,250,30,16,75,148,60,74,230,91,182,13,100,126,252,103,187,213,190,199,202,149,94,166,197,91,151,240,65,32,60,177,233,95,209,55,21,9,199,239,123,213,10,45,218,100,88,65,108,109,35,143,68,104,167,185,106,90,79,194,143,124,146,253,152,78,211,154,91,70,148,161,117,144,228,83,45,139,233,155,90,120,203,44,163,17,5,121,70,130,3,88,16,51,114,155,109,50,36,108,84,239,213,132,160,139,56,10,
|
||||
68,158,17,235,13,26,112,191,65,174,201,128,59,235,148,89,116,200,174,42,107,198,97,25,156,206,244,119,136,80,34,159,17,153,196,67,172,90,205,92,207,77,118,56,164,149,144,188,12,77,251,42,235,82,200,81,173,246,223,189,37,229,91,173,166,129,175,214,233,245,149,101,111,19,18,34,96,47,216,71,169,110,217,156,210,58,35,210,144,56,41,27,213,196,190,26,39,236,29,44,77,90,16,128,134,193,251,202,90,131,188,20,211,189,84,155,161,93,1,179,253,125,187,97,241,64,182,81,64,79,180,4,12,88,57,215,249,194,213,54,7,66,217,36,162,133,65,165,176,238,89,180,177,188,128,132,96,168,192,182,79,63,19,122,182,175,78,73,28,236,188,59,189,183,106,189,110,235,176,111,205,92,104,246,11,167,78,192,8,97,195,11,236,5,139,101,162,168,210,252,27,139,21,232,131,192,247,118,127,182,8,136,72,108,227,219,48,122,178,161,11,22,153,152,182,14,214,66,112,56,214,219,69,246,170,28,78,81,54,97,239,56,28,34,124,174,15,26,39,47,133,237,50,10,144,250,
|
||||
229,209,117,158,246,156,253,93,16,120,51,59,61,6,223,126,116,87,138,243,176,88,204,182,69,17,144,9,243,137,135,145,144,227,208,43,101,100,215,26,48,188,165,79,180,37,147,86,99,230,165,179,178,231,59,108,193,187,179,211,251,233,1,44,129,142,191,16,154,202,34,45,78,228,94,132,57,210,220,103,110,188,86,242,255,204,153,19,176,89,211,87,19,37,205,76,95,165,79,0,149,223,141,199,213,214,49,90,125,10,111,233,57,144,32,190,194,134,197,106,231,228,45,153,232,184,126,172,104,14,223,148,57,14,96,252,47,174,223,235,106,134,88,73,150,229,14,62,35,205,120,136,216,58,152,171,233,60,67,148,33,145,204,243,96,94,152,17,50,48,65,117,172,230,209,23,177,209,61,146,32,79,128,65,59,109,227,124,233,169,233,11,218,31,160,39,200,213,61,201,15,106,4,81,114,172,15,1,228,114,150,37,159,34,151,8,150,175,117,232,200,89,17,13,138,118,13,44,130,239,241,73,252,231,195,156,165,235,88,52,100,13,59,139,112,132,141,56,211,23,244,52,193,16,150,75,
|
||||
211,197,78,178,13,73,247,32,82,188,75,135,33,154,67,135,111,238,195,244,135,125,66,25,139,190,16,255,192,90,155,214,91,80,217,117,64,162,195,214,247,182,243,135,29,3,82,226,146,64,69,147,89,189,46,65,1,61,194,210,160,86,241,100,204,94,23,163,86,3,210,157,190,53,181,76,18,104,48,106,249,171,167,123,130,13,101,26,82,27,201,122,227,54,244,180,109,249,238,236,138,208,59,99,194,231,231,166,7,79,135,125,158,175,253,230,245,111,125,75,62,17,108,210,103,22,159,148,147,96,216,237,30,213,239,63,191,134,0,117,69,216,147,10,80,237,55,153,167,196,150,175,134,83,151,139,198,214,25,1,115,0,115,231,244,133,22,215,73,16,122,224,61,39,238,156,16,227,23,109,69,91,141,99,113,28,36,145,237,199,164,152,101,110,19,243,152,62,91,210,243,230,80,68,23,116,26,144,146,92,146,127,27,90,123,4,72,97,183,48,21,54,139,38,224,239,115,162,137,14,46,212,18,229,239,112,124,154,93,217,120,53,163,18,85,147,46,120,130,206,76,5,2,15,56,186,
|
||||
38,250,65,36,12,79,66,136,228,37,11,254,98,170,22,143,207,42,163,8,192,182,87,111,22,246,229,3,51,3,253,178,132,32,116,64,108,244,130,141,106,122,160,80,19,150,72,216,34,226,17,246,249,194,255,68,148,48,32,116,186,240,217,68,209,176,38,108,246,186,32,218,242,172,191,200,61,87,118,168,47,240,173,244,157,132,208,175,221,206,203,207,63,161,73,172,166,176,98,55,128,186,44,124,66,191,59,48,37,194,9,111,8,149,89,217,80,120,105,203,42,25,22,67,39,98,219,5,32,89,212,111,22,74,112,140,50,122,2,219,176,236,67,186,51,74,72,130,1,107,52,218,216,97,229,70,42,24,108,221,92,223,244,238,13,135,158,30,24,217,99,201,22,4,82,171,156,71,172,149,96,201,245,24,224,54,22,158,161,23,139,96,122,43,142,93,242,56,104,208,208,227,214,148,159,102,174,221,61,13,96,24,148,98,168,42,245,194,112,39,32,48,24,38,222,64,209,34,153,152,197,156,84,109,164,247,88,186,160,250,171,251,134,176,10,118,217,55,132,153,250,247,45,252,181,159,
|
||||
239,179,114,21,187,207,96,64,165,167,182,162,63,225,246,9,33,67,114,23,88,247,34,250,90,87,78,180,114,238,149,105,132,126,194,115,173,13,93,100,191,25,43,156,165,215,103,144,123,235,122,36,25,78,232,112,236,141,172,228,122,155,228,46,138,245,221,81,182,37,8,49,26,108,98,112,131,88,9,236,74,15,197,124,114,166,25,59,100,93,44,34,171,173,71,100,38,230,97,75,171,193,65,195,167,13,114,198,246,211,220,190,157,179,73,228,204,222,201,26,223,57,201,21,193,208,58,54,95,127,113,156,135,220,23,246,143,23,39,185,186,184,58,39,225,8,156,144,184,189,227,179,145,148,192,46,204,42,228,60,33,172,50,231,207,180,197,252,136,217,102,250,114,23,168,223,74,163,79,176,31,39,183,87,143,71,230,37,178,62,44,171,182,245,181,91,72,240,168,193,206,34,18,72,236,48,46,65,62,159,178,184,89,212,25,148,230,227,157,204,207,161,157,133,178,17,55,73,36,155,114,179,77,63,211,245,201,23,124,75,15,210,94,58,25,212,86,227,26,67,255,108,11,227,89,197,
|
||||
236,0,178,95,228,47,161,47,239,154,191,184,175,65,4,73,212,239,211,191,214,217,176,155,90,47,216,116,151,58,50,42,94,251,147,237,109,29,8,146,143,180,93,144,155,99,101,86,77,214,81,240,196,24,254,60,119,152,244,154,219,239,118,161,115,30,69,1,107,206,4,43,54,35,116,72,234,219,188,98,134,95,156,217,132,246,213,73,246,236,236,244,51,118,95,201,41,247,248,76,80,126,186,187,231,235,63,57,187,248,126,250,127,244,204,244,249,62,3,59,140,130,10,113,51,180,90,211,220,138,197,136,209,157,177,31,134,119,18,40,73,191,182,67,198,1,120,52,178,6,125,101,10,248,147,65,54,118,110,148,181,187,90,91,172,145,124,247,88,43,207,121,186,7,169,13,131,144,177,247,58,116,252,119,151,134,184,105,211,132,158,138,88,178,162,207,74,126,72,197,136,175,24,5,246,73,23,120,42,121,176,238,149,128,109,213,68,220,0,40,136,234,132,95,177,225,107,24,103,181,51,95,0,23,174,146,34,133,6,33,33,169,31,164,225,204,83,68,24,23,62,108,55,51,72,236,
|
||||
74,132,213,135,201,67,59,24,140,169,168,216,139,31,113,230,68,226,254,216,186,244,17,214,114,194,24,12,2,93,189,196,18,140,167,1,106,137,198,77,122,192,94,44,90,138,99,57,2,70,4,27,162,167,240,55,126,48,22,39,31,216,31,172,188,14,6,186,255,183,187,191,171,129,138,160,4,47,6,22,2,141,251,17,254,251,212,243,45,194,148,102,200,236,215,103,166,189,222,106,189,192,170,253,189,3,213,177,68,134,204,168,108,189,47,141,64,139,131,237,216,246,21,113,103,111,2,235,205,247,229,205,63,59,59,185,101,66,78,139,34,68,85,68,117,2,251,201,189,152,224,233,117,19,82,230,98,69,154,176,239,108,93,17,63,22,137,34,240,59,228,79,219,48,107,40,175,86,242,20,164,142,19,54,58,16,52,88,23,172,0,177,0,199,223,231,112,246,56,11,189,116,15,241,36,145,163,67,94,22,165,77,144,231,9,113,72,18,96,189,33,107,236,97,115,37,235,95,9,203,122,108,29,158,185,243,45,253,31,50,169,71,50,209,151,160,68,99,78,146,36,98,35,144,178,115,
|
||||
71,144,240,51,146,19,195,193,40,227,58,49,54,88,168,30,108,250,51,208,53,219,165,195,209,58,60,150,177,188,237,198,175,98,250,239,46,101,195,9,171,121,111,25,232,33,90,208,83,130,86,10,201,107,231,147,74,174,244,233,157,50,0,221,147,132,29,88,55,54,35,92,6,237,190,78,228,194,112,195,228,137,160,255,17,226,151,210,78,217,241,149,179,68,230,71,208,246,176,123,54,159,49,72,210,85,177,46,241,184,202,3,120,111,108,64,218,112,38,47,117,122,50,57,39,109,9,56,173,36,210,133,157,216,86,45,195,46,142,68,139,195,166,56,62,201,102,244,88,213,187,220,109,35,68,102,225,92,108,40,164,112,59,58,51,107,73,148,205,145,152,25,29,185,129,183,92,179,126,231,72,200,19,35,191,178,6,18,23,35,173,150,201,24,145,198,156,21,152,182,50,0,147,202,94,29,105,13,251,119,251,209,142,231,145,27,18,233,113,162,13,135,37,209,144,62,155,81,0,27,44,237,194,6,64,32,93,24,26,218,106,21,76,40,11,33,224,161,149,177,22,50,144,156,176,177,
|
||||
151,180,36,144,96,230,137,128,113,31,46,77,90,70,224,241,236,9,125,32,216,223,146,72,13,119,27,118,118,41,98,40,150,68,120,165,17,18,234,50,91,141,183,176,32,102,126,248,18,144,126,33,126,176,70,198,197,1,144,94,208,178,216,96,197,244,10,131,147,164,29,147,154,232,47,24,29,129,216,15,206,174,181,9,104,80,115,185,248,154,191,146,100,175,56,201,200,186,130,139,99,19,248,108,214,50,16,163,189,151,75,218,175,7,33,251,108,74,33,138,194,90,144,44,175,130,171,176,228,193,210,193,245,79,34,27,140,161,9,121,242,249,63,28,37,48,124,8,238,155,205,230,148,183,21,180,238,38,34,124,79,180,150,47,174,73,25,140,149,3,69,197,74,172,116,242,135,119,159,187,152,147,162,205,104,4,134,23,172,104,182,38,76,150,91,31,57,52,65,155,204,137,230,51,221,129,223,0,114,89,170,112,64,125,161,19,128,165,134,137,229,6,8,35,144,73,99,78,126,190,52,206,184,74,250,240,135,55,113,146,183,112,58,221,167,114,17,59,42,97,169,82,191,139,87,10,
|
||||
129,129,70,27,44,73,152,211,223,160,45,108,231,98,67,141,28,34,46,9,232,118,35,27,33,65,99,164,224,98,104,80,46,220,206,5,120,194,148,96,140,192,217,89,254,96,0,142,3,15,20,94,153,216,52,115,205,108,186,216,44,247,137,42,191,184,62,17,151,155,179,83,171,246,201,141,183,132,146,98,226,53,1,47,28,247,101,108,125,197,69,64,112,110,105,31,33,112,54,251,178,226,109,201,42,187,174,63,151,56,104,154,7,42,101,172,111,34,37,203,121,14,247,81,209,83,196,170,25,87,164,182,180,172,232,2,226,120,137,107,41,123,181,168,107,64,5,120,62,231,48,149,181,216,166,175,191,41,175,121,150,118,202,168,18,237,153,192,138,80,148,133,198,176,81,193,240,65,90,23,59,132,139,235,152,190,216,144,184,50,135,188,239,24,231,162,85,227,139,18,178,58,87,102,46,9,93,101,79,3,200,3,162,205,104,179,152,249,198,65,102,37,211,23,143,44,129,211,104,211,131,191,211,87,54,88,76,95,52,4,171,121,161,160,226,211,23,159,212,125,32,1,136,107,150,171,
|
||||
39,114,123,9,200,179,238,82,7,216,26,235,80,161,88,217,137,148,235,138,190,145,2,226,40,163,122,181,87,69,197,172,33,22,37,176,106,39,30,93,253,177,158,151,48,16,119,168,194,196,216,55,85,91,193,32,75,183,19,145,240,108,161,18,101,193,141,93,10,173,156,225,56,19,125,6,176,177,38,18,41,34,162,75,73,232,81,17,80,218,13,199,174,6,203,103,89,89,145,42,56,29,99,38,37,38,143,160,172,165,238,8,76,159,89,9,33,229,119,205,4,166,12,221,185,159,233,136,223,223,93,93,54,172,95,241,79,147,99,29,36,142,163,249,28,47,204,103,4,117,232,47,218,116,67,108,0,33,53,113,58,32,230,184,187,62,187,230,115,121,123,241,43,169,243,115,29,171,147,185,169,176,234,51,14,137,8,162,157,142,37,137,17,51,76,162,105,233,245,132,41,255,72,191,183,104,185,202,77,81,218,5,21,30,212,250,232,235,200,31,14,28,45,141,166,163,113,210,16,28,45,254,101,214,10,171,37,104,52,112,194,56,38,179,147,169,56,30,96,41,30,207,62,202,231,182,
|
||||
100,41,216,51,78,219,172,63,147,222,91,211,44,229,186,43,216,217,50,177,57,181,211,203,139,187,255,84,134,240,37,201,255,138,224,46,3,29,219,35,193,25,101,129,154,249,18,31,30,161,13,173,168,70,32,70,111,21,176,85,119,44,182,131,122,62,70,162,236,127,203,186,219,148,119,138,237,83,76,86,22,193,150,144,101,122,240,199,54,96,190,35,86,62,71,68,93,130,24,245,156,146,23,180,43,117,182,77,146,160,44,34,21,29,126,122,42,150,195,159,220,197,10,242,136,49,242,194,242,31,105,237,22,145,146,65,236,86,189,198,152,131,12,197,89,21,68,42,44,44,132,31,18,78,140,34,47,218,227,11,202,235,33,219,56,163,166,40,149,68,81,202,39,118,14,89,241,38,80,78,148,125,187,171,17,31,68,153,65,104,177,21,1,50,101,16,181,241,221,237,229,244,111,103,245,60,159,236,229,156,13,131,254,112,160,252,11,215,243,4,254,133,174,246,47,152,27,225,5,216,31,163,161,68,217,108,228,109,26,218,145,113,100,11,185,134,236,241,176,35,130,248,112,15,74,142,
|
||||
48,106,9,46,197,135,108,24,229,211,211,211,180,201,2,32,189,83,24,78,155,65,180,154,182,226,104,190,8,230,211,31,212,24,211,31,238,182,200,180,176,61,29,178,49,109,174,147,141,247,15,37,219,203,105,67,240,95,144,18,239,5,33,99,181,81,2,238,203,18,68,198,145,82,20,31,84,152,175,4,58,99,223,103,14,49,168,82,212,175,48,127,45,236,140,145,193,144,154,221,203,199,168,198,83,142,72,69,113,197,24,192,104,170,241,58,31,32,90,140,115,206,46,243,238,228,238,98,60,253,237,100,50,57,191,189,19,185,74,130,231,197,187,195,116,3,9,61,36,223,115,216,99,9,145,238,198,55,173,139,27,62,150,247,119,119,55,197,181,177,163,150,248,225,42,82,89,13,240,149,211,47,141,140,65,128,3,159,231,161,24,240,26,214,69,72,10,74,116,225,47,131,134,245,158,142,248,61,19,45,153,129,190,222,146,138,129,0,92,177,98,47,172,154,179,92,66,16,124,4,142,5,51,136,125,204,115,160,109,41,211,85,137,90,177,42,94,181,212,108,56,182,81,52,197,252,
|
||||
47,118,162,156,109,54,113,230,107,223,165,229,84,143,143,96,212,95,55,30,66,6,107,162,34,178,153,46,9,90,44,42,19,115,169,243,164,96,53,251,110,250,113,114,253,161,190,79,252,99,243,186,70,108,49,146,144,204,67,176,220,154,30,76,15,138,119,159,63,167,166,135,140,181,11,110,18,104,174,137,33,31,141,10,11,66,106,160,37,8,129,77,199,154,190,38,176,185,185,153,254,118,117,114,241,33,19,74,178,140,92,82,200,202,18,210,157,228,96,232,229,158,36,188,158,61,111,214,116,125,151,227,233,55,78,162,165,28,21,219,168,93,116,30,50,144,230,118,24,111,197,50,47,235,188,248,112,49,253,109,10,51,130,23,86,112,109,152,125,51,201,2,121,8,104,176,25,44,86,89,71,157,246,95,216,92,91,150,163,46,175,223,189,63,255,149,95,249,236,227,213,13,62,147,68,179,18,81,153,20,232,216,228,197,48,22,233,223,132,36,112,64,220,218,121,38,152,158,179,241,203,164,43,101,103,8,236,5,244,45,64,6,135,147,178,175,15,139,188,11,204,181,223,21,216,4,
|
||||
51,14,203,1,184,180,232,92,210,168,128,148,86,125,139,166,57,125,117,189,68,130,7,155,34,27,208,230,153,178,144,62,207,81,85,80,18,197,4,101,33,188,38,110,152,147,4,250,218,30,187,22,88,13,240,3,21,134,33,39,162,225,178,86,194,194,9,81,148,141,173,227,28,124,49,24,113,140,135,10,45,102,7,6,91,200,178,22,143,148,112,216,226,18,36,8,134,9,1,244,219,138,101,204,175,42,136,63,6,174,127,235,44,213,171,178,6,204,82,90,26,161,130,32,35,172,101,110,253,78,247,42,203,11,127,68,212,156,171,23,25,147,36,188,38,106,243,69,18,223,82,123,145,17,28,190,101,57,116,36,48,205,228,131,143,213,10,104,20,137,153,254,206,1,39,202,37,160,207,232,14,142,150,107,95,44,17,130,65,74,103,178,153,116,178,244,137,35,86,218,15,59,102,48,144,60,97,176,191,98,170,17,43,220,57,245,102,233,40,173,82,27,194,89,159,164,59,106,2,18,111,241,187,9,133,64,144,140,147,220,6,79,236,212,70,50,139,220,80,130,151,43,34,248,74,206,
|
||||
76,85,76,81,107,83,245,50,213,116,35,14,167,225,251,113,62,136,196,119,210,24,154,134,245,33,248,24,59,119,8,88,176,197,59,160,70,96,150,21,43,232,189,61,59,189,210,65,11,115,177,148,136,250,99,84,101,22,59,233,183,143,31,46,174,63,88,39,151,151,176,131,206,31,234,178,189,218,198,91,214,11,0,73,48,90,210,152,183,105,76,180,58,55,176,76,95,19,144,233,171,52,152,139,48,84,221,83,162,109,103,249,49,98,94,45,19,14,204,144,161,160,97,38,37,174,150,201,151,202,75,13,74,84,203,154,49,43,244,102,182,73,75,38,4,27,185,153,54,236,33,215,44,184,211,148,236,58,49,89,115,21,208,4,242,119,199,195,241,242,229,130,204,165,8,123,234,210,193,52,252,38,79,235,32,13,246,20,57,131,249,145,241,217,85,122,168,105,240,120,58,26,25,230,249,15,1,94,164,123,137,123,8,96,203,156,88,60,33,42,171,67,82,5,137,127,17,12,106,32,223,75,115,181,161,187,97,105,67,119,209,149,114,67,156,142,181,11,43,218,122,25,109,132,21,251,
|
||||
69,144,168,116,142,133,205,113,103,113,178,243,156,178,17,17,68,228,210,157,237,33,239,152,246,173,235,120,41,7,70,98,197,13,24,156,68,7,164,225,0,51,199,80,127,149,146,19,226,54,72,159,110,56,11,16,178,207,6,142,34,74,209,126,148,205,96,158,67,196,21,60,79,162,207,20,105,87,130,149,216,24,28,149,239,135,9,61,251,203,110,122,128,128,70,137,124,171,128,184,32,186,9,194,109,168,228,209,204,162,56,63,152,3,229,160,217,110,97,197,176,101,165,164,65,57,155,153,39,121,39,30,235,178,75,215,23,58,94,99,67,217,203,78,215,182,123,61,236,114,167,219,179,6,3,235,176,206,166,140,88,148,24,121,140,22,24,66,141,91,114,252,16,95,99,126,110,188,100,101,29,129,248,201,62,19,35,193,95,131,168,96,156,75,1,120,119,118,10,120,99,252,47,123,232,237,40,161,55,135,56,206,1,209,91,142,110,42,248,227,115,145,183,217,173,123,217,176,126,180,31,237,137,184,26,56,130,53,142,53,61,203,218,107,246,233,143,0,14,152,67,172,102,8,2,218,
|
||||
252,61,196,191,43,119,201,131,53,103,155,48,19,238,73,58,148,207,49,153,34,63,19,128,225,169,156,120,146,195,196,88,140,88,132,114,156,91,205,233,51,11,135,217,147,157,37,207,48,127,16,13,0,209,226,195,198,20,12,76,252,90,49,78,16,58,92,226,108,66,78,213,147,68,65,142,12,100,103,138,153,134,159,94,5,202,163,97,28,63,50,51,2,162,72,203,216,99,230,200,192,92,76,210,179,196,227,52,140,31,40,81,161,224,227,98,106,72,229,139,179,225,14,153,13,188,117,42,21,40,229,102,162,243,235,141,157,207,131,104,161,150,44,86,9,225,14,150,102,14,36,123,109,245,52,58,232,47,27,50,216,131,65,232,81,217,21,36,86,244,190,8,180,164,234,247,59,199,61,165,234,119,251,196,42,31,161,237,119,234,5,80,38,254,123,75,154,251,44,120,34,6,204,218,16,161,196,106,199,190,14,132,53,198,74,181,134,1,156,137,104,206,211,219,180,46,42,125,161,74,253,102,193,146,158,84,83,25,157,196,54,217,247,108,50,2,133,18,196,38,90,36,211,9,140,209,
|
||||
226,222,66,34,147,104,23,90,160,14,52,219,34,248,73,173,27,243,153,145,213,76,188,90,96,187,242,103,222,190,59,61,17,225,78,134,82,89,152,15,206,46,165,59,226,169,114,253,112,155,196,5,27,138,138,29,148,172,6,54,191,232,96,139,233,139,237,230,129,109,217,60,39,193,129,19,130,237,251,137,78,51,214,75,86,129,242,35,139,30,40,140,126,166,18,223,245,173,208,105,236,69,16,170,148,85,182,172,168,248,109,68,236,233,56,210,222,62,79,72,74,109,50,70,194,143,119,111,135,211,3,196,223,107,63,234,30,131,154,2,83,157,125,87,160,45,208,177,50,150,114,220,242,224,67,76,163,195,131,121,86,182,71,91,215,88,39,168,208,121,115,146,190,10,118,104,210,215,250,87,230,109,86,207,203,206,219,111,157,58,107,70,211,161,11,215,172,124,65,130,30,167,58,112,107,76,2,215,30,205,54,155,230,201,158,212,103,73,54,204,165,87,209,117,88,166,64,203,194,197,242,91,108,151,44,12,191,18,231,26,34,103,21,173,244,11,38,213,202,48,136,90,211,221,120,245,
|
||||
178,45,84,60,134,44,233,18,85,171,43,9,75,19,74,60,196,175,204,133,59,212,107,240,69,112,201,125,148,222,68,72,99,146,108,230,21,189,234,75,215,159,123,219,69,217,238,197,243,75,62,175,217,186,156,194,33,121,67,94,133,179,226,146,61,45,180,179,91,176,149,108,78,165,133,170,61,113,70,147,64,144,132,252,178,208,190,2,132,180,211,93,205,2,213,35,148,185,148,56,169,34,61,212,73,90,165,136,106,61,141,88,134,50,133,87,198,108,32,126,182,146,93,88,122,241,241,141,164,229,104,45,251,163,239,242,113,158,199,115,59,116,50,60,130,100,29,39,98,23,46,82,249,254,107,75,235,118,228,30,220,79,232,97,179,152,146,114,255,106,139,24,187,199,100,54,90,174,108,59,33,108,8,162,36,169,222,202,135,152,73,162,46,142,1,37,78,143,48,113,146,26,81,201,134,216,206,234,123,194,156,100,75,74,102,172,207,211,123,11,79,215,149,97,46,123,25,148,242,185,158,141,191,50,25,175,42,234,81,251,160,23,233,170,242,177,88,198,113,80,92,142,184,25,172,76,
|
||||
222,118,237,45,127,230,122,40,143,140,9,122,177,90,91,7,30,219,177,203,70,126,229,172,80,214,157,48,128,99,70,146,44,95,53,80,209,66,251,54,203,146,109,148,238,2,204,126,168,246,99,164,53,161,51,72,169,16,231,96,154,124,5,49,142,115,134,97,29,168,166,57,202,24,173,7,71,62,60,173,130,171,137,212,234,34,247,35,244,69,177,95,209,110,12,93,20,255,160,46,2,34,110,89,152,42,23,206,244,128,223,46,174,3,182,212,28,44,245,145,64,168,217,4,6,38,230,49,61,24,22,216,150,210,86,132,104,210,103,126,253,26,216,160,10,65,252,74,232,157,54,33,198,162,85,17,152,141,181,64,6,254,242,115,178,84,137,157,227,248,113,31,176,230,245,161,212,51,235,110,220,68,135,169,124,77,38,102,229,209,73,132,22,79,127,155,126,150,140,47,86,128,9,68,181,248,153,18,44,237,158,90,136,36,212,164,251,89,251,206,234,89,25,186,32,195,21,69,9,142,231,81,25,138,173,91,71,232,115,234,151,162,39,72,0,41,238,92,213,67,176,77,43,30,134,152,
|
||||
165,57,210,22,91,39,251,0,200,196,162,233,173,63,13,188,69,235,34,161,135,231,173,143,32,62,224,158,45,192,192,131,131,93,216,179,233,156,227,153,44,213,26,56,178,86,87,211,225,50,75,42,92,133,96,141,238,42,188,250,53,115,29,29,159,42,27,22,151,56,5,27,61,146,8,40,72,146,104,195,98,95,1,109,255,198,142,30,82,131,178,120,20,137,157,177,55,52,173,195,148,173,243,68,144,142,168,143,212,8,93,124,25,137,128,155,254,215,228,15,18,230,156,30,219,140,66,58,11,149,73,219,107,30,53,135,213,207,180,18,194,144,194,237,218,240,223,105,246,123,123,158,34,117,43,15,172,231,191,94,92,169,104,187,0,86,247,196,132,140,219,48,136,86,237,190,26,138,180,156,57,52,21,205,16,205,144,36,90,17,48,136,174,142,59,88,173,76,224,160,243,93,4,12,27,11,25,10,124,44,220,149,139,136,21,214,63,13,138,188,52,19,194,93,67,152,9,47,67,110,221,55,31,239,242,188,32,239,102,236,117,59,29,165,123,116,14,173,183,164,204,229,116,143,111,144,
|
||||
92,81,151,137,160,244,218,72,65,44,5,75,201,137,70,70,53,196,170,148,208,97,30,210,166,184,218,237,149,245,242,184,196,40,253,172,252,70,130,187,214,249,140,9,0,135,121,50,25,95,92,148,205,151,110,42,129,232,242,23,42,230,68,178,49,37,3,208,68,72,33,108,205,94,177,210,231,176,56,63,219,233,231,75,192,120,171,97,247,231,173,59,127,184,179,103,42,160,131,62,157,218,81,35,83,190,98,97,157,167,165,2,148,186,89,194,119,132,54,166,182,110,164,12,16,139,121,16,114,95,226,46,25,61,97,124,121,125,170,35,85,177,239,16,203,69,166,170,189,236,244,235,255,35,65,74,197,45,110,92,73,74,121,71,39,216,159,142,70,231,156,213,87,146,157,238,68,255,196,9,95,145,204,194,204,13,134,10,207,51,156,223,218,168,31,74,175,207,19,41,215,93,70,100,48,18,68,69,220,191,60,115,102,239,174,151,255,225,96,199,137,24,222,5,119,238,198,17,2,60,178,110,193,187,157,206,176,189,199,51,38,70,48,119,177,143,8,139,20,114,225,39,167,80,127,36,
|
||||
202,102,250,138,238,37,229,86,75,252,77,181,14,115,239,123,231,249,99,152,53,152,86,48,148,202,55,97,213,224,58,140,73,101,79,226,48,40,31,251,237,201,228,238,252,118,250,219,240,228,242,230,253,137,40,13,129,143,98,114,128,92,149,49,238,168,202,19,160,239,53,85,15,34,142,183,82,54,3,217,53,169,77,168,200,234,84,20,114,201,82,42,177,201,146,105,12,193,20,193,184,252,26,133,231,21,165,91,185,203,209,87,0,246,114,124,87,33,152,84,64,223,57,4,26,231,150,20,141,52,148,53,48,2,96,200,68,148,192,5,57,216,72,210,202,218,196,145,199,175,211,251,139,187,72,178,216,117,104,19,151,66,117,162,6,190,126,10,220,5,151,42,210,59,154,20,193,37,8,127,17,35,213,219,173,231,145,124,200,145,5,236,215,113,140,229,76,27,92,43,133,174,106,35,237,40,183,49,119,58,18,121,226,68,143,174,20,109,99,74,30,147,20,8,149,130,135,47,145,71,109,240,133,29,55,239,81,87,74,23,34,86,84,190,122,9,133,140,215,205,67,8,26,235,47,236,
|
||||
253,194,122,76,137,133,144,228,204,18,110,92,218,51,199,59,13,158,173,71,142,213,76,163,95,99,235,204,141,113,10,11,54,141,209,249,200,173,54,199,21,199,44,7,45,212,29,174,95,14,223,226,220,59,130,55,232,195,38,212,14,65,174,79,238,34,89,151,222,192,200,168,76,124,29,146,156,25,153,196,191,151,75,223,144,140,11,64,198,150,11,8,160,154,111,91,71,30,21,64,82,187,13,42,17,117,194,126,10,100,117,160,64,92,101,220,159,41,194,153,150,150,145,212,80,182,77,74,245,37,182,208,46,92,166,17,54,9,19,229,244,6,9,90,5,210,106,18,60,255,226,160,12,21,92,104,158,157,181,111,234,133,191,139,220,5,222,189,114,168,177,71,107,24,179,28,183,168,213,117,220,160,30,59,10,158,166,191,49,206,32,11,83,220,11,190,82,64,219,249,89,72,0,43,76,144,213,22,107,244,243,197,162,174,120,253,99,128,10,9,31,206,63,157,223,66,141,148,160,182,186,46,234,193,30,38,87,82,227,217,131,80,24,247,154,4,75,207,25,65,200,188,155,254,118,119,
|
||||
113,117,62,185,59,185,186,73,83,86,80,181,129,139,71,58,112,238,213,243,235,252,197,41,98,222,100,147,132,36,22,16,234,221,126,53,60,216,104,94,25,189,202,79,11,113,232,80,225,185,27,2,69,91,49,140,136,145,246,211,151,92,18,167,246,23,219,142,20,199,125,169,127,184,2,84,107,241,66,13,153,45,225,58,210,57,5,13,235,204,33,106,136,138,124,248,50,190,114,248,239,77,20,36,76,195,238,136,32,53,128,118,33,199,13,71,160,106,62,241,195,179,75,128,2,221,24,120,59,142,3,189,241,130,132,168,81,3,127,229,167,201,46,150,184,159,43,194,70,91,253,185,65,220,45,141,162,11,175,198,253,143,13,83,160,15,33,237,219,133,27,32,61,122,139,26,137,252,231,252,217,134,85,165,193,36,101,194,57,13,188,84,154,4,129,217,250,51,45,57,36,130,16,172,110,130,88,175,141,136,139,254,24,126,12,199,168,180,56,215,171,131,223,141,30,101,17,64,46,105,227,107,195,8,90,244,10,144,72,50,251,33,65,250,233,79,239,182,110,195,186,94,146,96,237,104,
|
||||
138,7,111,124,118,195,244,76,227,93,184,86,123,187,32,153,240,147,232,8,13,24,130,254,104,128,56,217,241,122,242,73,66,163,28,47,252,148,86,212,200,27,253,251,86,247,232,216,200,212,67,75,69,239,181,191,67,166,254,0,244,73,152,102,138,173,37,7,160,194,144,98,58,228,159,172,163,102,231,127,36,231,137,137,80,43,101,156,65,102,4,118,150,234,186,144,187,249,83,191,68,175,37,211,85,194,228,64,219,179,105,122,55,142,243,32,186,11,39,207,230,157,236,218,79,157,175,82,91,54,69,42,127,178,24,24,88,42,52,170,190,202,171,110,100,147,22,80,54,79,72,28,34,217,217,212,194,165,206,22,85,101,128,97,119,209,5,100,34,71,213,183,211,185,249,74,106,53,17,13,123,140,60,88,151,74,225,53,118,67,165,28,228,117,174,175,72,128,169,232,84,178,116,113,173,54,223,149,208,20,186,129,222,86,50,0,197,62,40,31,153,72,177,221,242,81,82,0,73,172,57,187,185,16,111,190,124,212,6,2,11,95,178,177,63,38,7,136,75,181,194,171,150,40,255,34,
|
||||
212,223,39,174,139,242,92,126,123,99,161,208,190,149,52,242,18,11,248,128,241,189,11,255,65,7,253,96,64,35,34,100,226,238,216,54,195,8,254,109,98,161,177,103,219,60,207,69,204,2,42,135,130,85,109,118,181,0,118,131,0,77,71,47,151,118,156,67,201,57,169,90,172,105,194,183,22,214,98,27,153,12,74,53,190,117,177,16,233,66,54,59,192,105,163,108,65,181,173,21,38,128,98,29,3,21,253,100,2,228,155,69,63,117,46,99,52,114,108,149,150,54,89,187,203,100,250,183,43,120,190,126,89,59,36,244,113,89,153,117,16,185,95,2,206,100,81,217,100,146,153,90,188,92,33,0,106,25,15,116,204,96,47,194,20,120,14,168,113,166,114,195,183,9,26,239,213,126,98,140,83,142,86,16,121,227,54,144,210,165,197,235,227,192,203,214,134,144,148,175,51,29,44,45,150,70,166,251,224,34,116,51,184,3,71,166,168,242,204,225,78,162,84,62,112,20,140,65,112,1,123,73,46,23,25,159,63,242,15,74,203,52,68,132,99,141,108,79,17,160,194,107,150,37,29,142,
|
||||
245,242,140,186,128,0,233,5,188,201,11,247,209,93,192,126,181,84,177,86,60,97,41,34,175,42,221,140,134,204,68,90,153,152,56,29,231,4,107,132,167,235,97,161,68,13,240,76,136,146,158,128,180,82,95,170,50,123,164,153,114,56,84,105,166,139,120,130,194,73,6,115,16,107,246,28,114,254,32,67,39,23,217,53,85,114,124,210,116,164,170,65,141,63,78,255,247,244,127,203,197,29,108,184,49,202,104,149,227,137,68,92,27,26,42,112,186,245,30,148,185,32,67,163,9,148,175,199,23,67,85,33,122,134,236,43,152,2,29,38,113,218,111,43,181,131,76,217,247,71,98,101,226,116,213,22,69,36,48,190,145,90,8,48,236,153,29,105,169,250,193,49,146,30,97,105,101,237,36,64,104,149,239,36,18,112,202,67,114,50,14,231,52,208,134,21,131,137,8,74,110,195,121,225,245,228,34,74,215,27,194,65,148,228,89,244,46,254,68,242,197,186,96,139,205,58,165,21,157,39,189,169,123,86,240,31,47,170,50,230,114,130,163,190,46,194,188,22,28,203,148,13,66,16,201,142,
|
||||
193,50,121,2,167,115,68,114,100,111,197,46,78,157,107,169,31,68,201,60,194,202,245,55,249,123,87,17,146,145,17,70,71,214,137,53,125,45,89,181,211,215,214,201,249,68,201,3,18,62,105,238,163,67,57,115,212,231,226,112,167,236,226,151,231,70,86,238,249,64,51,255,127,67,149,143,191,171,50,26,13,152,254,150,214,74,42,89,148,222,134,165,99,44,44,84,68,30,117,205,90,150,0,77,203,138,61,24,76,4,2,88,183,2,35,34,220,34,85,89,169,61,49,51,141,34,250,164,210,226,72,234,140,34,207,142,89,30,59,195,228,71,73,219,69,112,75,52,115,19,182,155,27,37,161,36,218,164,2,36,9,179,180,207,37,129,210,40,10,201,137,87,84,69,185,82,74,182,40,104,129,110,137,230,80,245,16,27,133,10,18,137,8,213,223,120,247,141,251,44,98,71,225,254,143,170,108,247,165,19,38,129,79,120,103,124,7,57,107,251,225,160,160,32,137,32,95,180,221,114,149,32,229,116,96,252,170,88,9,140,125,95,125,48,127,59,145,59,26,136,67,84,190,253,33,3,
|
||||
211,213,182,128,247,39,221,52,216,40,255,228,229,249,89,5,135,4,25,160,95,116,198,55,247,239,88,71,112,9,217,126,254,249,140,250,85,57,183,153,182,1,211,44,144,53,12,51,121,223,139,96,110,246,13,133,31,87,69,16,17,213,175,114,104,226,152,39,92,143,36,74,111,73,21,8,94,248,158,69,253,228,7,179,252,253,69,197,171,68,125,34,151,100,147,121,214,217,169,228,196,252,56,31,85,182,209,105,16,60,236,129,60,188,114,165,46,214,63,60,210,186,88,219,250,113,235,231,116,177,111,210,196,64,239,17,244,160,99,54,154,86,233,225,188,194,245,21,125,107,250,249,151,233,189,210,24,180,208,101,98,179,151,217,78,3,251,101,218,63,151,140,97,125,163,109,85,226,55,158,153,142,70,116,176,231,143,68,46,46,216,36,134,176,62,157,39,185,203,202,48,240,10,195,177,156,40,221,202,40,109,18,115,69,98,143,152,178,56,36,168,148,252,80,45,115,171,212,121,225,65,204,244,20,47,39,224,47,171,23,239,181,86,66,27,162,34,230,217,156,137,168,13,172,64,155,
|
||||
61,49,206,190,248,75,99,75,204,6,224,242,69,218,91,55,94,23,150,173,28,182,133,65,222,5,121,197,27,197,65,144,112,137,244,139,88,67,193,235,125,60,59,93,139,96,219,72,155,226,110,62,178,4,10,177,14,217,119,170,142,130,214,39,13,18,207,120,162,93,62,202,48,181,253,166,20,66,15,204,146,221,167,119,42,124,54,45,30,192,41,213,65,169,146,147,66,230,204,0,39,188,217,191,154,138,20,86,237,211,229,88,117,2,154,73,245,251,170,162,30,204,163,244,24,185,253,66,1,166,193,244,64,87,95,75,197,125,196,52,132,59,83,20,80,179,136,178,133,155,84,201,17,255,43,33,135,74,242,105,232,146,170,172,89,178,249,169,156,239,194,219,167,151,69,42,193,4,185,108,62,106,214,253,170,181,4,52,237,0,219,253,213,44,215,65,142,238,146,68,135,146,185,89,49,202,81,90,109,187,161,106,184,113,198,154,206,165,68,211,166,74,107,70,134,3,181,228,179,174,41,252,150,93,53,203,32,140,178,138,27,23,59,51,93,24,178,196,86,115,165,81,37,35,170,182,
|
||||
72,245,14,181,69,170,111,93,145,228,253,93,68,240,70,27,42,217,177,44,29,161,136,119,45,210,44,111,47,136,73,46,18,129,104,147,117,189,154,123,26,42,91,1,122,87,196,53,177,182,73,156,191,23,13,198,16,133,151,187,24,111,103,198,78,42,149,11,92,95,138,254,186,113,242,29,116,184,232,151,98,115,18,23,123,212,219,120,230,36,68,218,216,22,41,31,43,53,0,125,247,44,32,6,46,151,110,36,139,180,38,57,149,211,191,90,200,149,109,136,59,137,89,27,201,201,36,177,110,195,250,155,74,98,89,90,154,32,163,113,111,48,233,98,53,190,132,193,208,127,47,105,35,70,108,124,125,79,244,124,178,215,225,132,13,99,22,65,119,174,233,206,34,124,154,24,29,168,217,215,40,7,197,140,227,111,99,64,123,25,25,112,255,136,248,227,121,176,132,205,162,194,186,96,204,24,198,246,131,254,14,92,45,240,34,173,169,91,214,177,5,43,232,67,38,68,78,217,38,84,246,4,220,209,86,77,199,80,169,160,109,164,222,163,118,129,180,188,144,204,146,69,193,43,128,164,
|
||||
151,162,222,170,109,145,153,76,46,78,204,82,153,237,170,64,187,233,210,160,203,238,210,228,85,230,1,30,0,56,13,80,53,73,94,210,220,3,235,131,111,118,75,84,200,19,151,12,167,124,213,179,85,247,72,175,40,74,63,97,24,71,243,81,70,151,188,184,155,30,92,220,101,157,65,149,72,223,237,117,181,232,115,68,88,143,98,21,223,133,247,147,52,68,72,163,163,201,174,214,108,170,97,233,122,33,186,100,121,30,93,139,150,8,49,116,112,140,168,41,86,75,124,125,225,44,173,102,179,105,141,47,79,38,147,15,39,87,231,40,29,23,149,242,90,171,88,63,72,145,106,149,119,3,203,171,82,241,97,76,64,166,191,34,64,110,73,84,249,186,157,188,8,38,130,234,188,94,51,177,28,237,222,138,73,98,108,202,33,0,56,5,7,223,73,28,38,222,92,248,179,118,143,102,217,167,220,67,251,85,50,81,101,231,200,132,173,106,129,146,109,239,198,232,43,100,201,160,17,10,91,58,78,132,180,239,61,118,75,29,9,155,107,164,4,146,155,53,29,75,222,174,238,121,35,222,
|
||||
188,106,89,176,184,147,164,243,49,89,211,11,226,234,61,196,140,91,226,111,108,25,16,17,131,158,88,185,114,22,122,130,249,71,39,139,51,28,162,90,225,199,133,125,179,56,125,206,238,105,188,204,211,23,19,210,196,252,135,107,150,68,190,56,11,137,1,141,243,125,58,74,24,214,62,106,231,130,167,162,45,116,222,239,66,178,143,113,182,250,27,31,60,139,255,18,2,44,190,4,174,230,144,203,59,138,56,247,181,84,120,69,215,46,81,49,78,186,132,73,69,5,20,102,161,206,50,33,49,179,104,115,248,62,196,152,228,61,83,189,174,213,244,252,7,157,42,128,114,169,187,13,49,136,135,155,108,23,24,49,234,2,155,73,49,185,136,213,45,234,204,235,92,157,152,13,150,102,91,108,41,48,114,19,196,238,51,233,17,27,148,80,171,200,87,227,240,176,51,169,75,18,171,38,111,82,242,223,84,68,74,123,0,192,132,0,112,194,253,245,134,196,224,198,33,226,176,56,129,124,145,25,206,140,178,242,130,25,202,83,169,64,180,42,219,221,30,176,159,176,241,73,197,43,32,240,
|
||||
160,97,214,248,35,250,26,104,23,67,149,156,194,79,229,157,44,121,75,189,110,169,89,122,60,229,234,217,7,207,125,9,179,200,153,247,247,34,232,135,224,132,131,226,212,22,230,223,150,195,173,202,218,168,110,163,197,169,174,42,202,96,229,237,194,53,234,94,117,134,190,68,38,213,25,178,139,213,108,243,56,214,57,30,104,46,214,61,178,126,180,253,63,67,49,147,3,88,142,201,200,150,204,79,211,36,197,30,152,1,227,76,231,57,185,99,114,246,83,105,103,97,178,83,10,45,54,170,152,90,152,198,124,204,237,80,154,118,84,196,121,112,91,27,19,42,146,99,21,216,121,64,185,218,117,78,173,19,240,215,169,100,42,185,19,196,107,53,159,30,196,170,118,40,145,44,46,48,24,101,114,22,22,164,118,216,218,30,46,45,59,249,45,99,174,105,176,84,117,187,176,90,174,238,136,126,155,53,9,149,233,183,255,82,255,83,131,199,235,63,129,253,183,98,98,245,196,155,91,211,92,156,33,186,174,216,22,155,231,221,180,81,173,57,159,18,120,66,112,159,203,1,162,42,97,126,
|
||||
215,2,21,69,203,170,80,241,204,210,104,174,170,103,137,7,157,120,4,161,197,215,85,97,112,197,151,42,150,53,205,87,186,48,128,192,117,145,164,98,12,77,236,171,187,139,115,48,101,45,46,119,156,86,122,79,195,161,24,48,164,18,30,102,213,14,70,206,37,136,3,15,173,49,161,81,235,158,0,170,200,64,53,106,13,187,125,141,90,29,88,233,29,206,62,232,182,219,199,223,204,190,160,119,112,107,8,229,176,156,7,43,4,190,198,41,230,88,71,205,246,255,15,209,75,139,160,156,39,156,69,215,95,175,46,167,7,183,55,227,180,168,80,172,194,232,202,145,107,254,106,75,99,192,28,147,138,178,185,178,81,58,50,168,176,98,177,236,20,87,246,46,8,86,158,148,53,224,126,111,35,41,33,153,105,84,185,207,98,195,30,33,237,4,226,8,248,133,9,255,77,45,55,73,160,22,199,214,19,22,28,117,10,7,237,223,215,12,58,95,27,95,119,246,212,102,158,18,154,24,131,149,33,156,58,25,42,31,45,91,128,166,163,142,206,98,237,181,145,197,250,47,64,83,179,148,
|
||||
212,104,63,234,28,1,85,136,95,7,129,139,224,207,153,87,192,131,191,119,136,59,100,147,102,184,97,12,237,128,149,198,64,214,155,210,195,91,98,99,31,57,71,4,58,36,189,36,253,225,218,38,146,62,163,83,137,145,107,16,217,158,116,246,253,241,39,19,121,131,177,175,38,227,180,145,247,255,144,62,34,138,139,89,174,200,190,103,104,131,152,109,147,236,46,98,17,115,85,125,13,31,137,102,37,187,144,152,126,165,139,66,185,127,130,52,183,212,125,187,84,4,189,142,7,206,22,163,170,197,142,195,38,140,81,11,181,190,50,165,190,80,233,11,133,190,166,63,168,247,152,254,160,72,249,71,154,78,23,250,226,58,95,197,180,24,169,43,37,114,140,138,88,207,213,93,176,185,60,96,226,134,251,165,38,105,128,201,101,128,35,49,147,47,114,153,24,38,30,240,49,164,255,253,175,130,230,175,13,18,197,173,231,6,133,91,146,84,184,79,132,41,111,85,142,210,220,169,44,181,134,218,91,151,139,170,74,201,235,108,93,98,100,54,138,223,163,50,210,83,170,101,72,158,162,254,
|
||||
189,50,121,147,67,103,29,105,230,206,24,43,59,134,220,26,147,53,19,69,105,133,201,189,98,125,198,63,44,185,232,232,8,28,33,209,223,145,216,183,43,219,183,209,65,73,4,76,22,87,60,105,136,131,31,180,231,93,74,102,72,57,140,148,118,110,232,88,173,112,59,243,76,167,0,179,225,156,97,84,185,221,74,179,27,175,3,98,29,55,17,115,215,134,250,170,11,171,132,114,89,78,60,3,174,250,250,233,249,219,235,219,115,149,199,196,197,255,184,68,46,218,24,169,8,86,238,239,184,222,197,82,68,80,199,140,167,238,229,57,58,18,249,122,192,162,16,95,193,135,46,148,64,210,48,21,111,115,101,167,253,64,183,19,11,9,125,137,33,218,214,21,73,117,52,49,98,165,165,64,13,58,42,60,112,249,2,173,189,210,42,119,220,177,73,4,50,190,67,147,31,41,134,168,204,12,146,110,38,145,238,18,46,158,20,195,166,116,96,78,113,225,92,174,89,165,92,135,104,226,100,80,201,225,226,83,156,225,65,207,158,9,36,113,78,49,215,184,228,178,177,92,30,35,249,38,
|
||||
126,152,111,171,139,176,165,172,163,209,250,24,177,229,247,227,217,13,99,142,131,102,62,162,114,197,76,132,147,96,142,232,30,54,127,86,114,152,195,193,177,150,87,14,17,87,25,124,133,193,84,83,224,12,179,212,78,52,213,85,138,254,185,230,62,162,201,199,100,14,213,176,234,87,14,217,129,23,41,237,45,5,68,84,14,189,133,35,25,141,81,213,163,74,101,100,165,243,10,221,79,175,236,162,85,85,106,245,105,30,145,85,103,27,185,199,141,48,168,145,69,57,250,80,166,151,182,145,96,157,245,91,200,253,244,161,197,5,5,117,153,77,66,92,4,194,55,155,37,234,16,196,201,42,114,38,63,95,34,200,33,185,80,188,230,34,151,179,169,228,89,85,248,71,90,23,69,196,29,136,58,62,16,28,79,95,185,139,233,171,226,91,233,247,185,114,252,237,169,29,177,6,10,42,57,217,206,112,169,193,23,198,112,33,168,43,169,159,168,108,97,109,168,224,37,54,16,195,120,192,235,252,16,252,228,236,106,172,232,146,66,17,108,54,104,218,39,238,2,21,104,78,112,151,243,102,
|
||||
98,185,66,68,73,128,53,21,161,191,46,166,148,128,72,98,7,208,140,79,250,178,100,131,50,48,163,174,136,190,69,125,121,208,2,218,167,76,30,190,201,79,67,113,157,98,219,185,150,60,157,41,221,19,168,98,164,246,246,153,176,25,99,101,18,220,146,76,32,200,141,246,157,104,141,43,237,120,71,20,75,117,185,67,160,231,163,237,178,33,123,15,182,181,181,231,188,125,244,125,216,86,10,160,49,190,213,60,78,40,130,243,11,157,3,107,116,53,67,129,56,118,119,193,241,124,146,198,194,85,99,118,150,148,67,80,183,213,171,198,44,165,207,78,95,145,98,199,202,26,154,154,133,98,34,102,115,166,26,215,240,76,98,121,156,139,92,42,190,173,33,24,130,25,100,53,133,77,133,219,126,113,232,150,71,180,218,164,53,216,243,181,24,94,83,183,80,172,106,110,78,174,199,63,157,223,89,104,96,4,39,18,199,159,66,58,45,2,215,132,113,241,130,125,244,201,78,153,69,85,73,174,218,108,23,218,146,93,66,224,247,225,238,226,238,63,76,74,133,110,143,86,245,26,162,103,
|
||||
222,114,75,64,39,154,176,253,226,125,144,16,246,144,220,199,223,166,7,79,168,11,191,14,18,174,7,80,9,25,131,35,67,135,123,164,54,135,201,87,69,253,111,160,196,85,222,227,13,206,91,151,229,29,74,115,9,157,145,81,36,12,239,156,96,147,117,131,163,208,195,86,228,66,132,52,208,175,78,130,70,59,90,69,31,89,221,51,145,216,158,173,53,34,27,137,226,204,117,198,109,141,105,237,243,123,186,126,141,156,152,226,62,234,202,105,68,133,26,153,152,208,147,248,78,218,59,160,228,161,78,36,85,245,250,247,216,160,71,210,13,94,215,52,212,161,21,169,184,197,49,101,92,202,134,51,212,43,208,170,145,73,115,30,101,66,120,88,138,189,201,164,27,151,76,50,8,13,178,73,100,73,84,239,67,174,223,172,119,246,117,241,196,59,38,138,230,152,116,254,213,54,78,42,143,251,202,254,29,178,10,177,170,53,113,38,211,163,8,174,3,68,100,170,100,91,139,149,48,159,59,123,234,234,59,174,214,8,140,248,137,148,27,15,118,49,213,193,34,211,154,70,205,38,189,210,
|
||||
244,207,102,50,145,145,208,28,6,178,118,154,245,40,37,90,202,162,91,195,20,56,250,181,211,41,232,13,66,226,179,132,125,244,189,0,78,216,134,104,91,9,198,202,245,255,225,142,147,58,165,8,109,217,16,72,72,140,88,49,244,34,220,57,201,100,171,188,4,185,142,89,105,174,27,98,213,149,160,136,104,34,212,82,210,97,137,49,231,46,22,117,70,158,249,148,104,226,195,18,58,238,205,199,140,249,77,85,15,222,103,81,38,230,251,129,80,132,105,173,18,64,76,13,241,76,115,137,121,41,236,43,83,162,79,116,4,115,69,10,60,220,161,162,64,164,59,29,127,133,90,136,216,37,193,16,180,26,196,226,71,143,229,222,89,57,30,94,178,175,103,35,106,211,174,109,58,81,29,229,213,53,180,137,59,92,138,79,61,113,12,190,142,81,92,6,200,213,164,19,168,70,158,94,167,159,250,97,127,220,146,28,254,47,113,209,124,236,87,158,235,9,58,199,208,139,105,245,4,198,45,110,179,240,165,53,25,95,92,153,82,23,186,117,116,188,45,249,221,245,17,228,6,31,200,224,
|
||||
63,223,189,213,91,14,180,154,30,112,36,22,183,92,210,245,112,89,53,46,18,229,92,158,64,126,72,25,77,156,24,143,72,17,208,9,0,248,90,245,192,69,222,176,174,44,214,113,174,108,200,247,157,252,133,84,92,74,163,88,50,133,187,4,250,115,205,216,42,29,94,27,163,89,197,143,108,72,36,193,147,144,129,181,190,226,14,23,106,98,165,102,103,212,57,205,212,215,42,17,106,207,225,18,3,236,142,133,105,49,78,140,164,154,137,83,244,167,7,66,97,66,110,208,12,144,140,181,146,7,194,167,92,130,82,5,197,100,246,52,155,245,74,14,223,29,104,144,109,247,202,32,155,5,240,63,1,218,79,138,129,231,68,99,87,74,135,232,62,143,113,178,93,46,45,228,142,170,80,26,169,195,195,204,245,84,186,77,57,190,173,10,5,89,55,239,232,89,45,152,124,235,97,191,47,116,200,224,90,9,92,72,49,254,195,83,220,161,180,241,217,82,129,38,55,75,151,209,84,100,86,243,147,18,173,246,50,177,16,186,208,224,244,213,9,103,105,40,199,140,169,129,50,219,137,55,
|
||||
198,148,181,0,71,134,61,42,173,53,37,76,49,84,252,42,27,34,21,103,251,140,112,100,146,183,168,62,211,246,32,205,74,148,32,176,127,233,72,63,72,169,192,108,9,91,246,127,192,223,133,4,4,48,248,61,167,99,237,25,178,80,101,109,148,43,48,204,102,27,181,131,154,81,199,161,24,131,75,104,32,251,134,138,31,170,236,41,247,43,119,88,82,70,25,160,134,41,155,198,18,130,52,226,208,198,24,61,127,189,56,238,181,239,200,192,186,175,4,151,104,202,55,160,168,160,214,211,191,141,209,11,203,10,64,77,226,221,134,142,134,155,216,179,110,14,21,53,83,26,181,168,142,239,215,225,0,42,136,149,171,102,54,157,238,161,58,229,193,254,67,254,203,65,133,220,66,23,139,239,32,149,146,128,174,14,219,33,84,252,149,182,132,206,209,37,130,243,111,12,46,47,130,121,233,84,12,237,206,4,44,85,222,40,92,33,66,124,148,238,129,32,41,243,42,6,134,139,68,19,219,81,45,5,68,132,18,231,178,86,105,74,170,167,14,219,148,46,144,248,10,84,66,35,200,172,
|
||||
133,157,57,218,93,241,225,77,244,123,50,125,21,139,1,13,113,118,98,130,69,187,96,211,94,65,135,224,149,124,141,156,218,48,194,95,212,146,149,212,101,142,87,213,125,194,56,118,64,149,90,82,146,68,201,21,115,166,100,219,76,235,132,226,105,165,159,228,84,243,152,86,113,170,105,250,59,247,80,249,160,33,184,161,121,171,130,212,154,128,240,207,117,85,29,35,132,249,90,71,252,184,134,19,47,57,188,160,4,140,127,57,96,112,108,31,31,166,38,187,19,194,90,175,0,145,133,213,255,25,76,210,5,237,143,101,162,110,169,28,182,6,66,120,62,189,107,161,84,18,154,36,251,171,100,141,14,234,58,21,42,226,52,253,98,202,8,141,150,169,155,84,206,169,201,220,247,227,205,59,149,113,171,165,92,46,36,115,254,235,197,91,194,200,237,102,230,163,111,118,233,177,235,179,211,49,51,59,19,203,82,186,229,202,69,31,3,90,40,223,55,145,82,224,105,232,139,246,36,151,159,203,209,95,182,23,138,143,239,147,106,130,9,104,187,180,191,236,116,231,58,73,153,46,141,195,
|
||||
101,27,111,84,12,2,223,84,186,37,85,88,165,52,11,26,76,229,148,117,250,76,140,74,177,237,120,59,51,31,117,149,178,210,144,140,10,8,157,70,91,137,242,187,193,191,227,19,213,77,158,4,173,197,108,127,203,141,212,13,188,148,193,254,107,112,163,162,147,194,197,204,116,146,27,85,136,154,116,167,162,179,226,145,210,73,136,156,212,73,100,223,116,18,171,126,54,77,194,17,142,172,4,142,56,109,72,145,93,64,245,24,79,210,4,78,181,85,221,176,117,5,154,50,135,140,114,16,161,190,35,13,168,34,74,177,154,254,149,93,135,208,49,229,247,10,220,81,50,131,170,61,158,70,115,251,165,212,168,236,237,153,34,243,186,253,43,155,34,99,105,178,196,66,71,203,229,26,117,44,122,238,27,73,73,83,91,93,198,110,1,59,36,9,224,14,71,181,169,236,253,210,195,147,79,31,210,54,147,248,178,38,160,128,200,30,72,11,179,210,3,99,110,59,166,88,4,238,104,168,78,100,234,18,103,236,149,158,74,37,244,234,99,129,224,179,118,208,78,209,4,86,112,196,195,163,
|
||||
35,75,25,43,171,46,162,39,247,143,80,16,27,102,246,158,123,111,116,121,92,26,89,86,150,201,128,69,40,102,129,50,20,159,31,155,214,120,86,177,55,158,145,65,188,66,117,91,101,131,150,4,120,56,206,85,171,48,73,118,84,105,211,165,125,187,35,214,48,87,197,160,197,168,243,166,80,99,23,147,62,186,82,116,154,61,243,208,70,128,68,117,168,34,26,209,108,95,183,51,145,178,57,172,143,149,97,248,100,54,131,39,83,110,28,89,108,3,98,254,61,125,225,18,201,231,164,18,206,240,23,254,53,253,140,158,161,82,253,151,19,108,184,132,168,187,172,213,173,55,165,177,217,12,45,170,210,200,90,66,19,180,85,103,130,164,34,131,13,15,176,181,149,166,149,172,27,148,111,214,190,93,105,99,161,44,9,40,155,108,196,79,250,55,9,67,75,146,2,202,168,18,73,151,101,73,134,174,153,157,80,165,187,74,247,159,171,229,222,5,92,125,172,117,73,42,95,212,186,32,185,114,76,164,181,53,121,178,67,110,31,89,165,20,16,47,30,54,117,106,72,119,72,170,158,199,
|
||||
34,227,240,187,173,19,42,242,101,39,89,63,249,254,246,133,122,226,21,79,114,151,245,76,59,46,171,182,9,16,80,87,71,251,198,7,82,109,113,20,107,7,149,101,61,52,116,100,113,101,159,152,89,80,76,170,13,160,227,224,23,216,225,248,94,206,45,242,2,34,157,192,48,207,209,225,214,85,220,16,177,48,92,66,51,67,112,171,103,72,61,106,123,110,144,182,167,166,158,145,52,126,49,172,161,104,118,78,139,13,86,173,42,27,96,161,202,103,113,249,224,90,90,140,176,14,191,93,201,42,97,226,75,211,46,56,202,145,160,4,213,178,78,176,33,157,132,54,231,50,8,30,166,127,93,194,16,150,211,238,153,184,91,239,238,126,146,26,126,68,184,236,239,83,214,83,122,146,167,34,202,132,33,89,24,249,54,103,172,16,87,54,24,70,156,166,252,243,167,207,148,80,227,200,160,70,167,147,10,175,71,223,239,227,184,89,44,117,213,110,33,79,170,110,9,45,224,210,245,183,207,134,112,22,69,117,145,56,165,236,104,193,134,158,11,91,171,140,6,159,190,48,135,5,81,152,
|
||||
52,16,174,120,163,211,48,185,222,131,138,168,153,5,196,21,85,79,41,66,132,76,23,238,92,140,3,119,220,138,77,83,129,216,58,249,112,70,42,1,49,227,13,143,31,75,127,60,205,80,22,173,109,69,126,39,215,69,145,78,56,202,43,61,50,182,66,152,1,165,158,151,192,36,218,126,33,254,154,244,193,138,132,106,52,67,162,109,141,116,19,30,29,53,102,47,126,223,198,153,70,68,146,18,36,101,37,132,177,17,158,19,218,111,61,18,167,208,117,104,66,168,17,149,61,122,234,84,173,141,46,65,72,4,86,242,216,194,146,32,111,189,37,18,117,58,57,179,116,64,138,168,151,43,158,3,211,153,45,45,60,119,254,76,116,207,85,253,136,111,216,71,120,51,54,84,129,99,73,77,112,214,158,245,25,215,130,126,234,228,246,74,10,83,128,21,208,104,227,155,143,37,196,215,174,31,142,39,205,225,25,251,79,84,251,198,226,99,92,185,108,83,114,138,240,51,51,157,25,249,125,232,206,25,77,185,174,156,181,76,194,76,184,182,89,46,244,29,207,100,202,64,96,136,165,65,
|
||||
12,239,139,101,115,94,167,203,58,2,187,183,235,165,37,156,185,16,193,103,92,87,100,31,154,230,142,208,120,199,139,244,127,182,245,147,173,213,92,164,61,15,77,123,143,74,195,219,97,106,119,51,38,153,195,82,119,143,63,39,34,104,144,43,194,37,204,1,36,60,203,206,215,36,111,181,193,85,209,29,238,155,67,216,85,47,15,255,213,67,152,190,120,191,91,68,182,52,191,144,54,25,204,26,167,7,112,10,241,213,50,47,208,45,54,51,166,237,253,117,41,190,241,12,56,71,65,197,89,170,120,125,73,24,69,244,52,247,42,98,123,160,4,177,179,230,50,104,255,37,55,211,235,94,97,251,187,169,124,147,201,209,73,207,224,219,143,224,131,20,248,10,210,106,206,229,12,181,103,45,129,232,190,95,146,60,8,159,139,161,247,229,128,209,175,59,169,246,43,38,93,51,37,16,51,213,64,50,147,230,42,131,86,13,48,125,241,201,141,184,0,183,10,205,67,131,25,66,177,234,123,239,222,95,76,78,79,198,63,229,239,202,0,210,59,221,27,24,154,78,179,169,110,3,169,41,
|
||||
54,211,208,25,156,166,155,176,98,11,18,107,236,187,36,206,22,45,49,156,169,69,148,53,8,185,125,8,154,209,137,106,115,93,79,109,189,205,117,171,57,15,195,74,127,10,49,69,197,56,51,109,162,205,40,13,78,62,50,49,130,233,29,177,142,174,148,2,203,126,80,220,107,18,46,60,207,93,33,71,173,40,185,41,231,92,198,92,162,210,136,210,166,228,52,248,205,217,105,193,44,80,50,6,107,73,46,202,244,55,134,225,11,126,52,86,65,148,1,40,223,222,208,11,86,82,176,94,149,162,138,241,8,250,242,224,17,173,211,155,234,211,21,16,15,90,51,61,32,209,137,21,246,92,87,86,45,75,112,207,133,23,58,154,65,215,57,117,64,73,90,165,31,232,67,246,186,237,97,251,209,83,9,204,156,132,13,23,182,0,21,232,154,134,131,231,251,248,242,232,117,182,223,23,79,24,75,86,70,80,165,68,77,15,216,71,135,155,27,74,33,147,46,70,105,39,250,26,41,148,104,248,163,35,167,53,253,252,173,208,149,217,84,75,239,230,99,220,7,21,196,68,4,168,63,87,
|
||||
155,126,205,24,211,224,133,47,59,221,153,104,180,78,174,206,72,95,112,227,124,68,94,145,75,144,168,170,138,63,11,41,70,1,9,229,249,149,218,87,210,178,131,179,99,85,1,227,141,68,0,115,197,143,208,116,20,48,113,241,34,94,168,200,193,138,245,63,192,83,6,135,136,41,239,128,252,254,196,225,240,123,250,136,216,45,142,139,90,64,153,150,156,40,185,147,96,129,232,142,238,52,138,201,202,18,30,66,99,77,157,44,172,66,180,225,233,129,96,169,132,191,208,28,36,190,173,117,117,39,37,186,74,29,155,111,22,124,190,143,40,115,82,19,52,42,101,166,211,8,89,124,3,209,221,149,238,162,107,135,137,125,148,115,12,84,78,74,153,76,169,144,164,32,18,212,134,155,177,8,22,66,79,37,8,76,9,156,41,93,32,153,30,114,121,104,251,142,174,111,141,116,162,88,42,121,56,81,75,13,218,210,84,167,53,55,83,106,90,42,190,201,10,181,113,50,185,152,220,97,151,141,9,245,184,155,114,9,163,138,11,145,100,122,78,48,230,237,98,221,110,214,244,63,145,156,
|
||||
37,149,220,72,132,22,62,5,29,163,208,144,39,213,122,179,126,78,233,23,159,86,1,85,140,171,97,61,230,57,89,131,99,145,34,78,97,118,146,185,9,123,205,47,23,64,108,139,137,173,208,243,136,182,37,230,78,37,177,132,73,101,170,12,218,137,200,50,32,79,220,72,53,217,133,82,144,111,122,240,119,56,121,209,46,174,41,31,228,6,177,71,77,160,59,84,47,67,140,130,78,142,213,96,42,243,67,26,247,99,50,57,84,140,104,234,96,148,100,25,49,63,33,28,206,78,67,153,179,147,161,128,98,198,255,72,64,64,155,25,153,158,192,250,128,116,90,131,34,9,217,187,224,54,69,148,143,156,93,230,151,186,52,150,51,174,77,147,138,83,203,148,224,99,119,42,82,54,136,207,58,166,82,168,208,152,122,213,130,223,5,185,81,115,11,134,130,134,140,132,228,9,73,9,233,77,170,248,77,122,39,27,22,181,15,43,27,101,245,117,41,181,136,251,76,95,90,36,166,42,183,172,27,170,183,154,156,93,154,210,103,220,45,72,227,156,143,132,16,250,85,85,75,214,111,138,
|
||||
191,120,70,23,79,48,213,119,181,132,120,127,255,255,0,27,12,156,177,
|
||||
120,156,173,125,9,127,219,70,146,239,87,193,179,51,99,210,161,120,83,7,189,59,191,149,40,217,86,34,89,138,40,219,217,245,106,2,144,4,69,68,32,128,0,160,14,239,188,249,236,175,254,85,221,141,147,138,61,251,230,176,72,16,232,110,84,215,125,245,151,190,245,195,15,221,86,247,101,247,79,254,51,62,118,151,206,198,79,111,190,248,253,253,253,55,94,175,215,239,190,113,122,123,111,46,14,222,252,243,159,255,108,247,134,221,253,55,24,172,71,131,245,186,195,65,175,223,163,107,221,97,127,175,55,58,232,30,140,246,123,251,221,193,222,176,63,218,235,142,198,145,19,59,235,155,47,206,254,224,205,235,171,93,122,170,223,26,189,28,244,6,189,110,111,183,63,164,187,186,131,110,127,216,235,143,122,251,251,195,222,222,104,127,112,176,187,59,158,59,81,234,133,193,205,151,247,195,55,51,60,58,164,39,7,244,100,119,111,127,119,216,163,231,134,163,254,96,111,52,164,231,135,67,90,225,128,230,222,219,221,219,27,167,94,234,187,55,95,60,44,157,22,60,193,66,135,173,
|
||||
221,151,180,192,254,30,61,57,236,15,119,135,131,253,254,160,183,223,239,239,30,12,134,7,67,90,121,175,63,246,82,151,214,57,27,246,223,56,244,255,104,133,7,71,52,227,112,52,236,13,8,44,195,189,209,128,110,220,163,191,195,238,65,175,79,211,238,119,71,35,154,209,125,212,176,154,17,148,0,41,60,187,75,147,246,247,70,120,98,127,184,223,27,236,237,247,135,253,221,62,45,163,187,71,111,139,53,140,198,11,55,153,211,179,131,126,239,205,228,63,70,111,122,244,220,94,107,239,101,191,123,208,237,239,238,29,208,124,180,90,122,225,193,193,65,111,176,79,243,13,123,163,110,111,48,158,135,11,122,201,89,127,212,29,240,100,251,180,21,187,52,40,195,100,180,219,163,245,246,7,251,52,219,94,111,48,160,127,71,195,253,189,113,226,98,51,210,48,190,249,242,250,63,26,221,118,183,221,31,141,154,120,252,128,30,223,31,12,7,131,225,238,193,176,215,29,208,52,52,198,16,0,219,237,210,118,246,70,253,253,241,204,73,104,78,6,104,15,120,68,32,31,236,143,6,52,
|
||||
233,46,253,67,59,74,111,53,32,160,244,15,134,251,131,193,126,119,60,247,157,36,81,144,1,84,94,227,245,122,189,86,175,247,114,15,0,29,13,250,195,3,64,100,208,39,200,246,119,71,7,61,2,237,104,119,216,237,143,99,247,143,141,23,187,107,55,32,216,122,132,24,111,244,206,40,44,164,149,9,18,246,91,189,62,161,225,104,119,183,11,72,141,8,15,250,131,17,65,185,219,219,31,210,138,232,191,180,187,169,194,195,89,111,119,79,144,162,55,104,245,6,47,15,250,195,1,173,228,96,56,164,119,167,1,122,7,189,94,175,187,79,255,165,55,35,136,48,90,244,20,62,169,233,229,241,97,171,55,124,185,71,8,76,123,116,48,196,244,7,3,64,174,79,128,239,239,118,71,180,3,125,121,188,15,120,247,127,32,136,247,250,251,248,63,195,188,55,106,245,136,18,104,137,189,209,136,222,123,64,64,238,239,211,187,143,8,234,3,198,236,222,222,254,248,131,251,144,28,59,169,171,176,228,245,228,7,65,175,222,110,171,183,251,178,139,231,71,251,7,180,117,189,33,224,55,
|
||||
24,14,15,250,7,131,193,168,127,48,26,236,118,9,142,137,144,50,30,6,37,49,33,154,65,246,90,189,61,162,41,122,215,209,136,222,158,31,163,55,223,235,97,41,253,253,131,93,64,65,13,98,239,248,94,128,117,16,78,208,16,63,246,122,123,24,98,159,104,100,127,127,183,59,56,32,48,208,219,119,71,132,216,196,4,246,105,139,105,135,251,132,245,224,2,243,59,231,214,181,119,20,121,242,228,192,186,209,96,180,15,92,165,39,105,209,52,61,141,115,208,237,238,210,149,253,125,34,158,241,173,19,41,164,235,119,91,253,46,97,14,113,155,17,81,31,205,66,40,215,61,0,231,32,38,64,80,39,198,115,48,18,172,179,119,2,55,73,221,5,109,248,168,203,175,218,239,181,250,61,130,23,225,220,104,180,63,28,238,210,74,105,214,61,48,34,108,27,81,234,104,111,48,190,116,136,58,152,227,252,198,79,245,91,253,254,203,183,195,225,219,221,221,147,195,238,209,113,127,111,178,219,59,57,156,28,78,142,250,199,251,39,199,251,251,135,196,228,98,215,119,153,58,102,68,4,
|
||||
111,28,236,19,63,61,104,245,7,47,247,250,135,163,189,227,189,163,1,113,45,34,14,48,158,238,219,163,163,126,239,136,40,103,111,212,29,39,155,153,2,203,255,252,246,127,255,114,242,97,231,227,212,250,146,244,223,88,239,189,132,168,213,155,59,190,21,135,206,98,237,68,127,189,249,146,12,222,88,64,141,118,207,106,196,238,189,5,108,29,54,173,198,79,78,192,215,155,184,103,244,198,186,94,121,137,69,255,75,87,174,181,244,226,36,181,212,42,173,112,105,125,180,127,180,127,164,159,156,212,250,242,186,99,41,106,75,110,172,9,126,232,245,172,121,184,142,156,212,155,249,46,127,244,124,55,110,211,144,174,181,118,188,192,90,134,243,77,98,61,56,9,61,109,77,194,216,189,105,89,206,98,225,5,183,244,123,240,100,185,193,202,9,230,76,189,137,229,248,126,248,224,46,172,217,147,25,221,9,22,150,183,142,226,240,158,174,131,50,125,223,245,45,250,126,75,68,186,198,48,201,38,138,194,56,109,91,159,93,26,218,79,66,107,225,45,2,251,85,74,115,199,183,110,106,57,
|
||||
179,112,147,90,135,193,34,14,189,5,15,248,224,90,120,132,70,196,138,44,223,155,197,78,252,100,133,129,188,103,228,59,41,61,187,110,3,62,125,2,34,238,18,88,49,70,123,196,89,223,92,116,223,88,23,177,119,235,5,4,115,1,210,132,22,55,35,244,165,23,161,81,23,110,20,187,115,7,179,96,206,216,165,97,231,244,229,193,75,87,214,219,77,48,135,216,146,111,51,55,77,221,216,242,157,245,108,225,152,23,170,155,241,200,165,9,59,39,52,222,218,77,87,225,66,166,10,194,7,26,63,112,214,52,124,39,63,49,54,192,185,15,99,108,100,35,73,105,29,78,188,104,210,124,24,197,13,22,181,115,200,203,56,254,45,33,84,186,90,39,60,124,20,123,107,39,246,252,39,235,33,140,239,0,170,47,132,12,78,112,75,168,208,162,1,19,143,4,20,33,64,144,210,174,211,187,76,55,179,43,252,218,34,224,5,73,202,159,25,14,159,60,247,65,125,83,43,199,230,210,211,245,139,57,13,188,212,99,172,222,208,195,244,26,33,137,251,181,247,213,1,244,18,108,177,117,
|
||||
120,117,78,99,205,87,196,64,231,233,38,118,159,125,41,63,156,67,174,233,97,8,70,33,161,159,229,220,210,178,91,22,253,122,7,156,34,98,136,221,197,102,46,32,244,2,218,29,98,72,171,216,117,22,4,94,53,10,22,208,202,13,41,187,64,43,160,117,205,48,18,16,250,193,121,74,172,222,46,161,116,234,226,187,119,27,208,160,141,132,112,218,247,150,30,93,155,78,79,250,22,164,116,179,118,225,239,92,2,39,1,96,78,20,25,108,162,140,36,179,13,106,241,98,105,111,131,52,191,109,36,19,65,53,45,43,112,31,104,23,54,248,53,88,200,167,211,101,238,206,90,184,11,205,9,93,18,12,64,2,157,171,203,73,221,189,147,240,51,225,132,61,30,191,245,130,51,122,239,252,174,38,150,253,106,25,187,204,74,230,43,135,8,210,126,101,173,55,164,9,89,68,105,224,56,174,236,43,208,138,240,230,247,112,150,212,194,65,38,113,227,43,55,9,55,241,28,200,6,246,93,158,43,162,49,212,80,178,95,52,29,176,146,52,175,45,195,18,31,39,158,10,90,52,16,177,
|
||||
54,137,187,220,248,140,93,145,254,25,120,225,196,177,243,164,47,87,88,81,237,4,159,87,46,225,185,151,18,187,187,163,21,38,110,144,16,81,212,210,216,202,185,119,179,129,239,137,220,104,71,107,7,157,166,49,150,179,220,196,4,193,28,50,203,94,95,19,173,158,57,73,218,226,79,211,148,222,64,62,18,223,104,89,180,73,139,195,37,97,116,203,186,114,239,221,56,113,205,149,186,169,222,210,64,19,226,235,196,243,19,171,49,223,196,196,104,82,98,3,155,4,43,56,251,47,18,40,128,7,211,8,88,161,130,7,203,2,60,67,144,219,2,120,2,203,156,36,209,204,200,13,208,98,129,79,175,157,223,133,119,45,93,7,148,45,220,46,91,131,48,241,218,225,31,31,223,59,201,202,178,119,136,1,146,64,11,194,192,222,153,199,79,81,138,213,69,43,111,78,208,150,223,25,129,8,68,152,7,139,170,7,248,251,195,254,104,151,201,180,240,0,16,120,235,67,145,191,1,159,141,230,180,232,77,180,96,142,156,134,252,12,73,24,210,58,44,254,9,123,176,13,74,106,136,175,
|
||||
73,186,40,98,250,151,191,175,210,52,178,199,118,199,238,44,73,174,204,194,240,206,110,223,18,50,109,102,118,219,11,109,126,198,238,252,221,194,223,155,252,118,88,13,22,58,107,82,212,60,161,17,64,158,173,168,122,22,164,22,225,127,29,242,26,176,105,133,135,141,156,124,247,241,180,32,154,237,191,90,10,218,181,60,230,114,177,60,142,157,7,222,234,43,111,190,186,38,34,229,25,148,4,180,46,143,223,90,9,113,76,217,252,218,181,21,158,195,202,136,201,64,184,172,176,178,184,179,12,67,72,86,188,48,49,177,5,41,35,224,104,181,35,29,130,182,39,105,236,91,183,97,106,77,221,244,140,4,217,36,244,9,3,177,192,119,110,58,113,125,255,138,100,140,150,189,230,189,73,219,57,61,62,169,199,242,181,176,80,189,60,194,246,36,162,113,104,157,238,252,78,233,6,169,240,8,200,79,190,29,28,140,20,5,2,157,82,29,160,141,56,105,10,152,134,196,225,88,246,212,190,4,217,0,196,21,68,183,72,72,23,240,230,248,203,90,77,226,66,72,50,246,61,184,51,171,
|
||||
225,59,116,159,124,159,197,225,67,226,198,66,201,96,149,116,179,79,47,10,188,136,53,189,89,132,119,65,10,153,21,215,78,125,1,38,4,65,197,196,204,75,180,214,160,23,207,136,34,203,97,21,97,201,188,163,5,166,232,9,100,148,156,116,61,102,103,11,119,182,185,197,204,90,13,197,48,173,194,55,130,35,128,129,193,188,91,66,142,5,47,157,32,187,133,29,16,23,14,68,83,21,198,73,220,134,196,230,194,91,46,9,242,1,164,137,66,17,172,204,135,74,24,184,153,110,149,172,194,135,122,120,159,135,68,197,194,204,137,42,33,220,227,164,128,194,139,216,185,181,255,74,44,45,2,233,199,46,169,164,78,64,172,154,102,72,210,122,148,6,59,166,127,104,21,15,244,137,198,130,246,76,16,36,62,70,139,173,127,63,236,251,130,244,164,240,150,1,65,108,197,97,108,81,214,20,191,112,61,214,107,118,27,145,62,34,74,141,198,211,5,233,249,115,176,89,133,41,244,139,75,116,207,186,206,50,14,215,10,237,235,185,187,239,136,26,5,88,44,196,75,100,204,3,94,34,
|
||||
17,181,71,226,174,102,254,45,242,159,13,130,97,121,76,173,212,242,152,36,56,205,128,179,141,231,47,234,135,250,68,72,16,146,85,226,228,111,165,101,121,57,157,199,208,246,201,180,86,231,1,192,137,36,87,57,106,243,189,59,23,248,211,162,23,37,228,74,9,195,35,90,169,155,206,183,110,153,50,10,160,96,37,90,164,203,112,25,79,21,253,175,86,40,17,190,17,61,210,118,97,151,140,149,4,138,166,143,115,8,108,18,81,252,118,24,90,182,139,57,202,199,243,159,101,11,73,55,152,1,106,141,203,139,233,233,175,164,139,221,123,113,24,0,2,205,54,152,151,161,228,80,241,252,136,205,60,136,98,218,136,40,36,129,50,99,68,37,72,216,47,236,157,223,237,23,74,148,212,190,243,177,98,192,50,102,5,222,21,107,103,3,82,125,116,89,3,189,215,187,70,184,45,183,211,29,153,149,59,106,247,197,202,133,153,223,252,50,176,172,198,177,59,231,95,154,55,198,208,45,88,165,44,191,153,59,9,99,97,43,245,239,105,24,121,115,17,172,196,241,236,14,97,166,221,57,
|
||||
164,23,77,82,251,7,151,212,136,77,242,119,193,70,104,1,196,54,25,162,234,6,92,213,202,202,77,155,127,217,54,162,32,223,145,224,94,54,114,29,65,104,12,189,1,28,212,54,54,180,213,186,8,93,144,68,106,61,145,173,171,217,142,30,133,228,212,230,118,213,252,83,75,246,84,35,15,172,116,49,189,111,158,53,68,207,92,18,78,137,75,12,152,181,119,128,25,118,189,210,112,188,181,11,139,45,5,23,253,87,181,3,179,36,253,78,176,124,222,31,19,91,74,136,104,158,234,49,6,68,245,203,245,91,22,164,12,252,215,255,49,178,236,255,161,255,190,190,1,198,18,39,143,211,249,134,125,3,185,31,255,217,237,116,111,176,114,101,151,105,245,214,35,122,16,12,79,29,250,87,236,77,197,194,241,251,86,179,66,171,54,57,81,144,88,155,216,39,21,218,109,223,182,173,7,145,71,1,233,126,204,167,105,205,29,163,202,208,58,72,243,169,215,197,244,77,29,188,101,94,208,136,129,60,35,197,1,34,136,5,185,195,62,25,82,54,234,97,53,37,236,34,137,2,149,103,
|
||||
204,118,131,70,220,111,208,107,114,232,206,54,101,158,28,242,171,202,187,113,88,7,167,61,253,29,42,148,232,103,196,38,241,16,155,86,51,207,247,210,39,108,210,173,176,188,28,79,123,86,116,41,226,168,55,251,175,223,146,241,173,86,211,194,87,235,232,226,220,114,54,41,41,17,240,23,108,227,84,87,236,78,233,28,19,107,72,221,76,140,106,102,95,79,19,206,19,60,77,90,17,128,133,193,112,101,171,65,94,138,249,94,102,205,16,84,32,108,127,223,172,89,61,16,48,10,234,137,149,128,1,107,231,58,89,120,218,231,64,36,155,198,180,48,152,20,214,13,171,54,150,31,146,18,12,19,216,9,232,103,34,207,238,249,17,169,131,189,119,71,55,86,99,208,239,236,14,173,153,7,203,126,225,54,9,25,161,108,248,161,179,96,181,76,12,85,154,127,109,177,1,189,19,6,254,211,159,45,2,42,18,251,248,214,76,158,236,232,130,71,38,33,208,193,91,8,9,199,118,187,232,94,181,195,41,206,38,226,29,155,67,140,207,11,192,227,228,165,0,46,99,0,169,95,238,61,
|
||||
247,97,203,222,95,135,161,63,115,178,109,8,156,123,239,86,73,30,86,139,217,183,40,10,50,81,62,201,48,82,114,92,122,165,156,238,218,0,133,119,244,142,118,100,210,122,202,60,115,111,157,249,19,64,240,238,248,232,198,222,129,39,208,13,22,194,83,89,165,197,142,220,136,50,71,150,251,204,75,86,74,255,159,185,115,66,54,203,126,53,85,218,140,253,42,123,2,164,252,110,50,169,247,142,209,234,51,124,203,246,129,20,241,91,0,44,81,144,147,183,100,166,227,5,137,226,57,124,83,110,59,64,241,159,189,96,208,215,2,177,150,45,203,29,188,71,90,240,16,179,117,49,87,219,125,132,42,67,42,153,239,195,189,48,35,98,96,134,234,90,237,189,175,226,163,187,39,69,158,16,131,32,237,96,127,233,41,251,5,193,7,228,9,118,117,67,250,131,26,65,140,28,235,67,8,189,156,117,201,135,216,35,134,21,104,27,58,118,111,137,7,197,79,45,44,130,239,9,72,253,231,205,156,101,235,88,180,100,13,79,22,209,8,59,113,236,23,244,52,225,16,150,75,211,37,110,
|
||||
186,137,200,246,32,86,252,148,13,67,60,135,54,223,220,135,233,119,135,68,50,22,125,33,249,129,181,182,173,183,224,178,171,144,84,135,77,224,111,230,119,79,140,72,169,71,10,21,77,102,13,250,132,5,244,8,107,131,218,196,147,49,7,125,140,90,143,72,215,250,214,204,51,73,168,193,164,21,220,62,220,16,110,40,215,144,2,36,219,141,155,200,215,190,229,235,227,115,34,239,156,11,159,159,179,119,30,118,135,74,109,122,253,219,176,160,57,169,248,192,126,191,191,39,154,211,57,145,77,166,57,61,167,56,40,71,214,140,240,54,132,103,211,126,161,53,115,210,121,238,24,188,36,136,83,146,241,98,152,104,7,113,34,49,130,52,118,130,132,108,176,220,109,226,9,211,219,72,38,221,28,54,231,130,0,15,133,200,35,85,183,165,13,69,96,15,0,131,169,0,23,154,128,191,207,137,253,185,184,208,72,85,104,195,13,104,118,229,206,213,50,73,172,74,186,224,11,229,50,193,135,62,200,113,69,172,130,184,21,158,132,190,200,75,22,82,197,84,29,30,159,173,67,209,117,29,
|
||||
191,126,39,63,48,243,215,111,76,4,65,27,194,78,46,248,164,236,29,69,138,240,60,194,247,144,140,193,41,78,131,79,196,249,66,34,159,211,128,93,18,45,107,202,110,174,83,226,37,143,250,139,220,115,238,68,250,2,223,74,223,73,233,124,238,118,126,135,226,19,154,165,106,142,42,126,2,152,199,34,23,52,0,64,25,49,182,121,77,164,203,198,133,162,67,71,86,201,184,23,185,49,251,42,128,185,98,110,179,18,130,189,148,209,83,248,130,5,14,25,100,148,82,4,135,213,120,188,118,162,237,208,84,65,164,206,229,197,229,224,198,136,101,123,199,40,28,75,118,27,144,45,229,222,99,193,132,85,158,207,168,183,182,240,12,189,93,12,127,219,183,197,26,106,148,97,248,77,56,74,51,215,193,158,22,232,11,38,49,12,149,102,173,162,2,30,131,241,146,53,108,45,82,139,89,211,201,44,71,154,103,233,129,241,223,222,180,68,90,112,212,190,37,242,52,184,233,224,175,243,120,147,87,173,56,130,6,31,42,61,181,17,19,10,183,79,137,72,210,235,208,186,17,237,215,58,
|
||||
119,227,91,247,70,121,71,232,39,60,215,89,211,69,14,157,177,205,185,13,24,111,61,159,212,195,41,237,152,179,110,89,23,155,52,127,65,188,239,174,242,45,65,137,209,104,148,64,26,36,74,97,87,118,40,38,147,61,206,249,33,155,226,17,185,221,248,196,109,18,30,117,187,82,143,192,54,120,26,59,81,11,144,59,97,191,200,177,243,36,240,122,231,166,231,132,88,171,196,124,253,236,186,119,133,47,28,36,175,119,231,156,158,159,144,154,4,153,72,114,223,13,216,93,74,8,25,229,77,115,158,21,254,153,147,71,130,52,63,98,160,77,95,174,67,245,91,253,20,83,128,135,110,61,188,58,191,223,187,49,175,148,15,107,89,141,77,160,35,69,66,106,45,142,31,145,142,226,68,73,61,113,240,214,75,248,229,70,246,102,91,224,0,155,87,152,77,71,18,5,64,151,105,44,192,186,220,100,159,233,250,244,43,190,101,187,236,44,221,28,31,80,227,154,40,192,108,3,207,218,51,177,139,206,103,249,75,4,207,208,12,22,55,13,40,41,169,250,221,254,107,147,93,191,153,127,
|
||||
131,157,123,89,168,99,139,103,199,223,64,244,223,19,248,160,90,39,202,243,154,174,226,240,129,249,193,227,220,101,150,45,183,94,63,69,238,73,28,115,252,130,176,200,97,170,143,200,186,171,119,217,208,74,63,187,179,41,193,216,77,159,131,178,253,5,219,161,20,154,27,124,38,114,56,122,186,225,235,63,187,79,201,141,253,15,250,196,75,160,207,55,57,212,98,66,85,228,157,99,242,154,89,111,91,86,230,162,191,1,55,116,22,78,196,132,130,216,71,222,245,175,156,6,127,54,202,218,41,12,179,242,110,87,22,27,47,223,63,216,173,239,62,240,96,81,24,49,165,95,68,110,240,238,204,112,65,237,198,208,115,145,76,87,108,253,95,244,27,0,93,175,127,182,148,250,77,230,142,168,40,64,3,177,172,222,165,119,12,230,21,124,183,58,214,47,168,139,72,74,45,11,7,159,33,203,0,156,227,216,87,92,26,23,62,108,214,51,248,101,148,154,171,247,145,199,119,49,34,179,89,241,41,223,51,114,54,144,64,65,31,225,81,39,194,193,32,176,231,235,5,135,9,73,192,126,
|
||||
209,116,74,79,57,139,69,71,73,57,87,208,136,112,67,12,26,254,198,15,38,18,13,132,16,131,59,216,197,64,55,255,118,253,55,53,80,189,17,67,242,24,75,130,125,126,143,104,127,22,39,23,125,76,139,115,206,2,96,145,191,218,104,43,194,106,252,173,7,67,115,139,125,164,135,102,135,127,101,24,90,38,220,205,78,160,228,1,7,32,216,212,190,217,178,33,199,199,135,87,204,251,105,121,180,5,138,5,79,217,239,114,195,174,123,122,251,148,140,192,68,113,45,236,5,255,42,241,47,82,105,16,175,40,162,129,17,243,48,122,173,244,33,204,2,46,236,172,32,52,177,78,217,112,98,109,144,191,207,17,36,114,23,122,253,62,242,80,98,87,167,202,44,234,193,33,131,16,41,145,34,193,70,71,222,83,196,190,78,54,222,82,86,28,217,181,60,243,230,27,250,63,180,92,159,20,172,175,97,61,243,57,76,211,152,221,72,202,83,30,195,70,200,233,98,140,32,227,92,240,197,120,113,97,188,176,243,208,160,221,236,41,27,142,22,227,179,214,230,111,214,91,28,32,32,189,
|
||||
51,64,152,9,158,65,205,116,1,245,132,30,21,242,83,244,223,56,153,110,151,100,159,222,41,103,18,145,47,188,97,14,83,103,142,70,255,132,15,70,209,154,151,64,20,114,15,141,78,153,186,28,69,123,214,173,73,67,24,15,27,62,0,97,111,74,193,68,227,77,210,46,56,121,175,163,195,233,9,217,93,160,124,165,235,46,156,212,177,26,57,201,178,39,246,32,224,226,6,164,226,209,99,91,223,228,122,19,167,180,39,55,30,200,58,100,115,7,97,187,37,113,65,87,82,112,116,34,8,222,115,197,230,162,43,25,84,204,34,148,115,145,36,30,25,201,204,246,136,141,22,156,202,4,205,16,242,44,127,117,172,57,217,79,206,189,99,77,231,177,23,17,155,114,227,53,167,57,209,152,1,187,101,128,41,172,72,195,167,64,168,94,26,27,214,239,86,12,81,110,71,96,71,39,231,130,228,253,58,100,15,50,217,99,72,10,97,249,9,220,15,16,39,77,230,113,232,243,18,82,250,64,52,177,33,109,29,49,60,0,121,41,138,45,214,69,68,167,169,21,54,56,187,162,55,112,
|
||||
75,230,126,248,26,146,17,35,193,181,86,46,110,2,44,95,208,178,216,11,198,108,13,131,147,238,158,144,65,26,44,152,76,65,245,119,238,83,103,29,210,160,230,114,237,187,254,74,54,166,146,66,99,235,28,193,147,117,24,176,195,204,96,144,142,139,46,9,114,119,34,44,216,73,67,60,135,237,45,89,227,54,129,4,197,197,254,114,241,179,253,143,9,12,46,223,254,199,127,186,137,253,143,15,97,187,221,182,111,24,160,96,129,151,49,17,127,170,157,6,18,233,148,135,217,208,80,204,77,75,219,233,31,181,177,38,232,224,102,4,66,189,83,182,93,59,83,102,211,157,143,156,221,160,189,238,36,8,152,241,32,244,0,197,45,51,88,96,254,16,188,225,236,97,190,185,6,165,8,54,210,152,211,95,206,76,60,175,158,46,104,113,83,55,125,139,200,85,166,50,113,176,19,222,46,245,179,68,182,144,92,104,44,204,250,193,236,223,96,118,108,230,226,140,141,93,226,44,41,24,121,43,159,106,65,3,101,40,98,24,80,33,111,207,3,74,194,81,177,213,155,76,11,195,98,146,
|
||||
208,7,203,87,14,187,44,111,98,187,159,253,179,23,16,79,185,60,62,178,26,159,188,100,67,52,40,62,98,147,49,195,137,99,198,89,184,53,158,220,209,145,70,80,106,254,77,37,102,147,183,158,189,96,46,217,212,52,25,172,210,68,223,68,166,154,251,24,61,159,158,136,180,55,19,213,212,158,156,91,186,128,148,96,146,97,202,245,45,150,31,112,31,65,212,57,188,110,29,14,15,232,111,42,0,159,103,158,50,170,36,142,166,112,80,212,170,76,19,248,188,224,88,33,219,141,3,204,229,197,216,47,214,164,208,204,97,28,184,38,88,105,53,248,162,164,192,206,149,219,76,82,97,57,114,1,206,128,236,53,2,27,203,227,36,204,45,199,126,113,207,138,58,141,102,239,252,141,190,178,67,196,126,209,18,90,230,213,66,214,218,47,62,169,251,64,248,200,147,150,171,135,114,123,61,198,231,99,176,46,104,54,209,249,71,137,242,72,169,120,24,125,35,179,197,221,226,169,207,197,107,84,54,28,178,92,66,171,113,232,211,213,159,154,69,245,3,25,141,42,1,141,163,94,141,91,
|
||||
184,122,233,118,226,23,190,35,12,99,139,146,199,17,139,78,193,47,157,75,110,3,62,89,83,73,68,17,229,166,94,55,82,89,86,58,212,199,225,12,43,96,93,91,241,47,4,54,19,230,53,166,86,97,139,197,251,68,152,252,200,38,12,153,212,43,102,67,85,2,40,252,76,123,255,254,250,252,172,101,253,138,127,218,156,84,33,9,35,237,199,100,97,62,35,123,68,127,209,62,69,18,13,200,221,73,178,1,49,199,245,197,241,5,239,213,219,211,95,207,79,116,150,79,225,166,218,104,57,39,96,132,241,147,206,92,73,144,161,76,10,109,253,139,42,193,77,55,117,104,225,42,50,178,45,153,146,87,208,249,24,232,140,35,78,88,173,31,87,167,2,101,249,63,90,115,204,173,31,126,84,112,119,16,208,246,100,75,149,73,4,226,198,24,249,231,121,87,151,172,79,251,38,108,92,9,171,18,64,52,231,83,17,196,146,231,47,151,34,212,56,58,59,189,254,47,229,143,95,146,77,161,216,245,50,212,41,70,146,35,178,69,63,103,1,199,251,75,212,70,107,107,16,42,210,75,
|
||||
134,236,118,158,136,151,162,89,204,215,216,18,16,204,199,255,84,184,140,29,102,204,151,22,225,134,104,204,222,249,99,19,178,16,19,231,163,43,74,51,97,150,122,78,233,26,58,182,59,219,164,233,183,134,33,245,124,172,219,63,120,139,91,40,52,198,21,141,120,68,172,13,106,228,111,134,137,183,245,133,38,156,255,40,113,180,48,86,25,107,17,66,164,136,175,20,5,219,243,177,170,162,169,179,73,114,150,144,178,122,20,231,125,224,224,149,149,172,67,21,228,121,22,226,154,115,128,211,51,150,45,54,162,149,102,162,167,49,185,190,58,179,127,60,110,150,114,72,70,195,253,17,7,63,46,230,41,130,31,125,9,126,116,223,12,44,117,35,2,22,219,51,71,148,66,156,207,7,206,18,78,114,225,117,97,250,80,132,239,158,136,153,222,221,64,30,32,185,91,82,94,241,33,159,220,249,240,240,96,183,89,121,164,151,136,34,187,29,198,183,118,39,137,231,139,112,110,255,160,198,176,127,184,222,160,254,195,241,117,34,137,221,94,165,107,255,239,202,68,144,221,134,253,176,112,239,
|
||||
93,63,140,152,230,141,45,113,147,7,133,40,151,92,170,81,184,90,78,62,150,244,107,0,122,230,146,152,171,228,34,139,50,161,53,167,9,234,42,178,224,64,187,52,230,233,66,141,167,194,163,138,61,139,211,33,205,89,93,165,180,213,114,246,117,126,153,215,135,215,167,19,251,183,195,233,244,228,234,90,148,52,73,233,151,64,20,179,17,148,25,145,129,192,201,152,73,121,132,235,201,101,231,244,146,183,229,253,245,245,101,121,109,28,62,38,89,122,27,171,90,11,68,240,233,151,86,206,221,192,233,216,243,72,92,134,45,235,52,34,11,39,62,13,150,97,203,122,79,91,252,158,121,152,204,64,95,175,200,70,65,90,176,248,214,23,86,195,93,46,161,85,222,131,188,194,25,212,71,22,80,48,218,148,147,172,89,94,180,184,64,107,150,154,79,18,55,70,171,68,36,196,51,85,112,10,167,238,124,21,120,180,156,250,241,145,34,251,235,218,71,34,99,67,44,77,246,8,166,97,135,149,111,146,63,77,158,20,210,104,219,77,63,77,47,62,52,11,234,100,94,246,129,100,53,37,
|
||||
139,11,134,52,39,194,229,142,189,99,239,148,239,62,121,204,220,25,57,255,26,50,186,97,0,167,134,105,180,106,28,18,153,79,152,48,4,30,35,203,126,77,104,115,121,105,255,118,126,120,250,33,151,224,178,140,61,50,230,148,138,85,136,216,114,101,136,94,238,97,202,235,217,242,102,109,47,240,56,203,127,237,166,90,57,82,25,151,58,154,232,163,46,106,238,68,201,70,130,3,178,206,211,15,167,246,111,246,107,18,124,126,164,5,123,33,176,16,231,202,63,74,24,208,98,79,91,162,106,161,122,221,191,176,107,88,169,95,121,217,113,241,238,253,201,175,252,202,199,31,207,47,241,153,212,159,91,209,186,201,2,79,76,181,14,83,145,254,77,88,2,167,233,173,220,71,194,233,57,187,214,76,17,85,126,134,208,89,192,128,3,102,112,146,43,71,36,177,200,235,208,92,251,93,161,77,56,227,100,33,160,75,135,246,37,203,85,200,120,85,198,178,200,200,218,194,177,236,87,23,75,148,157,176,223,179,5,119,0,115,150,63,200,158,66,174,23,236,78,113,107,89,72,250,73,90,
|
||||
102,39,65,190,142,207,49,13,54,38,130,80,37,135,200,142,104,188,108,84,168,112,74,28,101,237,232,236,139,64,60,79,156,121,162,18,158,57,114,194,94,183,188,223,36,99,28,142,196,44,9,131,225,131,0,255,182,18,25,179,106,109,230,230,253,41,244,130,43,119,169,94,149,141,106,86,223,178,188,25,164,62,97,45,115,235,119,186,87,249,111,248,35,114,249,60,189,200,132,212,230,21,113,155,175,82,142,151,185,157,140,226,240,45,203,161,45,129,111,167,152,18,173,86,64,163,72,38,247,119,14,56,85,209,7,189,71,215,136,237,92,4,226,208,16,10,82,150,151,195,172,147,213,82,108,177,50,159,56,22,132,129,228,9,67,253,53,83,141,217,112,47,152,70,75,87,25,168,218,235,206,166,41,221,209,16,148,120,139,223,77,130,6,82,119,220,244,42,124,224,208,59,74,108,228,134,10,190,156,19,195,87,26,103,102,168,138,133,156,25,169,153,209,28,115,146,15,223,143,253,65,125,128,155,101,246,180,172,15,225,199,196,189,70,110,133,35,241,8,53,2,139,172,68,97,239,
|
||||
213,241,209,185,206,175,152,139,243,69,108,37,99,117,179,238,73,191,125,252,112,122,241,193,58,60,59,131,67,117,126,215,20,240,106,191,113,5,112,156,21,10,7,40,141,121,149,101,106,171,125,131,200,12,52,3,177,95,101,41,102,68,161,234,158,10,111,59,46,142,145,240,106,153,113,96,134,28,7,141,114,133,122,141,92,21,87,81,107,80,170,90,222,27,90,217,145,137,248,185,165,62,131,29,231,204,27,182,176,107,214,222,105,74,142,211,152,90,190,26,108,2,251,187,230,225,120,249,114,65,230,82,140,61,11,34,97,26,126,147,135,85,152,165,160,138,158,193,242,200,4,8,43,0,131,187,142,6,79,236,241,216,8,207,191,11,242,162,8,77,2,82,64,91,150,196,18,108,81,181,38,82,192,72,242,139,112,80,35,249,86,158,171,157,229,45,203,120,203,75,43,185,36,73,199,214,133,21,111,252,156,53,194,254,128,69,152,170,34,147,133,195,217,112,73,250,228,75,222,89,81,27,37,38,114,230,205,182,176,119,76,251,214,115,253,76,2,163,220,227,18,2,78,82,22,178,
|
||||
36,133,153,107,184,191,42,20,138,112,27,180,79,47,154,133,40,36,96,231,72,153,164,8,30,101,16,67,80,17,115,133,204,147,156,56,197,218,149,98,37,94,9,87,85,33,98,66,223,249,250,100,239,32,205,82,242,241,106,48,46,140,47,195,104,19,41,125,52,183,40,174,90,230,244,61,24,186,27,248,61,28,89,41,217,77,238,122,230,75,53,140,207,166,237,210,11,132,143,55,216,231,246,178,215,119,156,193,0,80,238,245,7,214,104,100,237,54,217,239,145,136,17,35,143,209,2,35,88,112,75,78,117,226,107,44,207,77,32,174,106,35,144,60,81,59,242,186,188,37,132,127,45,226,130,73,161,48,225,221,241,17,240,141,233,191,66,31,168,82,164,55,135,58,206,105,218,27,78,196,42,229,0,20,242,129,243,160,123,217,226,136,133,10,88,112,94,109,146,104,126,150,119,238,84,13,15,215,160,36,60,38,86,59,2,3,109,255,30,225,223,91,111,201,131,181,103,235,40,151,132,74,54,84,192,153,162,162,63,19,130,225,169,130,122,82,160,196,68,124,95,68,114,92,241,205,
|
||||
69,61,11,151,197,147,147,103,207,112,137,16,15,0,211,226,205,198,20,140,76,252,90,9,118,16,54,92,234,174,35,46,32,148,242,69,206,87,228,144,140,153,134,159,190,13,85,72,196,196,143,100,102,164,109,145,149,81,129,132,136,159,28,206,37,164,61,75,138,80,203,132,147,82,149,160,62,41,23,172,212,190,56,251,251,80,111,193,160,83,5,74,153,52,19,75,95,3,118,62,15,227,133,90,178,120,37,68,58,88,90,56,144,238,181,209,211,152,4,198,97,239,96,192,102,123,127,72,98,239,30,150,123,175,89,66,75,146,165,87,100,133,207,194,7,18,166,108,217,16,122,223,62,113,248,3,137,147,137,50,147,225,28,103,134,88,136,9,183,173,211,218,88,169,50,165,89,73,164,39,213,84,198,190,112,76,125,63,251,128,192,109,132,72,137,175,200,116,130,47,180,184,183,208,174,36,101,134,22,168,179,218,54,72,175,82,235,198,124,102,100,53,19,175,22,148,171,130,156,87,239,142,14,69,81,147,161,84,157,231,157,251,148,241,16,9,91,121,65,180,73,147,102,137,162,37,
|
||||
91,81,234,38,216,119,162,83,52,236,23,155,245,29,123,183,121,78,218,83,55,130,8,15,82,93,200,172,151,172,82,241,199,22,61,80,26,253,88,149,214,235,91,97,159,56,139,48,82,69,177,236,37,81,25,226,200,17,212,153,170,131,28,191,145,48,73,89,192,76,115,254,191,143,215,111,247,237,29,100,248,235,248,106,197,252,16,231,152,66,57,93,223,87,226,19,176,151,114,30,115,220,114,23,64,229,162,205,131,75,86,192,163,61,101,172,223,215,216,175,5,173,93,37,72,180,233,107,243,153,121,219,245,243,114,60,247,91,167,206,251,192,116,146,195,5,27,82,208,134,39,153,61,219,153,144,242,180,197,74,205,23,146,114,88,245,81,202,25,11,5,92,116,29,94,38,240,165,104,177,220,2,234,130,31,146,21,219,87,18,117,67,194,174,226,123,65,201,71,90,126,35,14,223,55,218,222,218,111,86,253,154,18,80,100,173,149,56,84,83,105,75,154,233,225,33,126,101,110,13,162,94,131,47,66,226,109,227,218,38,7,27,147,228,107,187,232,85,95,122,193,220,223,44,170,62,
|
||||
44,158,95,42,134,13,232,10,198,131,84,38,249,97,213,120,63,227,136,11,65,118,3,17,145,175,218,180,208,23,40,201,89,5,200,159,144,95,22,58,62,128,164,121,186,171,93,226,122,68,50,103,146,93,85,230,135,58,155,187,146,200,173,167,17,47,79,174,181,203,132,253,188,143,86,250,20,85,94,124,114,41,133,63,218,98,254,24,120,188,157,39,201,220,137,220,28,191,39,189,197,141,57,194,139,98,193,255,222,208,186,93,185,7,247,19,121,56,172,114,100,146,188,222,187,197,1,51,153,141,150,43,96,39,130,141,192,148,164,152,92,133,22,115,101,218,229,49,96,144,233,17,166,110,218,32,46,217,18,63,88,51,159,31,85,113,124,85,92,82,95,236,27,11,79,55,149,147,45,127,25,156,242,177,153,79,220,50,53,181,42,117,82,71,168,23,217,170,138,73,92,38,18,80,94,142,196,13,172,92,101,120,227,45,127,230,142,43,247,76,9,122,177,218,242,6,29,59,137,199,190,122,21,125,80,158,154,40,68,224,69,202,56,95,181,208,51,67,71,59,171,90,106,156,65,1,
|
||||
46,60,244,19,50,154,151,240,25,20,109,72,144,48,43,239,130,74,198,85,201,176,244,235,121,142,114,44,235,193,81,113,79,171,224,126,37,141,166,232,240,200,134,81,226,87,44,21,195,23,37,58,168,219,140,72,160,22,110,199,133,107,239,240,219,37,77,224,150,154,131,53,56,82,238,180,152,192,192,36,60,236,157,253,146,216,82,150,135,48,77,250,204,175,223,128,24,84,137,139,205,210,75,228,114,246,180,59,48,17,11,137,208,108,162,149,43,200,151,95,210,165,42,29,157,36,247,219,144,181,104,219,100,17,90,111,237,165,58,103,229,57,253,150,13,65,55,21,94,108,255,102,127,145,154,50,54,102,9,69,181,42,153,49,44,29,111,90,136,38,212,166,251,217,146,206,219,76,57,190,32,195,149,85,9,78,238,81,53,144,157,43,87,248,115,22,99,162,39,72,1,41,67,174,238,33,248,153,149,12,67,26,211,28,133,145,157,195,109,8,100,114,213,52,232,143,66,127,209,57,77,233,225,121,231,35,152,15,164,103,7,56,112,231,2,10,91,128,206,85,164,233,82,173,129,83,
|
||||
114,117,191,30,110,228,164,178,89,8,215,232,174,210,171,95,176,212,209,89,173,2,176,164,34,41,216,129,145,198,32,65,210,68,91,22,251,253,9,252,107,39,190,203,156,195,18,34,36,113,198,129,206,172,211,83,190,147,20,97,58,210,66,50,135,114,249,101,36,37,206,254,239,233,31,164,204,185,3,246,255,68,180,23,170,86,119,208,222,107,239,215,63,211,73,137,66,74,183,107,39,126,175,61,28,108,121,138,76,167,34,178,158,252,122,122,174,82,240,66,120,208,83,147,119,238,192,185,89,7,125,53,20,89,44,115,88,29,90,32,154,33,73,181,34,100,16,187,27,119,176,137,152,34,216,22,120,72,51,54,222,46,180,16,89,120,183,30,178,89,216,150,52,36,242,210,76,136,208,11,81,38,34,6,133,117,95,126,188,46,202,130,129,54,58,6,253,94,143,141,142,222,174,245,150,44,178,130,209,241,13,42,43,90,62,17,122,94,24,245,135,213,95,233,102,209,202,217,119,88,142,210,54,204,67,218,159,214,184,58,183,94,30,84,36,100,144,87,220,72,99,215,134,155,177,227,
|
||||
177,139,135,211,201,233,105,213,7,233,101,170,135,238,172,161,50,79,164,208,83,138,11,77,206,20,242,214,156,91,182,220,92,214,227,103,79,250,249,10,22,94,105,164,253,101,227,205,239,174,157,153,202,227,160,79,71,78,220,202,117,198,88,88,39,89,23,2,101,51,86,8,29,105,142,153,195,26,5,7,36,91,238,132,207,87,196,74,206,64,152,156,93,28,233,20,86,192,29,250,184,40,83,141,151,189,97,243,127,165,65,169,236,197,181,39,245,46,239,104,7,135,246,120,124,194,5,131,21,165,233,90,12,79,236,240,57,41,43,44,213,224,109,240,125,35,242,173,181,250,161,242,250,60,145,138,191,229,116,5,163,58,100,46,187,210,51,199,206,211,197,242,63,93,64,156,184,224,117,120,237,173,93,225,188,99,235,10,66,219,237,237,119,183,132,183,196,147,229,45,182,113,95,81,63,78,131,244,8,118,143,228,213,216,175,232,94,178,106,181,170,223,86,235,48,247,190,119,31,63,70,121,175,103,141,36,169,125,19,182,9,46,162,132,108,245,52,137,194,234,182,95,29,78,175,79,
|
||||
174,236,223,246,15,207,46,223,31,138,181,16,6,232,83,7,204,85,197,232,174,106,106,1,198,222,80,173,38,146,100,35,29,57,80,169,147,57,118,202,50,78,37,37,87,220,157,146,170,44,69,204,208,72,145,152,203,175,81,122,94,215,71,120,203,241,51,8,123,54,185,174,209,72,106,176,239,4,154,140,123,69,22,70,150,208,26,26,205,47,98,238,73,232,130,242,110,20,127,229,29,219,104,17,160,59,7,148,161,72,74,216,69,228,144,120,66,227,163,22,190,126,10,189,5,119,65,210,16,77,203,232,18,70,159,197,211,244,118,227,251,164,24,114,122,0,7,103,92,227,254,210,94,211,90,109,171,222,211,58,46,0,230,90,39,37,79,221,248,222,147,126,112,204,194,19,82,255,96,75,240,240,21,246,168,189,182,112,198,22,195,226,202,218,66,178,137,42,133,175,144,144,9,157,249,200,60,99,195,133,67,88,88,143,233,222,16,145,130,89,161,141,51,103,230,250,71,225,163,117,207,89,156,89,86,108,98,29,123,9,118,97,193,254,45,218,31,185,213,225,236,226,132,21,160,133,
|
||||
186,195,11,238,42,188,141,107,250,8,223,96,8,155,52,59,228,190,62,120,139,116,85,121,3,163,156,50,243,117,73,101,102,98,146,32,93,161,214,67,42,51,128,25,27,238,77,128,70,193,93,157,62,84,66,73,237,251,175,37,212,41,7,27,80,253,129,222,115,126,141,73,97,58,125,228,186,214,72,21,42,59,24,165,177,19,187,89,23,30,243,8,135,180,136,10,166,202,108,76,180,154,5,207,191,186,232,112,133,56,152,239,228,157,148,122,225,239,98,111,129,119,175,29,106,226,211,26,38,172,192,45,26,77,157,41,168,199,142,195,7,251,55,166,25,84,119,74,140,32,80,150,103,183,56,139,74,169,206,77,144,55,19,27,244,243,233,162,169,100,253,125,136,230,11,31,78,62,157,92,193,126,148,68,181,166,238,23,194,97,34,79,170,238,57,12,80,26,247,130,52,74,223,29,67,187,188,182,127,187,62,61,63,153,94,31,158,95,102,85,45,104,8,193,125,41,93,68,232,154,197,117,126,118,203,148,55,93,167,17,169,5,68,122,87,207,230,12,27,147,43,103,80,5,89,143,
|
||||
15,157,63,60,247,34,144,104,39,129,247,48,214,193,246,74,92,225,200,249,234,56,177,146,184,47,245,15,231,192,106,173,94,168,33,243,221,97,199,186,178,160,101,29,187,196,13,209,236,15,95,38,231,46,255,189,140,195,148,121,216,53,49,164,22,200,46,226,60,226,24,92,45,32,121,120,124,6,84,160,27,67,255,137,51,63,47,253,48,37,110,212,194,95,249,105,250,148,72,242,206,57,81,163,163,254,92,34,251,150,70,209,61,93,147,225,199,150,41,68,65,170,251,102,225,133,168,196,222,160,253,34,255,57,121,116,224,78,105,49,75,153,114,101,3,47,149,38,65,182,182,254,76,75,142,136,33,132,183,151,97,162,215,70,204,69,127,140,62,70,19,52,113,156,235,213,33,120,70,143,178,10,32,151,180,215,181,101,20,45,122,5,104,36,57,120,72,242,126,246,211,187,141,215,178,46,150,164,81,187,154,227,33,164,158,7,152,158,105,242,20,173,20,108,23,164,19,126,18,227,160,5,15,208,31,45,48,39,39,89,77,63,73,126,147,235,71,159,178,102,29,57,15,126,127,239,
|
||||
64,41,211,251,150,202,189,235,126,135,50,253,1,116,147,50,179,20,239,74,1,51,69,18,37,180,187,63,91,123,237,222,255,74,193,19,167,160,54,195,184,186,204,104,234,172,206,245,161,112,243,167,97,133,81,231,170,166,153,169,231,43,250,46,93,247,78,172,21,174,185,45,134,200,117,148,185,216,249,182,234,124,84,209,96,113,41,176,58,104,140,123,85,171,221,202,215,47,160,21,159,240,54,100,179,179,115,133,219,167,45,234,90,11,195,211,162,155,210,196,174,234,153,167,235,255,149,186,106,242,17,182,184,117,176,46,85,244,107,60,133,202,42,40,90,89,207,168,126,153,206,84,241,109,113,255,183,192,147,196,18,186,129,222,86,170,3,197,35,40,31,153,59,177,167,242,94,202,3,73,159,57,190,60,149,88,188,124,212,46,1,11,95,242,153,59,166,4,136,219,191,34,38,150,170,232,32,12,222,7,238,181,242,88,125,123,227,147,208,209,148,44,111,18,11,248,128,241,253,211,224,78,167,236,96,64,163,27,228,178,230,216,27,195,148,253,109,250,160,241,96,59,60,207,105,194,
|
||||
154,41,39,114,213,1,187,94,243,186,68,122,165,171,151,75,16,231,52,113,46,195,22,255,153,8,172,133,181,216,196,166,186,82,141,111,157,46,68,173,16,96,135,216,109,244,65,168,247,174,194,232,47,55,70,80,185,75,38,13,190,93,142,50,23,74,74,99,215,81,165,105,211,149,183,76,237,31,207,17,235,250,188,114,73,219,227,86,53,171,48,246,190,134,92,215,162,138,201,164,126,181,124,185,70,243,211,202,29,24,152,161,94,36,25,240,28,176,223,76,63,136,111,211,48,222,43,120,98,140,35,206,53,16,69,227,42,148,118,168,229,235,147,208,207,119,156,144,122,175,99,157,219,44,190,69,102,248,16,31,116,51,196,2,231,149,168,150,207,209,147,228,152,124,224,28,22,67,224,130,246,82,135,46,202,61,127,228,31,148,121,105,152,8,103,10,57,190,98,64,165,215,172,170,56,156,169,229,27,59,1,233,205,11,196,130,23,222,189,183,128,199,106,169,50,165,120,194,74,62,93,77,66,1,134,204,229,73,153,140,54,157,165,4,55,132,175,123,108,161,237,13,232,76,152,146,
|
||||
158,128,204,209,64,58,61,251,100,146,114,50,83,101,166,211,100,138,102,76,134,114,144,41,246,24,113,249,32,99,39,55,238,53,157,119,2,50,113,164,25,66,131,63,218,255,110,255,187,92,124,130,215,54,65,107,174,106,54,144,232,105,251,134,11,28,109,252,59,229,39,200,241,104,66,229,139,201,233,190,234,58,61,67,45,22,156,127,46,179,56,29,169,149,126,68,166,149,252,61,137,50,9,179,106,31,34,234,23,223,72,247,4,184,242,12,68,58,170,39,113,130,154,71,248,86,217,44,9,145,24,21,184,169,164,139,242,144,92,124,195,101,9,4,176,114,42,16,97,201,85,52,47,189,158,92,68,59,124,195,56,136,147,60,138,193,197,159,72,177,88,149,188,175,249,48,180,226,243,100,48,245,143,75,17,227,133,91,102,93,101,141,81,95,23,45,94,107,140,85,206,6,237,135,148,198,112,153,62,64,210,185,162,50,114,124,226,41,201,194,105,89,228,67,41,59,34,202,245,55,249,123,93,147,80,145,211,66,199,214,161,101,191,150,210,90,251,181,117,120,50,85,250,128,36,63,
|
||||
154,251,104,83,142,93,245,185,60,220,17,7,245,229,185,177,85,120,62,212,194,255,223,208,38,228,111,170,251,70,11,62,191,165,117,43,173,47,42,111,195,106,49,22,22,41,38,143,94,105,29,75,144,166,99,37,62,60,37,130,1,108,84,65,16,17,109,145,141,172,236,157,132,133,70,153,124,50,53,113,44,189,75,81,107,199,34,143,195,95,242,163,84,237,34,53,37,158,121,41,123,202,141,117,80,81,109,50,205,145,180,88,130,115,69,147,52,22,66,122,232,151,109,80,110,183,146,111,52,90,226,91,98,50,212,61,196,222,160,146,70,34,218,244,55,222,125,233,61,138,218,81,186,255,163,106,5,126,230,70,105,24,16,221,153,104,65,193,191,190,59,42,89,70,162,193,151,157,182,220,123,72,133,25,152,190,106,86,2,47,223,179,15,22,111,39,118,71,3,113,82,202,183,63,100,112,186,222,9,240,254,176,159,165,10,21,159,60,59,57,174,145,144,96,3,244,139,46,248,230,51,65,86,49,130,64,78,80,124,62,103,119,213,206,109,166,109,193,39,11,98,141,162,92,217,247,
|
||||
34,156,27,184,161,153,228,109,25,69,196,230,171,29,154,36,230,33,247,45,137,179,91,50,3,130,23,190,101,81,63,7,225,172,120,127,217,226,170,112,159,216,35,221,100,158,15,111,42,61,177,56,206,71,85,43,116,20,134,119,91,48,15,175,92,54,194,134,187,123,98,132,117,173,159,54,65,193,8,251,38,19,12,140,30,249,13,58,61,163,109,85,30,46,90,90,207,24,90,246,151,207,246,141,50,21,180,182,101,82,170,151,249,99,11,182,43,179,127,174,18,195,223,70,240,84,122,55,158,177,199,99,218,209,147,123,226,19,167,236,4,67,54,158,174,123,124,202,43,47,8,0,35,134,156,42,163,202,88,107,146,94,69,250,142,56,175,56,251,167,82,179,80,175,108,171,34,122,17,62,44,237,148,16,39,172,175,218,21,239,181,57,66,0,81,137,238,236,192,68,130,6,86,160,29,157,24,103,91,218,164,241,30,230,243,102,249,34,193,214,75,86,165,101,171,216,108,105,144,119,97,209,226,70,159,16,84,76,162,106,34,209,88,240,122,155,176,206,214,34,100,54,214,206,183,203,
|
||||
143,172,122,66,159,67,209,156,106,157,160,13,73,67,189,51,158,232,169,152,28,152,121,123,51,214,160,7,102,149,238,211,59,149,245,154,117,17,224,82,234,112,94,77,119,144,126,19,217,0,135,12,236,95,77,39,10,171,241,233,108,162,142,21,154,73,43,125,211,215,35,207,58,33,156,244,24,5,120,161,71,211,200,222,209,125,220,50,61,31,233,11,209,147,105,59,168,101,67,213,167,77,54,228,152,255,149,236,66,165,242,180,116,127,86,54,41,217,225,84,45,83,97,240,233,101,145,45,48,69,9,90,128,54,120,191,106,243,0,39,128,64,222,254,106,150,235,162,210,118,73,58,67,197,193,172,36,228,56,107,221,221,82,13,225,184,208,76,151,64,226,4,168,90,55,70,78,244,116,228,179,110,80,252,150,131,51,203,48,138,243,22,27,183,73,51,71,58,228,185,172,22,71,227,90,9,84,241,65,13,118,197,7,53,180,206,73,215,254,46,238,119,169,125,146,28,60,150,115,165,72,90,45,178,234,109,63,76,72,19,18,21,104,157,143,178,154,123,90,170,186,0,150,86,204,221,
|
||||
178,54,105,82,188,23,199,148,33,211,174,112,49,217,204,140,75,84,250,21,120,129,180,14,246,146,244,59,24,112,57,4,197,14,36,110,33,169,225,119,236,166,196,211,216,237,40,31,107,117,126,125,247,44,36,145,45,151,46,165,234,179,33,53,144,246,95,45,212,182,182,36,114,196,194,140,52,99,210,81,55,81,243,77,45,151,172,44,77,168,208,68,50,152,103,177,225,94,33,93,88,188,103,4,136,49,251,89,223,19,35,159,110,141,45,1,96,44,27,232,206,21,221,89,70,76,147,135,3,195,250,2,205,161,88,98,252,56,1,154,87,169,0,247,143,73,48,158,132,75,120,41,106,252,9,198,113,97,188,61,56,37,130,59,13,158,102,157,121,171,86,181,144,3,125,200,165,193,41,111,132,170,118,64,228,217,106,232,60,41,149,100,141,202,121,52,38,144,131,51,164,18,100,81,10,0,160,72,165,108,169,106,239,99,174,242,138,11,169,84,57,186,106,243,110,206,122,208,205,123,105,242,58,135,0,15,0,98,6,170,154,162,44,57,34,4,235,67,24,118,67,236,199,151,232,11,
|
||||
151,104,53,243,205,249,200,146,40,235,59,81,148,196,243,113,206,122,60,189,182,119,78,175,243,113,159,50,181,247,7,125,81,118,246,136,220,209,140,226,187,8,126,154,229,255,104,58,52,101,208,90,48,181,44,221,30,68,119,60,47,210,105,217,233,32,62,13,78,0,53,13,112,73,146,47,220,165,213,110,183,173,201,217,225,116,250,225,240,252,4,93,229,226,74,1,106,157,176,7,15,82,39,237,93,194,201,170,172,121,248,13,80,136,175,56,143,87,81,78,158,119,137,151,241,67,104,156,215,107,38,150,61,45,244,70,42,62,1,191,82,1,243,33,27,56,179,78,146,44,241,230,34,145,117,8,52,47,48,229,30,130,87,197,27,149,159,35,151,147,170,85,72,118,179,27,255,174,240,35,67,63,104,125,233,186,49,234,179,183,184,40,117,154,107,225,28,38,240,218,188,151,88,10,108,245,145,57,18,177,171,215,254,202,144,36,243,142,249,153,94,16,183,237,33,241,219,145,152,98,199,160,136,248,238,196,161,85,112,198,19,178,223,187,121,98,225,252,211,154,88,45,92,153,229,233,
|
||||
11,46,78,19,73,182,95,76,201,232,10,238,46,88,247,248,234,46,36,193,51,41,30,243,145,39,173,238,94,55,151,25,21,111,96,215,126,23,117,125,76,242,157,222,120,199,89,211,151,196,94,137,23,112,191,133,66,101,80,204,213,169,110,57,32,170,59,142,168,4,38,221,120,164,166,121,9,11,77,119,153,146,70,89,246,43,124,31,69,76,139,209,167,65,223,106,251,193,157,46,0,64,39,213,167,53,137,132,187,203,252,233,49,226,184,5,25,147,13,114,154,168,91,212,102,55,185,193,49,59,37,13,88,28,233,3,114,25,38,222,35,153,12,107,116,73,171,169,40,227,220,175,99,105,31,146,168,195,225,228,168,0,211,249,40,59,59,0,110,2,224,17,238,111,182,36,179,54,137,144,100,197,37,222,139,220,112,102,148,91,63,156,161,43,149,202,50,171,243,207,109,193,247,41,59,152,84,50,2,178,10,90,102,141,63,225,60,4,29,70,168,211,76,248,169,98,32,165,232,141,215,71,113,86,30,207,228,120,254,193,147,64,114,40,10,46,252,173,148,249,33,60,228,140,55,5,
|
||||
194,226,219,114,46,85,213,240,212,199,111,113,49,170,74,33,184,245,159,162,21,154,92,245,246,3,73,59,106,50,102,23,123,220,230,136,171,119,48,18,185,213,223,179,126,114,130,63,163,45,83,158,87,205,180,200,247,216,207,42,24,197,217,151,195,223,220,81,117,114,199,244,248,231,10,72,225,143,83,70,43,32,84,174,250,203,50,57,230,78,36,167,124,212,100,111,240,57,56,38,1,164,32,28,0,114,160,183,2,55,87,189,9,222,235,115,10,84,221,37,216,213,237,220,222,73,84,231,80,98,82,220,60,48,206,149,32,44,200,180,112,180,179,91,206,248,228,183,76,184,221,192,82,53,230,194,106,185,137,35,14,232,108,72,2,204,176,251,151,230,159,58,53,94,255,9,210,191,21,255,169,47,161,218,134,150,219,140,202,77,37,168,216,247,238,101,39,219,154,253,169,224,37,116,244,185,108,32,154,13,22,161,22,170,164,88,54,119,202,123,150,229,104,213,61,75,82,231,208,39,212,44,191,174,74,110,43,191,84,185,149,105,177,9,133,65,4,238,91,36,205,92,104,226,64,221,
|
||||
93,158,131,89,106,121,185,147,172,85,124,150,228,196,136,33,157,239,48,171,142,30,114,105,64,18,250,56,75,19,86,179,62,89,64,213,255,87,104,106,191,63,20,154,234,193,247,238,114,21,65,191,219,61,248,102,129,5,219,130,15,145,80,97,200,121,120,139,60,214,36,35,25,107,175,221,253,255,161,101,105,109,147,107,119,243,116,250,235,249,153,189,115,117,57,201,26,253,36,42,43,174,154,136,22,220,110,104,12,248,90,50,173,181,208,197,73,39,250,148,86,44,110,155,242,202,222,133,225,173,47,173,6,248,100,184,177,116,138,204,29,105,185,205,29,195,113,30,29,218,225,76,246,133,201,230,205,220,50,105,168,22,199,174,17,214,17,117,41,6,193,239,57,111,205,115,227,235,51,64,181,15,167,66,31,198,27,101,56,166,46,106,42,38,191,102,104,180,215,147,50,212,65,23,101,168,255,2,26,181,43,85,137,206,189,78,242,87,141,250,117,50,183,40,247,92,58,5,204,255,91,143,228,65,190,234,133,207,148,161,87,183,178,92,198,102,91,142,249,150,28,215,123,46,242,128,
|
||||
129,72,111,71,127,184,209,136,212,191,232,186,94,20,11,196,142,47,135,255,254,244,179,73,164,193,216,231,211,73,118,214,247,255,146,35,34,27,139,165,171,232,183,199,56,41,49,127,146,178,183,72,68,149,85,205,46,2,84,138,85,188,61,226,208,149,83,22,170,231,43,200,249,151,250,104,47,149,9,175,243,122,243,157,161,26,137,235,178,127,98,220,65,227,173,92,223,45,180,221,66,215,45,251,7,245,30,246,15,138,121,127,164,233,116,215,45,110,186,85,174,107,145,38,79,162,178,168,204,243,66,19,4,135,123,250,165,94,180,93,65,146,51,50,185,181,111,44,206,239,69,161,148,194,228,245,221,71,244,191,255,83,50,235,181,183,161,12,122,62,195,112,67,74,9,159,35,97,122,77,85,179,45,159,84,153,89,75,193,214,227,118,169,210,221,58,223,107,24,165,137,18,198,168,205,216,148,214,21,82,104,168,127,175,173,190,228,20,88,87,206,123,103,82,21,136,161,56,198,148,189,196,113,214,32,114,171,6,159,11,247,186,56,209,37,193,161,193,49,170,238,93,201,97,59,119,
|
||||
2,7,135,44,137,46,201,10,138,47,103,230,224,7,29,72,151,254,21,210,155,34,99,154,107,218,86,43,218,204,124,111,94,182,177,184,68,168,22,220,202,122,155,172,66,146,25,151,49,203,211,150,250,170,187,156,68,114,89,118,60,135,174,250,250,209,201,219,139,171,19,85,136,196,77,248,184,3,46,78,58,82,153,168,124,4,228,234,41,145,142,126,58,247,59,139,22,207,113,104,81,160,7,44,235,235,53,2,232,84,169,32,45,211,198,182,208,74,58,8,245,137,99,17,145,47,73,66,199,58,39,61,142,38,70,206,179,116,139,193,169,10,119,220,75,64,91,168,180,202,39,62,212,73,84,48,190,67,179,31,233,76,168,92,9,82,47,38,25,235,146,246,157,150,179,160,116,158,77,121,225,220,119,89,213,76,71,56,231,201,144,146,203,157,160,184,82,131,158,61,22,76,226,162,96,110,66,201,157,96,185,87,69,250,77,130,176,120,242,46,178,144,242,113,67,235,99,204,110,221,143,199,151,76,57,46,206,255,17,235,42,97,38,156,134,115,36,235,176,111,179,44,90,118,71,7,
|
||||
162,161,236,34,63,50,124,70,178,212,179,222,156,120,212,49,49,213,53,145,254,185,224,51,70,211,143,233,28,230,95,221,175,156,122,131,160,80,118,238,20,40,80,197,231,22,174,212,34,198,117,143,42,179,144,13,203,115,156,140,122,238,148,125,165,210,49,79,11,135,188,201,218,42,60,110,244,62,77,37,42,110,135,150,187,4,63,66,114,182,97,161,226,211,135,14,183,245,211,205,46,137,98,145,201,222,110,87,216,66,152,164,183,177,59,253,229,12,201,10,233,169,18,50,167,133,106,75,165,186,170,246,59,114,204,81,76,98,129,216,226,29,33,176,253,202,91,216,175,202,111,165,223,231,220,13,54,71,78,204,86,38,216,227,116,51,195,165,22,95,152,32,48,160,174,100,97,159,170,223,180,165,146,144,216,237,11,7,1,175,243,67,248,179,251,212,96,99,150,108,135,112,189,198,129,126,18,4,80,153,226,132,112,133,224,36,150,43,220,147,84,86,211,231,249,121,253,164,130,68,146,3,128,131,250,228,68,150,124,114,5,102,212,61,205,55,232,21,15,38,64,112,202,85,208,155,
|
||||
2,51,180,184,41,31,73,215,145,167,115,13,116,66,213,8,212,217,60,18,25,99,172,92,133,90,154,75,232,184,212,17,17,109,92,101,167,225,17,171,82,39,224,33,97,243,222,241,216,61,93,37,179,174,68,192,187,123,223,71,102,149,12,24,19,35,45,18,131,98,49,159,105,3,216,106,107,24,158,195,201,183,11,78,200,147,2,20,110,218,242,100,73,7,3,117,91,179,110,204,74,197,171,253,138,140,55,54,200,112,252,89,36,142,95,118,82,170,113,141,148,36,33,199,229,195,101,117,197,160,46,84,49,104,103,138,140,74,183,125,118,233,150,123,156,191,73,107,112,230,43,113,167,102,81,158,68,181,188,156,94,76,126,62,185,182,112,132,17,98,66,156,64,10,125,180,140,85,83,38,194,83,142,181,167,79,202,217,169,58,98,53,102,79,145,35,117,33,132,119,31,174,79,175,255,211,20,67,232,51,212,234,94,67,108,201,43,62,39,208,141,167,236,163,120,31,166,68,54,164,233,241,55,123,231,1,61,222,87,97,202,37,252,101,148,24,237,41,206,59,32,155,56,74,159,213,
|
||||
234,191,129,247,214,133,127,215,216,104,221,4,119,95,14,136,208,69,20,101,86,240,206,13,215,249,56,54,154,50,108,68,5,68,78,2,253,234,166,56,74,71,219,223,99,171,127,44,202,217,163,181,66,78,34,241,152,185,174,142,109,48,119,125,124,79,215,47,80,198,82,6,160,238,88,70,124,167,149,203,230,60,76,174,229,92,6,180,26,212,181,159,170,243,254,22,151,242,88,206,134,215,189,4,117,110,68,166,89,113,54,24,183,157,225,106,242,26,122,106,229,74,146,199,185,228,27,86,88,47,115,165,193,21,127,11,146,122,28,210,78,82,117,18,34,55,79,214,144,125,157,219,234,158,202,127,57,32,131,254,118,147,164,181,251,124,238,252,14,125,132,164,210,138,132,144,57,135,8,33,0,36,81,170,194,88,139,13,173,128,15,248,212,45,114,60,173,245,27,21,19,229,49,62,188,93,234,204,137,220,73,51,106,54,57,50,77,255,108,38,19,61,8,39,188,64,159,206,42,20,165,143,74,85,61,107,153,46,68,191,246,122,37,219,64,184,121,158,135,143,191,23,179,137,190,144,
|
||||
32,43,249,83,133,51,125,248,224,73,93,254,131,131,217,144,251,71,50,87,201,238,50,194,185,233,116,163,156,254,133,243,176,178,186,52,164,151,43,101,16,121,64,104,120,164,51,9,19,174,51,44,219,133,60,243,17,113,193,187,37,236,216,203,143,57,167,154,106,215,187,205,65,76,114,246,3,209,6,115,87,165,107,152,206,221,185,163,33,230,149,76,173,92,79,60,177,3,204,21,233,194,112,141,178,255,88,31,120,252,12,155,16,13,75,210,24,104,53,72,159,143,239,221,231,197,117,197,93,158,79,130,205,206,103,211,69,229,232,108,174,177,77,226,217,210,33,234,129,211,230,117,90,225,50,68,93,37,237,64,133,106,6,189,161,14,164,254,180,33,37,251,95,18,152,197,116,173,162,128,19,2,78,96,244,210,178,9,127,59,124,34,194,215,206,116,114,122,110,26,81,232,163,163,147,77,37,98,174,97,95,24,124,36,131,255,114,253,86,195,26,244,100,239,112,242,20,31,152,164,59,207,178,221,91,102,195,133,156,254,226,144,50,154,4,35,238,145,206,175,147,245,241,181,238,129,
|
||||
211,162,159,92,57,160,147,66,83,143,239,219,242,83,233,135,148,229,159,228,218,106,9,218,231,14,88,219,18,184,90,27,179,41,185,103,247,32,41,151,68,5,108,210,149,33,92,234,88,149,121,145,209,81,52,215,253,170,194,154,125,151,251,0,112,60,21,14,195,36,53,218,104,46,181,48,176,119,132,181,68,124,64,51,112,49,209,22,28,56,158,10,237,73,143,18,83,133,211,110,55,203,194,188,63,18,92,237,14,170,184,170,80,250,91,176,245,147,146,213,5,189,215,147,142,30,250,52,199,36,221,44,151,22,42,59,85,246,139,180,199,97,57,122,36,135,67,185,129,163,250,247,88,151,239,232,89,173,124,124,235,46,191,47,157,88,193,157,12,184,87,97,242,135,175,228,65,5,226,249,110,124,166,128,74,119,170,84,140,85,75,144,10,119,246,115,89,12,186,151,159,253,234,144,75,41,84,128,197,180,38,153,61,73,84,197,52,157,128,240,133,151,41,107,1,37,98,48,82,18,42,159,213,148,228,15,255,224,100,34,127,81,217,204,238,72,215,12,74,194,214,191,180,151,31,164,
|
||||
117,95,190,61,44,7,48,16,176,66,121,0,100,249,150,109,177,182,12,89,234,122,54,46,52,239,101,47,140,2,157,150,201,73,36,190,221,10,226,11,192,208,136,67,181,20,229,19,202,93,86,131,209,150,167,101,218,152,177,50,32,103,94,104,223,138,158,191,89,30,247,34,112,101,96,125,92,3,183,76,42,158,235,80,195,159,237,31,39,56,163,202,10,193,63,146,167,53,237,9,31,91,207,22,55,12,207,92,219,209,178,145,189,221,50,3,142,32,175,173,34,87,122,253,93,222,222,209,246,221,253,203,78,141,110,66,23,203,139,151,150,69,32,80,151,221,10,42,73,74,123,52,231,56,122,129,203,98,12,245,46,194,121,101,59,12,155,206,101,21,213,222,40,2,32,70,18,147,62,88,64,74,216,85,190,10,119,94,38,9,163,250,244,139,154,36,241,96,109,168,84,12,74,157,84,41,231,56,226,43,136,7,71,57,230,61,229,44,188,174,203,15,175,227,223,83,251,85,34,142,48,36,195,137,43,21,199,2,155,51,11,116,158,92,37,74,200,21,7,99,252,69,131,86,41,37,
|
||||
230,108,82,125,158,23,135,251,85,207,35,165,45,84,98,41,199,74,127,205,157,71,80,222,173,236,147,236,106,145,196,106,118,53,43,71,231,51,73,62,104,212,109,105,49,170,80,180,33,184,251,75,83,117,171,136,224,134,214,217,57,158,17,186,75,206,8,40,99,225,23,154,183,215,61,216,189,209,222,183,67,34,85,191,132,141,165,149,255,25,62,210,5,29,69,101,22,110,169,178,178,22,82,109,62,189,235,160,95,17,206,66,14,110,211,21,78,79,215,213,73,49,151,204,151,171,56,104,180,92,243,162,106,153,75,238,190,159,46,223,169,34,88,173,197,114,83,151,147,95,79,223,18,25,110,214,179,0,39,101,87,30,187,56,62,154,176,104,51,169,39,149,91,206,61,28,12,64,11,229,251,166,210,91,59,203,84,209,241,223,234,115,5,166,203,174,63,9,208,125,82,39,85,2,211,206,156,175,79,250,116,57,169,98,174,140,195,189,19,47,85,230,0,223,84,185,37,179,68,165,77,10,142,119,42,88,225,244,153,196,146,18,210,201,102,102,62,234,86,97,149,33,153,12,144,212,
|
||||
140,115,26,170,239,134,24,77,64,172,54,125,16,146,22,215,251,21,159,159,110,240,165,138,242,207,225,141,74,38,138,22,51,115,222,219,184,70,163,164,59,21,115,149,168,146,174,11,228,58,75,226,245,230,88,175,250,103,179,186,24,145,191,74,189,72,178,19,30,242,11,168,31,227,65,14,104,83,167,160,174,217,109,2,75,152,115,58,57,217,79,223,145,229,63,17,151,184,181,255,202,225,63,216,144,242,123,13,237,40,13,65,53,243,206,210,173,131,74,181,82,254,246,92,215,118,125,90,43,123,21,19,57,176,136,85,140,142,199,141,226,88,195,220,54,146,210,157,54,186,151,220,2,46,69,210,179,93,78,66,83,5,245,149,135,167,159,62,100,103,62,226,203,138,144,2,154,121,40,7,136,85,30,152,240,121,95,74,60,224,142,150,58,2,76,93,226,34,186,202,83,153,34,94,191,45,208,118,86,46,14,59,52,233,16,156,174,112,239,202,82,38,202,65,139,44,199,237,35,148,116,133,153,179,229,222,75,221,163,150,70,150,149,229,138,82,145,50,89,226,12,229,231,39,230,156,
|
||||
58,171,124,80,157,81,60,252,82,139,89,229,78,150,154,116,4,191,213,1,92,82,127,168,42,153,43,112,187,38,177,48,87,29,153,197,105,243,166,212,232,22,147,222,123,210,249,153,163,235,48,58,64,68,77,88,28,154,208,156,64,159,15,34,45,108,216,236,170,226,240,225,108,134,104,164,220,56,182,216,199,195,178,219,126,225,17,203,231,114,15,46,186,23,217,101,127,105,163,81,35,247,174,229,210,23,238,227,233,45,27,77,235,77,101,108,118,44,139,69,52,182,150,48,248,28,213,234,63,173,41,42,195,3,236,63,165,105,165,30,6,61,148,117,124,86,206,133,80,158,2,244,46,54,58,39,253,155,70,145,37,89,251,85,82,137,229,80,100,169,79,110,24,72,168,54,90,149,251,79,212,114,175,67,238,4,214,57,35,203,46,238,156,146,50,57,33,214,218,153,62,56,17,159,234,88,50,1,72,12,239,183,165,104,163,191,79,22,157,207,122,226,254,119,123,31,84,190,202,147,20,226,20,79,167,47,117,243,174,121,146,143,70,207,29,108,101,53,214,33,242,223,154,56,68,241,
|
||||
142,76,87,236,193,202,69,95,87,31,199,42,178,142,178,77,183,44,153,33,245,46,205,73,248,25,14,54,190,151,203,125,252,144,120,38,72,203,119,117,62,116,157,24,68,6,11,55,176,204,113,218,250,25,178,168,216,150,27,228,84,82,211,84,72,142,80,49,50,161,236,72,206,58,254,213,173,42,159,29,161,122,88,113,243,222,70,214,17,176,137,216,91,197,235,96,242,64,179,243,100,84,76,64,105,167,85,67,96,77,22,8,1,231,44,12,239,236,191,46,225,225,42,24,241,204,213,249,240,120,110,164,71,28,203,249,62,155,60,99,36,69,246,161,92,20,82,31,81,60,48,140,237,222,236,152,223,2,96,252,72,254,249,211,103,242,52,177,167,104,162,215,203,212,213,189,239,15,87,92,46,150,186,89,182,48,36,213,60,132,102,62,243,130,205,163,97,149,101,197,92,116,76,233,246,89,242,138,23,178,204,106,211,181,237,23,102,151,160,252,146,189,193,109,103,116,73,36,55,93,80,121,48,179,144,228,160,58,150,137,40,32,119,30,118,33,51,129,15,173,74,76,47,255,196,58,
|
||||
252,112,76,6,0,137,223,53,143,159,168,115,237,245,209,133,157,77,77,173,37,55,39,145,195,100,84,72,121,108,156,128,240,239,73,55,45,65,70,156,156,133,4,105,178,254,106,170,154,113,158,16,129,53,214,231,216,232,92,47,103,241,251,38,201,157,229,35,85,58,210,219,65,68,25,17,56,209,251,198,39,5,10,7,247,76,137,38,226,106,84,78,237,170,181,214,13,0,137,165,74,105,89,84,81,221,173,183,196,155,142,166,199,150,78,35,17,99,242,150,231,192,116,6,164,165,231,78,30,137,225,121,234,136,224,75,142,243,93,78,12,59,224,156,79,147,82,181,101,125,38,88,160,159,58,188,58,151,238,16,96,254,52,218,228,242,99,133,226,117,20,135,243,62,11,4,198,17,17,117,2,98,249,49,238,27,182,174,132,57,248,153,153,174,82,252,62,58,231,34,163,194,113,150,141,92,41,75,180,114,88,19,12,92,223,212,176,64,69,72,228,140,21,134,139,229,112,141,165,199,86,1,199,166,155,149,37,28,123,80,186,103,220,220,99,27,153,22,182,208,132,182,203,140,127,182,
|
||||
9,210,141,213,94,100,199,6,154,163,43,203,142,181,93,237,87,51,158,151,221,202,105,26,127,206,61,112,254,172,232,145,176,250,73,79,22,144,55,164,120,180,197,93,200,93,62,115,134,200,170,89,29,254,89,232,219,47,222,63,45,98,71,14,155,144,99,41,88,24,218,59,136,239,240,213,42,247,215,199,83,230,156,213,219,187,66,124,35,240,185,122,64,165,69,170,132,122,41,222,68,122,51,159,243,195,254,62,201,50,103,35,101,212,253,75,97,166,215,131,12,238,125,173,202,228,202,102,50,224,127,59,236,63,72,95,173,48,107,155,92,173,22,123,212,202,134,62,44,75,42,248,16,62,49,28,190,154,216,249,124,160,105,187,241,209,55,83,130,20,51,43,35,55,105,161,19,103,221,0,246,139,79,94,204,157,174,85,10,29,78,114,33,162,170,191,247,250,253,233,244,232,112,242,115,241,174,28,6,189,211,167,234,194,154,105,183,213,109,96,46,229,83,43,116,25,165,57,135,87,9,2,73,6,14,60,82,89,203,222,22,174,154,34,94,26,70,124,78,7,78,112,19,243,229,162,
|
||||
153,57,113,219,171,78,123,30,69,181,161,17,18,131,74,84,230,14,93,54,163,180,184,30,200,228,242,101,119,36,58,11,82,26,26,7,97,25,214,164,71,248,190,119,139,122,177,178,146,166,226,108,57,151,136,170,236,201,78,1,167,193,113,16,125,209,244,175,120,121,181,210,22,231,206,3,134,115,11,33,49,54,51,148,147,167,120,38,160,31,222,74,103,120,213,1,42,193,35,56,0,7,143,104,187,221,116,123,174,193,120,48,25,123,135,180,36,54,202,11,71,153,106,237,129,15,55,120,161,83,17,116,95,81,23,44,164,83,249,129,62,228,175,59,62,192,143,131,136,32,190,73,189,240,96,239,171,132,212,44,109,187,120,248,45,143,222,100,199,124,121,135,177,100,229,228,84,134,146,189,195,225,54,220,220,82,70,151,28,23,148,157,255,222,32,163,17,39,235,232,12,103,205,56,127,51,92,100,164,218,146,247,139,73,232,163,26,46,34,186,210,159,155,70,191,230,60,101,8,161,87,35,230,204,45,58,135,231,199,100,19,120,73,49,115,174,44,23,72,43,85,93,150,133,249,162,
|
||||
111,131,138,222,74,175,41,57,20,131,75,84,85,167,224,181,164,232,114,163,141,200,244,236,55,137,235,162,73,168,12,191,154,245,223,33,232,133,16,135,233,170,128,234,250,212,229,252,120,250,136,84,43,78,99,90,192,82,150,50,37,185,147,144,128,24,142,62,151,19,147,85,149,57,228,174,154,190,84,88,133,152,186,246,142,144,167,36,173,208,28,164,169,173,116,55,37,165,165,74,223,152,111,214,113,190,143,27,115,157,17,172,38,229,131,211,148,88,126,3,49,204,149,125,162,123,117,137,243,147,139,0,84,181,72,149,63,169,68,162,48,22,154,70,196,176,140,22,194,72,37,103,75,233,150,25,67,32,245,29,42,120,228,4,174,110,36,141,10,159,68,26,104,144,253,175,6,237,104,118,211,153,155,41,53,19,149,48,99,141,105,56,157,158,78,175,1,101,227,31,61,232,103,226,193,152,219,194,29,153,145,19,142,249,79,137,62,156,213,156,48,34,101,68,170,208,144,56,44,130,5,58,207,160,37,79,170,245,230,67,150,114,186,122,214,117,83,73,172,150,117,95,20,97,45,78,
|
||||
36,138,185,142,216,77,231,38,61,181,184,92,32,177,35,254,179,210,169,66,4,150,132,207,2,73,36,185,41,215,213,207,73,69,123,1,95,226,99,71,211,167,72,26,224,217,59,127,67,188,22,135,171,181,229,131,220,32,206,166,41,204,132,250,101,136,199,207,45,200,24,76,101,126,200,146,118,76,169,133,202,229,204,66,134,82,205,34,190,37,36,177,57,89,202,113,126,50,52,44,204,69,20,9,9,8,152,177,57,65,87,111,144,174,59,80,44,33,127,23,2,161,72,209,145,189,203,253,210,148,163,219,76,176,210,212,202,52,114,45,239,56,64,138,154,10,18,176,174,233,204,41,60,166,89,183,224,119,97,97,212,194,130,97,139,161,100,32,125,64,213,64,118,147,234,57,147,221,201,94,67,29,156,202,167,72,61,175,151,150,105,159,249,75,231,179,167,208,100,229,69,234,173,166,199,103,166,213,24,159,199,163,105,46,64,197,6,253,170,218,18,235,55,197,95,60,163,59,24,152,110,183,90,53,188,185,249,127,184,219,139,26,
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ topic "Roadmap";
|
|||
[s2; Roadmap&]
|
||||
[s24; Current release&]
|
||||
[s3; 2017.2 (rev 11540) (Dec 2017)&]
|
||||
[s5; Core&]
|
||||
[s5;l160;i150;O0; New AsyncWork class `- U`+`+ future`-alike tool&]
|
||||
[s22; Core&]
|
||||
[s5;l160;i150;O0; New [* AsyncWork ]class `- U`+`+ future`-alike tool&]
|
||||
[s5;l160;i150;O0; CoWork: Exception propagation from worker threads,
|
||||
job cancellation support.&]
|
||||
[s5;l160;i150;O0; Bits class optimized, it is now possible to set
|
||||
|
|
@ -38,11 +38,11 @@ multiple bits (count parameter)&]
|
|||
[s5;l160;i150;O0; UTF`-32 support functions, UnicodeCompose and UnicodeDecompose
|
||||
functions, support for UTF16 surrogate pairs&]
|
||||
[s5;l160;i150;O0; DeleteFolderDeep now deletes symlinks&]
|
||||
[s5;l160;i150;O0; MakeOne function (alternative to One`::Create)&]
|
||||
[s5;l160;i150;O0; [* MakeOne ]function (alternative to One`::Create)&]
|
||||
[s5;l160;i150;O0; LoadFromFile, StoreToFile `- Event variant&]
|
||||
[s5;l160;i150;O0; ReverseRange and SortedRange&]
|
||||
[s5;l160;i150;O0; [* ReverseRange ]and [* SortedRange]&]
|
||||
[s5;l160;i150;O0; Server Name Indicator support in Socket and HttpRequest&]
|
||||
[s5;l160;i150;O0; SSL1.1 API support&]
|
||||
[s5;l160;i150;O0; [* SSL1.1] API support&]
|
||||
[s5;l160;i150;O0; RegisterGlobalSerialize&]
|
||||
[s5; &]
|
||||
[s22; GUI programming&]
|
||||
|
|
@ -67,27 +67,28 @@ is not normal&]
|
|||
[s22; TheIDE&]
|
||||
[s5;l192;i150;O0; Improved debugging of console applications with
|
||||
MinGW&]
|
||||
[s5;l192;i150;O0; MacroManager&]
|
||||
[s5;l192;i150;O0; Explicit Go to line.. operation (in addition to
|
||||
Navigator)&]
|
||||
[s5;l192;i150;O0; Debugging with GDB is now much more stable&]
|
||||
[s5;l192;i150;O0; [* Macro manager]&]
|
||||
[s5;l192;i150;O0; Explicit `"Go to line.. `"operation (in addition
|
||||
to Navigator)&]
|
||||
[s5;l192;i150;O0; BRC now supports LZ4, LZMA and Zstd compression&]
|
||||
[s5;l192;i150;O0; File comparison tool improved&]
|
||||
[s5;l192;i150;O0; Directory comparison now can show/filter new/modified/removed
|
||||
files&]
|
||||
[s5;l192;i150;O0; Dark theme highlighting&]
|
||||
[s5;l192;i150;O0; [* Dark theme] highlighting&]
|
||||
[s5;l192;i150;O0; Duplicate package function&]
|
||||
[s5;l192;i150;O0; FindAll button in normal Search (finds all occurences
|
||||
in current file)&]
|
||||
[s5;l192;i150;O0; [* `"Find all`" ]button in normal Search (finds all
|
||||
occurrences in current file). &]
|
||||
[s5;l192;i150;O0; HexView now remembers position&]
|
||||
[s5;l192;i150;O0; Selection can be interpreted as error list&]
|
||||
[s5;l192;i150;O0; now shows the number of selected characters&]
|
||||
[s5;l192;i150;O0; tab size now possible on per`-file basis&]
|
||||
[s5;l192;i150;O0; TheIDE now shows the number of selected characters&]
|
||||
[s5;l192;i150;O0; Tab size now possible on per`-file basis&]
|
||||
[s5;l192;i150;O0; Repository synchronize refactored, now supports
|
||||
both svn and git&]
|
||||
[s5;l192;i150;O0; Layout visgen improvements&]
|
||||
[s5;l192;i150;O0; theide now supports Visual Studio 2017 C`+`+ compiler
|
||||
auto setup&]
|
||||
[s5;l192;i150;O0; MS build tools autosetup&]
|
||||
[s5;l192;i150;O0; TheIDE now supports [* Visual Studio 2017] C`+`+
|
||||
compiler auto setup&]
|
||||
[s5;l192;i150;O0; MS build tools auto setup&]
|
||||
[s22; 3rd party modules&]
|
||||
[s5;l192;i150;O0; MinGW 64 updated to GCC`-7.2.0&]
|
||||
[s5;l192;i150;O0; OpenSSL for VC`+`+ updated to 1.0.2l&]
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
TITLE("Roadmap")
|
||||
COMPRESSED
|
||||
120,156,133,87,139,110,219,70,22,253,149,1,156,93,56,169,44,115,94,124,72,192,162,178,100,37,198,198,73,215,78,26,160,134,91,81,228,72,154,154,226,48,36,101,199,89,108,191,125,207,29,209,174,157,101,179,54,244,32,53,247,117,238,185,103,134,87,130,189,120,17,12,130,131,224,255,252,141,102,102,149,238,138,246,250,170,16,113,60,182,156,139,96,156,242,104,252,62,25,255,241,199,31,67,174,130,120,76,206,56,156,241,64,73,46,56,238,5,74,68,92,39,65,162,99,30,7,50,82,66,71,129,30,85,105,157,110,175,175,210,88,142,95,93,132,176,18,3,125,32,185,228,1,15,133,194,170,64,6,66,113,161,121,28,43,30,233,88,38,97,56,202,210,170,181,174,188,190,90,146,157,130,153,132,89,16,197,161,226,48,82,90,200,72,43,24,43,133,244,36,2,71,97,20,141,90,219,22,230,250,202,82,222,200,118,74,89,170,65,120,128,236,68,4,75,37,84,168,100,44,36,143,133,8,19,169,18,133,180,185,24,217,214,32,201,106,67,6,26,145,148,86,92,2,11,21,
|
||||
105,137,5,17,62,85,144,112,129,112,113,160,53,34,153,47,15,0,45,1,13,193,67,182,33,130,137,72,147,69,172,98,46,163,88,40,17,10,132,15,34,148,72,177,245,40,55,77,6,91,41,248,184,69,66,227,233,143,122,204,97,28,13,162,3,17,36,129,8,163,4,65,145,42,170,149,73,194,101,140,160,138,235,128,203,81,230,114,84,184,20,58,144,62,98,140,38,132,240,236,1,209,33,71,210,66,198,8,25,113,41,241,174,85,28,141,26,67,109,104,93,125,125,245,234,183,31,15,131,97,48,20,90,191,36,251,4,246,177,84,82,170,48,81,60,144,136,3,39,138,224,10,3,116,146,107,17,143,150,105,131,160,45,110,69,123,80,57,17,9,176,203,88,75,196,14,241,134,150,162,66,9,128,68,162,98,41,227,96,148,21,105,211,116,40,17,66,175,168,74,206,7,156,31,68,4,174,150,66,37,132,142,20,64,89,132,58,225,128,89,135,42,16,163,218,124,222,217,218,108,77,9,156,45,152,49,94,42,49,78,241,234,104,136,100,246,44,20,3,46,192,67,29,134,1,1,
|
||||
166,193,5,33,53,16,15,120,172,144,17,254,209,225,182,35,226,242,207,26,228,128,203,131,68,40,137,76,18,165,128,0,28,240,132,115,30,196,248,71,101,192,197,83,131,119,156,234,194,239,205,213,128,171,131,8,12,70,171,18,69,225,19,73,248,9,224,47,194,64,163,17,98,111,46,0,251,143,226,5,112,231,34,166,151,71,158,235,1,199,40,32,69,174,53,234,150,128,90,196,168,93,3,123,233,217,205,163,120,244,206,220,53,179,180,53,29,99,94,77,95,236,169,198,195,1,15,15,2,178,215,113,130,6,114,69,248,73,165,18,145,72,169,69,162,101,24,0,199,102,63,203,100,76,211,228,39,241,209,73,52,224,17,230,10,181,106,141,234,189,25,42,143,56,165,34,226,36,36,20,58,39,139,163,194,150,148,7,152,49,222,147,225,213,244,7,206,35,114,20,99,106,226,56,12,100,2,48,128,65,160,65,117,104,65,140,70,163,207,2,115,64,98,144,221,164,107,179,56,234,6,213,167,64,12,212,82,199,68,92,88,34,117,36,1,63,73,16,132,184,19,199,24,167,209,58,
|
||||
173,158,17,80,4,3,17,128,69,144,30,141,169,68,44,208,47,72,72,70,32,10,232,0,84,40,209,123,6,46,142,74,211,180,38,71,243,117,224,203,22,124,32,56,176,3,255,180,142,149,10,145,47,98,71,164,74,212,66,76,176,142,228,232,167,180,38,194,8,61,78,9,121,111,41,6,66,28,68,98,162,163,89,116,34,161,69,160,59,201,73,48,63,57,17,252,4,179,16,233,96,212,236,150,93,137,5,40,243,192,220,106,243,190,139,47,7,66,30,40,49,141,79,103,58,158,240,249,169,158,79,78,130,249,244,116,2,166,171,240,100,62,215,232,93,229,44,177,223,107,224,111,222,78,13,132,58,152,43,53,15,195,211,73,112,50,19,209,52,228,167,147,233,100,122,34,102,112,22,199,19,104,110,109,10,227,39,246,223,191,253,231,111,167,239,142,62,94,178,171,70,140,217,133,75,243,109,90,253,253,26,87,106,204,166,187,186,198,120,177,110,57,221,150,99,70,172,27,10,118,88,155,91,198,105,30,95,178,195,153,201,252,253,151,180,70,195,210,213,102,255,213,115,193,66,154,
|
||||
198,40,141,129,171,108,210,220,151,217,39,87,223,48,15,62,91,28,177,143,139,31,22,63,176,213,174,221,213,232,125,90,216,27,195,90,231,138,62,23,83,71,182,35,118,250,37,51,126,15,96,85,237,170,116,157,250,239,171,218,109,217,29,22,152,154,181,155,218,164,121,51,96,191,187,37,203,210,50,51,69,177,95,213,236,170,202,213,237,176,207,255,137,109,155,46,51,7,255,91,251,213,228,3,102,91,102,27,86,186,59,86,185,166,177,203,130,18,100,141,105,217,22,196,183,21,174,151,100,120,152,185,29,16,243,90,98,90,83,191,236,11,241,201,44,47,93,118,99,8,217,85,154,65,118,77,206,86,174,102,41,65,179,169,93,233,118,20,221,212,62,221,62,23,31,63,204,23,71,82,60,84,2,236,202,140,214,162,218,143,165,165,61,96,234,182,72,213,176,180,204,31,110,161,75,221,205,39,203,31,61,32,62,188,242,16,119,234,218,1,79,131,50,108,221,244,133,159,129,17,173,153,187,34,55,245,204,152,202,35,147,251,155,13,107,238,183,208,129,155,94,195,243,244,198,188,
|
||||
47,255,76,128,29,166,5,96,42,81,232,173,135,20,63,46,70,163,41,58,215,154,94,240,222,130,163,115,116,121,110,11,51,96,151,4,222,7,71,23,68,164,211,91,226,235,109,90,219,180,108,251,172,47,204,173,169,27,115,145,150,235,61,52,151,168,221,228,254,186,111,253,165,169,97,192,222,161,155,236,172,204,109,70,155,228,35,102,182,100,93,35,201,213,155,182,173,46,176,43,65,75,122,93,93,190,229,67,206,38,63,157,61,216,247,39,184,182,208,162,250,117,225,150,105,129,240,22,227,240,181,203,141,249,201,196,160,190,254,120,70,180,95,131,101,91,91,174,251,28,77,234,58,189,159,182,117,49,98,103,91,172,189,245,91,101,67,57,55,136,13,171,1,43,49,142,213,110,89,216,140,189,54,237,20,243,113,97,178,118,240,244,226,220,95,93,154,226,159,230,30,108,185,52,237,133,187,155,217,166,42,210,123,127,57,117,197,110,91,62,222,153,100,52,150,88,195,192,255,141,203,123,89,112,178,107,91,244,254,29,200,144,95,182,247,232,93,67,239,189,243,248,201,182,155,25,
|
||||
38,124,186,113,54,51,35,10,121,124,97,182,168,135,161,158,250,158,10,202,241,251,226,40,119,119,37,43,108,63,250,31,112,30,35,52,64,46,98,208,147,201,27,120,242,66,31,216,18,172,187,97,232,247,61,43,92,185,102,135,255,224,231,39,47,25,109,106,189,101,124,168,141,217,35,12,136,222,87,166,60,35,181,233,190,244,25,156,229,180,156,96,252,92,248,111,207,210,176,251,54,229,125,150,239,189,212,141,58,192,93,221,183,230,52,183,237,112,56,188,172,44,22,94,64,135,252,156,156,3,159,173,203,237,202,130,199,251,158,244,203,42,188,254,228,170,221,126,150,55,105,195,150,251,46,97,40,1,180,215,83,195,50,90,6,157,98,116,190,253,43,133,95,97,120,161,228,158,107,151,152,24,24,207,234,244,110,240,112,65,165,247,217,190,129,92,35,206,49,155,59,71,1,169,39,148,204,18,113,55,52,161,57,219,53,32,174,151,87,112,191,218,120,237,55,96,115,127,131,254,245,97,222,17,211,251,177,235,210,81,90,148,123,87,201,49,124,193,1,179,171,61,5,247,42,223,
|
||||
226,85,111,211,226,97,220,62,108,204,217,236,244,33,66,34,158,116,180,235,25,196,111,185,91,175,41,57,183,130,239,178,113,112,150,86,85,65,146,65,74,203,238,64,100,134,110,188,254,212,231,232,60,205,106,119,158,150,56,253,212,125,191,159,126,33,87,216,134,94,59,234,8,113,114,56,252,115,143,96,135,192,58,205,193,0,187,111,217,187,244,214,174,73,172,94,246,121,59,185,152,122,68,58,33,106,216,219,95,212,0,111,231,19,175,100,191,52,109,206,104,175,0,90,205,147,29,232,169,11,47,185,180,6,98,219,248,152,174,248,31,10,63,53,152,225,180,78,84,191,127,106,245,48,122,205,198,221,29,175,44,237,5,164,74,199,29,99,243,227,218,143,58,182,71,132,107,122,221,166,56,73,128,154,16,232,141,93,111,10,188,218,39,146,248,108,233,110,223,14,218,216,252,57,243,113,27,234,47,176,204,39,69,241,48,6,182,236,72,129,25,76,235,108,195,14,87,88,208,176,20,75,92,150,129,239,56,96,120,202,103,221,177,137,82,238,69,255,141,249,242,179,197,156,80,241,
|
||||
244,4,179,93,98,79,162,131,133,253,171,92,160,191,102,191,95,122,157,2,77,105,34,209,30,236,93,52,141,6,59,118,253,76,251,158,90,251,78,3,224,198,143,112,185,163,120,68,211,198,123,133,7,76,87,13,25,50,117,47,194,109,186,100,13,246,160,231,199,31,58,120,153,122,113,68,85,50,60,255,217,94,219,11,227,203,162,174,63,156,109,200,211,183,234,251,200,195,165,195,144,52,183,165,167,225,218,246,150,243,54,189,119,59,236,242,182,89,155,242,129,114,126,115,235,205,126,99,108,110,158,71,249,217,54,59,106,100,187,203,173,243,7,87,54,245,71,80,98,38,234,129,194,237,246,199,187,93,213,59,172,151,96,133,45,114,79,250,198,47,126,92,75,122,33,235,156,52,170,189,39,229,221,253,5,113,189,20,176,80,177,93,149,167,212,5,68,124,61,157,46,142,112,186,30,6,125,22,180,179,224,20,225,143,106,63,239,19,126,98,203,233,161,189,232,179,171,138,29,148,233,184,248,170,70,12,111,207,141,162,161,252,142,205,242,171,24,125,27,36,252,206,250,223,171,245,
|
||||
179,245,116,218,34,218,38,203,239,24,85,89,109,158,89,197,120,120,255,222,250,114,253,77,82,98,168,163,239,24,52,159,11,60,102,203,103,70,114,136,199,152,228,59,70,95,71,236,227,243,24,252,123,73,157,90,176,241,153,201,67,237,114,40,135,234,201,1,46,216,127,200,241,27,69,199,180,108,99,111,65,198,238,33,171,25,117,43,207,86,12,52,103,105,109,112,24,113,55,180,179,80,223,109,185,34,21,218,111,41,233,146,6,33,253,214,5,157,132,201,150,180,130,68,202,203,35,13,44,141,255,202,21,133,187,35,119,87,191,182,174,178,217,98,180,56,94,28,99,52,238,204,114,113,124,119,119,183,56,238,158,3,223,64,79,92,13,197,44,22,47,76,185,56,218,53,191,66,8,90,115,61,188,190,254,47,75,101,23,210,
|
||||
120,156,133,88,139,82,227,200,21,253,149,174,101,146,130,89,99,212,47,61,236,170,212,130,141,25,42,243,216,0,179,83,181,148,179,150,165,198,238,69,86,107,37,25,134,73,101,191,61,231,182,109,2,19,65,134,178,176,68,223,215,185,231,158,110,205,181,96,111,222,4,189,96,47,248,63,255,6,99,115,147,174,139,118,122,93,136,56,30,90,206,69,48,76,121,52,252,148,12,255,252,243,207,62,87,65,60,36,103,28,206,120,160,36,23,28,207,2,37,34,174,147,32,209,49,143,3,25,41,161,163,64,15,170,180,78,87,211,235,52,150,195,183,23,33,172,68,79,239,73,46,121,192,67,161,176,42,144,129,80,92,104,30,199,138,71,58,150,73,24,14,178,180,106,173,43,167,215,115,178,83,48,147,48,11,162,56,84,28,70,74,11,25,105,5,99,165,144,158,68,224,40,140,162,65,107,219,194,76,175,45,229,141,108,71,148,165,234,133,123,200,78,68,176,84,66,133,74,198,66,242,88,136,48,145,42,81,72,155,139,129,109,13,146,172,150,100,160,17,73,105,197,37,176,80,145,
|
||||
150,88,16,225,183,10,18,46,16,46,14,180,70,36,243,117,7,208,28,208,16,60,100,27,34,152,136,52,89,196,42,230,50,138,133,18,161,64,248,32,66,137,20,91,15,114,211,100,176,149,130,15,91,36,52,28,253,164,135,28,198,81,47,218,19,65,18,136,48,74,16,20,169,162,90,153,36,92,198,8,170,184,14,184,28,100,46,71,133,115,161,3,233,35,198,104,66,8,207,30,16,29,114,36,45,100,140,144,17,151,18,87,173,226,104,208,24,106,67,235,234,233,245,219,223,126,218,15,250,65,95,104,125,64,246,9,236,99,169,164,84,97,162,120,32,17,7,78,20,193,21,6,232,36,215,34,30,204,211,6,65,91,60,138,54,160,114,34,18,96,151,177,150,136,29,226,130,150,162,66,9,128,68,162,98,41,227,96,144,21,105,211,108,81,34,132,222,82,149,156,247,56,223,139,8,92,45,133,74,8,29,41,128,178,8,117,194,1,179,14,85,32,6,181,249,99,109,107,179,50,37,112,182,96,198,112,174,196,48,197,103,75,67,36,179,97,161,232,113,1,30,234,48,12,8,48,
|
||||
13,46,8,169,129,120,192,99,133,140,240,131,14,183,91,34,206,255,91,131,236,113,185,151,8,37,145,73,162,20,16,128,3,158,112,206,131,24,63,168,12,184,120,106,240,45,167,182,225,55,230,170,199,213,94,4,6,163,85,137,162,240,137,36,252,4,240,23,97,160,209,8,177,49,23,128,253,39,241,6,184,115,17,211,199,35,207,117,143,99,20,144,34,215,26,117,75,64,45,98,212,174,129,189,244,236,230,81,60,248,104,238,155,113,218,154,45,99,222,142,222,108,168,198,195,30,15,247,2,178,215,113,130,6,114,69,248,73,165,18,145,72,169,69,162,101,24,0,199,102,51,203,100,76,211,228,39,241,209,73,212,227,17,230,10,181,106,141,234,189,25,42,143,56,165,34,226,36,36,20,182,78,102,135,133,45,41,15,48,99,184,33,195,219,209,143,156,71,228,40,198,212,196,113,24,200,4,96,0,131,64,131,234,208,130,24,141,70,159,5,230,128,196,32,187,77,23,102,118,184,29,84,159,2,49,80,75,29,19,113,97,137,212,145,4,252,36,65,16,226,73,28,99,156,6,139,
|
||||
180,122,70,64,17,244,68,0,22,65,122,52,166,18,177,64,191,32,33,25,129,40,160,3,80,161,68,111,24,56,59,44,77,211,154,28,205,215,129,47,91,240,158,224,192,14,252,211,58,86,42,68,190,136,29,145,42,81,11,49,193,58,146,131,159,211,154,8,35,244,48,37,228,189,165,232,9,177,23,137,99,29,141,163,19,9,45,2,221,73,78,130,201,201,137,224,39,152,133,72,7,131,102,61,223,150,88,128,50,59,230,86,203,79,219,248,178,39,228,158,18,163,248,116,172,227,99,62,57,213,147,227,147,96,50,58,61,6,211,85,120,50,153,104,244,174,114,150,216,239,53,240,55,111,167,122,66,237,77,148,154,132,225,233,113,112,50,22,209,40,228,167,199,163,227,209,137,24,195,89,28,31,67,115,107,83,24,63,177,255,250,237,223,127,57,253,120,248,249,146,93,55,98,200,46,92,154,175,210,234,175,83,220,169,33,27,173,235,26,227,197,182,203,233,177,28,50,98,93,95,176,253,218,220,49,78,243,120,192,246,199,38,243,207,15,188,41,60,141,92,237,215,235,161,39,131,
|
||||
133,54,13,81,27,3,89,217,245,91,118,220,60,148,217,23,87,223,178,169,239,0,155,29,178,207,179,31,103,63,178,155,117,187,174,65,128,180,176,183,134,181,206,21,93,110,70,142,140,7,236,244,107,102,252,70,192,170,218,85,233,34,245,223,111,106,183,98,247,88,96,106,214,46,107,147,230,77,143,253,238,230,44,75,203,204,20,197,102,85,179,174,42,87,183,253,46,255,39,182,109,216,38,51,7,255,43,251,205,228,61,102,91,102,27,86,186,123,86,185,166,177,243,130,18,100,141,105,217,10,236,183,21,238,231,100,184,159,185,53,96,243,130,98,90,83,31,116,133,248,98,230,151,46,187,53,4,239,77,154,65,123,77,206,110,92,205,82,194,102,89,187,210,173,41,186,169,125,186,93,46,62,95,77,102,135,82,236,42,1,118,101,70,107,81,237,231,210,210,70,48,114,43,164,106,88,90,230,187,71,104,213,246,225,147,229,143,30,16,31,94,121,136,39,117,237,128,167,65,25,182,110,186,194,143,65,139,214,76,92,145,155,122,108,76,229,145,201,253,195,134,53,15,43,136,193,
|
||||
109,167,33,8,240,33,189,53,159,74,195,166,187,36,216,126,90,0,170,18,197,222,121,88,241,215,217,96,48,66,247,90,211,9,224,123,144,117,130,78,79,108,97,122,236,146,0,188,114,116,67,100,58,189,35,226,222,165,181,77,203,246,133,28,46,204,157,169,27,115,145,150,11,36,66,16,225,225,37,96,48,185,127,54,237,178,187,52,53,172,216,71,116,150,157,151,185,205,104,215,124,196,207,150,108,219,84,114,247,174,109,171,11,108,83,16,151,23,82,184,188,124,207,251,124,202,142,127,62,223,249,232,90,121,97,22,22,2,85,159,21,110,158,22,72,193,98,60,190,109,7,140,237,102,238,236,243,57,141,193,2,172,91,217,114,209,229,232,184,174,211,135,81,91,23,3,118,190,194,218,59,191,127,54,148,119,131,216,176,234,177,18,35,90,173,231,133,205,216,153,105,71,152,151,11,147,181,189,167,55,31,252,221,165,41,254,110,30,192,158,75,211,94,184,251,177,109,170,34,125,240,183,35,87,172,87,229,227,147,227,140,198,20,107,24,230,97,233,242,78,86,156,172,219,22,60,
|
||||
248,8,102,228,151,237,3,250,216,208,181,115,62,191,216,118,57,198,196,143,150,206,102,102,64,33,143,46,204,10,245,48,212,83,63,80,65,57,254,62,59,204,221,125,201,10,219,221,129,43,28,210,8,13,16,141,216,244,100,18,123,158,204,208,11,54,7,3,111,25,122,254,192,10,87,46,216,254,223,248,135,147,3,70,59,93,103,25,87,181,49,27,132,1,209,167,202,148,231,164,62,219,47,93,6,231,57,45,39,24,255,40,252,183,103,105,216,77,155,242,46,203,79,94,250,6,91,192,93,221,181,230,52,183,109,191,223,191,172,44,22,94,64,151,252,204,124,0,62,43,151,219,27,11,46,111,122,210,45,179,240,250,179,171,214,155,217,94,166,13,155,111,186,132,1,5,208,94,95,13,203,104,25,116,139,209,161,247,37,213,191,193,32,67,217,61,215,46,49,53,48,30,215,233,125,111,119,67,165,119,217,190,131,124,35,206,17,155,56,71,1,169,39,148,204,28,113,151,52,166,57,91,55,32,174,151,91,112,191,90,250,189,192,128,205,221,13,250,199,213,100,75,76,239,199,46,
|
||||
74,71,105,81,238,219,74,142,224,11,14,152,189,217,80,112,163,250,45,62,245,42,45,118,227,118,181,52,231,227,211,93,132,68,60,233,232,182,103,16,195,249,122,177,160,228,220,13,124,151,141,131,179,180,170,10,146,13,82,94,118,15,34,51,116,227,236,75,151,163,241,163,189,95,119,54,62,217,109,64,171,117,182,68,7,107,26,146,20,27,81,151,181,151,217,172,118,108,149,150,56,84,213,211,174,69,167,95,41,27,236,108,179,31,206,28,181,149,136,221,239,227,246,113,235,97,251,104,89,154,131,72,118,211,249,143,233,157,93,144,238,29,116,121,60,185,24,249,20,183,122,214,176,247,191,170,30,46,31,142,189,40,254,218,180,57,163,45,8,160,55,79,54,182,167,46,188,138,211,26,232,119,227,99,186,226,127,38,225,25,80,120,19,160,137,121,120,106,181,155,224,102,233,238,143,110,44,109,47,36,110,71,91,226,231,71,181,87,12,236,186,8,215,188,128,224,56,197,33,5,36,95,153,41,91,218,197,178,192,167,125,162,174,207,178,88,111,58,75,123,166,63,199,62,110,177,
|
||||
47,56,159,253,48,177,128,36,45,138,217,15,108,186,29,45,91,110,137,134,185,78,107,180,121,255,6,139,26,90,197,92,150,249,51,89,182,153,163,108,123,64,163,2,14,250,172,43,202,59,243,245,23,139,241,35,48,232,109,105,53,199,158,71,231,23,251,82,94,144,117,179,217,146,189,252,129,253,52,232,104,23,246,69,26,114,131,131,65,253,76,82,159,90,111,166,98,67,0,224,222,120,129,40,215,20,150,134,160,241,206,225,8,179,91,67,228,76,221,9,252,85,58,103,13,118,184,231,135,45,58,230,153,122,118,72,229,50,188,114,218,78,219,11,227,171,35,50,236,78,82,228,233,123,109,127,164,231,220,97,180,154,187,210,179,115,97,59,171,122,159,62,184,53,206,19,182,89,152,114,199,68,191,117,190,130,193,243,48,104,247,47,182,89,83,91,219,117,110,157,63,47,79,217,200,159,122,137,181,40,10,34,186,222,156,40,215,85,151,227,15,151,208,95,91,228,126,32,154,239,22,147,38,201,58,39,29,108,31,72,221,215,47,176,218,203,13,11,21,91,87,121,74,189,128,151,
|
||||
179,209,104,118,136,99,125,63,232,178,160,221,11,71,21,127,60,252,101,147,241,19,91,78,255,91,80,116,217,85,197,26,234,117,84,124,83,3,134,203,115,163,168,47,95,177,153,127,19,131,239,131,132,175,172,255,189,90,60,91,79,71,59,226,112,50,127,197,168,202,106,243,204,42,238,43,254,218,250,114,241,93,82,162,175,163,87,12,154,63,10,188,223,203,103,70,178,143,247,167,228,21,163,111,3,246,249,121,12,254,90,82,167,22,156,124,102,178,171,93,246,101,95,61,57,36,6,155,95,114,248,78,209,81,48,91,218,59,208,113,251,118,215,12,182,43,207,111,24,200,206,82,236,45,133,115,183,180,251,80,223,109,121,67,170,180,217,182,210,57,141,67,250,189,11,58,121,147,45,9,7,137,150,23,78,26,91,18,129,27,87,20,238,158,220,93,255,179,117,149,205,102,131,217,209,236,8,243,113,111,230,179,163,251,251,251,217,209,246,5,244,29,196,197,213,144,210,98,246,198,148,179,195,117,243,79,200,65,107,166,253,233,244,63,92,47,58,38,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue