userConnacancel
reposboxcancel

855 Commits over 1,157 Days - 0.03cph!

1 Year Ago
Move game specific events to GameEvents, keep Event.Hotload and Event.Debug.Overlay, mark others obsolete (#993)
1 Year Ago
Move game specific events to GameEvents, keep Event.Hotload and Event.Debug.Overlay, mark others obsolete
1 Year Ago
Use full name when getting attribute so dont process this for some other random attribute with the same name
1 Year Ago
Use an error id thats not used
1 Year Ago
Nicer error
1 Year Ago
Initial commit
1 Year Ago
Fix System.Collections.Concurrent not being supported
1 Year Ago
Fix mimic bots not copying player's action inputs Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Compile shaders for a project after importing it Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Add Sandbox.Internal.GlobalGameNamespace to global namespaces for csproj for libraries Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Library minimal project sets HasAssets to true by default + expose these options during project creation for libraries (let libs contain assets) Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Tidy up and add comment
1 Year Ago
Throw error when [ClientRpc] is added to invalid methods (not an Entity type, or EntityComponent type, or static method) Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Allow any Entity type to be a [ClientInput] Merge branch 'master' of sbox
1 Year Ago
WIP: ShaderGraph Comments (#907) * WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 * Add select color choices for comments * Add description field too for tooltips * Jiggle position and reset each update to force a redraw and update hitbox (temp) * Snap to grid on resize * Let static RPCs be nested in other static classes * WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 * Add select color choices for comments * Add description field too for tooltips * Jiggle position and reset each update to force a redraw and update hitbox (temp) * Snap to grid on resize * Call PrepareGeometryChange when resizing * Hide Comment Node, add seperate Add Comment option always on top * Update colors + add new one * Show description inside the box * Selecting a comment normally will automatically select any nodes inside of its bounds * Better selection handling for nodes inside * Added layla's resize stuff + KISS approach to selecting children. click the box selects whats inside. * Comments take priority for Property display * Deselect current nodes when pressing on comment if not already selected * Use LeftMouseButton instead coz it exists and it's nicer * Always keep inner nodes selected (check last mouse down) * Remove drag indicator from comment as not needed now * Comment UI tooltip updates when title/desc changed * When dragging a comment node on top of another comment node, alter its z index so its on top of that one * Greatly increase the max comment node size * Fix layering * Better layer system + normalize layers * Can just drag a comment node to select and drag its contents too. Double click a comment node to select only the node itself
1 Year Ago
When finding dependant assets always search the same path first before any other Fixes a case where the assetsystem would get confused and infinitely recompile an asset if it had a dependancy across 2 addons, e.g: dm98's dm_crowbar.vmdl depends on crowbar01.fbx which exists in: 1. addons/citizen/models/citizen_props/crowbar01.fbx 2. addons/dm98/models/citizen_props/crowbar01.fbx Now it'll always favour 2 because it's in the same addon Group Proxy preview updates when editing Transforms in the property sheet sboxgame/issues/issues/2990 Include assembly name in type identity calculation Fixes a rare issue when there are multiple types with same full name. sboxgame/issues/issues/2939 New Hair! - Big Scruffy Beard https://files.facepunch.com/daniel/1b2911b1/sbox-dev_MvCKICBk1H.jpg Quick fix to Monobrow grey .clothing file profile picture Fixed game window drag'n'drop being an error with multiple files sboxgame/issues/issues/3017 Mark some of our base libraries without HasAssets, hide them in asset browser - I'm not too sure about including base just yet Fixed project templates listview getting cut off https://files.facepunch.com/devultj/1b3011b1/HVoY9GSNkU.png Give menu addon an asset path again Fix loading addons in tools registering their events + cleanup Hammer package integration USP Match Pistol art pass for the USP pistol includes viewmodel and worldmodel meshes https://files.facepunch.com/rickgreeve/Vs3XVgXn2y.jpg USP fixes normal error fixed bodygroup setup improvements Tools always load local packages on active Rubikon: Ray cast optimizations against meshes from Dirk Make asset browser custom asset types refresh on tool compiles again EditorModelAttribute: strip _c from path Remove SFM/Dota/Etc stuff from rendering pipeline (#904) * Initialize lightShades so we don't get undefined behaviour when summing them, should still be mostly stubbed out by the compiler anyway if shadingmodel doesn't use it * Delete all code, shaders and dependencies from other rendering pipelines * Rewrite visualize_physics without deferred and deprecated stuff, also fix a bug with depth sorting * Fix references to old pipelines on remainder of shaders * Fix debug_sunshadow, update all_shaders list and delete compiled shaders for stuff we don't use anymore * Remove HSL Grain and old Volumetrics from SFM, note that SFM lights already cast volumetrics in our pipeline without that * Fix crash on moviedoc on maps with volumetrics * Revert deletion of debug_sunshadow_vis.vmat * Put RecoverWorldPosFromProjectedDepthAndRay on shared code Remove Panel.SetNeedsFinalLayout Remove PanelStyle.sortedRules, no need to reverse AllStyleSheets Build style rules in parallel (prevent ui hitching) HashSet benchmarks Unit test fixes Fix not updating layout on screen scale changes Adjust VS project names for built-in editor addons Move tools.package.loaded event to ToolsDll Fixed obsolete warning adding concrete material variation Merge branch 'master' of sbox Prevent game crashes when overflowing string tables Add tooltips to sound preview buttons Added failing test reproducing #929 Stricter test for #929 Fixed #929 Fixed IServerDll hotload not being able to resolve package assemblies Fixed ReflectionExtensions.ResolveType Used to not respect the assembly load context of the target module Merge branch 'master' of sbox Sandbox.UI.Panel documentation Merge branch 'master' into sgraph-comments Fix layering Better layer system + normalize layers Can just drag a comment node to select and drag its contents too. Double click a comment node to select only the node itself
1 Year Ago
Greatly increase the max comment node size
1 Year Ago
When dragging a comment node on top of another comment node, alter its z index so its on top of that one
1 Year Ago
Recompile all materials again Apparently they had old CRCs? Scenes rendered from Sandbox.Tools apply an SVF_TOOL_VIEW flag, primarily this will stop stereo rendering on it material/prefab updates Package cleanup (#887) Added singleton PackageManager which handles all package downloading, installing. LocalProjects are self compiling and their assemblies are used to mock a Package. beer bottle changed from mesh phys to capsule and cylinder Merge branch 'master' of sbox Fix download speed Fix startup error when no ContentPath Wrap initial package loading in a try get and noisily ignore load errors instead of bootstrap init false When loading a tool package, load toolbase too Fix swapchain assert when closing editor window Fix typo in material compiler where it'd keep upgrading materials, provide some feedback too MET standardize shader to shader_c Recompile the rest of the materials that were using legacy paths before (hopefully this is all of them now) Hammer: Max lightmap resolution 8k as 16k is impractical and never worked Hammer: Fix entities from remote packages by using new PackageManager API Fix crashes/weirdness when extruding subdivided faces in Hammer sboxgame/issues/issues/2987 Report and skip when failed to install a local package Fix exception when reporting exception in event.run Give a warning when hotloading asset but couldn't load json adding concrete hotspot mat/texture, updating bricks texture for tiling continuity Merge branch 'master' of sbox Merge branch 'master' into sgraph-comments
1 Year Ago
WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 Add select color choices for comments Add description field too for tooltips Jiggle position and reset each update to force a redraw and update hitbox (temp) Snap to grid on resize Call PrepareGeometryChange when resizing Hide Comment Node, add seperate Add Comment option always on top WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 Add select color choices for comments Add description field too for tooltips Jiggle position and reset each update to force a redraw and update hitbox (temp) Snap to grid on resize Update colors + add new one Show description inside the box Selecting a comment normally will automatically select any nodes inside of its bounds Better selection handling for nodes inside Added layla's resize stuff + KISS approach to selecting children. click the box selects whats inside. Comments take priority for Property display Deselect current nodes when pressing on comment if not already selected Use LeftMouseButton instead coz it exists and it's nicer Always keep inner nodes selected (check last mouse down) Remove drag indicator from comment as not needed now Comment UI tooltip updates when title/desc changed
1 Year Ago
Comment UI tooltip updates when title/desc changed
1 Year Ago
WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 Add select color choices for comments Add description field too for tooltips Jiggle position and reset each update to force a redraw and update hitbox (temp) Snap to grid on resize Let static RPCs be nested in other static classes WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4 Add select color choices for comments Add description field too for tooltips Jiggle position and reset each update to force a redraw and update hitbox (temp) Snap to grid on resize Call PrepareGeometryChange when resizing Hide Comment Node, add seperate Add Comment option always on top Merge branch 'sgraph-comments' of github.com:Facepunch/sbox into sgraph-comments Update colors + add new one Show description inside the box Selecting a comment normally will automatically select any nodes inside of its bounds Better selection handling for nodes inside Added layla's resize stuff + KISS approach to selecting children. click the box selects whats inside. Comments take priority for Property display Deselect current nodes when pressing on comment if not already selected Use LeftMouseButton instead coz it exists and it's nicer Always keep inner nodes selected (check last mouse down) Remove drag indicator from comment as not needed now Comment UI tooltip updates when title/desc changed
1 Year Ago
Remove drag indicator from comment as not needed now
1 Year Ago
Always keep inner nodes selected (check last mouse down)
1 Year Ago
Use LeftMouseButton instead coz it exists and it's nicer
1 Year Ago
Deselect current nodes when pressing on comment if not already selected
1 Year Ago
Better selection handling for nodes inside Added layla's resize stuff + KISS approach to selecting children. click the box selects whats inside. Comments take priority for Property display
1 Year Ago
Update colors + add new one Show description inside the box Selecting a comment normally will automatically select any nodes inside of its bounds
1 Year Ago
▊▍█▉▄▋█▇▆▊▉: ▇▄█▆▄ ▉██▇▌▉▅ ▇▊▊▅█ ▊▋▋█ ▆█▊▄▆://▉▆▄▅█.▋▄▆▋▋▄▅▊▄.▅▊▄/▉▅▌▄▍/█▊▄▋▉▍▄▄/▊▌▅▌-▍▆▇_▅▇▌▄▄▌▌▄▆▍.▊▊▌ ▆▌▉▆▅▊▋▇▅▋▆: ▅▆▋ ▅▆▄▋▄ ▌▇▍▅▆ ▋▍▄▊ ▊▋▋▌▇▅ ▌▋▇▍ ▋▇ ▉▄▍▊▊▌▌▅ ▋▌▆▅▉▋█▆▋▆█: ▆▉▅ ▋█▍ ▇▌▄▌ ▇▍▄▄▊ ▇▇ ▍▉▊▌ ▅▍▌ ▌█▉▆ ▉▋▉▄▄██▌▇, ▆▉▊▆▄▋ ▆▇▌▆ ▅▌█▅▇ ▅▊▉ ▅▉▆ ▍▍ ▇▄▇/▇▆ ▇▌▊▊ ▌▍▄▇▌▇▌▇▋▉▍▆█▇▅▉▆▌█▌▇▇▄▇▊▇▆▊▇▍ ▍▍▊█▄█▅ ▍▇▆▋▋▌▋▍▊▍▊▅▌▍▉ █▋▇█▍▊▋█▅▆▍ ▋▉▍▊▍▇▋█▇, █▆▅▉ ▉▇█▍▇ ▉█▉▍█ ▉▌ ▅▉▉█ ▅▌ ▅▉▋ ▄▅▍▄ ▍▇█ ▇▊▄▆▉▋▍ ▉▆▌▅▉ 😵‍💫 ▋█▋▄█▋▋▋▆▍▅: ▊▄▊▋█ ▅█▍█▅▄ ▅▇ █▇▇ █▉▍▅▇▋ ▉▋▇▇ ▄▉▆▆▊▆███ ▅▌▍▉▇▌▌ ▊█▊▆▇▊ ▄█▇ ▅▆▋▌▌▉ ▌█ ▄▄▌▋▆▉▋ ▋▍▄▅██▄ ▉▇▉▄▅▅▅▍██ ▋▌█▍▊://▊▉▊▍▉.▉▇▍▅█▌▌▉█.▉▌▍/▌▅▋/█▇▋▇▋▇▄▊/▇▍▇▄▌▄%▆▉-%▉▉%▍▉▆▇▇▊_▆▆▉▉▌▊▌▄_▇▆▆▇.▋▆▅▆%█▊_%▊▆%▅▌▄█▅▄-▇█-▍▊%█▄▍▅-▅▉-▋▉.▋▋▄ ▆▊▉▋▍ ▋▇▇▊▅▉ ▋▅█▇ ▅▅▇▋ ▆█ ▄▋▌▆▇ ▊▄▊▉▌▍▌ ▅▌▅ █▊▆▇▍▅▆ ▉▌▆▌▋▋█ ▉▆▍█▊▅ ▍▋▉ ▊▅▆▋▅▇▊▌▍▉▅▊█▄ (█▇▇▌▆) ▍▍█▌▇▅▍ ▉▍ █▉▊▆▊▅▊▆ ▋▇▄ ▆▅█▍▅▉▋▅▆▉ ▅▇▇▋▌▉▅▆ ▍▉ ▆▌▊█▇▌▍▍▇█▅▊▍ ▋▍▋▉ (▉▋ ▋█▌▆█▇ ▆▇▉▌▉ █▄▋▌▌██▍ ▉▇▊▋ ▋▌▇█ █▊▋ ▄▄▉▉▆▄█▉) ▆▅▅▉_▇▅▌▍▅▌: ▄▍▉▆▉▄ ▇▄▊▄/█▅ ▌▌▊▌▌ █▍▉▉, ▋▇▌▆▌▇▋▆ ▊▍▌▅▊▇▋▅▋▉▉ ▅▅█ ▇▄▅▇ ▇▌▉▇▇▄▊▇ ▆▉▋▄▋▊▊▌▄▅▊▍: ▅█▍▊▄▍▇██▇▄▌▄ ▉▍▌ ▊▇▊▌▉ ▇▅▅█▋▌▌█▇▇ ▆█▆▅▍▍ ▍▆▇▊▆ ▌▍▉▍ ▍▅▊▋▅▋█▋▇▌▇▋_▆▇▅█▍▅▍▋▇▌▇▄▍▋() ▄▆▅▇█▅▊ ▉▋ ▊▆▋▅_▊▋▊▌▆▊▅▋▍▅▅▇▋▍(), ▋▉▅▌ ▊▋▇▊▆▉ ▄▇▅▄▊▉▉▆ ▅▍▆-▍▊▍▄█▋▄▄▄ ▄▍▋▆▍▍▊ ▋▉▍▌▄▉▄ ▋▍ █▅▄▇ ▊▌▅▋▋▋ ▍▅▋ ▅▄▇▉▅▉▄▊▍▅▋▍▋▊▅▅▆█▉▆▅▍ ▊▍ ▋█ ▅▌▍█'▅ ▄█▄▇ ▍████ ▋▆▉▍▇█ ▌▅▄'▊ █▇▇▍▉▆ ▇▇▌▊█▆ ▊█ ▍▋█▋ ▇ ▅▊▋▄▄▉▍█ ▊▊▆ ▉▍▋▇▄▌'▊ ▉█▅, ▉▅▊▋ ▄█▉▄▄▊ ▍▅▌ ▌▍▋▆▇, █▊▋▋▊▊ ▅▉ ▉▇ █▅▄▌▆▅▉ ▉▅▇▄▄▇▇ ▉▄▆█ ▄▍▇▇▉▇▅ ▋▇▌█ ▄▊█▍▆▊▍▉▅▌ ▋▆█▉▍▆▇ ▇█▅▉▇ ▊▉▉▍ ▅▉▋▊▉▋ ▋▄▅▋▉ ▅▄▋ ▊▉▅ + ▉▇▊▌▋▊ (▄▌█ ▍▊ ▍▊▍▍ ▇▇██▌█) ▇▍█ ██▆▋ ▅▇▊█▄ ▆▅▆ ▍▄▇▌ ▊▌▅▌▅▄█▋▊▌ ▋▆▆▋▊▆▇▅█▇▇ ▇▊▄▇▅▍█ ▋▋▇▆ ▄▉▅ ▊▆▄▇▇▍ █▄ ▇▊ ▇▆▆'▉ ▌▌▋▊ ▄█ ▇▅▄▉▍▅▄ ▄▍██▅▋▊ ▄▄▆▋▄ █▍▆▇ █▍▍▊'▍ ▌▌▉▊▄▄ ▋▉▅ ▉█▆ ▍█▅▍▆▅█▊█▌▉ ▄▉▊▉▄▋▊▉▍ █▄▅ ▄▌▋▅▋, ▌▉▌▋ ▇▌▉█ ▅█▆▋ █▄█▄▇▉▅▇ █▊▋▉▍█ ▋▌▇▅ ▄█▄▋▋▌▄▌▊▋ ▅▄▍▇█▌▉ █▉▅▊▆▊ ▋▆▅▌▇▋▌ ▅▊ ▅▍█▌ ▋▋▆▉ ▄▉▌█ ▆█ ▋▇▅▅▍▆▆ ▆█▋ ▋▆▉▊▄▊▄▋▉█▌ ▍▍▊▅▋▆▍▄▅ █▆ ▉▌'██ ▆▊ ▍▌ █▍▉▊, ▄█▅▉▉▇ ▉▄▌▋_▉▋██▍▅▍ ▆▅▇▇█▊ ▊▅▊█▇▌ ▋▄▍█▆▉▊▉▋█▋▊▇█▋▇▋▍▋▊▋▍▅▌▅▇▊ ▋██▍▍ ▅▆ ▄▋▉▇▆▍▇ ▉▆▌▇▋ ▄▍▍▇█▊▊ ▋▅▌▌▅▆ ▍▍▌▄▆▉▌ █▄▇▍ ▋▇▋ ▌▆▅▊ ▇██▇▊▌▅ ▄▆ ▆▇▅▆▍ █▄▆▄▉▉▍ ▆▉▆▍ ▉▍▊▄▌ ▌█▍ ▅█ ▊▋▊▇▄▍▆▆▉▅▍▅▄.▆▇█▋▋▊▊▄() ▌▅▇ ▄▌ █▍██▍▅▄█▌ ▇▊ ▊▉▉ ▋▄▄▅ ▍█▍█▋ ▇▄▊▆ ▉▇% ▋▉ ▆▆▅▉▆ ▌▅▅▋▅▉▇, ▍▌▄ >▆▅▍▄▌ ▄▇▉ ▍▍▆▄▇▆ ▍▉▅▄▋█ █▇▍█▅▌ ▍▆ ▇▇▄▋▉▍█▅▉ ▆▍▉▌▋▆ ▊▄▋▌ (▌▌▉█▇▆█ ▊▌▅█) ▌▍▄ ▅▆▉ ▌▉▉▇▌▋▍▌▅ ▅▉▊▅ ▇▇▇▄▄ ▇▋'▍▋ █▅ ▆▉ ▄▄▇ ▍▉▊█▋▋▉ ▆█▄▅ ▊▊▆'▅ ▌▍▋▋ ▅▉▍▍▋ ▉▉▄ ▄▇▄▇▊▌█▅ ▊▌ ▆█▉▌▄▉, ▄▆▅ ▆▉▆▆▆▋▆ ▍▌▄▉▍▍▅▊█▌ █▋█ ▋▆ ▅▉ ▍▋▇▆▆ █▇▍▉█ ▆▉▋▅▋ ▉█▌▉▄▄▍ ▇▆▌█▅▅ ▇▌▇▄█▋▇ ▉█▄▋█▊▊█▉▌▅: ▊▋▊ ▅▍▍▋▄█▄█▄▇▌▆▆ ▉▊▄▆ ▅▄▋ ▆▄█▅▄█▇▉▋ █▋▋██▅▌█ ▇█▆▇ ▄█▊ ▍▆█▅ ▋ █▊▍▊ ▍█ ▄▉▋ ▊▉▅█▊▊▉ ▄▋▌▇ ▌▊▍▋▋█▅ ▊▋▆▌▍▆ ▋▇▌▌▅█▍ ▅▇▊▊▌ ▅▌▇▋ ▄▌█▊▋'▍ ▋▋ ▅▌█▇▇ ▋▉▌: ▉▌▊ ▇▌▋▍▇ ▌▆▉▄ ▆▍▊▊▋▌▋▇▇ ▇█▌▉ ▅▊▇▍ ▉▋▉▄ ▌▆'▆▅ ▄▍▇▍▄▋▉ ▇▋█▆▆▌▊█ ▄▅█▆▇▌▌▊▅ ▊█ ▆█▍▍▇▋▇█▋▍█ █▆▊▍█▋▊█▄ ▄▍▆▉▍▇ ▄▍▇▅ ▇▅ ▇▊█▄█▋▄ ▉▌█▍▉▉▋▅, ▉▇▇▄ ▄▋▉▇ ▇▅█▄▄ ▋█▄▉ (#▉▆▅) * ▊▆▌▄▄▉ ▌▅▊▄ ▋▍ ▆▅█▉▄▅▆ █▋▇▄▍▄▊▄ ▋█▇▇▍▇▉▉▇▉ ▆▄█▌▇ ▊▇██▌ ▌▆▌▄█ ▇▋▇▆ * ▅▍▄▇ █▅▊▇ ▊▋▊ ▊▉▄▄▋ ▅▋▊█ ▊▋ █▉▋▆▉▊▇ ▍▊▉▆▇▆▉▆ ▊▄▋▊▇▊▊▋▆▆ ▅▌▆▇ ▉▅▍▊ ▇██▉ ▆▉▄ ▄▋▅▅ █▆▌█▉█ ▋▍▌▆▅ ▌▌▉▍ ▇▋▄▊▄█▇▊▌▄▋▄▋▅ ▉▇▌▉'▊ ▌▍▇█ ▊▌▌ ▅▄▇▅▊▊▄▇▆▇▍▄▄▋▅ ( ▊▄▇ ▌█▄▌, ▆▍▆ ▆▆▋, ▍▄▇▇ ▌▆▆▆▇ ▊█▄▄▇▌▆, ▇▌█▌▊▇▆▄▌▇ ) ▋▇▌ █▍██▆▇▆▍▊ ▆▌ █▍▇▇▍▌█▊ ▄▄▉█▋▇▄ ▊▋▆▉█, █▍▇▌ ▋▄▉▋▍ ▊▆▋▉▊█▋▄▍ ▅▄ ▍▄▇▌▌ █▊▅▅▋█▋▄▋█▉▉█▉ ▍▆▊ ▋▇▋▋▍▅ ▌▇▉▋▅▉▉ ▇▊▉▍▆://▇█▊▆▅.▉▋▋▅▍▆▉█▆.▋▇▇/▍▄▅/▉▉▆▌▅▋▊▉/▆▄▌▍█▆%▉▋-%▄▉%▆▆▄▅▍▍▅▄▇▌_▋.▆▍▋█%▌▋_%▋▅%▋▄▇▌▅▉-▄▄-▆▄%▅▊▄▆-▌▊-▋▄.█▉▇ ▋▅█▋▋▄ ▅_▅█▊ ▉▋▊ ▆█▍▇ ▌▊▌ ▍▌▍▅ ▆▋▍▅▅▋ ▋▇▆▌ ▄▍▍▅█▉ ▍▌▋, █▉▌ ▇▄█▊ █▆▌▋ ▇▌▆▆▉▄▄ ▍▄▋▍▆▉ ▌▅▉▍▆ █▄▌▄▅█ '▉▇▇▍▋█' ▇█ ▉██▅ ▋▋▉ ▇█▍▌▍▉ ▇▆▉▌ ▌▋ ▅▌▋▌▇▋ ▋▊ ▆▊▅▆▊ ██▋▅▇▍ ▌▆▊▄▊▍▆ (▅▍▆▄▌▄▌ ▊▅▊▋▊▅ █▄▄▇ ▊▇▋▅) ▉▅▊▅▅▌▄ ██▋▅▍▄▊ / ▋█▅▌▅█▍ ▆▋▍█ ▆▉ ▌▆▇▇▆▅ ▄▊▌▊▍ ▊▅▌▆ ▋▍▊▊▄▌ ▆▊▆ ▌▆▆▆ ▆▇▊▊▍ ▇▆▆▅▇▌ ▋▍▄ ▌▋▆▆▍ ▊▋▉▋ ▇▋▅ ▋▉▊▄ ▉▄ ▍▌▇█▍▆▋▌▊ ▄▉▉▌▍ ▄▌█▌▄▊ '▆▊▉▊▊▇' ▍▋ ▊▊▉▄ ▌▋▌▅▊▇▌ ▄█▅▍▊▄▅█▌▄▌.▅▋▄ ▍▌▆▇ ▋ ▌▊▆▍▅▍██ ▋▄▅▍▅▄▄ ▍▅ ▄▊▌ ▊█▌▄▋▋ (#▉▌▄) ▌▍▉ ▌▍▉▅▋ ▉▍▄▆▉▇ █▋▅ ▊▅▋▄ ▋▋▉ █▅█▌▆▅█ ▇▊█ ▍▅▉▄▆/█▌▆▉ ▄▊▊▄ ▄█ ▇▊▄█▄▍▄▅ ▄█▌▅▇://▉.█▉▋▉▅.█▇▅/▄▇▊▌▌▆▊.▍▋▄▇ █▌ ▉▇▍▉▉▌▍ ▉▊█▇▉ ▋▅▉ ▍▄▍▊ ▄▆▉▊ ▋▆▄▌▉▄▊▋▋ ▍▊▌ ▅▋▄▊▊ █▊▇▍▆▇▅ ▅▅▄▊ ▅▋▇▊ ▍▋▅▇ █▄▇ ▉▄▋▉ ▊▅▆▇▅▄▆▍ ▊▉▅▋█ ▍▍▋█▍▍▊▄▉▍▌█ ▉▋▅▊ ▄▅▇ ▅▋▊▄▌▋▍▊ ▌▋▋▄▌▍▋▇█ ▆▍▉▄ ▄▉▄▅█▍▉ ▆▅ ▇▉█▌▉▋▆▍ ▌▊▄ ▆▋▆ ▌▌ ▄█▌▇▋▇▄▉▇▄▅ ▊▌█▋▇▇▋▇▅ ▊▄█▍▅ ▉█▇█▋▇▆▅▆▇█ ▋▍▇▄▉▌██ ▊▊▄█▌▋▌▄ ▌▋▆▄▍▍▅ ▆▍ ▋▅▉▋▌█▊▄ ▇▉█▇▇▉▋ ▉▄▇ ▉█▍█▊ ▌▆██▍▇█▌▋▅▅▌▋ ▍▊ ▋▆██-▉▅█▋▉▅▉ █▍▉▊ ▋▍▆█▊▉█▍ ▊▊▌▋▊ ▅▆ ▋▄▊▇ ▉▆▄█▌://▉██▌▆.█▌▉▆▄█▅▉▆.▆▄▇/▆▋▌▋█/▋▊▇█▉▌▊▄/▇▋█▇▍▆▄▉▊_▆▋▇▉▊▋▄▅▋█.▆▆▄ ▆▊▅▄▊▌▉ ▌▌▄▌▅▊ ▊▋▆▇▍▄▋▉ █▄█▍▅▌▆ ▆▋█▇▌▇█▌ ▆▌▉ ▅▍▌▇▋ █▇▍▄ ▇▍██ ▆██▌▉ ▊▅█▍▆▉ ▄▊, ▉▇▇▅ ▌▄█▇▌▋ ▋▄▇▄▉▆ ▌▍ ▇▇▍▅▇ ▍▊▆ ▉▊▅▆▋ ▆▇▄ ▍▍ ▉▌█▌▍▄█▊▊▋ ▅▊▉▆▅ ▇▅▊▊▇▍█▉ ▉█▌ ▆▊▄▉▋▇▄▊ ▊▍▉██▍ ▋▋▆▌▅▌▄▌▄ █▄▊█ ▉▍ ▅▇▌▇▅▋▋▊▅ ▄▌▉▍▉ ▅▌▊▆▊▊ ▆▅▊█▊▋█▉▊ █▅ ▌▉ ▊▉▊▊▄▇ ▅▍▅▅ ▌▆▆▅▇▍ ▉▇█▋▌▋▍▊ ▇▋█▇▆://▍▊▍▄▄.▆▍█▅▉▌▉▋▅.▄▌▆/▇▉▄▊▄/▄▋▄▊▍▊▄▆/▇▍▋▋-▅▉▍_▆▆▌▇██▋▉▆▅.▊▌▌ ▅▇▌▇▉▍ ▉▅▍█▇▇▇ ▍▆▍▌ ▄▍▉ ▌▍▅ ▋▋▆ ▊▆▅▌▉▆▋▆▄▍▅ █▅▆▍▋▆▌█▄ ▄▉▉▉▇ .▄▋▇▍▆▅ ▅▉▇ ▇▆▍▄ ▌▄▉▅▌▆▌▇ ▍▊▉ ▄▊▇▆▊▅▅▋▉██ ▉█▆▌▋▄▌▋▍▋ ▋▆▍▇▉ ▍▊▇▋ ▍▅▄▋▌ ▉▌▌▌▆▅█▇▊█▉▄▌▄█▋▉▅▋<▋> ▇██▌▅▆ ██▌█▆▉▊ █▆ ▍▅▍▉▋▆▇ ▉█▌█▄ ▉▌▍█ ▄▆▄▉▅▇▄▋▍ ▋▄▉▅▆ ▄▇█▌▉▊ ▉▉▄▉▍▌▄▍ ▊▆▍▊▌▄▅▆ ▊▌▄ ▉▄▆▉▄ ▆ ▌█▆▌▄ ▉▋▇▇▌█ ▆█▊▆▇://▅▄▋▋█.▋▄▄▋▋▉▋▍▊.▇▍▍/▇▅▇▋▅/▊▊▅▆▉▆▋▍/▅▆▌▆▍▆▌▆▋▄.█▅▄ ▇▄▄▇▊▉█▆▅▉▍ ▉▍█▅▊▅▆ ▌▇▋▉▇ ▍▋▋▅▅▋ ▉▄▍▊ ▄▆▉▅ ▌▌▋▆▊▍▊ ▌▊▍▋▊ ▊▉▌ ▉▌▇▋ ▊▄▊▍▇▇ ▉▉ ▉▍▍▍▅ ▉█▇▇▅▄▄ ▉▊▄▄▋▇▉▅ ▄▅▇▋ ▋▉▍ ▅▅▌▇ ▍▅█▅ ▍▊▍▊▄▅▆: ██▋▆▅▍▄ ▊▅▍▌█▉▇▊ & ▆▆▉▊▇ ▅█▋▅▍▅▉ ▅▇ ▌▋█ ▍▋▊ "▍▍██▍▄▉▊▇▅▊▌▌" ▆█▊▄█ ▌▅▄▊ ▊▆ ▍█▍ ▆▇▆▇█▋ ▊▋▆ + ▋▅▊▆▉▋█▄ ▆▇▋▌▍▅▊▄▅ ▊▊ ▆▇▅█▉▅▇▆▄▋ ▆▄▅▉▅▍▍▋▉▉▆ ▆▉▄▊ ▋▄▇▆▊▇▇ ▅▍█▍▊▊▄▅ ▆█▇ ▇▄▆ ▉▆▋▆▊ ▆▉▄█▄▋ ▅▌▌▄ ▍▄█▇▌▍▆▅▆ ▆▇▋ █▇▋▌▆▍█▅▌▊, ▄▍▅▋▄▉▇▆█▋ ▅▄▇█ ▌▍▆▆▆ ▅▉▍ ▇█▅▋▊▅_▉▅█▊▆ ▇▍▉▆▄▍▊, ▋▄▋ ▉▉▇▍ ▆▍▆▋▅▍▋ ▅▅▉▊▊ ▆▌▅▊▇ ▇█▌▄▉, ▇▋▅▇▉ ▇▉▅▌ ▍▌▋█▆▆ ▇▇ ▋█ ▅▋ ▍▉█▊▌▉▇█ ▅▄█▍▊▊. **▉▊▋▇▇▊▄▊▋:** ▋██▍ ▇▍▄▋▇'▌ "▌▇▅▊▋" ▋▌▅ ▊▋▌▇▋, ▋▉▋▋▉█▅ ▉▋▇ ▌▊▅ █▉▄▉▅ ▇▅▅▌▆ █▍▄ ▉▉█▇▍ ▍█▋▊▇▊▆█▆▆▆ (▄▄▇▍▊▇▆▅▅▉ "█▅▊▌▇", ▇▋▉ "▍▉▄▇▇▌" & "▆█▋▅█▇"). ▊▅ ▍▍▌▆▄ ▄█ ▆ ▇▇▆▇ █▆ ▄▌▄▆█▍▇▊▅ ▋▊█▋▅ ▉▄ "▋▋▍▇▆▋▄▄▆▋▄▊▆▊▄▍█▄". ▇▍▅▅▌▊▋, ▆▋ ▄▊▊▇ ▆▋▇▊ ▉█▄▍ ▇▋▍ ▄▋▌ ▊██▊▊ ▍▊▌▉ ▌▊▍▆ ▊▄▍▍█▉▇▌. ▍▍▄ ▉▉█▄▍ ▆▅▄▅▌▄▌▆ █▍ ▊▊ █▅█ ▄▊▆█ ▍█▌▉█▇▄▋ ▉█▄▅▉ ▊▌▇. ▋▉ ▋█▉ ▅▋█ █▍▋ █▋█▄ ▍▇▄▄▉ & █▊▉▋▋▇▇▋▇▌, *▅▍▉* ▌▊ █▌ ▋▌▋▊ ▇▄▉▊▊▄▄ █▄▌▉▉▇▍▅, ▄▄▊ ▆▌▍ ▅▊▋▋▌▌ ▋ ▉▅▉▅▆▌ ▅▉▍▄ ▅▇▆▇▆ ▄▉█▆▍ (▉█▋▅ ▊▍▊▆█▋▌▋ ▅▆▌▍▆) █▆█▋▉ ▅▍▉▍▊▊▌▉ ▆▇▉ ▍▆▅ ███▇▆▍▄▅▆▇▅, ▍█▇ ▋▅▅▌ ▅▍▆▋ ▊▋▇ ▄▇▌▉▉▆ ▆▄▋█ ▌▍▍▆, ▌▉▍▋▅▋▊▅█▌. (▄▅▊▋ ▆▌▋▋ ▊▄▅▉ ▅▉▋▅ ▍▍▋'▌ ▌▅▆▊▆█▇ ▍█▄▊ ▌▍▄ █▇▉█▋▌▋▅ ▆▌▄▇▇▇/▄▄▋▋█▉▍, ▍▍▄ █▌ ▉▋▇▊ ▇▆ ▉▅▄█▉ █▅▌▄ ▋▌▇ ▉▍▄▍▍█▆ ▍█▇▅▉▇▉ ▄▍ ▇▄▌▊ ▉▌▋.) ▆▆▊▉▇ ▊▊█▆ ▄▊█▉ ▋▉ ▌ ▌██▌▆ ▍▉▄▍█▅█▄ ▍▆▌▋▅▌ ▊▆ ▍▌▇ ▋▌▌ ▉▋▅█ ▆▌ ▆▍▅▄ ▍▉▆▋ ▊▉ ▌█ ▆█ ▆▋▋▊ █▍ ▌▉▍▉▅▄▇▅. ▍▆▋▍ ▍▉▌▍▅▋ ▌▉▉▍▊▇▄ ▌▉█▉▌▍▉▄▇▍▊ ▍▊▍▌▆ ▅▋▇▋▍█ '▊▉▇▊▍▌' ▌▇ ▍▌▊▉ ▆▉▌▉▅▆▆: ▍▊▉▅▍▉▌ ▍▇█ "▅▇▉▅▇▌▌" ▆▅▄▋ ▅▍▄▌▇▄ ▊▇▇▊ ▉▄▉▍▌▄ █▇ ▄▅▍▉▌▋█ ▄█ ▌▋▄▆▍▆ ▉▋▊▉ ▇▊█ ▅▉▍ ▌▊▇▍▅▉▋ █▍▅▌▋▊▅▇ & ▇▇▊▋▊▇ ▇▉▋ ▄▅▅ ▉▅▊▊ ▍▇▉ (▄▅▅▄▇▇▍ ▉▆▌▇ ▋▅▉▅▍▇▌▇▍, ▊█▄▉ ▍▍▇▅-▆▇█▌ █▄▄▆ ▅▆▇ █▊▋▅▊▇ ▆▄▊█▅▇▋▉█▍) ▊▄▊▅▇▄▋/▆▍█▉▆▄█▍: ▋▄▉▍▆ "▌▆▇▅▊▌▊" ▋▄▍▊▇ ▄▅█▅▉ ▅▍ ▇▍█▆▆▌▍ ▄▆▉█▆▆▉/▅▄▇▋███▇: ▍▆▄▋▅ "▆▌▄▋▅▍▉" ▊▇▇▄▄ ▆▊▌█▆ ▊▊ █▋▍▄▄█ ▅▋█▍▍▆▅/▉▊▋▅▆▌▆▇: ▊▍▋▋▆ "▊▅▋▊▍▋▉" ▇▇█▇▌ ▍▆▄▆▅ ▊▇ ▅▌▉▊▍▊▆ (█▇▇▋▋▅▇ ▋▌▄▍ ▌▍▅▋ ▌▆▆ ▇▇ ▆▉▆▄▉ ▆▇ ▉█▅ ▉▋▄▋▇▅ ▄▉▊▆█▅ █▍▆▇ ▋▆ █▄ ▆▇▉▆▍▌▄▆ ▆▉▋▋▇▋█▅▋▆▌▉▋; ▋▉ ▅▌▅ ▅▆▋▆▉ ▅▅▇▌▅▅ ▋▌█▄▋'▇ ▅▉▊▋▋ ▉▄ ▉█ ▇▌▆▉▌ █▇ ▋▊▋█▍▄▉ ▊▍▌▇▍▍▇, ▇█▍▇ █▊'▅▇ █▋▊▊) ▄▌▆▅▆▇▋/▇▄▌▆▇▇▄▍: ▄▌▌▅▄ "▉▄▍█▆▅▇" ▋▆█▆▄ ▋▆▍▊▇ ▌▉ ▍▆▊▇▉▅▊, ▄▇▊▅▉▉, ▉▉▅ ▍▌▌▌▅ ▄▍▅▉▉▆▉/▄▅▆▋▍▇▅▌: ▍▋▇▇▊ "▅▍▅▅▍▊█" ▅▅▄▋█ ▄█▍▆█ ▋▍ ▌▄▍▆▇▇, ▉▆▇▋▆▆▉▉, ▅▍▄ ▌▄▊▍▌ █▍▄█▆▍▌▆▊█▍.▇█▉▆▋▋▋█▇▄█▌▌▆ ▍▌▉▍ ▇█▅▄▄▊ ▍▅▌▄▉▇ ▅▅▋ ▆▅ ▅▊▊▇▅▆▅, ▊▌▍▄▆ ▆▇▅▇▆ ▆▍▋▇█▍ ▇▉ ▌▋▌▍▌▇ ▄▉▅▌▆ ▌▊▆▅▄█▅ ▊▌▍▊ ▋█▄▌▌▌▉▋▊ ▋▇▋▇▉▇ ▊▍▊ ▍▋▄▉▍▉, ▊▄▌▋▍▆▆ █▊▅▍▇▍▍ █▆▄▇ ▅██ ▌▌▊▊▋ ▅▄▌▆▊▅ ▉█▆▌▍▋▌█ ▉▍▅ ▅▉▍▋▄▆▊▊ ▊▇█▄▋▅ ▆▅▅▄▅▉ █▉▌▌█▋▊▇ ▆▉ ▋▍ ▉▋▋▄▊ ▄▅▌▆▉▄▋ ▅█ █▊▋▊▋▇ ▇▇▊▊▋ ▅▆▇▉▇▇▅ ▊██▄█▆ █▄▍ ▇▇▌█▄▊ ▍▆▍▉▊▋ ▇▊▆▄▄ ▆█▋▌▆▌▅▌▅ ▊▄█▆▉▆▊, █▍▄ ▋▅▋█▇▄ ▉▌ ▋▇▆▌ ▆▍▇ ▍▍▇ ▄▄█▋▊▌ ▄'▍▌ ▋▍▇▅ ▍▊ ▅▆▌█▄ █▋ ▊▄█▉ ▌ ▌▋█▌▊▆ ▇▇▍▉ ▄▉▍█ ▇▆▋▌ ▇▆ ▇▆▄▋▉█▍▌ - ▇▇█▆▄▍▆▅ ▇▍'▇ ▅▋▉▋▉▅▇▉ ▉▄█▍▅ ▄▆▉▊▊▊▇ ▅▇ █▄▉ ▄▋█▍ ▆▆▌▌█▆▉ ▋# █▉▉ ▅▍▇▌▌█ ▇▆ ▌█▉ █▊▊▆▋ ▆▉▆█▇. ▌▊▇▌▊▄▋: ▌▋▌▅▅▅ ▅▆ ▍▊▆▄ ▋▉ ▊█▊▋▅▅▅█▆▆▆▄, ▅▆▆▄▄ ▅▇▉█▄▉ █▆▉▉▄▋▉▆▅▋ ▌▆▅ ▊▄█▍▉▇█ ▊▌▅▍ ▌▍▍▊▄▊▅ ▅▉, ▍▅▉▊▊▅▊▋▍▄ ▆▇ ▄▄▇▄▋█ ▄▄▉▍ ▉▄▉▊▄▌ + ▍▆▉▉▊ ▊▆██▌▆█▊▋▋▌ ▍▊ ▌▍▉▊▇▅ (▅ ▄▄▍ ▊█▄▄ ▄▌▌▊▉▋▊▇) ▌▍▉▌ ▅▊▇▋ ▆▋ ▅▍▋▅▇▆ ▍▇▇ ▉▊▆▌▄▌▆▇▌▍▄▆▅▍▉▄▊▅█▄▉▋▆▋ ▌▇▄▆ ▌█▉▋▅ ▇▄▊▉▄▉▄▍▆▉▋▅█▍▍▅▄▊▅█▇▌ ▌█▉▍▊▋ ▍█▇█▆▅: ▋▍▌▉▉▊▇ ▄▆▅█▉▇▇, ▄▄▋▌█ ▇▋▉▅▆▄▄▌▇▍▌▅, ▇▌▇▆▄ ▇▉▄▉ ▄▆▊▋▍, ▍▊▇▊▌▊ ▉▄▍█▆▋▊█▉, ▌▄▅▇▍ ▄▊▄ ▄▄▋▆ ▋▍▆█▌█▆ ▅██ ▊▄▅▊ ▇▍▌▍▇ ▊▄▉▊ ▄▅▆▋ ▌▆▉ ▆▊▄█▌▅▋ ▄█▇█▇▄▇█▄▆ - ▆▋▋▆▅▋ ▅▅▅▆▅ ▇▉▊▇ ▌▍▅▍▍▊ ▌▆▅ ▌▉▍▆▊ ▉▇▊▄ ▄█ ▅█▇▅▍▍ ▇▊▌▉▋ ▌▊ ▄▉▄▆█▄▉██ ▉▇▉▋▍█ ▊▍▉▆█▆▅█ ▊▍▄▄▇▆▇▊▅▊▇▅▅█▄▅▍▉▄ ▊▌▍▉▆▄ ▌▄▍▍███ ▌▅ █▆▇ ▄▅▆▅▍▆▍▇ ▋▇ ▅▌▇▆▍▅▉, ▉▊█▌▄▉▅▇ ▊▊▆ ▍▆▄ ▍▌▌▍▇▌ ▉▍▋▊▌ ▆▉▍ ▅▉▅█▆'▇▉ ▋▌▉▍ ▊▄▋▆▉▋ █▉▆▅▄▉▇▉▇ ▄▊▍▌▍▌▍▆▆ ▅▉▋ ▊▍█▆▄▆▍ ▊▋▋▊▆▍, ▇▋▆▋ ▅▍▌▌ ▍▇▍ ▋▄▉▅. ▊▌▉▅▍▍▌▉ ▌▍▄▇▇ ▌▊▆ ▍▋▌▊▄▋▉ ▄▅▊▌ ▋▉██▍ ▋▌▄▍▅█ '▆▍▉▅█▋' ▅▊ ▉▍▇▄ ▄▄▅▍▄▍ ▇█▄▇▅ ▄▍ ▇█▄▉█▌▋▄█▉▍▄▍▇▋▍█▅▌ █▉ ██▌▋▌▄▉ ▋█▍▌█▅▄▆ ▅▄▄ ▅▉▍▉▉▅▍▄ ▊▉▉▉▅▆▊█ * ▌▄▅'▌ ▊▋▅▇▄▊ ▅▉▋ ▆█▌▇▅ ▋▌▉▍▌▊▌ ▋█▄▆ ▌▋ ▉▌▊▅▆▍ ▆▇▇ █▊█, ▌▄▇▆▇▅▊▅▄ ▉▌'▍▍ ▅█▍▍ ▇▄▅▅▌▉▊ ▄▄▆▌▅ * ▋▇▇'▍ █▄▉▉█▄▌▉▋▋ ▄▄▋▆▄█ ▇█▄ ██▇▄▉▊▆ ▇▍▋▄▆▅ █▄ █▅▌██▆▆ ▊█▅█▊▇▋, ▆█▋ ▇▇▍█▅▍▄ ▌▆▋▍ ▋▊▉▍▉▋▌ * ▌▉▍▄▌ ▅▌▌▌▅▄▌ ▉▋▇ ▆ ▍▋▉▉▆▅ ▌▉▆█▇▌▋ ▊▉▄▉▍▇ ▌▌▆▉▋▉▇ ▅▍ ▌▇▆▆ ▇█▉▅▄▅ ▉▊▋▇ ▌▇▌▍▄▆ ▊▍▆ ▉▇▉▇ (▊▆ ▋▄▍▄) ▍▋▌▆▄▉▇ ▄▇ ▄█▇ ▋▅▉ █▅▌ ▉▆▌▆▌▄▊▌ ▌▄▍▌▆ ▅▊▉▋▊▍▅; ▋█▋▆▆ ▍▌▆▉█▌ ▅▅▌█▊▆▊▌▋ & ▉▅'▊ ▆▄▉▋ ▆▋▅▇▌▉▍▅▄▉▉ ▄▌▆█▆▇▆▌ ▋█▋▍▇ ▅▋▆▊▉▌ █▆▋▆▊██▅▍ ▊▅ ▋▇▅ ▊▊ ▄▉▄▍: ▆▄▆▋▆://▉▋▋▅▅.▆▇▉▆▄▇▆▊▉.▍▌▆/▆▅▊▊/▇▋▋█▋▋▉▊/▉█▍▄▍▄▊▊▍▋.▇▋▆ ▄▅▆▇▇▍▅▄▄ ▋▄▅▊ ▅▄ ▄ ▊█▉ ▌▌▋▉ ▇▆▊█ ▇▆▇ █▌▌█▆ ▊█▅▇▋█▊▉ (▋▍▌▇▍ ▊▉▆ ▇▌▍█▇▉ ▌▄▊█), ▋▌▊ ▆▆'▆ ▆▍▇▉▉ ▄▋█▆▆▌██ ▇▉ ▊▊▄ ▅▍▍ ▍▍'▄▊ ▅▊▇▊▋▌█▋▊ ▄▍▆▄▋ ▆▄▉▆▄▊█▊ ▇▌▄▆▉▅▆▇ ▆▍▇ ▍█▇█ ▋█▇█▊▋. ▇▉█ ▉▇▌▍█▋▌▇ ▅█▇█▉ ▉▆▇▉ ▆▋▄▍ ▄▇ ▍▊▋▋▋▆▌ ▌▍ ▆▊▊ ▆▆▇▍█ ▅▍▌▍▄▄▆▌, ▅▄▅ ▉▉▉▉ ▉▄'▍▆ ▊▍▅▅▇▊▇▅▌ ▍▄▄▅▇▇▌▄ ▅▇▌▉█▍▉▅ ▊▇█ ▊▅ ▄▅▇▄▆█ ▍▋▉ ▇▊▌▇▍ ▄▄▍▅▆▊, ▉▇ ▊ ▄▊▆▄▉ ▍▊'▇ ▍█▋▌ ▍▋▅▄ ▌▍▆▊ ▄▆ ▋▅▍▉▅ ▋▅▆▄. ▊▋█▆▇▄ ██▌▌▍▊▇▊▅▅ ▆▋▄▇ ▋▆▊▊ ▋▍▄▄▄▌▍_▆▋█▄_▅█.█▌▄ ███ ▌▄▉▇▉▌▇▌▍ ▄▌▆▇ ▄▌█▇▍▇▇▍▍ ▋▍▌ ▉▄▋▌▍▄▍▆▌ ▌▉▆▉▉▆▋ ▍▍ ▅▌▆▋▄▊▍█▅ ▄▅█▍▇▊█▍▋▊▍▄▄▌ ▍█▅▆▆ ▌▇▄▊▄▍ ▊▄ ▊▋▍▄▍█▌▌ ▅█▍ ▆▊▄▊█▅▍▍▅▍▇ ▆▍▇▊▊▋▄▉█▍▊: ▉▌▆▌▉▄ ▉▅▄▌▄ ▆▄▊ ▋▋▉▉▄ ▍█▄▇▉▄▊ ▆▌ ▅▌▊▄▍, ▉▄▅█▊▉▍█▄▍▉▆ ▋▇▄▌▄█ ▄█▄▆ █▉▊▌▌▋▊▄ (▆▅▄▇ █▉▉▇▍▍▄ ▉█ ▅▋▇▆▇ ▆▄▄▇▊ ▊▍▇ ▊▊▋) ▋▊▅▋▄://▋▇▅▇▍.█▆▋█▄▇█▌▆.▋▇▉/▉▉▉▍▌/▉█▇▅▌▍▊▅/▇▍▋▇_██▅▍▇▌▋▇▍▉.▆██ █▌▇▆▄▉▅▅▍▋▋▄▌▉▇ ▄▇▊▇ ▊█ ▌▆▆▊▆ ▋▌▉▍▄ ▅▍▊█ ▄▆ ▍▆▇▉▆▉▋▇▍ ▉▆█▆▉▌▍▌ ▄▉▊▅▊▌▌▇▉▍▋ ▊▄▅▄ ▆▌ ██▄▄ ▅▇ ▉▍▋▊▉ ▇▆'▇ ▅▅▄ ▊▍█▅▆▇ █▆▋▉▄▊ ▌█ ▅▅█▅█ ▌▋▌▆▅ ▆▌▆▇▍ ▆▊▉ █▍ ▉▅▌▋▅▄▉ ▌█▋█▆ ▍▆▇▆▌▅▋ ▆▇ ▋▊▇▍▇'▅ ▅▆ █▌█▅▌▌ ▍▆▋▄, ▇▇ ▌▇█ ▊▍▍▄ ▄▋██▌▆▊ ▋▉▉▋▋ ▍█▊▄ ▍▍▄▄ ▇▇▍▅▅ ▇▍██▆ ▊▍ █▅▅█▄█▊ ▍▅▅█▋▍▆▇▍▆▇: ▉▊▌▌▊▊ ▋▆▇█▆▅▆▆▌▌ ▇▌▇▅ ▍█▇▅▌ ▆▍▆▅, ▌▍▍▆▅ ▊▄▄▉█▉ ▋▋▄▅▊▄▌ ▅▌▅▍▉▊ ▄█▄▇▋▄▇▊█▅█: ▉▇▌▅▊ ▌▋▌█▌█ ▅▇▆█▌█▋█ ▄▍█▇▆▊▊▊▇ ▉▄▌▆▊▊▊ ▇▅▊▉▍://█▅▅▌▉.▆▊▄▆▅▍▍▄▅.█▄▍/▊█▄▅█/▇▇▍▆█▋▊▅/▊▌▅▉_▊▌▇▉▊█▍▉▄▇.▅▌▆ ▉▆▉██▅▉▋▍▋▋: ▌▇▋ ▍█▅█▅▋▉ ▉▉▋█▄▄ ▄▊ █▍▅▅▍▍ █▄▋▅ ▋▊ ▋▊▄ ▉▊▆'▊ ▄▅▌▌ ▄▄ ▋▄▊▌ ▍█ ▄ █▅▉▌▉▊▇▌ █▇ █▆█ ▅▋▌▉ ▅▋▋█ ▄█ ▉▄▅ ▄ ▆▍▌▆▋▋▊▅ ▊▄▆▍▄ ▌▋▉▋█://▊▊▍▍▅.▅▊▆▋▉█▊▄▋.█▉▄/▍▉▄▊▉/▋▄▅▋▆▆▋▌/▋█▋▄_█▉▅▇▋▋▊█▄▄.▊▍▄ █▉█▋▌▍ ▊▋▄▍ ▌▋▇▌ -█▉▌ ▌▄▌▍▇▍▇▋▅ ▌█▅▉ ▊▇▅ ▋▌▋▆▄ ▍█▅▆▇▉▆ ▉█▍▆<▍> ▅▆ ▊[] ▄▄▄▉▄ ▄▊ ▅▆▊▉▆▉▉ ▊▍▊ ▆▋▍ ▉▋▋▍▇ ▄▅▋▍▅ ▆▇█▊▅▊▋ ▅▆▄▆▇ ▌▊▌▇ ▋▍▋▍▉▊ █▆▅▆ ▇▅▆ ▍▌▌▅▄▇▅▌▌█▍▅▉▄▋▊▅▍▄▅ ▄▇▅ ▍▄▉▉▍▅▉▌ ▇▊▍ ▆▅▇▅ ▌▆▊█▍▉▌ ▋▄▉▋▉ ▍▇▆▍▅▊▋ ▌▅█▋▆▋▆ ▊▉▉▉▋▉▇▄▅ ▌█▉█▊ ▅▆▉▄▅ ▉▊█▅▊▋▊ ▇▉▄▇ █▇ ▋▊▍▇▆-█▌▅▆▍▆ ██▊▅ ▅▋▍▍▋ ▅▆▊▅█▌▌▄▆▋▄▋▇▅▋ ▌▊▌ ▍▄▅▄▆▋▆ ▋▆▄ ▉▆▋ ▄█▋▆▉▍▋▍ █▊▋▍▉▌ █▄▇▍▇█▍ ▍▌▉▄▍▍▌▊ (▉.▋. ▉▍▄▍▇ ▊▌▅▌▌▍▉) ██▅▋▌ ▋▊▌▅▅▌ ▌▅▊ ▅▆▉▄▌▆▌▍▅▍█▍▅█, █▋█▉▄ █▇▅▌▆▄▅▄▋ ▉█▅▅▋▊█▊▊ ▌▍▊ ▊ ▉▇▆▆▌▉▅ ▇▇▊▆▌▋ ▆▍▇▆ ▍▋▆▅▇▋ ▌▇▅ █▍▌▅▊▉▇▋▌▌▊▄▆, ▉▌▇▆ ▋▌▇▄▇▉▆▇ ▍▆█▉ ▅▉ ▇▍▊▄▆▉▆▄▋█▍█▅, ▋▅▋▅▇ ▋▅▄▄▍▅▅ █▉▋▋ ▆▌▆▊▆ ▆▅▉█▊▋▍▊▄ ▍▅▍▇ ▉▆ ▅▄▄ ▋▄▉▇▍▉▍▋▄▉ ▆█▉ ▊_▋▍█▄▅_▊▋▄▆▇▍▍ ▍▅ ▅▍ ▉▉▅▌▉▊▋ ▍▅▍▉ ▌▋▇▇▉▇ █▅ █▅▆▍ █▇▊▌▆▇▄ :▉ ▌▊▄ ▄▋▆▋▅▅▅█▌▆▅▌ ▆▌▍▇▉█▍▋▌▇ ▉▋ █▌▋ ▉▉▅▇▊▆▋▇▊▆▊ ▇▍▆▊ ▇▋▆██ ▍▆▍█▅▌▍ ▆▋▆▉ ▆▆▇▊ ▍▊▌█ ▊▉▉▆▅▍▅, ▍█▅ ▍▋ █▄█▋▆▉▋▆▌ ▇█▉ █▋▇▅▉ ▊▋▋▍▌▋▌█▍ ▌▉▍ ▌█▄▋█▄▆, ▌▊█▇▌ ▉▉▇▄▍ ▌▇▉▍▇▌ █▆▌▊▆▉▇▆▋▆▆ ▄▌█ ▋▄▋▅ ▇▍▅▇▌ ▇▆█▌█▅▉▍▄█▊▊▉ ▉▇▄▇▆▅▊ ▊▇▉█▊▅▌▉▇▊█ ▊▄▇▉ █▋▊▌▄▅▆▆ ▉▆▌▆ ██▅▍▋▄▋ ▅▄▊▍▆▇ ▇▍▊▇▄ ▍▉▆▄▍ ▆▊ ▇.▄.█ █▄: ▍▆▌▍▇▅ ▅▊▊▊ ▆▅▉▋▋█▉▋▆▊ ▌▉ ▆▆ ▍██▍▇█ ▍▇▋▍▊▋█▇, ▍▌█▊█ ▇▆▄█▅█▅▋ ▇▆ ▌▅: █▄▉▍▍▊▆ ▇▆▋▍█▉▄ (▄▄▆▌▇) ▅▅▅▌ ▍▍▄ ▇█▅▊ ▉▅▍▋▆▊ ▌▇▄▅▅▇▆▊, ▇▊▌ ▅▇▅▉ ▉▌▊ ▍▇▅ ▉▄▌▇▋ ▅▉▅▋ █▌▌▇▅://▌▋▆▄▌.▍▆▊▇▅▅▄▍▅.▄▇▆/▋▌▉▇▇▅▌▇▆▊/▉▉▅▄▆▄▄▊_▋▉▊▅█▍▍▋.▋▅▊ ▅▇▄ █▅▄▍▌▌▉ ▊▇▊ `▊▆▋▄-▆▄▌▄▍` ▉▇▋ ▊▊▇▉▇▊▇▋ (#▊▄▇) █▅▍▄▆▅▆▄ `▅▆▄▉▆▆` ▌█▊ `▆▊▆▌▋-▋▉█` ▊▆█▍▆▊. ▍▉▍▆▍▇ ▄▉▍▋ █▅▉▊▄ ▅▇ ▉▅▋█, ▄▋▉▋▇-▇▊▊ ▍▋▅▍ ▉▄▍▇▍ ▍▅ ▉▊▊▉▇▉▆▍▇. █▍▍▌▉://▆▌▌██.▉▍█▍▄▍▇▆▍.▉▅▌/▇▉▍▅▋/▇▆▅▆▅█▆▆/▄▌▇▇-▇▅▅_▌█▇▆▅▋▊▉▄▆.▆▇▆ ▊▉▇ ▌▇█▉▉ ▆▆██▆ ▊▄▅ ▄▌▉█▍▍▌▆ ▋▄▄ ▊▊▅▄ ▌▅▄▊ ███ ▄▍▊▉▊▆▍ ▋▌▄▊ █▄▇▊▍▆ ▊▊ ▄▅▇█▌▍▅▆▉▇▅▄▉ ▊▉▌▊▋▇▇ ▊▇▍▅▍▄ ▅▅▊▅▆▋▍▌▇▆ ▊▉ ▋▊▉▍▇▇▊▍▅▌█ █▄▅▌▇▄▋ ▅▆█▌▋▄▉ ▇▅█▅▋▆ ▆▆▅▍▋▋▊▍▉█. ▍ ▍▇▊▆▅▅ ▌▉ ▌▊ ▄█▄▍ ▍▉▇▍ ▆▆▌▇▊▅▆▌ ▅▅ ▉▇▋▊, ▋█▍▇▇▇▅ ▄▉ ▊▍▉ ▅▋ ▅▄'▌ ▆▇▍ ▇ ▆▅▉▋▉▍▇▍ ▋▍█▍█ ▋▉▄▉▅▍▌ (▆▊▅█▄▍ ▉▋▄▆▆▍ ▋▇ ▉▇▇▊ ▋█▌ ▄▌▊█▊▋▄ ▉▍ ▇▄▇▅▄) ▉▍▄ ▊▉█▊ ▌█▊▉▅▅▅▆▊ ▌█▉ ▍▆▋▉▄█▆ ▉▅ ▅▍▆▊▉▆ ▍▇▇ ▄▅▍▆▅ █▄▍▉▉▌▆ ▆█▊▋▆ ▌▋█▄▆▇▍█▋██: ▌▉▍'▆ ▍▇▌▆▊ ▋▄ ▇▉ ▅▌▊'▋ ▍▌█▉ ▌ ▇▇▅▍▆▋ ▌▄ ▋▇▍▉ ▄▍▊▉▇ ▍▊▇▅█▋█ ▍▍ ▇▊▆▉▌▍▌ ▄▅▉▄▍▅ ▄█▉▄ ▊▇▍▄▍ ▄▅▉▍▌▅▋▍▊ ▊▄▇ █▆▌▆█▍▊▄▋▅ █▇▋▉▍▉█▄▅▍▌▇ ▉▄▍▍ ▅▋▆▆ ▌█▍▋▊▅▋▋▆ ▇▆▄▅▌▊▆ ▅▆▅▅▉▉▉▄ █▄▊▋▆▉▌▍▋▉▆▄▇▍ ▍▋▋▊, ▌▋▊▋▆▋█▋ ▋▌▉▄ / ▋▇▌ ▍▇▊▉ ▄█▊▉ ▇▇▊▊▉ ▌▅▇▇█▌▊▌ █▊▌▍▆▉▌▍ ▇▊▋▍▆█ ▊▆ ▆▋▅▆▆▆█ ▉▄ ▌▌ ▉▉▅▊ ▌▊▄█▋ ▌▊▋▍▋://▉▍▊▌▋.▇▇▉▄▅▊▊█▉.▅▅▆/▌█▊▆█/▆▍▌▆▆▍▍█/▉▍▆█-▊▇▋_▊▇▉█▄█▄▍▆▆.█▇▉ ▉▌▇▆▉▅▋▋▍█▄: █▊▊▉▋█▍ ▍▌█▊█▌▅▆▍ ▆▄ ▊▍▌▊█▍▋▉▍▍ ▉▊▄▊▌█▄ █▌█ ▆▌▇█▉▄ ▍▇█▅▆▅ █▋ ▇▉▆▋ ▅▋ ▋▅█▍█▆ ▇▍▉█▄▌▅▋▋▌ ▉▇ ▅▇▍█▅▌▋ ▇▅▇▇▇▅▇▆▄ ▊▄█▇ ▄▇▋▍▋ ▄▄▇▍▊▍▉▍ ▍▊▌▋ ▇▄▉▆ ▄▄ ▍▊▆▆▋▊▅▄▋█ ▆▆▋▉▄▊▅ ▌▇█ ██▌▇▆▊▇▇▇ ▍▌ ▅▄▆▋▇▉▋ ▆▋▌ ▉▅▅▋▊ ▌▇▋▊▍▋▍▉▊▉▋: ▍▄▄▆▌ ▋▌▉▅▆ ▉▋▊▅█▉▉▊▌ ▇▋ ▉▊▌▄▉▊▄▅▅ █▊▆▉▉▊▆▉ ▄▌▇▉▊▇ ▇▉ ▄▉▉'▅ ▇▍▋▅▄ ▇█▆▆ ▆▄▋█, ▍▌▌ █ ▅▉▋ ▇▄ ▊▍▍ ▅▍▆▉ █▉▅▉▄ ▋▉▌▅█▆▆▍▆▋▌: ▉▅▊ ▉█▄▍▍▋ ▋▇ ▆▋▅▍▇▅▊ ▋▊▌▆▇▅ ▆▍ ▇▊▆█▇▋▌▅ █▍▇▊, ▅█▊▅▋▆ █▆▅ ▍▉▍▄▇▉▅▍▆ ▋█▆█▋://▆▋▇█▉.█▊▋▍▄█▉▇▄.▋▉▅/▋▄▌█▅/▇█▄▆▋▅▅▅/▌█▊▋_▇██▌▌▌█▅▉▍.▉▋▆ ▅▆▋▊▋▆▉▆▅▇▌: ▇▇▋█▊▌▅ ▄▍▊▊▆▅ ▇▌▆▇▆▊█ ▌▇ ▄▊▍▇ ▉▄▆▅, █▆▄ ▉█▉▅▄▉ ▋▋▉▌▉ █▍▉▆ ▍▍ ▅▍▉▍▄▄▆▄█▆ ▆▄▌ ▋▅█▅▊▌▆ ▅▇ ▋▌▊▇ ██▅▍▌▆▅▆ ▍█▋▅ ▉█ ▆▄▊▆█▊▊▄█ ▄▌▍█▊▌▌▅ + ▊▇▊▉▌▍▉█ ▍▍ ▊▌▋▊▄▅█▍▄▋▉: █▍▊ █▄▅▅ ▌▌ █▇▄▆▅▌▌ ▌█▄ ▄▌▉▋▄ ▅▊▇▌▌▍▊▋▅▊▆: ▇▍▅▋▋█▉ ▅▉▇▋ █▉▅▆ ▉▉▍▊▊, ▌▅▊'▆ ▇▋▆▄ ▌▋▉ ▌▉▍█▌ ▋▊▇▊▇█▆▋█ ▅▋ ▊▉█ ▅▋▉ ▄▇▅▇▌█▄▅▉▆▋: ▋▌▍▊▋ █▋▍▊▍ ▇█▍▍▌▅▍▊█ █▊ ▋▇▉▉ ▆▉▍▅▆▉▌▅█ ▍▉▆▅▌ ▅▊▅ ▄▊▊▌▆▇▄▆ ▄▉ ▄▌▄▍▉▇▄▉▍▌▋: █▇▉ ▇█▍▇▌ ▌▋▇▋▉ ▊▋▌▋▄▅ ▍▍▆ ▄▋▆█▍▍▍ ▄▇▆▋█▊▆▅ ▉▋▇▊ ▇▆▋▋ ▄▉▆▌ █▇▉▋▍▌▆▇▋▄ ▄▍ ▇▍ ▋█ ▅▍▄▄█▋▅ ▆▋▆▉▍▆▄▅▌▋▅: █▊▋ █▌▊█+▍ ▇█ ▋█▇██▇ ▉▅█▆▇▋▆▆▄▋ ▆▆ ▄▋▌ ▆▆▆▉▅ ▊▊▅█▉▉█ ▊ ▉▇▌▅ ▉▍█▄▇█ ▋▊ ██ █▄ ▇▆▌ ▊▊▉▅▄▌▇▊▌ ▍ ▍▊▌▇▉'▋ ▊▌▄▊▄ ▆▋ ▌▌▉ ▌▊▅ ▆▅▅▇▊▋ ▄▄▆ ▌▆ ▆▇▉▅▇▋▍ ▇▍▋▋▆▇ ▉▋▇▌▊▆▉▄ ▊█ ▊▌▌▇▅▉█ ▋█▄▋█▋ ▊▊█▅ ▉▉ ▋█▉ ▌▋▌▌█ ▅▇▍ ▆▆ ▉▌▍▇█▇▋ ▋█ ▄▆▅▉▄▄ ▊▆▆▅ ▍█▍▄▅▍▄: ▉▆▅▇ ▇ ▉▌ ▉▍▌ ▋▆▍▋▌▋ ▆▇▆ ▋▆▋▌▋▌ (▅▋▆ ▋▉▌▌▇█ ▌█▊▅▋▋▇▍ ▅▅▍ ▄▆█▅▋▋▊) - ▌▅▌▌█▇█ ▅▌▉▌▇▄▍▌▉▌▇▅ ▄▊ ▉▇▇▉▊▌▌▍: ▆▅▄▌ ▅▍▅▉▄▄ ▇▊▉▌▌▅▌▅▍▅▊ ▊▌▉▊▍▇▌ █▆▋█▊▆ ▊█▋ █▌▄▋▍▌, ▆▌▇▅▊▉▅▊█▌▋ ▆▊ ▇█▅ ▆▉▇▅▋ ▇▍▄ ▇▆ ▇▇▇▇▍▇▊▋ ▉▋ ▆▌▊▆ ▇▊▆▉▌▍▍, ▅ ▇▇▉█▇▌▅ ▍▌▇▋█ ▅▌▆▅ ▍▇▊▌▋▋ ▌█ ▍▄▋▅ ▄▇ ▅█▆▆ (▄▄▋▉▄ ▌▊▉▌ ▍▄▆▅▉▇ ▅▊▉▆▅▇▉ █▅ ▉▆▄▍ ▍▉▅ "▇▅▍▋" ▆█ ▇▆▋ ▆▆▌▍█▊▍▆▌), ▍▋▉ ▅▅▍█▊▉▄▋ ▋▊▊▇▋▊ ▄▆▋▄▊▆ ▆█▌▅▋█▋▌▇▌▅▄ ▋▊▆ ▍▍▆▉▌ ▇▉▄ ▉▉▉▆▋▉▋ █▋▆▉▇▊▆. ▋▋▆ ▌▅ █▍▉▉▉ ▅█▄▆▉▉▋ ▌▋█▇ ▉▆▅▍▇ ▉▇█ ▋▆▆▉▋▆ █▆▍▆▅▅▄ ▄▍▅▇█▉▍ ▅█ ▊▊▆▍ ▆▉ ▄▍▌▌▉▅. - ▌▇▌▌▇ ▄ ▄▇▋▊▉ ▆▆▉▆▄ ▉▌▄█▆ ▆▉▊▇ ▋▍▍ ▆▄█▆▊▍▅▊▆▉ ▄▉▌▌▊▄▄ ▍▊▋▆ ▍▇▍ ▌▅▌ ▉▋▅█▊ (▄▄▄▋ ▅▇ ▊▇▇ ▊▋▍▋ ▉▉▇▊█ ▊ █▅▆▊▆▊▉█▉▄▊▌▅ ▅██▌▋▍▍ ▋▆ ▆▇▊▅ ▇▅▇ ▉▉▍ ▆█▍ ▉▌█ ▌▄▊▌▅▇▋▋ ▊▌▇▄▋▉▊▉ ▍▅ ▌▌▍▄▆▇▅) - ▍▉▋▊▊ ▅▍▊ ▇▍▍▆▌▅▍ ▊▍▉▉▌▆▌ ▍▆▊▉▋ ▊▍█ ▌▋▇▊▆▌▍▄ ▍▊ ▇█▇_▊▋▇▄▄_*_▍▆▄█▋▉ ▌▄▉█▍▅█ ▆▊ ▍▅▅_▍▅▍▄▊_* - ▌▊▌█▌▉▆ ▉▇█ "▋▋▋-▇▇-▍▋▋" ▅▆▉ ▅▋▆▄▋▇ ▉▉▇▍ - ▅▌▉▆▌▍▄▄▉ ▇▌▊▋ ▋▉▍▊▋ ▆▅▇▌▋▅, ▋▌▊▇▅ ▅▊▍ ▍▉ ▉▌▅▅ █▄▊▋▉ ▍▊▉▍▉ ▉▋▋▋▇▆▉ ▇▅ █▉ ▍▇▋▍ █▊▍▊▆▅▊▋ █▇▅█▊ ▇▌█▅▍ ▄▌▇█▍▊▋▍ ▆▋▋▊█▋▍▌▄▆▋▌▋; █▍▍▆█ ▆▋▌▍ ▆▍ ▇▄▆▍▉▄▋▆▍ ▆▌ ▍▍▌▌▇▉▌▆ ▉▋▇▅▊▌▇ ▅▉█▄▅▇█▌ ▇██▄▆ ▄▉█ ▍█▊▄, ▄▇▉▌▆ ▄▋▊▅▍ ▌▊▄▅▌▅ ▌▍▅▉ █▅▉█▌█▉ ▆▄▆█ ▋▍▌▇▋ ▍▉▋ ▄▉▌▋▇▉▌▄ ▄▅▇▊▄▆▅▉ ▌▌▅▍▌▉█▊▌▉▅▊▅ ▌▅▆▆ ▅▅▍ ▉█▆▍▄▇█ ▅▊▊ ▇█▌▆█▍▌ ▊▍▉▅▆ ▌▋▇▅▍ ▆▍▅▇▌▅ ▅_▄█▊▅▍█▄_▇▍▆▅▊▋▌▇▅ ▇▊ ▅▉▌▇▉█▉▌█ ▆▅▉▆▉▇, ▋▆▄ ▇▊▋▉ █▋▆▉ ▉▋▇▄▍▋▌▋▊▉▇: ▊▌▅▊▄ ▍▋▅█ ▍▊▇▄▉▇▌ ▊▍ ▊▅ ▄▅▄▌▌█ ▇▇ █▊▉▌▋█▊▅ ▅▄ ▊▊▊▊▌▉ ▍▇▇▉▊ ▍▅▌ ▄█▆▉▌▆ ▌▊▉█▋▋█ ▌▉▊▌▅▊▊▇ ▍ ██▆█▍ █▅▌▋█▉▋▋ ▆▅▅ ▇▍ ▅▄▄▆ ▌▄▅▅▋▊▊█▆ █▉▄▄▌▆█ ▇▇ █▊▋▆▅▋▄ ▇█▋▌ ▋▉ ▆▍▅▉▆▇▌▊ █▆▆▆▅▆▊, ▆▇ ▍▍▉▋ ▉█ █▊▌▇ ▄█▅▌▊ ▉▍▆▅ ▌▆▄ ▅▉▋▍█ █▄▄▉█▄▅▌ ▌▅▋▊█▋▍ ▇▍▌▅▆▇ ▉▊▅▍ █▇▅▌▌ ▄▄▉ ▍▍▉ ▌▌▊▇ ▄▄▋▇▆▉▊▅▇ ▊▅ ▋▊ ▊▅▌▇ ▍▉▍▋▄▍▄ ▄▋▅█ ▋▇ ▉▅▅▋▆▆ ▌▇▍█▌▆▋ ▆▊▇█▍▌ ▅▆ ▌▆▋▊▄▅▊▇ ▉█ ▅█'▄▅ ▄▉▌ █▌▄▄▍▅▅ ▉▆▋█▊ ▆▅▊▊▅ ▊▌█▅▅ ▅▅▍█ ▍▊▋▋▄▉▌▉█▄▄, ▅▍▄▊▅▌▇▆▊▆▆▉▌▌, ▉▅▄▋▇▊▌▄▉▅█▋█ ▊▌▌ ▊▋▉▉▍▋▌▌▍▇▌▍▇ ▆▋▄ ▍▌▉█▋▌▅█▅▅█ ▌▅ ▇▇▊▇▋▉▉ ▄▆ ▍▌ ▇▅▋▍▌, ▍▊▇ ██▋▊▅█▄.▌▉▄█ ▋▆ ▍▋▉▍▅▊▉▊ - ▆▍▊▌ ▋▄▉▅▅▊ ▆█▄ █▊▊▋▉ ▌▋▋▍ ▍▌▆▉ ██ ▅▍▊▇▅ ▊▆█▄▋▇ ▇█▊██▆▆▅ █▅▍ ▆▉▋▌▍ ▆▄▌ ▊▆▊▅▄▅▍ ▌▇█▆ ▅▉▄ ▅█ ▆▄▉█▊▍▇▍▇ ▅▋▅▊ ▇▊ ▍█▆▅'▅▋ ▇▊▆ █▇▍▋ ▆▍ █▆▇ ▆▉▍▋▉ ▅▊▍▊ ▌▍█▌ ▆▄▋▆ ▋▆ ▍▄▋▍█▇ ▄▇▍▉▋█▊▉ ▋▇ ▌▋▅▌▄ █▆▅█▋▋, ▊▄▍▍▍ ▅▆▇▇▉▉ ██ ▉▌▊ ▇▍▇ ▆▍▄▌ ▆▄▅▌▆█▌/▉▉▋▉█▆▄▊: ▋▆█▆█▌▆▇▋ ▇▅▋▌ ▆▅█▌▉ ▅▋ ▌▌▆ ▍▌█ ▍▄▋▍▅ ▊▊▊▅▅▌▊: ▊▄▍▋█ ▉▄▋▍▇█ ▇▊▌▄▇ ▋▍▍█▇▍▌ ▆▉▋▆▉▄▅▄▍ ▊▆▍▄ ▌▅█▋▍ ▄▉▊▊█▇ ▆▉▇▍▆▆ ▇▆▊▆▊: ▅▊▇ ▉▊▋▇ █▊ █▍▍ █▉▉▆▉▇ █▆▊▅█▍▍ ▋▆ ▌▋▆▍ ▇▌▅▄ & ▋▇▇ █▋▆▅▋ ▌ ▇▉▌▇▋▍▋▍ ▅▄▍▍▆█▉▌██ ▋▇▉▊▅://▇▉▋▍▅.▍▊▍▉█▉▊▇▍.▍▅▋/▉▍▅▌▆/▄▉▍▌▉▆▋█/▇▇▋█-▉▋▍_▄▉▄█▄█▉▊▌▅.▍▉▇ ▍▌▉█▆▄█▆▍▇▇: █▅▅▄▆▌▌█ ▅▅▋▍▌ ▊▌▋▉ ▍▄▊▉▊███▋▆▆: █▆▋▄▆▊▄▌ ▇█▇▍▇▉█ ▆▆▍▋ & ▌█▇ ▍▆▍▋▌▋ ▋▊▊█▊▊▄▌█ ▊▊▆▊▍█▅▉▅▇▄: ▆▅▅▉▄▇▋▄ ▇█▅█▌ ▇▅▊▋▌ ▆▊█▉▋▊▆█▆▉▌: ▋▊▋█ ▌█▉█▄█ ▇▍▍█▍▉▆█ ▆▌▌▇ ▋▌ ▊▉ ▊█▉▆▉▅▆ ▆ ▊▋▇▄▄ ▌▉▅▊█▍. ▋▉▅▌▅▄▄▍ ▊▄▇▍▌ ▋▆▋▅▍▌▌▅, ▊▊▌▅ ▅▅▇▇▆▊▊▆▍, ▍▍▉▉█▅█▅▉, ▅▆▌█▆ ▋▄▇▆▌▉▋▄▌▆▋, ▍▌▋▉ ██▊ ▊▍▌▆▆▊, █▊█▍▅ █▊▇▊▍▊ ▇▍▇▌ ▋▅▌▄, ▇ ▌█▆▋▊▅▋▉ ▅▉▇█ ▌▋▌▆▅▌▍▇ ▊▇▇▍▄▆█'▄ ▌▍▋▄▅ ▍ ▋▍▇▊▇▍▋▄▆ ▅▉▅█▅▉▊▊▇ ▌▋▋█▅▇ - ▊▇▊▋▊▆▋ ▇ ▇▌▍▌▌█ ▉▍▊▉▅▅ █▍▌▇█▆ ▆█▅█ ▆▆▋▄, ▍▍▇▍ ▇▄▇'▅ ▌▉ ▅▋▋▅▋▌ ▄▆ ▇ ▄▌▋▉▇▆█ ▍▆ ▆▌▊▋▄ ▌▉ ▉▊▊▅ ▅▌▆▅▆▅ ▋█▅▊ ▆█ ▄▍▋▅▆█▍▋ ▍▄▄▍ ▍▍█ ▊▍▉▆▆ ▇▄▅▆▊▉▇▆█ ▍▌▉▍▇▊▋: ▆▋▇▅▊▌▅▄ ▋▇▅▇▊▅ ▉▉█▍▄▍▋/▉█▊▅▋▇▍▆: █▍▊▆▊▇▅ ▆▅▉█ ▍▄█▆█ ▄▉ ▇█▇▅▍▆ ▋▄▋▆▋▍▌▉ ▆▌▆▇▉▄▍▋▇▆▆: █▊▄▊▄ ▅▅▄▆▍ █▍▇▍▇ ▉▊▊▍█ ▅▋ ▌▊▆▆▌▍▍▉▊ ▄▄▌▉, ▊▊▇▊ ▄▉ ▍▊▉▋▍▌ █▅█ ▇▄▇▋ ▅▊▋ ▇█▌▇▆ ▅▊▇ ▇▌ █▇▊▌▇▄▍ ▌▆▄▇, ▌▆▇█ ▋█▆▉▋▆▋▍ ▍▆▌▌▋://▇▋▍▆▇.▅█▄▉▊▍▄█▍.▌▊█/█▆█▌█/▊█▋▊▊▋█▋/▊▉▆▆_▉█▅▄▉▅▍▇▆▌.▇▉▆ ▇▌▇ █▋▉▇▌▌▄ ▉█▊█▋▊ ▋▄█▌▆██ █▇▍▅▉ ▉▆ ▌▄▆█▆▌▅ ▆▌▍▌ ▇▊█▉ ▊▌▊▅▊█▌▌▋ ▄▍█▌▅ ▌█▌▇ ▊ ▆█▅▆▅ ▌▉ ▉▅█▍▍▌▄ ▍▊▅█ ▇▌ ▌▍▅▉ █▇█▇▅▄▉▍ ▍▍▅ ▄█▉█▇▅▌ ▊█▋ ▄▅ █▌█▊▍█, ▉▋▆▆ ▊▌▌█▅ █▅▍ ▄▍▌▌▍▅▉ ▄▄ ▊▍'▇ ▋▋▇▆▄█▊ ▇▉██▅▌▋ ▌▋▊▍▄█ ██▋▅▆▉ ▍▆▄▍█▍▌▍▉▌▉: ▉█▊▋▌▇ ▉▉▊▄▅ ▇▌▇▅▊█ ▌▆ ▄▅▍ █▉█▆▉▄▉ ▇▍▆▄▆▅ █▇▊ ▊▅▆▊▊▉▌▍▆▊▇▆▇▄▆▋▇▉ ▍▅▇ ▉▋█▄▆▄▌ ▇▊ ▆▊▆▌▆ ▅▌▉▇▍▋ █▄▍ ▋▆▄▌▍▆▌▉ ▉▅▇▄▇▋▊▇█▍▉: ▉█▊▄▉▌▅▍ ▋▅▄█▌█▌▋▋▆▆ ▍▅▋▊▅▄ █▅▌ ▄▍▄█▌▍█ ▉▄ ▆█▄▌▆▅▇ █▋█'▉ ▉▄▌▄ ▅▍█▌▋ ▉▍▄ ▊▆▍▋ ▅▊▊▍▄://▆▋▉▋▆.▄▌▊▆▊▆▍▉▇.▄▅▍/▆▌█▊▋/█▆█▇▉▇▇▅/▌▅▉▉_▆▇▆▆▍▍▊▅▉▍.▊▄▄ ▍▌▊▆▇▋▉▇█▆▆: ▇▌█ ▉▇▄▋▅█▄ ▄▋ ▌▊▆▌▌▉▆ █▊▇▇ ▊█▊▍▉█▄▆ ▋▄▍ ▍▅█ ▄▌ █▅▉▊▄▌▅▋▉ ▄▍▊▌▆▌ ▊▄▉ ▌▄▊▅▆▋ █▋ ▇▋▍▋▅█▋▋▋ ▆▄▋▆▋▆ ▌▇██▇ █ ▉▆▇ ▌▊▉▍ ▅▇▍▌▆▆▉█▌ ▌▍█▍▄█ ▉▉▇▆▅▋▋▋▌ ▆▄▇▋▉▊▌▉▌ ▋▊ █▇▆█▄▅▌▄ ▉▉▄█ ▇▅ ▊▋▉█▇▆▇▊▅▊ ▅▍▌ ▍▆▍█▉-▅█▍ ▅▆▌ ▅▄▍▋▅▇ ▅▊▍ ▊▌▌▇▅ ▉▉▆▋ ▅▊▇▅▇▌ ▌▊▄ █▆▌▅▉█ ▋▆▇▆▉▉▌█▉▍▅ ▅▇▉ ▆▄▉▅▅/▄▊█▄▋▄▍█▆ ▋▇▅▉ ▇▇ ▊▍▆▇ ▋▆▇▅▌▅▅▋ █▄▌▇ ▋▊▍█ ▌▆▅▉▅▊▄▊▋▅▌: ▊▌▄▍+▇▌▆█ ▍▊█▊ ▍▊▇██▇ ▇▊█ ▉▌▉█▋ ▊▅▄▆ ▋█▊ ▇█▍█▅█, ▉█▆▄▌▇ ▉▆▍ ▌▅▊▆█▉ ▇▅ ▄█▉ ▊▅▅█▊▍ ▄▍▉▅█ ▄▇▍▋▆▆▉, ▍▆▌▉▋▆▌ ▊█ ▄▅▍▇ ▌▍ ▉▌▇▇ ▌▇ ▌▇▊▊▋█▅▇ ▇▊▇▅▉://▄▆▋▄▇.▌▉▄▉▍▋▊▌▉.▄▋▅/▇▍▇▅▄/▌▅▍▄▌▋▇▅/▇▌▋▋_▌▋▌▋▍█▇▆▇▇.▌▍▍ ▍▄▉ ▅▆█▋█▍ ▇▉▅▇▍▋ ▋▇▉▍▌▄ ▊▇▍▇█ █▄▌ ▋▉▇▍▅ ▍▊▋▍▅█▍▇▌ ▇▆▊▊ ▉▉▉▄▋▍▅▌▆▋ ▊▌▌ ▍▋▉▆▌, ▆▅▆▄▄▄▇ ██▍ ▋▋▍ ▊▊▋▍▉▇▋▋ ▇▌ ▆▊ ▍▅▅▆█▆▌ ▊▉▄ ▉▇█▉.▉▊▆█▅▅█▋▍▅▄▄▅ ▅▉▄ ▌▆▍▇.▄▌▆▅▄▊▌▅█▊▅ (██▄▌▄▉▍▊▅ ▆▅▆ ▍▆▇▅ ▊▅ █▅▆▇▅ █▊▇▅█▉▆▇▇▆ ▄▊▊ ▅▆█▉▍▊▌) ▅▍▊▆▍▊▉▆▄▍▉: ▍▄▇▊ ▅▋█ ▉▅▌▌ ▋▍▍▉▋▍ ▇▊ ▍▅▊▉▍█▄ ▄▅▋▄ ▄▇█▋▄▊▇▉ ▄▋▅█ ▉▄▆▅▊://▇▇▍▉▌.▇▍▇▇▉▇▅▅▊.▆▋▄/▌▉▇▆▌/▍▇█▆▍▌▋▄/█▊▇█_▋▌▋█▅▄▉█▋▅.▍█▍ ▄▍▊█▆ ▋▌██▇▉ '▅▊▇▄▉▆' ▄▋ ▌▊▍▇ ▄▊▋█▌▋▄▌ █▄▆ ▍▍▅▊▆ ▍█▄ ▆█ ▆▆▉▋█▌▉▅ ▆▉▆▅▉▊▋▉▆▄ ▊▇▉ ▅▅▇█ ▅█ ▉▋▌▇ ▊▊▍▋ ▇▅▋▇▍▉▊▆█ ▄▋█ ▉▌▋ ▊█▇▌▌ ▅▅▆▇▆█▍ ▇█▆▊▉ ▊▌█ ▇█ ▊▋▌▌▌▋ ▇▊▋ ▍▊▄▅▌▇▋▄▊▆▍ █▅█▉▇▌▅▇▆▌ ▊█ █▅▋▊▄▍▆█▌ ▊▉▉▆▇▆▇▆▋▉ ▅▆▇ ▍▉▆▆▉▄▉ ▍█▍▆ ▆▉▄▅▋'▋ ▄█ ▋▄▌ ▉▍▆▄▉▋▄ ▉▆ ▉▆▄ ▅▆▇ ▋█▅▌▍▆▊ ▆▄▋▆▆ ▉▍█▊ (#█▆▅) ▄▇▍ ▉▉▌ ▌▌▊ ▋▄█▌▌ ▇▄▊▇▍▅ '▉▍▋▆▆▇' █▉ ▉▋▌▋ ▌▍▆ ▍▋▍▊▄ ▅▇▍▉▍▇▇█▅ ▍▌▆ ▉▅▊▄▊▋▆▅▇▇ ▇▍▌▆▊▌▊█▆ ▋▋▍ ▍▆▍▅▆▍▍▄ ▇▊▌▉▆▊▇▅▇▄ ▊█▋▋▄ ▄▊▊▊▉▋ ▋▊▅ ▉▊▅█▅██▇ ▆▆▄▋▄▆ ▄▍█▉▄▆▄ ▆▆▆ ▆▍▉ -▊▆█ ▇▉▄▋ ▄▊▉▍ - ▍▍▊ ▆▆█ ▋▆▍▇▊▊▄▆▊▇▄: ▆█▍▆▅▌ ▌▅▋▍█▋ ▆▆██▉▉ ▅▉▌▄▋█▍ ▄▆▍▉ ▇▅▌▊▋▋▆▉▋▌ ▄▌▅█▉ ▇▉ ▊▄▆▆ ▉▊ ▉▋▅▆▊ ▉▆▅▊ ▌▉█▌▉▅▉▉▅▍▋ ▋▅▋▋ ▉▆ ▅▇▇▅▊▇▌ █▇▌▉█ ▉▄█▊ ▇▍▉▄▋://▋█▅▉▄.▇▋▍█▄█▋██.▍▌▉/▅▅▉▇▆/▆▄▄▊▌▇▄▋/▋▅█▉_▇▍▆▊▊▄▅█▌▋.▄▋▅ ▉▉▌'▌ ▌█▉▇ █▅▄███ █▍▊▆▇▆▍▄ ▍▊▌▉ ▅ ▇▌▇█▄▇█▆ ▋▅▍▍▊ ▍▅▍▋▅▆▅ ▊▋▉▆▉▊ █▆ ▉▉▆▍▆ ▆▅█▄▊▄ ▄▄▅▊▋▋ ▇▊ ▇▋▅▆▉▊ ▇▉▊▇▅▍ ▇▌▆▋▅▍ ▍▊█▋▊▌▄ ▄▅▅ ▉▄▋█ ▆▍▅█ █▇▋▆▌ ▋▉▅▌▋ ▊▆▋▇█ ▌▋▊ ▆▉▅ ▆▅█▉▆▄ ▉▊▋▋█▋ ▋▇▌▅▋ ▋▊▆▉ ▍▇▇▍▇▅▊▌ ▊▉▊ ▉▇ ▅▅▆ ▋▊▋▍▉ ▅▍▆█▄ ▄▊▊▄▌▊ ▇▉▆▌ ▄▊▌▌ ▍▋▄ ▆▋▆▇ ▅▊▍▍▅▌ ▆▄▌█ ▅█▇▄▍▅ (▊▊▄▅ ▌▍▇▆▄ ▋▌▄▋▅ ▋█▆▊/▍▄▋▄ ▋▋ ▅▉██▍▅▉▌ ▍▊ ▇▉▋▄▉▆) ▆▋▍▇▄▅ ▇▊▊▊▅▊▅▍ █▉ ▌▆▄▆█▍ ▆▌▆▄▄▅▋ ▅▋ ▆▅▊▋▄▅ █▋▍ ▆▋ ▋▆ ▄▍▋'▄ ▅▌▊█ ▄ ▇▋▇█▄ ▅▍ ▅▅▌█▍ ▍▉█▆▇██▉▅▄▊▆ ▍▌ ▆▇▍▍▍█▆▅ ▌▌▇ ▊▅▇▋▋▄▍▆▇▄█▆▌ ▌█▆▍ ▍▆▅ ▅█▅▌▊ ▅▆▌▍ ▋▋▋ ▉▌▋▆▄▌ ▇▍▋▍▊▌ ▌▄▅▅▉ ▆▇ ▆▉▋▆▅ ▍▉▄▊▌▄▆ ▉▆▋▊▍▄▅ ▅▄▉▇ ▇▅▋▇ ▍ ▊▄▅ ▇▋▇█ ▅▌▉▊▆▉ ▋▋▅▊▋▄▉ ▅█▅▄█▄▆▋▅█▅▇▊ ▉█▊ ▊▋█▅▌▉▌ ██▌ ▊▇▌▅-▋▇▊▌▋▆ ▌▄▌ ▋▅▋▍▇█▆▊ ▍▇▅█▍▆▍▋ ▊▉ ▋▊▉ % ▇▌▌▄▋▋ ▊▌▌▆▋://▉▌▋▄▄.▉█▍▅▅▋▄▋▋.▋▄▋/▅▅▊▅█/▇▇▆▍▍▊▊▊/▌▅▄▇-▌▄▉_▌▊▄▄▋█▇▊▌▄.▇▍▊ ▌▋▊ ▉▊▅▉▇▋-▄▉▋▆▉▇▊ ▍█▌▋▉▍█▄▉▇ ▍▍▋'█ ▌▊▋▄▋▅ █▉▋▋▉▆▅▉ ▉▇▉▍▄ ▍▌ ▊▉▅▅▍▆▊▍ ▇▅▊▉ ▇▆▍▄▆ ▋▅ ▅█▊ ▄▆▇▋ ▌▉▆ ▋▄ ▌▋▉▆▅▉▌▋, ▌▋▉█ ▊▌▊ ▋▇▉▆▇▅▍▋ █▍█▍▌ ▅█▄▋ ▉▅▋▌▌ ▄▋█▇▄▆▇ ▍▆█▇▊▄█▍▍ (█▌▍▍ ▄▆▋▊▄▉█▋) ▌▌█▅▌▌▇▋▌▍▅: ▊▇▉▋▍▉ ▅▅▍▅ ▋▄▆▌▌▋▋ ▄▌▆█ ▌▊▄▇ ▍▆▌▅▅▅▅█ ▋▇▉▉ █▋▄▍ █▉▉▄▋▆▇ ▍▅▉▋▄://▋▋▌▋█.▇▄▇▆▍▌▍▉▊.▉█▆/▆▇▇▋▇/▍▆▄▄▉▋▌▌/▄▉█▅_▋▍▉▌▅▄▋▊▊▉.▋▊▉ ▅▊▌ ▋▌▆▇▆█▌▉ ▊█▌▆█▇▌▆▉ █▍ ▉▍█▄▆▊▄▊▇▉█▉▇▄▄▅▅▆ + ▄▌▆▅▍▆▋▆█▆▆▋█ ▅▄▆▅▌▇▌▄▋▅▌: █▄▅▍█ ▆█▆▊▍█▉▊▇ ▄▅ ▇▍▅▌▇▉▄ ▇█▅▍▅ ▌▇▆▇▊://█▊▌▅▌.▌▆▋▄▅▉▊▉▊.▋▌▅/█▄▉▇█/▌▄▌█▇▇▇▇/▆▋▅▌_▅▊▅▄▉▅▍▄▆█.▉▊▍ ! █▅▆▋▍▅▋▇▄▋ ▌▇▇▉ ▍█▋'▍ ▋▉▊█▄ ▋▅▌▍ `▊▆▆█▉▅▉.` ▌▅▄▊ ▆▉▇▉▅▍▆▋▆▉▄▊█, ▉▋▅▆▍ ▅█▉▅ ▅▅▅▋▇▇▅▌▋▋▇▅ ▊▅ ▅▅▇▅▉▇▊.* █▊ ▉▋▍▌▍▆ ▌▄▊▄▅█▆█▇ ▉▍▉█▌ ▆ ▇▇▌▉ ▄▅▊▍ ▍▆█ ▋█ ▉▄▇█▅▉▌▋ ▋▄█▋'▌ ▋▍▉▉▌ ▆▉▇▆▇▄ ▆▍▄▆▄▊▌.▊▊▌▌ ▇▅ █▇▌ ▍█▉▆█▋▅█▊██▇▆▅ ▄▆▊▇▆▆▉▊▋. ▅▆▋▅ ▄▌ ▊▇▄ █▇▊▍▋▅▊▉ ▌▊▉ ▊▆ █▇█▋▊ ▊▌▆ ▅▇▆▋█, ▍ ▊▊▅▊▍▄▇▍▍ ▉▅▉ ▉▋▊ █▌▅▄ ▌▌'█ ▊▇▅▄█▌ ▇▄▇▅ ▆▅▍ ▍▊▍▊▉▌██ ▍▉▅▄ ▅▉ ▋█▅ ▊▉▄▆▍▌█▍ ▉▉▊ ▌ ▅▄▆█▋▋▋▌█ ▉▄█▍▊▋ ▄▍▇▆▊ ▊▆█▊▄▋▍ ▌▉▋▄. ▇▌ ▉▋▉▌▊ ▇▋▄▉ ▊▅▉▊▆ ▇▄█▍ ▆▆▍▆.▍▉▊▇▄ ▌▌▇ ▋▉▊ ▉▇▌▆▆▆▄█▉▄ ▉▆ ▄▇█ ▊▌▄▋▌/▅▌▇▌▍▅▆ - ▆▍▅▅▌▊ ▍▅▍█▋▅▊▅▋█ ▅▇▆▉▄▊▆ ▄▇▄▊▉▊. ! ▄▄▇▄▍▋ ▉█▍▊ ▊▅▆▉ ▆▄▍▄▊▇ █▅█▊▊▆▊▋▅▌▌▍█ ▉▌██ ▄▊ █▆▍▆▊▊▇ ▌▅▄ ▍▇▄▄▅▅▌▉ ▊█▋▄▋ ▆▅▌▊▋ ▋▊▋▉▌▇▅▅█ ▍▋▍▆ █▉▋ ▅█▌▌▆▇ ▄▌▌▊▍ ██ ▋▅▌ ▄▊▅█▆█▉▊▍ ▄▊▌ ▋▊ ▆▆▉▄▅ ▊▄▋█▇ ▊▍▋▆▇▋▊ ▋▌▍▍▉ ▇▅ ▉▋▌▅ ▍▆▊▅▅▅▇▋ ▌█▊█▋ ▆▆▋▌ ▆▊▇▆▆://▇▌▍▋▊.▊▌██▇▋▍▌▅.▋█▌/▉▌▊▌▆/▅█▆▋▇▊▆▆/▄▉▌▋_▍▋▅▇█▋▌█▄▆.▊▋█ ▄▄██▄█▉ ▇▅▊▉ █▍▆ ▆▅▅▆▅▄▅ ▆▍▆█▅▅▌▇▆▍▋ █▇ ▇▊▌▌▄▅ ▇▇▌▄▊▌▉ █▉▇▌▍ █▋▇▋▄▅ ▄▍▆▋▍ ▍▋▋▄▊▍ ▊▆▇▆▄▋▋█ ▌▊▉▊▋ ▆▄▇▍▇▋▍ ▉▉▊ ▋▄▌▉▇▌▇ ▌▌▌█ ▍▄█▋▇▄ ▉▇▅▉█ ▇▉█▍▉▌█ ▆▊▇▄▉▉ ▆▅▅ ▇▉▉▋▊ ▋▆▇▍▌▆ '▍▊█▆█▅' ▇▋ ▇▅▇▇ ▉█▉▅▄ ▍█▍▉▆▍▅▌ ▊▌▋▉▆▅▄▊▉█ ▊▆▅▊█▆▉ ▌▍▄▅▍▇: ▄▉▆ ▇█▍▊▋▋▆▇▋▆▉▅▄▍▇ ▊▍▍▍▍▌▆ ▄▊▄ ▇▍▅▊▊ █▊▍▄▋ ▉▊▍▋ ▍▄▌▌▅▋ ▇▋ ▍▊█▄█▅ ▊▇▄█▇. ▊▇▋▄▋▅▌▌ ▅▄▆▌▄▄▅▍/▌▄█▌▍▊/▉▍▉▅▉▄/▉▆▊▊ ▄▇▆▇▆▄▅▋▇▌▅: ▋▋▋█ ▄▆▅▌▆ ▊▊▇▄▌▋█▉▉ ▋▇▌ ▇▉▌▊ ▌▋▋▌▍▋█ ▄█ ▌▅▋▊▉▋▇ █▇ ▍█▍▆▉█▉▉ (▅▉▉▇▇▆▍'▌ ▅▉▇▍▇ ▍▅▇▉▍▉▋▌▍▄▍ █▍ ▉█▊▊▅▇▇▇ ▉▍█▅?) ▉▍▌▌ ▇▆▍▉ ▄▄▆▊▊▊▌▌▋▆ ▉▊▌▇▊▉ ▆▉ ▇▄▊▍█ ▆▌█ █▉▍▍▉ ▋▍▍▍▉▅ ▍▍▉█▉://▊▇▇▌▆.▅▇▆▊▋▍▍▌▄.▊▍▌/▆▅▇▍▋/▊▋▊▍█▅█▆/▊▋▉▄_▇▄▌▄▅▇▆▊▇▋.▌▄▄ ▌▌▅ ▅▋█▅▊▌▋▉▅▇ ▊▆▌█▅▅ ▇▌▋ ▉▄▌▅▌▄▆ █▌▍ ▉▍▊▆▆▅▍▇█, █▉▇▇ ▌▌ ▊▍▌▍▊▊ ▋▆▅▇▄▇▉▊ ▄▇█ ▌▊▊▇▄ ▄▉▆▆▌ ▌▇▅▅▋://▍.▇▅▄▇█.▆▆▋/▊█▌▅▌▇▊.▇▄▄ ▉▊▅█▉▍▆▊▇▌▍: ▌▍▅ ▇▇▆█ ▍▄▍▊█▍▊ ▉▅██▍▅ ▉▆▄▊▅▌▌ ▉▅▅▌▌://█▌▌▉▊.▌▉▄▆▇▄▅▌▅.▆▋▄/▌▌▆█▊/▇▉▌▉▅██▌/▌▌▅▌_▄▄▌▄█▊▍▌▍▅.▆▍▌ ▍▉▅▉▆▇▊▇▋█▆: ▊▅▊ ▄▊██▅▄▍ ▅▅▌▍▇▆▆▊▋ ▆▇▍ ▋▅▍▆▆▊▉▉▉ ▆▉▊▇▇▍ ▌▆█▊ ▄▍ ▌▌▇▆▉▌▅ ▇▊▄▆ (▌▋██▅▇▅ ▌▉▉█▌▊ ▅▊ ▄▆▇█▆▉ ▆▄▍▇▉▍ ▋▋█▅▌▆) ▇▌▊▌█ ▋▌ ▇▌▉█▇▍▋ ▅▍▌ ▌▍▆▋▋▊▋█▅ ▊▇█▅▅▇ ▊▊▆▇, ▄▅▌ ▊▉▍▊▋ ▊▉█▋▌▋▌▊▅▉█▉▅ ▌▇▇▅ ▉▌ ▊▇▄▊ ▇▉ ▋▍▊▄▇▋ ▌▄▌ ▅▍▋▌▉▊▆ █▆▅▅ ▊▅▅▋██▄▄▄▇▉ ▌▄▆▄ ▌▆▊ ▋▋▊ ▉▇▋█▊▆▄▆█▌ ▌▉▅▌▊ ▌▌▉▍ ▋▌▄▉▉ ▄▊ ▉█▌▍▌█ ▇▉ ▅▌▇▇▌▅, ▄▌▊█▋▆ ▌██▄█▄▌▄▌█_▋▅█_▄▊▉▇█▄█▆▊▊ ▋█▉▊▋▋ ▍█▄▌▋ ▋▅ ▄▌▉▋▉▆▊ ▊▄▅▌▌▉, ██▆█▇▄ ▅▋▊ ▉▌█▅▇://▌.▄▋▇▋▆.▉▉▉/▌▆▌▍▄▄▋.▆▊▌ ▆▆▉▅▊▉▊▉█ ▇▆▋ ▇█▍▌▉▇ ▌▅▉▍▌▍▇▅█▄▅: ▋▌▇▅▉▍ ▄▇▌▅▋▄▋ ▅▅▆▅ ▍█▄▆ ██▇▉▇▆▇▉ ▌█▄▊▇▊ █▌▉▌█ ▌ █▊▅ ▄▅ ▌▌▋▋ ▆▆▄▄ ▍▇█ ▄▊▆ ▋▋▌▄ ▊▋▇▇█▋▇▊▄ ▍▅▋▋▆▇▇ █▇▊▌ ▉▅▄▊█▇▄ ▌▌▉▋▅▊ ▉█▇▋▉▇ ▍▇▊▅▄▌ ▅▉▅ ▋▆▋▇▄▄ ▉▉▊▋▌ ▅▋▉▋▉ ▆▄▅▅'▌▍ ▊▍▍ ▊█▌▍ ▍▌▆▌▌▅▉, ▋▇▄▉ ▄▍▊▄▊▆▆▌ ▍▊▌▋▄▇▇ ▋▊▌█▇▉▋ ▉ ▊▍▉▇▍▇▅▋ ▌▍▉▅▌▆▊ ▆▊█▊▍▇▅▄ ▆█ ██▍▌▍▋▄▇█ (▍▄▄?) ▍▇█▋▌ ▍▌█▅▉█ ▄ ▉▋▌▍▋▅▉▍▇, ▌█ ▍▆▌▍ ▅▉ ▌█▇▉ ▆▋▅▆ ▆█▅▅▌▇▍▍▍▆ ▆▌ ▄▉▆▇▅▋ ▄▌██▍▄ ▊▌▆▄ ▅█▇▍▋▋▉ ▊█▋ ▉▉▉▄▇▉ ▊▇█▇▆▍█ █▊▆▋▋▉▄█▍ ▄▌▋█▍▆▄▇▄ ▉▍▇ ▆▉▇█▅█▇ ▇▇ (▍▌▆▄ ▍▆▉▄▋▅▇▇ ▉█▊▆▌▊'█ ▆▅▇▊ ▍▄ ▆▅▌ ▆▊▄▊▅) ▉▅▄▉▇▄▍: ▉▇▆▇▉ ▄▊ ▄▋▆▆ ▋▍▄▆ ▊▅▆▍▊▄ ▊▋▅▄, ▋▅▍▇▊▊█▊ █▋▋▄ ▆▇▄▊ ▅▅▄▇▇▋ ▅▆▉▌▆█▇▌ ▌▊▄▆▌ ▍▊▋▄▉▋▄ █▇ ▉▉▍ ▍▍▍▍█▋▌▋▄▄▋: ▌▌█▄▆▊▌ ▅▍▄▉▅▍█ ▅█▉▆▆▌▋▍ ▌▇ █▇▍█▌▆ ▉▌▌▍▍▅▅▊▌, ▌██▉▌ ▇▌▄▉▇▇▆ ▉▋▆▍▌▍▄▊ ▌▋█▆▋█▋▆▄ ▉▍▇▌ ██▇▇█▄▄▉▇ ▇▄▉▄▄ ▄▊▍▄ ▆▄▄▍▅▄▅▌▇▊▊: ▍▍█▍▇ ▄▆, ▍▊▇▍▄, ▅█▇▇▋, ▋█▊▉▄█▊ ▆▌▉▇▆▅▊▊ ▇▌▇▇▊▉ ▊▍▋▋▇▋▆ ▄▍█▋▋█▄▍ ▄▅▍▉▋▋█ ▉-▍ ▊█▋ ▇▊▆▄▍▋▅▄▉▌ ▋▊▋▇▆▍▄ (▉▉▋▉▊ ▇▋█▌ ▌▌▆█▌▅ ▍▍ ▍▇▋▇▌ ▍▆ ▄▇▅ ▇▇▌▇▉▉██ ▅▋▅?) ▊▇█▊▄▌▇▌▅▄ ▊▋▋█ ▌ ▆▋▊▉██ ▆▅█▅▄▉▆▊▍ ▇▍▅▌ ▇▄▆▊▋▄ ▍▆ ▆▅▊ ▉▅▍▊▇▋▌ ▉▆▊▇▅://▄▉▄.▇▄▅▅▊▊▉▍▅▌.▍▄▌/█▉▆▄▄▋▉▍▉▉▇/▅▉█▍▅▍▍▆▅▊▋▌▄▅▉▄▍▅/▋▌▇▋▍▄▋█▇▄▆▍▅▋▉▌▄▅▆/▊▌▅▌▋.▌▅▋ ▊▆▍▉▋ ▉▋▌▋▍▇ '▊█▆▊▊▌' ▍▅ ▉▍▇▆ ▄█▋▇▇▊▍▊▌▋▆: ▄▆█ ▉▉▇█▍▌▌▊█ ▌▇▅ ▉▄▋▊▊▌▇ ▍▌▅▍▅ ▇▅▋▇ █▍▅▅█ ▆▆█▋▄▍ ▉█▇▍▍ ▍▆▅▍▌▅ ▄█▋▆▉█▉▆▅▋▄: ▉▆▉ ▊▆▊▇▋ ▇▍▉▌▌▉█ ▅▍▅▄ ▄▋█▆▌ ▊█▆▊▌▌▉▍ ▆ █▍▅▇▆▋▉ ▋▅▉▆ █ ▊▌▊▄▆▉▄ ▄▋▆▄▍'▊ ▄▋█▊▌▉▇ ▊# ▊█▊▇▌▊█ ▉▆▉▍ ▄▇▄▉ ▉▉▊ ▆▉ ▍▉▅▌▆▊▆▄ ▅▅ ▇▄▍▌▄█▄▋ █▍▊▉█ ▋▅▍ ▆▄▅▌▅▆▆ ▌▋▅▆ ▋▅▅█▇, ▇▅ ▆▍▅▉ ▄▅ █▌▆ ▇▍█▄█▋▇▇▆▌, ▆▍▄▋ ▄▅▌▅ ▆▊▇ █▆▅ ▆█▅▋▋▍ ▄█▇▄▍▌▇ ▄▌▄▋▋▅▉▄ ▆▅ ▅▄█▅▍▆ ▅▍▌▊▆ ▌▍ ▉▉▊▆▌▌ ▊▄ ▋▅▌▌▇▆▌▉ ▆▋▄▄▆▄▋▆ ▌▄▆▅ ▅▄▅▄ ▆▌█ ▆▄▍▊▆▉▅ ▇▌▊▇ ▊▍▇▇ ▉▍▅▋▋▉▋█ ▇▋▊█▍▊▍▋ ▉█▋▉ ▉▇▄ ▌█▅▊▍▊ ▉█ ▆▋ ▋▉▆ ▍█▅▍ ▉▊▉▍. ▊▄▅▊▌▍▋ ▅▆▋▌ ▆▍ ▇▇▊▍▌▌▌▆ █▊▆▅▋ ▋▅▇▌▄▌▋▄▆█▄▍▄▊▋▆▄▄▍() ▇▆▊▅ ▉▍ ▊▌▊▊▆▇▍ ▉▄▅▉▌ ▇▋▍█▌▄▌ ▉▄▋▅▄ ▍█ ▊ ▆▌▉▅▄▌▌ █▄ ▄█▄▄▄▇▄ █▆█▊▆▄▌█ => ▉▆▍▍▌▊▉ ▊▌▊▊▋ ▉▄▉ ▄█▇▌▇█▄▌█ ▊▋▊▌▉▋█▆▍ ▄▉▋▌▍ ▉▇█▋ ▆▇ "█▊██▊█ ▅▍ ▅▉▄█▇.█▇▄▍▋" ▅▄▆ █▋██ ▋▅█ ▋▉▌▊ ▌█▄▍▇▆/▅▅▉█▄█▄ ▅██▊ █▇▋ ▉▅▅▄ ▍▄▍▍▆ ▋▅▊▊▇▉▍_▇ & _▇▋ ▋▉▄▉▋ & ▇▇▇▇▇▊▌▇ ▅▅▅_▋▇▄▄ ▆▇▆▌▌▇ █▋▋▉ █▄▆▊▊://▅█▊▇▋.▉▊▉▉▉▌▌▉▉.▅▌▉/▇▇██▇/▆▊█▌▊▉▌▌/▉▉▊█_▍▊▄▍▇█▊▋▊▆.▍█▍ ▅▊▊ ▍▋▍▆ ▆▌ ▆▍▍▌▍ ▅▋▋▄ ▆▆▄▊▉▋▉▄: ▍▌▊▊▍ ▊▍▍█▍ ▅▍▌▊ █▆▄▇▅▄██ █▄▌ ▆▋▆▍ █▅▍▇ ▊▍▇▉▅▆/▆▄▍█▅▉▌▅▊▌ ▋▊ ▅▊▉▊██▊▌▋▍▊▍▄▌▆ ▉▆ ▋▄▋▌▅▌▄▉▍ ▆█▄▅▄█▆.▌▍▆▌▄█▍▌▇█ ▇▇▍ █▇▆▇ ▌▌▋▍▋ ▄▌▉▄ █▅▅▋▊▌▆ ▋▅▌▄▊▅ ▆▅▌▉▊▉▊▉▉▍▅▋▆▅▋▆▅▍█▇▍▍▋▋▉▌█▄▆▇█▆▊▋▊▉▅▆█▆. ▌▉▍▅▄▄ █▋▉▉▄▍▉▇ ▆▆▇▅▍▋ (▅▉▇▆█▌▅▉ ▉▅▄▌▉▅ ██▄▊ ▊▉▇▋▉▊ ▆▉▋▆██▅ ▄▆▊▅ ▆▅▋▋▅▌▍, ▅▇█ ▅█▇▍ ▌▆▋██ ▇█▄) ▊▍▌▅▍▄ ▅▄▄ ▊▌▄▆▆▇ ▌▉▊ █▉▆▅▅▅▇▇▊ ▅▇ ▊▌▆▋▆▉▌ ▌▍▍▍▄▇█ ▉▉▇ ▊▉▌▍▌▋▍▌ ▌█ ▌▋▌▉▇▍▊, █▋▊▇ ▍▊▉ ▍▊▊▉▉▌▋▊ ▊▄▊▄▇█▋▅▇▌ █▄ ▍▅ ▅▇▉▄▊▄▋▌▄▋ ▌▇▍ ▅▄▇▇▍▋▅ -▄▋▍▆▊▆▊ ▊▇█▉▊▉▋ ▉▆▍█▆▊▌▋ ▄▍▅▍█▉▄ ▍▉█▇▌▄▇ █▆███▄▉▉▅▆▌: ▆▊▌▇▌▋ ▄▇▇▋▄▄▋ ▌▄ ▊█▍▄▇▋▊▅▌▊▄▌▆▋ ▆█▋▍ ▄▅▌▅▉ ▊▋▆█ ▋▊ ▇▆ ▋▉▇█▅▊▄▍▅ ▉▉▍▋▌▍▌▉▄▆ ▆▅▊▊▅█▌▆▇ ▅▆▍ ███ ▆▆▌▇▅▌ ▋▄▌▊▇▅▌▋▌ ▇▍ ▊█ (▅▅, ▄, ▍) ▅▍▆ ▇▋▋▍▊▅▉▆▉▊▍▅▍▇▉▄ ▋▍▌▆ ▄▉█▋▆ ▆▍ ▇▇▅▇ ▊▇▍▉▍▆▍▄▅▊▉▅▅▇ ▋▊▅ ▉▄▇▍▇▋▅ ▌▆▄▊ ▇▅▆▍▇ ▇▇▌▄▋▉ ▌▌▍▋▊▉▇▇▇▉▉ ▌▋▆▌█▇ ▊▋▋▋▅▆▋▍█ ▊▋▌▄▌▊▇▍▆▉▄ ▊▅▊█ ▍ ▊▅▋▇█ ▊▉ ▌▍▆▇▄▌▊, ▉▅▋ ▆▌ ▉█▆▊▍█▌ ▄▇█ ▋▉▅▆▋ ▉▅▍▊ ▍▍▆▍ ▅▊▇▆▄▉ ▍▌▌ ▌▋▌▉ ▇█▌▌▊▊▅█ ▆▊▆▋▄▅▇ ▆▄▆▍ ▇█▅ ▍▊▅▋█ ▇▉▌▊▇ ▇▆▅▊▄▋▇ ▇▅ ▉▌▍▅█▍█▊▉▋▊.▌▉▄▆▉▆▊▍▆▋▍▇, ▄▌█▌▍ ▊▅▇▍▊▆▍▆▍ ▉▋ ▋▍▋▍▄▍█ ▌▆▍▅▌▄▇▅▇▊█▍: ▆▄▅█▍ ██▊▆▇▅▍▉▊▍ ▆▆ ▍▍▇▄ █▊▉▄█▆ / ▆▉█▌▇▋▄▇▊ ▉█▋▉▊▇▆█ ▅▍▊▅▄▅▌▇▊▅ ▌▌█▉█://▉▅▅▅▋.▉▋▅█▇▇▊▋▅.▇▋▋/▆▅█▄▌▄▆/█▊█▊▊▆█▆/▍▄▆▇_█▆█▍▇▌▅▌▋█.▄▅▇ ▇▄▊▆▄▇▊▅▍▊▅▄: ▅█▆▌▄▋▋▍▍▆ ▉▋▆▅▆▋▆█▍ ▉▆▇▆▅▌▍▌▋▊ ▆▉ ▉▇▌▆▇▌▍▊▋▇▆▇▅▉▌▍▍, ▅▍▌▉▋ ▉▌▋▆▅▄▅▌▄▆▋▋▄ ██▌▌▌▇▋ ▅▆▍▍▅ ▊▄ ▄▌▊ ▊█▄ ▋▋▄█▅://▊▌▉▍▇.▍▊▇█▇▉▅▆▄.█▋▊/▇▌▌▄▉▍▅/▍█▊▆▋▇▋█/█▋▅█▅▅_▌▍▆▌▅▊█▋▇▉.▍▆▄ ▇▅▉ -▄▅▍█▍▍▇▇▉ ▅▊▄ ▊▉▍▄▊█ ▉▌▉ ▆█▆▊▅ ▄▄▇▉▆▇▆▌▊ ▄▉▋▅▍▊▌ ▆▄▄'█ ▅▋▊▌▊▊▌▆▄▋ ▋▊▌ ▌_▌▆▄▄▌▇▋▌▌▌▉▍▆▊▆ ▊▄ ▇_▆▆▄▆██▍▊█▄▋▍▇▌▌▇ ▄▇ ▌▅▅▊▊▆, ▌▌▇▊▇▆▍ ▇▊▇ █▊ ▋▉▌▉ ▅▆▍▋▄▍█▋▄▍▉: ▍▌▍'▆ ▉▉▌█ ▉▄▆▇ ▅▄█▆▄ ▇▆ ▉██▇ ▄▍▋, ▍▅▌'▇ ▊▊▇▊ ▄▉▋ ▅▌▄-▍ ▅▆█▍ ▌▋▊▊▋ ▇▇▋▇'▅ ▉█▌ ▆▌▊▊▉ ▅█▉▍ █▄▍█▍█: ▅▊▆▅▌▅▄▍▆▉▅▄▇▌▄ ▉█▄▌ ▌▄█▆▊ ▄▄▇▍▆▊▊ ▇█▌▉▊▍█▊: ▋▆▌█▅█ ▅▄▋▍▍▉ ▍▉▄█▋█▉▄▌ ▌▅▋▉ ▌▌ ▉▉▆▇ ▊▄█▄▊▆ ▍▅▆▍▍▉▄▇: ▅▋▋ █▇▌▆▇ ▇▋▍▄▅ ▌▆▊ ▊▉█▉: ▇▉█ ▉▇▆▋▇▇▅▍▆▅ ▇█▅ ▄▄ ▅█'▅▆ ▊▊▄▉▅ ▅▌ ▊▆▇▄█ (▄▊▆ ▆▄ ▅▄ ▍▍▆▌ ▋▍▋█▅▉▉ █▄ ▇▄▌▌█▌▄▊ █▋▌▉▅▊▇▌▌▌ ▄▍█▆▇█▋▇) ▉▇▋▋▅▊ ▍▍▄▍▋█▌▆▅▇, █▆▇▇ ▉▇▇ ▉▆▊▉, ▉▊▅▋▇▄▄ ▆▊▍▋▊▆▊▅ ▉▇▄▇▄▌▌▄▋▄ ▄█▌▆ ▄▅ ██▅_█▇▍▆▇▇▋_▍██▋▊_▅▊▇▋▄ █▌▊▊ ▊▊▇ -> ▊▇▉, ▆▄▊▋ ▆▅ ▄▆▌ ▊▅▊▄▇▍ █▉▄ ▇▍▋██▍▊▉▌▉ ▋▋▉▉ ▄▌▉▌ ▋ ▋█▉▄ ██▅▍▌▌ + ▆▋▆ ▄▆▆▇▌▋ ▊▊▄▋▇▉█ ▅▅▉▉: ▅▋▄ ▊▌▊▌▌▇▍_▆▄▌▊▉▌▉▊▆▆ ▋▍▋▆▄▊▋▆ ▉▍▇▄▇ ▆▊▉ ▊▉▅▊███▋▇▊▅ ▄▋▋ ▍█ ▌▆▌▅▍▌ ▊▆▍▊▇▇ ▊▆▊▊▄ ▄▅ ▄█▊▌▆▉ ▄▌██▋█ ▋▄▌▅▅▇ ▉▉▌▌▍ ▊▋▄▅▅▅▍▉▄▋ ▉▍▄ ▆▇▊▊ ▍▍▆▋▆ ▅▊▇▋▅▉▆.▉█▇▅▉▍▄▅▇▌▋▉▌▋ ▋▅▄ ▌▍▋▋▌▊▌ ▊▅█ ▉█▌▇▍ ▇▆▉▆ ▆▌▉▇▇█ ▇▄ ▆▋▍▉ ██▆▌▅▌ ▉▊▌▉█▇ ██▋ ▉▉▋▅▊ ▆█▍▆▇ ▊█▇█▉▉ ▍▆▍▅ ▄▊▉▋▉ ▋▌█▋▇▅▌▌▊ ▌▉█▉▆ ▇▄▉▍▉ ▉▇▆▅▆▍ ▉▄█▇▊▌▍ ▍▊▍▇▍▅▍ ▅▋▊▊▊ ▄▅▇▄▊ ▄▉▋▄ ▆▅▉▊▆▌ ▋▅▇█▄▍▉ ▉▍▇▍▄ ▇▍▇▌▋ ▉▉▅ ▋▅▄ ▌▆▅▅ ▍▋██▋▋ ▇▆▄▇ ▅▊ ▋▉▊ █▊▋▄ ▅▋▊▇█ ▍▅▄▄ ▉▄▉▅▌▌ ▉▋█▌▅ ▆▄ ▋▆█ ▉▍▋▊ ▅▋▇▄▆▍ ▇▇▇▄█▊▋ ▆▊▄▌▄▋▍▍▌▍▋ ▉▋▅ ▄▇▍ ▌▄▇▇ ▍▌▊▉▌▌█ ▆▇██ ▉▉▋▄ ▆▊▉▅▌ ▋▆▋▉█▉▌▆▍▇▆ █▇ ▇▇▌ ▇▆▅ ▍█▊ █▉▇▄▅ █▄▅▇▆▌█▊▊▄▄ ▄▇▄▆ ▇▄▅ ▍▅▆▇▅ ▍▇█▆█▄▋▅▅ ▇▇ ▇▆▋▄▄▊ ▌▋▋▋ ▆▆ ▋▌ ▆▇███'▌ ▍▄▌▅▍▋ ▊▍▉▌ ▌▍▊▍▊▍▉▍▅ ▇▇█▊█ ▋▅▊▇▆▋ ▇▋▋▉ █▇▇▊▅▆▍ ▌▆▍▌▇▉▌ "▆▆▋▉ ▆▅ ▉████▌" ▅▇▋▋▉▅ ▅▅▉ ▇▉▍▌▍▇█▆ ▋▉▇ ▉▌▄▍▍▋█▊ ▍▍▌▍▅ ▆▅▉▅█▇▋ ▅▇▇▍ ▊▌▊▇ ▋▅▆▋ ▍▄▆ ▇▇▋▋ ▋▊▉▆▉█▊▋ ▉▋▌▆▋ ▇▋▆▅ ▉▅ ▇▅▄▄▌▌ ▋▅▄ ▅▄▋▆█▊▊▅▉▅▋█ ▍▄▅ ▉▍▌█▇▅▌ ▄▋ ▅▇▊▊▉.▊▇▌▆. ▊▊▉▄: ▉▌▅▊ ▊▊▄▋ ▊▇▄▍▉▍ ▍▆▌▌▆▍ ▄▅▄ ▄▄▉▌▋▍(?) ▆▇█▉▉ ▇▄▇▋▉▅ '▄▄▉▄▉▊' ▄▋ █▉█▌▇▉.▍█▌:▄▊▄▋▆▌█▍▊/▇▍▉▍ ▍▄▆▅▍▍: ▉▍█▇█▅▇█▋▉▄▄▉▍▅ ▆▅██▌ ▆▄▄▍ ▆▅▆▉▉▇▉▆▊▄ ▌▌ ▊▆'▉▊ ▍▇▊█▊▇ ▇ ▊▋▋, ▍▋ ▊▅▋ ▉▍▉▄▇ <▍▌▌█▍> ▋▇▉ ▅▆▉▌ ▍▋▍▌█://▉▆▍▋▊.▋▋█▌▉█▆▇▍.▄▅▆/▊▄▉▆▉▌▍/▋██▅▄▌▌▆/▍▄▇▆_▅▉▇▄▅▍▅▅▍▆.▌▇▉ ▋▋▅▌▇▆▄ █▍▍▅▆ ▉▇▄▊▆▇▆▊ ▋▄ ▊▇▄▇▆█ ▊▄▉▊ ▅▊▇▅▋█: ▉▌▆▌ ▅▊▆ .▋▉▊▄, █▊▌ .▉▊▋ - ▊▄▋▋ ▍▍▊▋▍ .██▅▍ ▄▍▌▌ ▌▇▇▍ ▌▄ ▅▆'▌ ▊▇▆▇▊ ▅█▌▊ ▄▄▊▊▌▊ ▅▆ ▅▋▊▊ ▉▅▉▌ ▄ ▅▇▌▌▄▉ █▄▇▆█▉▋▇▊▄█▍▌ ▅▅▉▋▋ ▊▌▇▊▅ <▄▅▊▉▊> ▍▅▄▌▍█ ▆▉▉▇▊▊██▄ ▊▅▆▋▋▍▊ ▊▄ ▅▆▅▌▌▆ ▅▌'▄ ▅▇█▄▉ ▍▇▍ ▉▍▇▅▄▇▍▉▉▌▍ ▍▋▋▆ ▉▍▊▊▆ ▇▊ ▆▆▋▊▇▄▉ ▉▉▆▇ ▌▇▊▆ ▍▅ ▍▆▆▇█▆ ▍▆▇▄ ▍▄▌▇▅▉ ▍▋ ▅▇█▄▌▄ ▄▆ ▊ ▉▍█▊▆▍▉▋▄▅ ▇▌▄▌ ▇▍▍▊▉▋▍ ▆▆▇▍▅▊▋▌▇▆, ▇▅▉▇ ▆▍ █▊'▄ ▇▊▄▇▉▍▄█▄ ▄▌▇█ ▉▋▇ ▊▄▊▅▇'▌ ▌▊▌▄▋█▉ ▄▄▉▍██▆▅▍▌. ▍▄▅▊▋█▌▌ ▉▌▄▊▍▋▉▋/█▋▇▉▉▆/▊▍▄▄▇▇/▄▅█▅ ▋▆▊▄▅▆▄▆▍▆'▅ ▊▉-█▅▋█▋▍█ ▋█▇▋█▆▊▋▄█▌ ▇▇▌▌ ▊▄█▉▅▋ ▅▉▆ ▄▍█▉▍▊▍ ▇▅▍ ▇▇▍▍▊▍▊▇ ▅▉█▌▆▊▊█/▊▍▅▋▋▊/▍▄▋█▌▄/▌█▉▉ ▅▇██▋▅▌▊▉█▄▍▌▆▋▋▍█ ▍▄▅▇ ▆▋█▌▅ ▆▄▉█ ▊▍▍▊▍▅.▅▊▉▅▉ ▆▇▉ ▍▅█▋▄▅▇▉ █▇▋▅▋ ▄▌▍▉▉ ▍▍█▄▍ ▊▋▊▌▌ █▌▉ ▅▌▆▉▋▊█▄█ ▅▅▉▉▌▋█▄▋ ▉▉▄▆▇ ▅▍▆ ▌▍█▆▉▄▊▌ ▊▆▉▉▅▇▅ (█▉▌▇▉▇ ▌▄▅▋▄▍ ▇█▌█ ▄▊█▌▉▉ ▅▉▄▌▋▅▉▌▉▊▆█▉▋▉▌█▌▄▍▆▉▉▅▆▇▋▋█▌▋▉▉▍▇▆▆▊▊▊) ▉▇▅ ▇▋▌▍▅▍▆▆▉▋▊.▆▊▄▌▊▇ (█▋█ ▋▌▊▌▊▇ ▆▉▌▆██▍█ ▅█▇█▉▌) ▆▊▅▋▍ ▋▋▆█▍▆▆▋▌█▉▄▄▆ ▌▊ ▋█▇▇▅▆▅▍▇▆▍ ▌▍▆ ▄▊▍ ▍▍▉ ▄▄▌▍▅ ▊▅▍▊█▇ ▅▋▅▉▆▌█▋█▉▇▅▋▇ ▇▌▊▇▌▄ ▄▇▆ ▉▊▉▇▅▉▅▆ ▆▌▌▋▅ ▋▋▋ ▌▉▅█▍▋▍▅▊▋ ▌█▉ ▌█▇▋ █▊▌▊▉▆ ▆▆▇▄▆ - ▌▉▆▅▍ ▊▄▉▌▌ ▇▋▊ █▋▇▋▊ ▊██▉▄▊▄▌▅▆ ▆▍▅ ▉▋▋▆▄█▋▉▍▋▌ █▌ ▄▌▆▆▌▌ ▉▉▋▉▋ ▆▉▉▄▅://▉▋▆▍▋.▋▄▌▅▊▌▄▅▊.▊▊▅/▅▉▆▉▌/███▉▌▅▄▄-▉▍▊▇-█▄▊▉-▅▇▋▇-▄▅▍██▅▌▅▅▇▍▋.▉▊▇ ▌█▅ ▍▍▌▅▄▍.▇▌▅▊▍▊ + ▍▆█▆▋▆.█▍▅▊▆▌ ▍▅▍▍▌▌▋▌▄▄ █▌ ▉▍▄▍▅▉▄ ▆▅██▋ ▇▆▌▄▇▉▍▇▊▍ ▅▍▄█ ▍▆▍▅▊ ▍▌▉▋▋▅▉▌▉▉ ▍▋█▋▅▉ ▉▍▊▉ ▉▅▅▆▉▌ ▅▍▋▊▋▇▄▌▉▍ ▋▉▄▍▌▋ ▇▋▊▆▋▅ ▌▌▇▆▆▊▅▋▋▇▅▍▍▊▄▍ ▋▊ ▋▊▆▆▌ ▄▍▋▊▋▋.▇▉▇▄/▍▄▌▇▉▄.▇▋▋▆▇█▄▍▆▊ █▍▄█▅▍ ▊▍▇ ▇▉▍▇▍▇▌▋▍▍▉ ▅▉▆▉▇▌ █▄▉▉▌▋█▅▇ █▉▌▍▄ ▇▍▄▆▉ ▇█▋ ▌█▊▅▍▊█▌▊▉▅ ▆█▉ █▋█▋█▅▊▌▇▍▍▍/▆▆▉▄▍▍█▋▅▄▍▊ ▋▌▋▉▋ ▄▋▋▉▋▉▆▋ ▋▌▆▅▄ ▅▋ ▆▄█▅▆▊ ▉▅▋'▋ █▇▌ ▋▍▊█▄▅ ▇▅▅██ ▋▇▆▆ ▄▆▉▅ ▌▆█▋█▉▆ ▅█▊▍▋▇▅ █▍ ▋▆ ▋▄▍▌ ▉ ▄▉▍█▍▇▆ ▄▉▅▆ █▉▇▆▆▍ ▋▄▌ ▉▅▊▄▉▍▆█▌ █▉▆ ▄▊▇▆ █▅ ▇▋ ▆▉█ ▊▄▋ ▌▊▉▍ ▌▆ ▍▄▄▍▍▍ ▍▄▄▌▆▄▊▄ █▍▍▍▌▌ █▆▊▍ ▋▄▄▌▄▊▌▌ ▊▆▇▍▊ (█▇▉ ▅▇▊) ▇▇▇▍▍▆▌ ▋▉▅ ▄▌▊█▄▅▌▌▄▍█▍▇ █▇▋█▇ ▉▊▇ ▊▄▊ ▆▊▇▄▄ ▉ ▅▍▆▊ ▉ █▊▉▉▆█▊▅ ▇▅▇▍▌ ▊▆▋▉▅▍ '▌█▋▄▅█' ▋▌ ▌▉▋▉▊▊.▍▌▄:▌▋▆▆▊█▊█▌/▊▉▇▌ ▋▉▋▇▌▅ ▋▊█▅▉▊▌▊▊▊▋▆▍.▋▅▌▌▍▋▅▍▄. ▉▆▋▆ █▍▋▆▌▇▌▌▅▇█ ▊▋▉▌▌▄▌▅▇ ▉▊▊▌▋▌▊ ▋▅ ▊▅▅▇▆▆▌.▌▇▌▇█▅ ▊▋█ ▅▅ ▅▆▄▄▋ ▅▇ ▊▌▇▌█▍▊ ▅▊▉▆▇▇ █▇▄▄ ▊▍▋▍█▄▌█▉ ▊██▄▊ ▇▄▍▊██▄▍▌▊▇█▄ ▉▄ ▌▋▌▅▄▇▋▇█ ▅▋█ ▇▌▇ ▆▊▊▍▍▆ ▇▌▌▉▍▋▅▄ ▊▄ ▍▇▇▋▍▉ ▇▍▇▉▋▉ █▊▄▊▅▉█▋▌ - ▅▉▋▉▌▍▉ ▄▊▊▆▋▄ ▌▅▄▅ ▇▊▇ ▊▊█ ▉▋▇▆▉▇▊▊▊ ▍▆▋▌▉ ▆▄▊ ▋▌▊▌ █▋▇ ▋▍▊▍▅▌▇▅▉▅▆▋▉▋▄▋▍▄▉▌▌ ▄▇█▍▇ ▄▉▋▍▉▄▄▍█▊▋.▊▉▌▉▅▆▊▇█▉▌▋▅▋▌▍▌▉▋▊▅ & ▄▌▋▌▇▊▊.▅▋▉▇▇▍▇▉▋▇▋▌ ▊▄█▋▅ ▌▊▆▋▅▅█▋▄▉▉▊▄ ▋▋▊▄ ▆▋▄▉▇▅ ▇▆▅▉ ▌▍▍▅▊ ▄▊▍▋█▌ ▍▊▅▉ ▆█▌▌▋▊▄ .▅▊▌▋ ▋▊██▌ █▄ ▉▉▋▄█▍▊█▋▍ ▅ ▅▆▅▌▍▄▋ ██▇ ▌▌▋▇▇▍▇ ▍▉▇▉█▍▄▉ ▋▆▍▍▆ ▇▍▄▄ █▉▊▌▊▇▊ ▇▄▊▊▋▄ ▋▄ ▍▆█▆▊ ▊▋▇▄▆▅▌▋ ▉▅▄▍▋▋ ▌▋▇▉▇▅▊▅█ ▆▇▌▋ █▍▍▄ ▌▊█▇▋▆▉ ▉█▉▍ ▌▌▊▋▍▇▌▇ ▊▊▅ ▄▍█▇▄▋ ██ ▇▌▊ ▅▅▆▇ ▇▅▉▋▍ ▌▊▋▇▊▉ ▊▌ ▇▊▊ ▆▇▋▊ █▍█▅ ▌▅ ▄▅▄▅ ▊▉█▊▄ ▊▋▍▋▆█▆▄ ▊█ ▄ ▊▄▋▆▇▌▇ ▊▌▇▋ ▇▍▌▋▉ ▊▆▍ ▄▅▅▇▍▌▇▊█ ▅▆▍▋▊▋█ ▄▇▌ ▌▋▅▋▌▊▌█▍ ▌▉▍▉▌ ▋█▍█. ▋▋▇▄ ▆▌▉▊▇ ▄▋▆ ▇▋▅▌█▅▍ ▇▇▊▄█▇▌▍▆ ▊▅▍▆▌ ▄▇▉█▋▉▆▆▆▇▌▊ ▋█ ▋▋ ▋▇▉█▉▅ ▄▊▍▊█ ▍▆ ▍▆▄█▇▇█ / ▉▇▊▊▋▅▅▇▆ ▋▉▇▅█ ▍▋█▋▇ ▍ ▆▍▉▄▅ ▇▍ ▆▄▋▆▇ ▅▇▅▇ ▋▍▋█▄▋█ ▅▅▄▋▌://▍█▊▊▄.▇▅▊▋▉█▇▅▌.▆█▉/▅▆▋▇▉/▄█▄▍▍▉█▇-▍▅▉▅-▆▊▅▉-▇▋▅█-▉▆█▇▆▅█▄▊▍▋▍.▉██ ▅▊▅█ ▊▆█▉▇▌ ▍▉▊▆▍▌▉▉▌ ▍▋ ▄▊▊▋▄█▋▄▇ ▉▊▌▅ ▄▍▅ ▆▉▆▅▊▅▉▇▊ ▌▋▊▄▆ █▊█▊▅▍▉ ▋▊ ▋▊█▄▆▆▊█▆ ▄▋▇▄ ▉▋▅▌▅▆▄ ▅▋▄▄▄▅▍▇█▍▍▊▉ ▌█ █▅▄▆▄▍▇▉ ▊▆▍▇▅▋ ▉▆▋▆▊▉ ▄▊█▍▅▇▇ ▄▇▄▅▋▆▅▇. ▍▌▍'▆ ▅▋▆█▋▅▋▌ ▊▍▊▆▇▌ ▇█ ▌▋▅ ▄▋▊▇▅▉ ▅▅▅'▍ ▇▉█ ▋▄▉▋ ▌▅▊▋ ▇█▋▄ ▊▌▌▍▌▋ █▆▊▌█▉█▄▌▊ ▄▊ ▌▆█▆█▆ ▇▊▉▊▄▇. ▋▆▌ ▇▉▋▇▆▇.▆▌▆▋▌▉ ▄▇▌▇ ▍▋ ▋▉█▊█▇▉▉ ▆▅▌▅▇▅▆ ▊▄▉▅▇ + ▋▇▉ ▇▅▉▉▋▇▆▊▇▄ ▉▄▊█▊▄ ▇▋▊▄▅ ▄▄▇ ▊▇█▆ ▇▅▊▍▇▍▄. █▌▋'▌ ▆▍ █▉▅ ▌▅▉▅▇█▋▉▅▆ █▇▅ ▅▌▇▍▄▇ ▅█▉▊▋▇▆ ▅▉ ▍▇ ▅▊▉▍'▉ ▉ ▌▆▌▌▇ ▅▌▄▉▋▆▋. ▍█▇▍▄▇▊▆▉, ▌▋▅'▆ ▆▉ ▌▅▌ ▋▅▊▇▉▊▅█▌▇ ▋▉▅ ▊▍█▊▉ ▍▆▉▆▆▆ ▍▄█▋▊ ▅▉ ▄▍ _▋▍▅_ ▄ ▉▍▋▋▊ █▇▉▍▊▅▅. ▋▉▄▌▍ ▆▉▌█▇█ '▅█▌▋▌▊' ▊█ ▊▌█▄▉▆.▉▍▋:▍▊▄█▇▉▌▉█/▆▄█▇ ▆▊▅ █▉▆▋▋█▌▇▅█▆.▇█▉▉█▇▌▍▋▇▄▌▌▍▅▇█▊▄▇▊▌▌ ▄▋▆ ▅▄█▌▊▆▍▇▉▄▍▊▊▅▉▆▌▌█▋█▌▉▅ ▇▋▅ ▄▊▉▉█▋▅▅▋█▍▊▌▍▉▇▄█▋▍▍▋▇▍.▄▊▄ ▌▇█ ▇█▍▄▌.▋▄▉█▌█▍▋▌▌▆▉▌▌██▊( ▉▋▆▆▆▉ ) ▉▋▋▇▌▆▄ ▉▊▋▄ ▌▇▉▍▌▉▍▄▉▅! ▌▄▆▍▌://▄▋▌▆▌.▉█▉▍▊▅▅▄█.▌▇▉/▋▋▄▄▌/▊▊▆▆▆▋▇▋-▋▉▇▍-▆▇▊█-▍▉▇▋-▊▇▋▇▍▉▋▋▇▆█▍.▋▅▄ ▅▍▉▆ ▋▅▆▍▉▋▅▅█▊▄▌▅▊▇▆▇▍▌▇▊▍▊██▄ █▅▅▆▉ ██▆▉▊▇▇ ▅▊ ▌▇▆▄ ▆█▆▆█▍ ▋▆▅▅▉ & ▋▉▌▉ ▉▇▍▄▆▅ ▊█▍▄▊▌▍ ▋▆▉▇▋▉ ▅▍▋▅▊▆█▆ ▇▆▊ ▋▅▉▌▊ ▆▌▆▍▍▊▄▇▆▌▄▌ (█▍ ▊▆▄▍▊▉/▋▆▆▌▋ ▌▇▅ ▆▆▉) ▆▄▅ ▍▊▄ ▌▊▉▍█▍▌ ▅▊▌ ▇▉█▋▅▍▇▌▄▉ █▅▄ ▇▌▄▍▇▋▋ ▇▄▍▆▆ ▆▄▊▇▆█.▋▅▄▍▊▌▉ ▇▇▋▆▌▄▊▊ (▉▆▄▇▍), ▉▇▌▉▇▊ ▅▉▌▌▋ ▉▋▅▊▄ ▄▇▆▆ ▇▍▇▍▄ ▅▌ ▊▉ ▋▋ ▉▄▆ ▍▇▆█▊▄▊▍ █▉▄▋▄ ▍▍▊▉▍ ▌▄▊▉▍▍ ▉▅▋▉▍▅▄ ▅██▆▇▋ ▉▋▅▉█▉▌▍ ▆▅▍▊▍ ▅▌ ▊▍▊▇▇▇▍█▇▅▍▆ █▌▇▉▊▉▌▍▅▋ █▅ ▍▄▍▆▄▋▌▄▍ ▅▉▉▌▌▍▇ ▉▇▌██ '▇█▄▍▉▆▄' ▅▆▊▍█▉█▆ ▇▊ ▇▉▆▍▆▆▇▋▋▌▉.█▇▌▌▄▋▊▊▍▇▉▉▋▌▋▉▊▅▆█▋▄▌ ▍▇▆█▄▅▋▅ ▋█ █▊▌▌▄, █▋▋▊█▆▌▍█▅ ▉▋▊▊██▌ █▉▍█ ▌▇▉-█▆▆▋▅▆▆▍▊ ▉▊▉▊▅▊▊▄▇▋ ▇▉█▄▉▇ ▄▊▆▇▌ ▊▊█▆▅▅▄ ▅▌▅▌▉://▄▅▍▍▋.▋▌▌▌▄▄▍▄▄.▅▋█/▅▊▍▊▌/▍▄▅█▍█▉▍/▉▉█▍▇▍▉▇▆▍.██▍ ▉▉█▅▅▍ ▇▊▋▉▍ ▍▆▅▌▌ ▇▋█▇ ▍▉█▉▄ ▊▆ ▅▄▌▋▉ ▅▌▇▉▊▆▌█▆▇ ▌▄▉▄▅▋▊ ▉▍▅▄▄▄ ▄▅▍▅▉ ▋▅▊▌ ▋▇▋▇▌▇ ▅▄▍ ▍▅▉▊▇▍ "▍█▉██▍▉▉ ▅▋▇▇▋ ▄▆▊▄▋ ▄▇▅▆▋▌ ▇█▌▆▄▍█ ▇▋▍▅▄▅ ▊▅▍▅▌▊▊▉" ▍▇▄▊ ▆▄▌▊▄▋▋ ▊▊▅▄▄▇ ▉▅▆▍▉▌▍▅▉█▉▄▅▇▊▅▇▇▄▌▊▋▍▊▋▋▅██▉█▄▌▌▇█▇▉▇▉. ▅█▋▉▆▉ ▌█▄▉▆ ▋▄▆▋▋▆ ▊▆▌▊█ ▋▍▍▉▆▇▄▅ ▋▋▍█▋ ▅▍▇ ▇▅▌▋ ▇▌▆▋▄▉ ▄▉▆▋ ▇▉▍▊ ▊▌▊▋▆▉▇▍▌█▌▉█▊▌▍▇▄▍▍▄ ▍▊ ▆█▊▆▉▍ ▍▇█▉▄█ ▅▊▉▌ ▇▇▇ ▄▋▌▉▅ █▋▇█▇▊▄ ▉▋ ▅█▇'▊ ▆▌▄▌ ▄█▄▇▅▊▆▋▅▉▉▊▌▍ ▇▍ ▉▌▋▉▉ ▄▋█▉▋ ▄▆▆▆ ▅▉▇ ▆▊██▋▇▄▅▊ ▅▄▉▌▍▅▄▇▄ ▇▄█▆▄ ▊▉▌█▊▍ ▉▍█▍▇ ▊▆▌▉ ▌▉▊█▍▍▋▍▊▋▌▆▌ ▅▋▉▌▍▊▌▌▌▍█ ▅▄▆▊▉▉▆▍ ▆▌▆▌▇ ▄▇▅▍▊▆▊▌▊▋▋ ▊██▊▊▄▊: ▍▉▆▆▍▋▄█▄█▌▄▄ ▍▍▅ ▌▊█▍▆▊ ▇▊▉ ▇█▄▅▄▊ ▇▅▆▇▆▅▋ ▇█▌▅▅▅▍ ▊▋▌ ▋▆▊▄▅▄▇▇▆▊ ▋▉▆▄ ▇▄▌▉ ▌▋▊▊ ▄▅ ▆▄▄▄█ ▅▊ ▌▊ ▉▆-▌█% ▉▅▅▌▍▄ █▍▋▅▋▌▅ ▆▇▌ ▍▆▅▆▉▋▄▍▆▌▄▍▌▍▋▋ ▉▊▇▇▋▌ ▊▉ ▉▅█ ▌▆▆ ▇▍▆ ▄▊▇ ▅▉▍▋▅▅▊▅ ▍█▄▌█://▄.▇▉▍▄▄.▄▊▉/▊▇▇▅▊▄▉.▅▋▌ ▇▇▊▍▋▉▆ ▉▆▉▊ ▅▅▊█ ▆▌ ▌▄▆▍▊▊▊▌▉ #█▍█ ▉▉▌▋▆ #█▄█ █▋█▋▉▋▄_▍▉▆▋▋█▆ ▊▅█▌ ▋▊▄▄ ▅▅▆▅▋▍▌ ▇▌▅▇ ▌█▄▊██▌▊ ▋▇▇▋▆▄▇▍▊▆ ▇▋▇█▇ ▊▆▉█▄▅▄ ▅▇▉▇ ▉▋▊█▄▇▌▄▆▊▋ #▇▄▄ ▇▄▅▄█ #█▄█, ▄▇▇▍ ▄ ▌█▊▆▄▅▌ ▉▉▆▅ ▆▄▌▆▅▊ ▍▍▉▇▊▅ ▍▄▌▄ ▇▄▊▆▅▄▇ ▄▊ ▊█ ▊▅▅▉▋ ▋▍▌█▊ ▋▇████▊▅/▇▊▅▅▅▉#█▌▍▄ ▅▊▋ ▊█▅ ▆▋ ▇▌▌▇▄ ▆▇█▊▊▆▌ ▋▊▊ ▍▇ ▍▇█ ▄▊-▄▌▋▍▊ .▋▌▄▌▆ ▅▊▄▌▆ ▍▊▌▋ ▊▌▋▊ ▅▆▉ ▄▌▆ ▉▌▋▊▋▌ ▍▉▅▊▊ ▊▉▋▄/▋▄▊▌▊▇/▇█▊ █▋▆▆▊▊▄▋ ▄▋▇_█▇▄▇_▄▇█▉▆▅▄▇▍ ▊█▅▌▅▅ ▍▅▇▄▆ ▄▉▊ ▌█▉▌ ▉▋█▉▇▄▇ ▌▇ ▍▋▆▉▇▇▆▊▆█.▅▉▌▌▅▄▇▌▆█▊ ▉▄ ▊▆▉▊ ▉▄▄▅▉▇▌▍█▅▉ #▌▊▆ ▄▉▄▇▇ ▊▌▆▉▍▅▄▇▊▇ ▋▉▆▌▋ ▋▉▅▆▊▆▄ ▌▋ ▍▋▍▊▆▉▍, ▄▇ ▍▌▋▇ ▉▄▍ ▉▄▅▊▋▊ ▇▄▌▉█▇ ▋▋▅ ▊▄█▉▆▆█▄▅ █▊▅▆▄▄▇ ▄▄ ▇▄▅▌ ▆▄▆█▍ ▋▊▅▉▇ ▉▌▅▋▍▍▌▋ / ▅▍▄▅▄ █ ▄▍▌ ▆█▆▇ ▊▍▌▋▇▇▋▆▊ █▍▌▇▉█▌ ▇█▅▆▉▍▆ ▋▄▍▋ █▍ ▌█▋ ▆▍▍▍▇ ▍▉▊▅ ██▉▄▇▋▌▊▅▉▋▇ ▄▌▋▊▄ ▋▇▉▇ (#▇▋▍) ▆▉▇ ▊▉▉ ▇▌█▄▅█▋▊▋▆ (▌▌▌▇) ▋▇▆▅▅▆: ▆▆▅▄▋▅ ▋▊▋▋ ▇▆▅▊ ▅▌▌▍▊▆▍ ▇▄▅▊▉█ ▇▅▌▇▆█ ▆▆▅ ▋█▇▍ ▋▅▌▍ ▌▊▊▆▆ "▌▉▆█ ▍▆▍▆▍ █▆▊▇█▍█▅ ▋▌ ▇▍▅▇▊▊█▌" █▄▆▄ ▌▆ ▅▇ ▇▅▋▉▄▇ ▍▋ ▄▄▇█▊▍▉ ▋ ▌▌▌▇▋▅▉ ▋█▇█ ▅▋██▇▅▄ ▉▆█▅▋ ▄ ▍▇▇▊▇▄▅ ▉▉ ▉▅ ▍█▌ ▊▅ ▉▍▅▊▌▌▄▊ ▉ ▄▇▊▇ ▆▆▋▅▋▇ ▇▋▍█: ▇▆▌▊▆▆▉ ▍▆█ █▋▉▄▄▆▅ ▇▋▄▇▋ ▉▅▆▆█▌▋ ▉▆▇▊█ ▋█ ▍▆▌▇▄▄▄▆▍▉▋▊ ▄▉▆▄▍▌▅ ▊▊▋▇▍▌ ▋▅▋ ▅▅▄▄▇▊▆ ▌▉█▄▆ ▋▆▆▊▉ ▋▋▆▆▅▇▋▆▄ '▋▆▌▍ █▇▍▆▄ ▋▉▊▇█▆▇▉' ▉▌▍▍▇▉▊ ▇▅▍ ▍▉▍▋ ▆▋▆ ▌▄▄▉▄▊▆█▆█▅ ▌█▇▍▌▊▌▍ ▇▅█▊▅▉▇█▍▋ ▅▄▆▍▅▊▆▇▍ █▆▊█▅▄▉█▊ ▊▄▊▇▍_▇█▄▇▇▌▄▋▆ ▇▋ ▅# █▍▍▇▊ ▊▉▊ ▇▋▊▋ ▆▉▊▅▊▋▍▄ ▋▄▍█▄://▆▍█▍▋.▍▇▊▄▊▊█▇▍.▇▄▋/▉▉▋▇▅/▋▆▍▅█▇▋▇/▇▍█▆_█▊▄▊▊▋▇▄▅▍.▄▊▆ ▌▊▍▄█_▇▋▊▄▆▆▄▊▉ ▄▍▋▇▊▄▄▉ ▊▄▄▍_▋█▇▍▋ ▅▇▌▉ ▋▋▆ ▌▉▋▉▇█▋ ▊▄▆▇▄█▊▇ ▉▅▇▍▍▄ ▉▊▇_▇▅█ ▅▋▌▍ ▆▆██▅▇ ▉▅▆ ▆▇▍▉▄ ▆█▅▌ ▋▊▆▋▋▆▆▍▇▆▆ ▍▊▍▆▆▄▌ ▄▅▆▆▊▅▋ ▊▊▊▄ ▆▄▊▇ ▆▍▅▊▉█ ▅▅▆▍▇▍ ▆▊█▋▇ ▄██▄ ▊█▍▅▍▅▉▊▌▅ ▅▉▊▇▍ ▄▉█▇▍ ▍▄ ▇▇▅█▄▆▍▋▅▊▅▆▊▉ ▅▉ ▉▇▉▉▇▌▆▇ ▊▆█▊▋ ▉▄ ▉▄▊▅▊▍▉▄ (▇▋▅▍█+)▇▇▋ █▌▍▌▄▇█ ▊▉▅▋▌▌▌▆▍ ▉▉▊▆▄▇▉▊▄▆▆▋ ▅▌▋▄▆▉▄▌▋ ▋▄▅▉▍▉█▅/▋▆▉▉▅▇/▌▊▅▊▄▆/▇▌▌▄ ▋▉▊█▋▉ ▇▋▇▆▌ ▉▉▊▅▌▅█▇▍ ▋▅ ▍▉▌▇ ▅▌▍▊▇▌▆▄▌▇▍ ▄█▆▍▋ ▅▍█ ▇▅▉▉▆ ▄▍█▌▇▉▉▄ ▉█▇▉▌▋▌▍▇ █▋▋▌▅▍▅▄/▄▍▄▅█▅/▉▆▋▉██/▇▋▇▌ ▌█▍▌: █▍█ ▄█▄▋▋ ▌▇▍ ▍▇▌ ▆▉█ ▍▅▇▋ ▆▄▆ █▉▍▊█▌▍ ▋▄▇ ▉▅▉▄▊█▇ ▋▇▇ ▉█▅▉▉▋▇ ▍▇▊▄▅ ▌▅▉▌▄▅▇▍█ ▆▍▄ ▆▅▍ █▆ ▊▍▍▍▊ (▊▄██ ▅▋▉▍▇▇ ▆█▆▇█ ▌█▆█▇▍ ▇█▅) ▇▇▋▌▋▊▋ ▄▅▅▉▉█▊▄ ▊██▌▉▋▋ ▌▊▄█▆▊▉▉▋▇▉ ▇▄▋▍▋▆ ▊▊▅▆▄▌▌_▇▌▆ >= ▋ ▍▉█▍▇ ▉▉▅▌ ▇█▄▉▉█▅▄ ▅▉▆▊▊▅ ▅▍▊█▌▋▅▄█▇ ▋▊▅▌▊▍▉▅▌▍ ▌▆▉▊ ▊▉▊▌▆▆▍ ▄▆▇▆▍▋ ▄▊▇▊▆ ▄▋▋▍-▇▆█▅▄▄▌ ▋▇▍▇▍▌ ▆▄▇ ▌▅▇▊▇▋▉ ▊▆█ ▉█▇▉▅▌ ▌▊▆█▇▅▆ ▌▆▉ ▄▇▉▋▆ █▇▆█▍▇, ▅▊▉ ▋▋▌▉▉▇█▋ ▌▉▅▅▄▊▍ ▊▌██ ▌▋ ▆▅▉▅▄▅▄▄▆█▋▄ ▊▊▊▆▊▇ ▌▄ ▇█▍▉ ▅▇▊▆▌▄▌▊▌▌ █▊▇█▉▆ ▇▊ ▊▄█ ▄█▍▇▇▅▅▊ ▋▇▋ ▅▍▍▋█▋▆▅▊ ▄▆▋▆▍▍▆▋ ▉▊▋▌▍▅▅ ▍▋▌█▌▊▄ ▅█▊▉█ █▌▋▊▇ ███▌ ▊▊█ █▍▇▄▄▊▌▅▌▌▋▋ ▌▌▆▍▍▅▆▊ ▇▉▋ ▍▌ ▄▇██▋▆▇▄ .█▍▍▆▄▅▌▋▇▊▊▄ ▍▋█▆██▊ ▇▄ ▄▍▆▇▅ ▍▆█▋▄ ▉▇▋█▌▇ ▊▍▄█▌ ▄▍▅▍▌▇ ▌▆▍▆▊▄ ▍█▄▋::▍▌▅▉▇▊▉▄▊▅▇▉▌▌█▊▌▆▄▍▅ █▇▊ ▇▆▋▌ ▍▇▌▄ ▌▊▋ ▅▌▍▉▇█▄ ▆▋▄▆▇▅ ▌▍▅▋█▄▉█ ▉▉▅ ▄▍▊▅ ▇▇▇▋▆▄▇▌ ▍▊▊ ▉▄▆▉▊▄▌ ▉▄ ▄▆▅▊ ▋▄▇▊ ▆▋█ █▋▍ ▍█▊▉▄ ▄█▅▅▄ ▋██▆ ▍▍▄ ▆▇▊▅ ▄▅▋▍▆▋▊ "▉▆▆▅▌▅" ▆▅ ▍▉ ▌█▉▌ ▅▅▌▇▉▅ ▊▇▊▆▄▄▌ ▍▆ ▍▉▌▇ ▋▉▍▌▊▊▇▍, ▋.▄ "▉▇_▍▅▆▍▄▌▊.▋▊▍" -> "▆▉▍▄▋▇▇/▍▍▍▄▅▋▇.▆▇▅▊▆▆_▍" ▆▅▌▅▍▉▍▅▄ ▍▄▊ ▋▇▇▌▉▍ - ▍▉▌▅▉▇ ▌▇▍▊▋▋▄██ ▄▍▇▅▍▋ ▋▇▋▌▄▍ █▍▍▌█ ▊▋▆▋ ▄▅▊█▇▊▊▇█▇▍▉▆▋.▇▍▊▊▅▆▅▅▆██▇▇▍▌▆▄▆/▆▋▄▌▋▊▊▅ ▄▄▇█▅▇▆▆ ▉▌▌▄▊ ▍▉▍▍▅▄, ▍▆▋ █▅▇▊ ▇█▊ ▉▆▍▍▄▅▄▌▋ ▇▅▅▅▇▍█: ▄▊▆ ▅▅▌▊▊ ▊▌▇▊▅▅█ ▄▋ ▉▄▊▌ ▄▉▌▉▅▅ ▋▍▌ ▄▇▉'▊ ▆▄▄▇▉ ▊▊ ▆▇▅▌ █▊ ▉ ▌▅█▊ ▇▇▊▄▄█▉ ▍▊▌▋▌▌ ▄▅▉▍█://▍▇▍▇▍.▉▊█▍▅█▊▍▋.▇█▍/▅▄▅▍▊▋▉/▄▌▉█▇▌▆▄/▉█▅▄_▊▄▇▄▇▉██▉▄.▍▍█ ▇▄▍█▋█ ▇▊▇▇▅_▄▅▅▅▌ ▇▄█▊▇▌ ▌▋▍▌_█▅▇▄▍▍▉▄▍ ▋▇▊▌ ▍▌█▆▋ ▆▄▅'█ ▇▉▅▍█▇▅ ▉▅▆▉▍▄ ▅▆ ▇▇▆█ ▅▆▇▉▋▆ █▋▍ ▉▅▉_▌▊▄_▌▌▍▄█▅▌█ ▊▅▄ ▌▍▋▅ ▍█▍_▉▄▅▍▍▇▋▍_▊▆▍▄▊_▊▇▄▇█▇▇ > ▌▇▆_▋▋█▊▇▉▄▋_▊▋▉▇▉▌▌ ▌▊▆ █▉▊█▊█ █▉▍▇▋ ▊▅▅▆▋█▆█▊▇ █▉█▇▇▄▇▋ ▆█ ▉▋▄▇▋ ▊▇▄▄▆▌▊ ▊▍ ▄▉█▄▌▇▉ █▍▍ ▄▍▅▅ ▇▇▅▋▊▍▆▌▄ ▌▉▄ ▅▅███ ▋▍▉▇▋▊▆▌▌ ▌▅▋▄ ▆▋█▅▋ ▊▄▅ ▍▋ ▋▅▉▊▉▋▆█▍█▉ ▆▄▊▋▉▋ ▌▌▌ ▄▅ ▅▍▉▋ ▊▍▇▌▇▆▌▅ ▋▆ ▅▄▋▅▉█▅▆ ▉▍▊ ▌█▅▍▆▇ ▄▋▊▍▉ ▄▌▅▇▄▅▅▆ (█▍▌▉ █▊▅▋▇ ▉▍ ▌█▉▄▋ ▉▅▌▅▍ ▋█ ▅▆▊▍▍▍ ▅█▍▅ ▇█▋▍▍▋▆▄▊▋▅▊?) ▄▅█▋▇://▌▌▆▍▆.▋█▋▆▋▋▅▋▅.▅▄▋/▅▄▇▌▉/█▊▅▇▍▇▉▅/▉▉▆▉-▇▉▊_▆▄▋▆▆▊▄▉▍▌.▊▍▊ ▇▄▇ █▉▆█▊▌ ▍▋▅▆▄ ▆▅▍▅▌▉▇ █▄▇ ▄▊▍▇▅▆▉▇ ▇▌▌ ▉▅▋▍▄▅▄█▅▍▅ ▍▉▌▇▍ ▊▋▇ ▆▌▍ ▄█▍▇▄▉▊▇ █▋▇▆▋▄ ▆▅▋█▆▄▍▇ ▌▊▇ ▉▋▆▌▉ ▍▊▍▉ ▅▇▄▋▄▉ ▌▋ ▉▇▊▇▄ ▆ ▋█▄▍▄▌ ▄▊▉ ▇▍▉▋▇▉ ▌▌▋▆▅▍ (▌▅▍▇) ▋▆▅▌ ▉▍ ▍██▉ ▇█ ▄▉▅▉█▌ ▊▌▉▋ ▉▅▋▉▍▄▍▇▌▆▅▉▆▊▌▌▍▇▍▄▆ ▋▅▇▋ ▅▅▊█▄█▅▌ ▍▋▄▅ ▍▄▍▉▅▋▄ ▇█▇▉, ▊▊▌ ▇▌▉▉▋▄▇▋ ▌▌▇ ▌▌▌▄▋▆▍ ▌▊▄▇▄█ ▅▄▄▄▆▋ ▊▍ ▌▅▅ ▇▆█▍▍ ▋▆▆▄▆▆ '▌▆▇▋▄▊-▌▍▌▍▋▄▇▋' ▄▇ █▄▆▇▄▊.▊▋█:▋▍▌▌▋▅▍▆▌/▅▋▊▉ ▊▄▄▌ ▇▅▉▆▅▆-▍█▋▅▌▌▆▅
1 Year Ago
Fix predicted network and predicted local swap. Only store and restore predicted child networkables if we should based on network / variables flags Restore functionality to remember ConVar values between hotloads. Don't remember values if the ConVar isn't our host type Move ConVar generators to ConVar folder. Add ConVar.Engine file to generate backing field + set underlying ConVar value for tool ConVars. Don't do any generation for engine ConVars if we aren't a tools package. Similarly, don't do any generation for other ConVar types if we _are_ a tools package. Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Put it where it belongs
1 Year Ago
Remove ConsoleSystem.HasSwitch. Make CommandLine internals visible to Sandbox.Server
1 Year Ago
Add ConVar.Server + ConVar.Client generators so setting these properties from their respective realms will update underlying ConVar Update ConvarReplicated to match ConVar.Menu/ConVar.ClientData naming for consistency Update generator class names for consistency Add ConVarClient/ConVarServer visit property calls to worker Don't set ConVar value from game setting default if we have a command line switch Fix commented out logs so we can use them in future Remember values from hotloads again (for now) Comment out RememberValue again for now until I have a solution Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
ThreadStatic tag builder in Trace.From. Todo: look into thread safety for traces(?) Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Let static RPCs be nested in other static classes (correct branch this time)
1 Year Ago
Let static RPCs be nested in other static classes
1 Year Ago
Snap to grid on resize
1 Year Ago
Jiggle position and reset each update to force a redraw and update hitbox (temp)
1 Year Ago
Add description field too for tooltips
1 Year Ago
Add select color choices for comments
1 Year Ago
WIP Shader Graph Comments (some funky QT stuff going on though with GraphicsItem?) https://files.facepunch.com/conna/1b2211b1/sbox-dev_hfZT4FhruD.mp4
1 Year Ago
Comment explaining what's going on - note to self
1 Year Ago
Seemingly fixes odd lag compensation rewind tick offset. Seems to have perfect lag compensation results even with 300 fake ping - I need to test this in a real environment though Merge branch 'master' of github.com:Facepunch/sbox
1 Year Ago
Use Entity.FindByIndex instead of Entity.All.FirstOrDefault in OnNetMessage when finding entity Fully purge any RPC history with tick less than current tick when receiving new net message When an RPC is called within a predicted context with a To target, if the local client is a recipient call the base function and remember for Prediction (fixes sboxgame/issues/issues/2935)
1 Year Ago
Supporting INetworkSerializer types as RPC parameters
1 Year Ago
[Predicted] Support for BaseNetworkable and Components (#794) * Initial commit * Iterate through BaseNetworkable properties too
1 Year Ago
Iterate through BaseNetworkable properties too
1 Year Ago
Initial commit
1 Year Ago
Tidy up
1 Year Ago
Fixed Screen.GetOrthoRay and fixed SceneCamera.GetRay (when the camera is ortho) Merge branch 'master' of github.com:Facepunch/sbox